mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 23:27:59 +01:00
Fixed the ice spell
This commit is contained in:
parent
6ccc91a2c1
commit
8e8b539fad
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class StateMaps {
|
||||||
s -> {
|
s -> {
|
||||||
s = s.cycle(SnowBlock.LAYERS);
|
s = s.cycle(SnowBlock.LAYERS);
|
||||||
if (s.get(SnowBlock.LAYERS) >= 7) {
|
if (s.get(SnowBlock.LAYERS) >= 7) {
|
||||||
return Blocks.SNOW.getDefaultState();
|
return Blocks.SNOW_BLOCK.getDefaultState();
|
||||||
}
|
}
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
|
|
Loading…
Reference in a new issue