Fix tile derp

This commit is contained in:
Dylan K. Taylor 2016-11-27 13:06:11 +00:00 committed by GitHub
parent aa713c4e4a
commit 995d0847f9

View File

@ -40,7 +40,7 @@ abstract class Tile extends Position{
const FLOWER_POT = "FlowerPot";
const MOB_SPAWNER = "MobSpawner";
const SKULL = "Skull";
const BREWING_STAND = "Cauldron";
const BREWING_STAND = "BrewingStand";
const ENCHANT_TABLE = "EnchantTable";
public static $tileCount = 1;