Skip to content

Commit

Permalink
Mace Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
KnosTx authored Sep 9, 2024
1 parent fe61117 commit 1369b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/item/StringToItemParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,7 @@ private static function registerItems(self $result) : void{
$result->register("leather_leggings", fn() => Items::LEATHER_PANTS());
$result->register("leather_pants", fn() => Items::LEATHER_PANTS());
$result->register("leather_tunic", fn() => Items::LEATHER_TUNIC());
$result->register("mace", fn() => Items::MACE());
$result->register("magma_cream", fn() => Items::MAGMA_CREAM());
$result->register("melon", fn() => Items::MELON());
$result->register("melon_seeds", fn() => Items::MELON_SEEDS());
Expand Down

0 comments on commit 1369b0b

Please sign in to comment.