File Details
orevein-1.6.0.jar
- R
- Jan 30, 2026
- 56.79 KB
- 76
- 26.1-snapshot
- Fabric
File Name
orevein-1.6.0.jar
Supported Versions
- 26.1-snapshot
Curse Maven Snippet
[1.6.0] - 2026-01-30 (Minecraft 26.1-snapshot-2)
Added
Radial Menu - Hold ALT to open circular menu for quick toggles
- Toggle vein mining on/off
- Toggle auto-collect (items to inventory)
- Toggle tunnel modes (1x2 / 3x3 / 5x5)
- View current XP progress
- Optimized rendering for smooth performance
5x5 Tunnel Mode - Mine 25 blocks at once for large-scale tunneling
Tiered Tunnel Unlocks - Each tunnel mode has its own XP requirement:
- 1x2 Tunnel: 500 XP (2 blocks per swing)
- 3x3 Tunnel: 2,000 XP (9 blocks per swing)
- 5x5 Tunnel: 5,000 XP (25 blocks per swing)
- Why so high? Larger tunnels are extremely powerful. Mining 25 blocks per swing would trivialize gameplay if unlocked too early. These are meant to be late-game rewards.
Config System - Full configuration via
config/orevein.json- Separate XP thresholds for each tunnel mode
- Max vein sizes for different block types
- Enable/disable individual tunnel modes
- Block whitelist/blacklist
- Tag whitelist/blacklist
Tag-Based Block Detection - Automatic mod compatibility using Minecraft's tag system
- Default tags:
minecraft:coal_ores,minecraft:iron_ores,minecraft:logs,c:ores, etc. - Add custom tags for mod support
- Default tags:
In-Game Commands - Manage config without editing files
/orevein check- Check if a block can be vein-mined/orevein add//orevein remove- Whitelist/blacklist block you're looking at/orevein whitelist add/remove <block>- Manage block whitelist/orevein blacklist add/remove <block>- Manage block blacklist/orevein tag add/remove/block <tag>- Manage tag lists/orevein list- View all whitelists and blacklists/orevein reload- Reload config (OP only)/orevein help- Show all commands
Enchantment Support for Vein Mining
- Efficiency enchantment now speeds up vein mining delay
- Mining delay calculated from tool speed and block hardness
- Delay ranges from 25ms (fast) to 200ms (slow) based on actual mining capability