generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Overview
Several weapon and tool items in src/main/java/com/tcm/MineTale/registry/ModItems.java are currently registered as bare Item::new placeholders with no DataComponents.TOOL or DataComponents.WEAPON components. These were intentionally left as stubs pending dedicated custom item classes.
Items to implement
CRUDE_BUILDERS_HAMMERCRUDE_HATCHETCRUDE_BATTLEAXECRUDE_DAGGERSCRUDE_SHORTBOWCRUDE_SWORDCRUDE_LONGSWORDCOPPER_HATCHETCOPPER_DAGGERSCOPPER_BATTLEAXECOPPER_LONGSWORDCOPPER_SHORTBOW
Acceptance Criteria
- Each item above should have a dedicated custom item class (similar to how
MaceItemis used forCOPPER_MACE/CRUDE_MACE). - Each class should attach the appropriate
DataComponents.TOOLand/orDataComponents.WEAPONcomponents, attributes, durability, rarity, and repair material. - Recipes in
WorkbenchRecipesandBlacksmithRecipesalready exist for these items.
References
- PR: Blacksmith an stuff #66
- Comment: Blacksmith an stuff #66 (comment)
Requested by @The-Code-Monkey.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog