Potentially fix water texture packs.

This commit is contained in:
cola98765
2022-02-14 17:31:36 +01:00
parent 75b18f8bd8
commit bba771d376
@@ -217,7 +217,7 @@ public class BlockColorWrapper implements IBlockColorWrapper
this.foliageTint = leavesInstance() && toTint;
this.waterTint = waterIstance() && toTint;
this.waterTint = waterIstance();
//hardcoded leaves
if (block == Blocks.SPRUCE_LEAVES)