@@ -12,7 +12,7 @@
|
||||
|
||||
public static final MapCodec<BlockWaterLily> CODEC = simpleCodec(BlockWaterLily::new);
|
||||
@@ -32,6 +36,11 @@
|
||||
public void entityInside(IBlockData iblockdata, World world, BlockPosition blockposition, Entity entity) {
|
||||
protected void entityInside(IBlockData iblockdata, World world, BlockPosition blockposition, Entity entity) {
|
||||
super.entityInside(iblockdata, world, blockposition, entity);
|
||||
if (world instanceof WorldServer && entity instanceof EntityBoat) {
|
||||
+ // CraftBukkit start
|
||||
|
||||
Reference in New Issue
Block a user