✅ NOW WORKING IN SINGLEPLAYER ✅
Transform your pickaxe into a mining powerhouse with Area Mine - a comprehensive enchantment system featuring unlockable patterns, token economy, and endless progression!
Area Mine is a server-side Fabric mod that adds a game-changing enchantment to pickaxes. Instead of mining one block at a time, mine entire areas with a single break! Choose from 6 unique patterns, earn tokens, unlock upgrades, and become the ultimate mining master.
🌟 Key Highlights:
Each pattern has unique dimensions for Tier I, II, and III:
🟦 Cube Pattern (FREE - Default)
🔵 Sphere Pattern (1,000,000 tokens)
🟡 Tunnel Pattern (2,500,000 tokens)
🟢 Cross Pattern (5,000,000 tokens)
🟣 Layer Pattern (10,000,000 tokens)
🟪 Vertical Pattern (25,000,000 tokens)
Earn tokens from every block you mine:
| Block Type | Token Value |
|---|---|
| 💎 Ancient Debris | 1,000 tokens |
| 💎 Diamond Ore | 100 tokens |
| 🥇 Gold Ore | 25 tokens |
| ⚙️ Iron Ore | 10 tokens |
| 🪨 Stone/Deepslate | 1 token |
💡 Boost your earnings:
Example: Mine 10 diamond ore with Efficiency V + Efficiency Boost:
10 blocks × 100 = 1,000 tokens1,000 × 2.5 = 2,500 tokens! 💰Spend tokens on powerful permanent upgrades:
| Upgrade | Cost | Effect |
|---|---|---|
| 📏 Radius Boost | 100,000 | Mine +1 block in all directions |
| ⚡ Efficiency Boost | 150,000 | Earn +50% tokens from all mining |
| 🛡️ Durability Boost | 200,000 | Reduce durability cost by 15% |
| 🎁 Auto Pickup | 250,000 | Mined blocks go directly to inventory |
Purchase with: /areamine upgrades buy <upgrade_name>
Unlock achievements as you progress:
All achievements save automatically!
✋ Crouch to Activate
requireCrouch⚒️ Pickaxe-Effective Blocks Only
⚖️ Balanced Durability System
Example: With Tier III + Unbreaking III + Durability Boost:
🎨 Pattern-Specific Particles (Client-Side)
Each pattern has unique color-coded particles:
🔊 Sound Effects
📊 Chat Feedback
[Area Mine] 26 blocks | +2,600 tokens
Clean, informative messages show your progress!
✅ Works Great With:
❌ Incompatible With:
Track Everything:
/areamine stats
[Area Mine] Your Stats:
Blocks mined: 125,483
Session blocks: 1,024
Mining tokens: 3,482,190
Times used: 8,432
Top Mined Blocks:
deepslate: 42,103
stone: 38,492
diamond_ore: 1,284
iron_ore: 8,921
Dimension Stats:
Overworld: 98,423 blocks
Nether: 22,158 blocks
End: 4,902 blocks
Unlocked Patterns:
✔ cube, sphere, tunnel
✘ cross, layer, vertical
Compete on Leaderboards:
/areamine leaderboard blocks - Top miners/areamine leaderboard diamonds - Diamond kings/areamine leaderboard tokens - Richest playersMade a mistake? Undo your last mining operation!
/areamine undo
mods/ folder✅ Players can join without the mod installed!
Want to see particle outlines? Install on your client too!
🎓 Enchanting Table (Rare - Weight 2)
👨🏫 Librarian Villagers
Use an anvil to combine:
💡 Pro Tip: Best on Netherite Pickaxe with Efficiency V, Unbreaking III, and Mending!
| Command | Description |
|---|---|
/areamine stats |
View your statistics |
/areamine upgrades |
View upgrades & token balance |
/areamine upgrades buy <name> |
Purchase an upgrade |
/areamine patterns |
View all patterns & unlock status |
/areamine patterns buy <name> |
Unlock a mining pattern |
/areamine undo |
Undo last mining (5min limit) |
/areamine leaderboard <type> |
View leaderboards |
| Command | Description |
|---|---|
/areamine reload |
Reload configuration |
/areamine toggle <player> |
Enable/disable for player |
/areamine pattern <name> |
Change server-wide pattern |
/areamine stats <player> |
View player's stats |
/areamine stats all |
View server-wide stats |
Config location: config/area-mine/config.json
{
"requireCrouch": true,
"pickaxeEffectiveOnly": true,
"miningPattern": "cube",
"durabilityScaling": true,
"enableUpgradeSystem": true,
"enableBlockValues": true,
"particleEffects": true,
"soundEffects": true,
"previewDensity": "medium",
"batchedBreaking": true,
"blocksPerTick": 10,
"actionBarFeedback": false,
"sendTokensInChat": true
}
Pattern Sizes - Customize dimensions for each tier:
"patternLevels": {
"cube": {
"1": {"horizontal": 1, "vertical": 2, "depth": 1},
"2": {"horizontal": 2, "vertical": 2, "depth": 2},
"3": {"horizontal": 3, "vertical": 3, "depth": 3}
}
}
Pattern Costs - Adjust unlock prices:
"patternCosts": {
"sphere": 1000000,
"tunnel": 2500000,
"cross": 5000000,
"layer": 10000000,
"vertical": 25000000
}
Block Values - Set token rewards:
"blockValues": {
"minecraft:diamond_ore": 100,
"minecraft:ancient_debris": 1000,
"minecraft:gold_ore": 25,
"minecraft:iron_ore": 10
}
Upgrade Costs - Adjust progression:
"upgradeCosts": {
"radius_boost": 100000,
"efficiency_boost": 150000,
"durability_boost": 200000,
"auto_pickup": 250000
}