mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Implement Cave Vines & Glow Berries (#5424)
This commit is contained in:
@ -233,6 +233,7 @@ final class ItemSerializerDeserializerRegistrar{
|
||||
$this->map1to1Item(Ids::GHAST_TEAR, Items::GHAST_TEAR());
|
||||
$this->map1to1Item(Ids::GLASS_BOTTLE, Items::GLASS_BOTTLE());
|
||||
$this->map1to1Item(Ids::GLISTERING_MELON_SLICE, Items::GLISTERING_MELON());
|
||||
$this->map1to1Item(Ids::GLOW_BERRIES, Items::GLOW_BERRIES());
|
||||
$this->map1to1Item(Ids::GLOW_INK_SAC, Items::GLOW_INK_SAC());
|
||||
$this->map1to1Item(Ids::GLOWSTONE_DUST, Items::GLOWSTONE_DUST());
|
||||
$this->map1to1Item(Ids::GOLD_INGOT, Items::GOLD_INGOT());
|
||||
|
Reference in New Issue
Block a user