This commit is contained in:
Shoghi Cervantes
2014-06-16 23:00:54 +02:00
parent 77e914238c
commit 169c55443a
27 changed files with 56 additions and 25 deletions

View File

@ -412,6 +412,7 @@ class Item{
self::BOWL => new Bowl(),
self::FEATHER => new Feather(),
self::BRICK => new Brick(),
self::IRON_SWORD => new IronSword(),
self::IRON_INGOT => new IronIngot(),
self::GOLD_INGOT => new GoldIngot(),
self::IRON_SHOVEL => new IronShovel(),