Bubble coral update
This commit is contained in:
parent
67f0dac3be
commit
29d8a7e39b
10 changed files with 367 additions and 17 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue