fix color for connected grass blocks
This commit is contained in:
@@ -75,7 +75,7 @@ class RenderGrass : AbstractBlockRenderingHandler(BetterFoliageMod.MOD_ID) {
|
|||||||
rotateUV(2)
|
rotateUV(2)
|
||||||
if (isSnowed) {
|
if (isSnowed) {
|
||||||
if (!ctx.aoEnabled) setGrey(1.4f)
|
if (!ctx.aoEnabled) setGrey(1.4f)
|
||||||
} else if (ctx.aoEnabled) multiplyColor(blockColor)
|
} else if (ctx.aoEnabled && grassInfo.overrideColor == null) multiplyColor(blockColor)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user