mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-06 10:01:53 +00:00
Added Furnace
This commit is contained in:
parent
82f2a0f2f8
commit
125f1c11b4
@ -239,7 +239,19 @@ class BlockAPI{
|
|||||||
"windowid" => 1,
|
"windowid" => 1,
|
||||||
"type" => WINDOW_CHEST,
|
"type" => WINDOW_CHEST,
|
||||||
"slots" => 27,
|
"slots" => 27,
|
||||||
"title" => "Random Chest",
|
"title" => "Chest",
|
||||||
|
));
|
||||||
|
break;
|
||||||
|
case 61:
|
||||||
|
case 62:
|
||||||
|
if($this->server->gamemode === 1){
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
$this->server->api->player->getByEID($data["eid"])->dataPacket(MC_CONTAINER_OPEN, array(
|
||||||
|
"windowid" => 1,
|
||||||
|
"type" => WINDOW_FURNACE,
|
||||||
|
"slots" => 3,
|
||||||
|
"title" => "Furnace",
|
||||||
));
|
));
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user