Removed tested ToDo's

This commit is contained in:
Frank 2021-12-09 22:35:56 +01:00
parent 33d8fe86fd
commit ef02d0ee5f
13 changed files with 9 additions and 26 deletions

View file

@ -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);
}
}
}