Fixed the ice spell

This commit is contained in:
Sollace 2020-05-03 22:40:45 +02:00
parent 6ccc91a2c1
commit 8e8b539fad

View file

@ -22,7 +22,7 @@ public class StateMaps {
s -> {
s = s.cycle(SnowBlock.LAYERS);
if (s.get(SnowBlock.LAYERS) >= 7) {
return Blocks.SNOW.getDefaultState();
return Blocks.SNOW_BLOCK.getDefaultState();
}
return s;