@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/level/block/BlockMushroom.java
|
||||
+++ b/net/minecraft/world/level/block/BlockMushroom.java
|
||||
@@ -18,6 +18,10 @@
|
||||
@@ -20,6 +20,10 @@
|
||||
import net.minecraft.world.phys.shapes.VoxelShape;
|
||||
import net.minecraft.world.phys.shapes.VoxelShapeCollision;
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
+
|
||||
public class BlockMushroom extends BlockPlant implements IBlockFragilePlantElement {
|
||||
|
||||
protected static final float AABB_OFFSET = 3.0F;
|
||||
@@ -63,7 +67,7 @@
|
||||
public static final MapCodec<BlockMushroom> CODEC = RecordCodecBuilder.mapCodec((instance) -> {
|
||||
@@ -75,7 +79,7 @@
|
||||
}
|
||||
|
||||
if (worldserver.isEmptyBlock(blockposition2) && iblockdata.canSurvive(worldserver, blockposition2)) {
|
||||
@@ -20,7 +20,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -89,6 +93,7 @@
|
||||
@@ -101,6 +105,7 @@
|
||||
return false;
|
||||
} else {
|
||||
worldserver.removeBlock(blockposition, false);
|
||||
|
||||
Reference in New Issue
Block a user