mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Added some extra tile entities, fake enchanting table
This commit is contained in:
@ -39,6 +39,11 @@ abstract class Tile extends Position{
|
||||
const SIGN = "Sign";
|
||||
const CHEST = "Chest";
|
||||
const FURNACE = "Furnace";
|
||||
const FLOWER_POT = "FlowerPot";
|
||||
const MOB_SPAWNER = "MobSpawner";
|
||||
const SKULL = "Skull";
|
||||
const BREWING_STAND = "Cauldron";
|
||||
const ENCHANT_TABLE = "EnchantTable";
|
||||
|
||||
public static $tileCount = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user