how to add items to a custom tool tier? #7
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
TysonTheEmber/BetterHarvestLevels#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Question
how to add items to a custom tool tier?
Context
I want to add a certain item to my custom tier but idk how to lol
Mod Loader (if applicable)
NeoForge 1.21.1
put this inside the "overrides" section of the tools.json file:
{ "target": "minecraft:stone_pickaxe", "type": "item", "tier": "stone" }
If you did it correctly, the stone pickaxe should be in the stone tier.