File Details
smartoremining-1.0.1.jar
- R
- Nov 30, 2025
- 25.50 KB
- 584
- 1.20.6+5
- Forge
File Name
smartoremining-1.0.1.jar
Supported Versions
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
Curse Maven Snippet
# Smart Ore Mining - Changelog
## Version 1.0.1 (November 30, 2025)
### Major Changes
- **Complete overhaul of activation modes**:
* **HOLD mode**: Hold the assigned key while mining (default mode)
* **TOGGLE mode**: Press once to enable, press again to disable
* Removed `SNEAK_OR_KEY` mode which caused confusion
- **Improved key binding configuration**:
* Default key is now **Sneak (Left Shift)**
* Key can be changed in Minecraft's controls
* Both modes (HOLD and TOGGLE) use the same configurable key
### Technical Improvements
- **Extended multi-version compatibility**:
* Replaced `ResourceLocation.fromNamespaceAndPath()` with `ResourceLocation.parse()`
* Compatible with Minecraft **1.20.1 to 1.20.6** (and potentially 1.21)
* Supports Forge versions **47.x to 49.x**
- **Bug Fixes**:
* Fixed client startup crash due to premature configuration loading
* Optimized key detection in HOLD mode with tick-based verification
### Upgrade Notes
Old configuration files with `activationMode=SNEAK_ONLY`, `KEY_ONLY`, and `SNEAK_OR_KEY` will be automatically migrated to the new `HOLD` and `TOGGLE` modes respectively.

