mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Automatically set Entity / Tile entity save identifiers
This commit is contained in:
@ -42,7 +42,6 @@ class Furnace extends Tile implements InventoryHolder, Container{
|
||||
protected $inventory;
|
||||
|
||||
public function __construct(FullChunk $chunk, Compound $nbt){
|
||||
$nbt->id = new String("id", Tile::FURNACE);
|
||||
parent::__construct($chunk, $nbt);
|
||||
$this->inventory = new FurnaceInventory($this);
|
||||
|
||||
|
Reference in New Issue
Block a user