Skip to content

Commit

Permalink
Mace Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
KnosTx committed Sep 9, 2024
1 parent ab3a694 commit f2543bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item/VanillaItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ private static function registerTierToolItems() : void{
self::register("netherite_sword", new Sword(new IID(Ids::NETHERITE_SWORD), "Netherite Sword", ToolTier::NETHERITE, [EnchantmentTags::SWORD]));
self::register("stone_sword", new Sword(new IID(Ids::STONE_SWORD), "Stone Sword", ToolTier::STONE, [EnchantmentTags::SWORD]));
self::register("wooden_sword", new Sword(new IID(Ids::WOODEN_SWORD), "Wooden Sword", ToolTier::WOOD, [EnchantmentTags::SWORD]));
self::register("mace", new Mace (new IID(Ids::MACE), "Mace", ToolTier::MACE, [EnchantmentTags::MACE]));
self::register("mace", new Mace(new IID(Ids::MACE), "Mace", [EnchantmentTags::SWORD]));
}

private static function registerArmorItems() : void{
Expand Down

0 comments on commit f2543bd

Please sign in to comment.