improve visuals
This commit is contained in:
parent
c617be685b
commit
31bdece813
42 changed files with 190 additions and 281 deletions
|
@ -489,10 +489,6 @@ public final class WorldServer extends AWorldServer {
|
|||
BlockPos blockpos2 = this.getPrecipitationHeight(new BlockPos(cx + (k2 & 15), 0, cz + (k2 >> 8 & 15)));
|
||||
BlockPos blockpos1 = blockpos2.down();
|
||||
|
||||
if(this.canBlockFreeze(blockpos1, true)) {
|
||||
this.setState(blockpos1, Blocks.ice.getState());
|
||||
}
|
||||
|
||||
if(this.snow && this.isRaining() && this.canSnowAt(blockpos2, true, SVars.snowStack)) {
|
||||
State layer = SVars.snowStack ? this.getState(blockpos2) : null;
|
||||
this.setState(blockpos2, SVars.snowStack && layer.getBlock() == Blocks.snow_layer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue