mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed #1213
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user