Implement Turtle Shell (#5235)

This commit is contained in:
IvanCraft623
2022-09-28 12:19:15 -05:00
committed by GitHub
parent 383dc2a2b9
commit 1366a43c22
7 changed files with 63 additions and 1 deletions

View File

@ -350,6 +350,7 @@ final class ItemSerializerDeserializerRegistrar{
$this->map1to1Item(Ids::SWEET_BERRIES, Items::SWEET_BERRIES());
$this->map1to1Item(Ids::TOTEM_OF_UNDYING, Items::TOTEM());
$this->map1to1Item(Ids::TROPICAL_FISH, Items::CLOWNFISH());
$this->map1to1Item(Ids::TURTLE_HELMET, Items::TURTLE_HELMET());
$this->map1to1Item(Ids::VILLAGER_SPAWN_EGG, Items::VILLAGER_SPAWN_EGG());
$this->map1to1Item(Ids::WARPED_SIGN, Items::WARPED_SIGN());
$this->map1to1Item(Ids::WATER_BUCKET, Items::WATER_BUCKET());