Skip to content

Commit

Permalink
Update StringToItemParser.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KnosTx authored Sep 9, 2024
1 parent d31ec28 commit eb34491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/item/StringToItemParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,6 @@ private static function registerItems(self $result) : void{
$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());
$result->register("melon_slice", fn() => Items::MELON());
Expand Down

0 comments on commit eb34491

Please sign in to comment.