
Harvest Leveling
A simplified toolkit for Minecraft mod pack developers, offering granular control over tool harvest characteristics through intuitive configuration adjustments.
Core Functionality
- Precise regulation of tool harvest proficiency, enabling allocation of any tier indexed within Forge's TierSortingRegistry ecosystem
- Seamless implementation of custom harvest benchmarks via dedicated configuration parameters
- Embedded diagnostic command for comprehensive tier enumeration registered in TierSortingRegistry framework
Feature Boundaries
The modification preserves inherent block harvest prerequisites, relying on native Forge/vanilla tagging conventions.
Functional limitations include:
- Exclusive compatibility with DiggerItem-derived implements
- No mining velocity modifications (maintains original tool performance characteristics)
Implementation Protocol
For initial setup procedures:
- Access
harvest_leveling-common.toml
configuration file - Populate primary list with target tools and corresponding harvest specifications using
"modid:item;modid:tier"
schema - Supplemental list accommodates custom harvest definitions formatted as '<name;modid:tier>', where tier denotes sequential hierarchy achievement requirements