Silent Gear Jade Tiers

Shows Silent Gear mining tier requirements directly in Jade block tooltips.

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

NeoForge

implementation "curse.maven:silent-gear-jade-tiers-1563627:8218712"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.name and level_hint instead 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 Alloy can now correctly display as a tier even if it uses silentgear:incorrect_for_andesite_tools.
  • 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.name
    • harvest_tier.level_hint
    • harvest_tier.incorrect_blocks_for_tool
  • If mining results look wrong, check your incorrect_for_*_tools.json tags and use "replace": true when overriding Silent Gear’s default progression tags.