mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 05:48:00 +01:00
Fixed lighting weirdness o.o
This commit is contained in:
parent
94091f1ae4
commit
107aedb479
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ public class LevitatingItemRenderer {
|
|||
if (usesTransparency()) {
|
||||
enableBlend();
|
||||
blendFuncSeparate(SourceFactor.CONSTANT_COLOR, DestFactor.ONE, SourceFactor.ONE, DestFactor.ZERO);
|
||||
MinecraftClient.getInstance().gameRenderer.disableLightmap();
|
||||
}
|
||||
|
||||
return usesTransparency();
|
||||
|
|
Loading…
Reference in a new issue