@@ -11,7 +11,7 @@
|
||||
public class BlockMushroom extends BlockPlant implements IBlockFragilePlantElement {
|
||||
|
||||
protected static final VoxelShape a = Block.a(5.0D, 0.0D, 5.0D, 11.0D, 6.0D, 11.0D);
|
||||
@@ -43,7 +47,7 @@
|
||||
@@ -45,7 +49,7 @@
|
||||
}
|
||||
|
||||
if (world.isEmpty(blockposition2) && iblockdata.canPlace(world, blockposition2)) {
|
||||
@@ -20,14 +20,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,8 +70,10 @@
|
||||
@@ -70,8 +74,10 @@
|
||||
WorldGenerator<WorldGenFeatureEmptyConfiguration> worldgenerator = null;
|
||||
|
||||
if (this == Blocks.BROWN_MUSHROOM) {
|
||||
+ BlockSapling.treeType = TreeType.BROWN_MUSHROOM; // CraftBukkit
|
||||
worldgenerator = WorldGenerator.U;
|
||||
worldgenerator = WorldGenerator.HUGE_BROWN_MUSHROOM;
|
||||
} else if (this == Blocks.RED_MUSHROOM) {
|
||||
+ BlockSapling.treeType = TreeType.RED_MUSHROOM; // CraftBukkit
|
||||
worldgenerator = WorldGenerator.T;
|
||||
worldgenerator = WorldGenerator.HUGE_RED_MUSHROOM;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user