Merge remote-tracking branch 'origin/mcpe-0.12' into php7

This commit is contained in:
Shoghi Cervantes
2015-09-17 12:25:05 +02:00
5 changed files with 18 additions and 10 deletions

View File

@ -71,7 +71,7 @@ class Furnace extends Tile implements InventoryHolder, Container, Nameable{
}
public function getName(){
return isset($this->namedtag->CustomName) ? $this->namedtag->CustomName->getValue() : "Chest";
return isset($this->namedtag->CustomName) ? $this->namedtag->CustomName->getValue() : "Furnace";
}
public function hasName(){