re-add lighting

This commit is contained in:
James Seibel
2026-02-28 12:13:38 -06:00
parent 224a5449ed
commit dedcc875d2
7 changed files with 50 additions and 12 deletions
@@ -86,8 +86,9 @@ public class MixinLightTexture
GlTexture glTexture = (GlTexture) this.texture;
renderWrapper.setLightmapId(glTexture.glId(), clientLevel);
#else
int id = NeoforgeTextureUnwrapper.getGlTextureIdFromGpuTexture(this.texture);
renderWrapper.setLightmapId(id, clientLevel);
//int id = NeoforgeTextureUnwrapper.getGlTextureIdFromGpuTexture(this.texture);
//renderWrapper.setLightmapId(id, clientLevel);
renderWrapper.setLightmapGpuTexture(this.texture, clientLevel);
#endif
}