Implement Trident (#4547)

Co-authored-by: Dylan T. <dktapps@pmmp.io>
This commit is contained in:
IvanCraft623
2025-09-18 12:00:55 -06:00
committed by GitHub
parent fbf09d990e
commit 6d2d23a210
12 changed files with 429 additions and 5 deletions

View File

@@ -1560,6 +1560,7 @@ final class StringToItemParser extends StringToTParser{
$result->register("torchflower_seeds", fn() => Items::TORCHFLOWER_SEEDS());
$result->register("tide_armor_trim_smithing_template", fn() => Items::TIDE_ARMOR_TRIM_SMITHING_TEMPLATE());
$result->register("totem", fn() => Items::TOTEM());
$result->register("trident", fn() => Items::TRIDENT());
$result->register("turtle_helmet", fn() => Items::TURTLE_HELMET());
$result->register("vex_armor_trim_smithing_template", fn() => Items::VEX_ARMOR_TRIM_SMITHING_TEMPLATE());
$result->register("turtle_shell_piece", fn() => Items::SCUTE());