⛏️ Major Update: Separate Upgrade Paths!
What's New?
The minion upgrade system has been completely overhauled! Instead of a single "level" that upgrades everything, minions now have
three independent upgrade paths:
- Horizontal Range - How far forward the minion mines (default is 1-21 levels)
- Vertical Range - How tall the mining area is (blocks up) (default is 1-21 levels)
- Mining Speed - How fast the minion mines blocks (in ms)(default is 1-21 levels)
Key Features:
- Independent Upgrades - Upgrade each path separately based on your needs
- Level Selection - Purchased levels can be toggled on/off (downgrade temporarily to save on performance or focus mining)
- Fully Configurable - Each upgrade path is completely independent in config.yml
- Custom Scaling - Add or remove levels, change costs, modify ranges - everything is customizable
- Backward Compatible - Old minions will automatically convert to the new system
How It Works:
Each upgrade path has its own:
- Purchase button (left-click to upgrade)
- Selection GUI (right-click to choose active level)
- Independent costs and progression
- Separate max levels (configurable)
Configuration:
Code (Text):
upgrade-paths:
horizontal-range:
1:
range: 1
cost: 0
2:
range: 2
cost: 7500
# Add as many levels as you want!
vertical-range:
1:
range: 1
cost: 0
# Completely independent from horizontal
speed:
1:
speed: 3000
cost: 0
2:
speed: 2900
cost: 7500
# Lower speed = faster mining
Why This Update?
This gives you complete control over how your minions develop. Want a fast minion with small range? Upgrade speed only. Want a massive mining area? Focus on horizontal and vertical. The choice is yours!
Bug Fixes:
- Fixed back button not working in level selection GUIs
- Fixed fortune upgrade not responding to clicks
- Fixed level selection not allowing activation of max unlocked levels
Enjoy the new upgrade system!