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

@ -76,8 +76,7 @@ public class VentBubbleColumnBlock extends Block implements BucketPickup, Liquid
BlockPos up = pos.above();
if (world.getBlockState(up).is(Blocks.WATER)) {
BlocksHelper.setWithoutUpdate(world, up, this);
//TODO: 1.18 check if this ticks
world./*getBlockTicks().*/scheduleTick(up, this, 5);
world.scheduleTick(up, this, 5);
}
}
return state;