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
- 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

