Compatibility
Minecraft: Java Edition
1.18.2
Platforms
Forge
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
HarvestLeveling
Simple Forge mod for pack developers, allowing them to override a tool's harvest level.
What this mod does do:
- Manual override of a tool's harvest level to any tier registered in Forge's TierSortingRegistry
- Allow for registering custom harvest levels via config
- Provides a command to dump tiers registered in TierSortingRegistry
What this mod doesn't do
- Override of block's harvest level requirements (use vanilla/forge tags for this)
- Harvest levels for non tools (item must extend DiggerItem)
- Modify mining speeds of tools (use Property Modifier or a similar mod)
How to Use
- Open
harvest_leveling-common.toml
- In the first list add any tools you want to override the harvest level for. Syntax should be
"modid:item;modid:tier"
- In the second list add any custom harvest levels you want. Syntax should be
"name;modid:tier"
with the tier being the tier that this custom harvest level comes immediately after. Restart required.
Fabric/Backport?
Probably not, but feel free to do it yourself!