mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Merge branch 'master' into mcpe-0.11
This commit is contained in:
commit
c2baaf435d
@ -431,6 +431,7 @@ class Item{
|
||||
self::$list[self::LEATHER_CAP] = LeatherCap::class;
|
||||
self::$list[self::LEATHER_TUNIC] = LeatherTunic::class;
|
||||
self::$list[self::LEATHER_PANTS] = LeatherPants::class;
|
||||
self::$list[self::LEATHER_BOOTS] = LeatherBoots::class;
|
||||
self::$list[self::CHAIN_HELMET] = ChainHelmet::class;
|
||||
self::$list[self::CHAIN_CHESTPLATE] = ChainChestplate::class;
|
||||
self::$list[self::CHAIN_LEGGINGS] = ChainLeggings::class;
|
||||
|
Loading…
x
Reference in New Issue
Block a user