From 34cd4790ed296d38323406facd96e8dafa5d8c02 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 11 May 2017 21:24:28 +0200 Subject: [PATCH 1/2] #12 Removing Sakura Bushes. --- src/Ad5001/BetterGen/structure/SakuraTree.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Ad5001/BetterGen/structure/SakuraTree.php b/src/Ad5001/BetterGen/structure/SakuraTree.php index d32da10..cd7700b 100644 --- a/src/Ad5001/BetterGen/structure/SakuraTree.php +++ b/src/Ad5001/BetterGen/structure/SakuraTree.php @@ -446,7 +446,8 @@ class SakuraTree extends Tree { */ public function __construct() { $this->trunkBlock = Block::LOG; - $this->leafBlock = Block::WOOL; + $this->leafBlock = Block::AIR; // To remove bushes + $this->realLeafBlock = Block::WOOL; $this->leafType = 6; $this->leaf2Type = 0; $this->type = Wood::OAK; @@ -668,7 +669,7 @@ class SakuraTree extends Tree { $this->leafType, $this->leaf2Type ] [( int ) $random->nextBoolean ()]; - $level->setBlockIdAt($x, $y, $z, $this->leafBlock); + $level->setBlockIdAt($x, $y, $z, $this->realLeafBlock); $level->setBlockDataAt($x, $y, $z, $data); } } \ No newline at end of file From 4b109d817f32ea31e96aac76df30fce1a26af2d4 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 12 May 2017 17:40:58 +0200 Subject: [PATCH 2/2] Fixing #15 --- plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.yml b/plugin.yml index db56c8c..aef0c4d 100644 --- a/plugin.yml +++ b/plugin.yml @@ -13,6 +13,7 @@ name: BetterGen author: Ad5001 main: Ad5001\BetterGen\Main version: 1.1 +load: STARTUP api: [3.0.1, 3.0.0-ALPHA3] commands: createworld: