File Details
silentgear_jade_tiers-1.11.1-1.21.1.jar
- R
- Jun 8, 2026
- 21.23 KB
- 482
- 1.21.1
- NeoForge
File Name
silentgear_jade_tiers-1.11.1-1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Added
- Added improved required-tier icon rendering in Jade.
- Added a clearer visual distinction between:
- tools that can mine the block;
- tools that cannot mine the block.
Changed
- The required-tier icon is now smaller and better aligned with the
Required:text. - Added spacing between the pickaxe icon and the tooltip text for cleaner readability.
- Improved custom pickaxe/cross overlay rendering in Jade.
- The addon now trusts the Silent Gear material’s own
harvest_tier.nameandlevel_hintinstead of requiring the name to match the internal tag suffix.
Fixed
- Fixed valid custom tiers being ignored when the display name differs from the tag name.
- Example:
Andesite Alloycan now correctly display as a tier even if it usessilentgear:incorrect_for_andesite_tools.
- Example:
- Fixed cases where Zinc Ore could show the wrong required tier because the previous filtering logic rejected
Andesite Alloy. - Fixed tooltip icon sizing/layout issues where the pickaxe appeared too large or too close to the text.
- Fixed leftover rendering code cleanup after moving to direct
GuiGraphics.blitSprite(...).
Notes for Modpack Authors
- The addon reads live Silent Gear material data.
- For correct display, custom progression materials should define:
harvest_tier.nameharvest_tier.level_hintharvest_tier.incorrect_blocks_for_tool
- If mining results look wrong, check your
incorrect_for_*_tools.jsontags and use"replace": truewhen overriding Silent Gear’s default progression tags.