mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 07:27:59 +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()) {
|
if (usesTransparency()) {
|
||||||
enableBlend();
|
enableBlend();
|
||||||
blendFuncSeparate(SourceFactor.CONSTANT_COLOR, DestFactor.ONE, SourceFactor.ONE, DestFactor.ZERO);
|
blendFuncSeparate(SourceFactor.CONSTANT_COLOR, DestFactor.ONE, SourceFactor.ONE, DestFactor.ZERO);
|
||||||
MinecraftClient.getInstance().gameRenderer.disableLightmap();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return usesTransparency();
|
return usesTransparency();
|
||||||
|
|
Loading…
Reference in a new issue