added option to disable snow on extra leaves

This commit is contained in:
octarine-noise
2016-07-23 09:31:42 +02:00
parent acf477d709
commit 2ca330fd29
4 changed files with 5 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ class RenderLeaves : AbstractBlockRenderingHandler(BetterFoliageMod.MOD_ID) {
postProcess = { ctx, qi, q, vi, v -> multiplyColor(blockColor) }
)
}
if (isSnowed) modelRenderer.render(
if (isSnowed && Config.leaves.snowEnabled) modelRenderer.render(
renderer,
leavesModel.model,
Rotation.identity,