Implement torchflower, its seeds and its crop

This commit is contained in:
Dylan K. Taylor
2023-09-28 17:13:33 +01:00
parent 78cc5ba635
commit 31cd096b4b
11 changed files with 151 additions and 3 deletions

View File

@@ -359,6 +359,7 @@ final class ItemSerializerDeserializerRegistrar{
$this->map1to1Item(Ids::STRING, Items::STRING());
$this->map1to1Item(Ids::SUGAR, Items::SUGAR());
$this->map1to1Item(Ids::SWEET_BERRIES, Items::SWEET_BERRIES());
$this->map1to1Item(Ids::TORCHFLOWER_SEEDS, Items::TORCHFLOWER_SEEDS());
$this->map1to1Item(Ids::TOTEM_OF_UNDYING, Items::TOTEM());
$this->map1to1Item(Ids::TROPICAL_FISH, Items::CLOWNFISH());
$this->map1to1Item(Ids::TURTLE_HELMET, Items::TURTLE_HELMET());