Implement Cave Vines & Glow Berries (#5424)

This commit is contained in:
ipad54
2023-05-08 21:24:23 +03:00
committed by GitHub
parent d834266635
commit fa719f37d5
13 changed files with 320 additions and 6 deletions

View File

@ -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());