Removed tested ToDo's
This commit is contained in:
parent
33d8fe86fd
commit
ef02d0ee5f
13 changed files with 9 additions and 26 deletions
|
@ -210,7 +210,8 @@ public class LakePiece extends BasePiece {
|
|||
}
|
||||
else if (chunk.getBlockState(mut.move(Direction.UP)).isAir()) {
|
||||
//TODO: 1.18 test if this is thr right tick
|
||||
/*chunk.getLiquidTicks()*/world.scheduleTick(mut.move(Direction.DOWN), state.getType(), 0);
|
||||
chunk.markPosForPostprocessing(mut.move(Direction.DOWN));
|
||||
// /*chunk.getLiquidTicks()*/world.scheduleTick(mut.move(Direction.DOWN), state.getType(), 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue