how to add items to a custom tool tier? #7

Closed
opened 2026-06-28 04:25:39 -06:00 by Devusiks · 1 comment

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

### 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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TysonTheEmber/BetterHarvestLevels#7
No description provided.