summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockSapling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockSapling.patch')
-rw-r--r--nms-patches/BlockSapling.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/BlockSapling.patch b/nms-patches/BlockSapling.patch
index e1a4e538..c5f6c374 100644
--- a/nms-patches/BlockSapling.patch
+++ b/nms-patches/BlockSapling.patch
@@ -21,7 +21,7 @@
+ public static TreeType treeType; // CraftBukkit
protected BlockSapling() {
- this.x(this.blockStateList.getBlockData().set(BlockSapling.TYPE, BlockWood.EnumLogVariant.OAK).set(BlockSapling.STAGE, Integer.valueOf(0)));
+ this.w(this.blockStateList.getBlockData().set(BlockSapling.TYPE, BlockWood.EnumLogVariant.OAK).set(BlockSapling.STAGE, Integer.valueOf(0)));
@@ -25,7 +35,30 @@
if (!world.isClientSide) {
super.b(world, blockposition, iblockdata, random);