Removed tested ToDo's
This commit is contained in:
parent
33d8fe86fd
commit
ef02d0ee5f
13 changed files with 9 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue