Skip to content

Commit

Permalink
Mace Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ClousCloud authored Sep 25, 2024
1 parent 1a865ff commit 9d7a674
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ private function register1to1ItemMappings() : void{
$this->map1to1Item(Ids::LEATHER_CHESTPLATE, Items::LEATHER_TUNIC());
$this->map1to1Item(Ids::LEATHER_HELMET, Items::LEATHER_CAP());
$this->map1to1Item(Ids::LEATHER_LEGGINGS, Items::LEATHER_PANTS());
$this->map1to1Item(Ids::MACE, Items::MACE());
$this->map1to1Item(Ids::MAGMA_CREAM, Items::MAGMA_CREAM());
$this->map1to1Item(Ids::MANGROVE_BOAT, Items::MANGROVE_BOAT());
$this->map1to1Item(Ids::MANGROVE_SIGN, Items::MANGROVE_SIGN());
Expand Down

0 comments on commit 9d7a674

Please sign in to comment.