added regen for the lightmap

This commit is contained in:
Leonardo
2021-09-17 15:57:01 +02:00
parent 900467cef2
commit 50ab424497
9 changed files with 45 additions and 16 deletions
@@ -706,7 +706,8 @@ public class LodBuilder
} else if (blockState.getBlock().equals(Blocks.TWISTING_VINES)
|| blockState.equals(Blocks.TWISTING_VINES_PLANT)
|| blockState == Blocks.WARPED_ROOTS.defaultBlockState()
|| blockState == Blocks.WARPED_FUNGUS.defaultBlockState())
|| blockState == Blocks.WARPED_FUNGUS.defaultBlockState()
|| blockState == Blocks.NETHER_SPROUTS.defaultBlockState())
{
colorInt = Blocks.WARPED_NYLIUM.defaultMaterialColor().col;
}