Bubble coral update

This commit is contained in:
paulevsGitch 2020-10-08 19:43:54 +03:00
parent 67f0dac3be
commit 29d8a7e39b
10 changed files with 367 additions and 17 deletions

View file

@ -58,6 +58,10 @@ public class BlockUnderwaterPlant extends BlockBaseNotFull implements IRenderTyp
.breakByHand(true)
.noCollision());
}
public BlockUnderwaterPlant(Settings settings) {
super(settings);
}
@Override
public VoxelShape getOutlineShape(BlockState state, BlockView view, BlockPos pos, ShapeContext ePos) {