Added different Fence Gates, new Fence Gate crafting recipes

This commit is contained in:
Shoghi Cervantes
2014-10-18 17:56:18 +02:00
parent 570cab9c66
commit d3327f450c
10 changed files with 244 additions and 8 deletions

View File

@ -27,7 +27,7 @@ use pocketmine\Player;
class FenceGate extends Transparent{
public function __construct($meta = 0){
parent::__construct(self::FENCE_GATE, $meta, "Fence Gate");
parent::__construct(self::FENCE_GATE, $meta, "Oak Fence Gate");
$this->isActivable = true;
if(($this->meta & 0x04) === 0x04){
$this->isFullBlock = true;