add mace to weapons category

This commit is contained in:
Ryder Belserion 2024-10-12 17:56:47 -04:00
parent bf669521e1
commit 1098887056
No known key found for this signature in database

View File

@ -118,6 +118,8 @@ public enum Category {
ma.add(Material.NETHERITE_SWORD);
ma.add(Material.NETHERITE_AXE);
ma.add(Material.MACE);
return ma;
}