promotional bannermobile promotional banner

Precision Mining

QOL mod that prevents overmining

File Details

PrecisionMining-1.12.2-5.0-all.jar

  • R
  • Apr 18, 2023
  • 968.26 KB
  • 460
  • 1.12.2
  • Forge

File Name

PrecisionMining-1.12.2-5.0-all.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:precision-mining-438451:4496046")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Rewrote the mod
  • Now 100% client side only
    • No networking is used
    • NBT is not used to store which tools have precision mode enabled anymore
    • Instead, an external file (managed automatically) is used to track which tools have it enabled
    • Tools are differentiated based on their enchantments, repair cost, their name (e.g. from naming the item in the anvil), and obviously what item it is
    • This was done to simplify writing the mod for 6 different versions
  • All versions are much more consistent than they used to based
  • That annoying message which would show up every time you joined a world has been removed