Strip mining leaves a tunnel full of holes behind you. Shift + right-click an ore and it drops normally while cobblestone takes its place, so the wall stays flat and you keep walking. 18 ores are mapped by default, and the config takes your own pairs in a block=replacement list. Server-side.
Default replacements (18 ores)
| Ore | Replaced With |
|---|---|
| Coal, Iron, Copper, Gold, Lapis, Diamond, Emerald, Redstone | Cobblestone |
| All 8 Deepslate ore variants | Cobbled Deepslate |
| Nether Gold, Nether Quartz | Netherrack |
Configuration
Define your own swap rules in config/saroseasymining-common.toml:
# Format: "target_block=replacement_block"
blockReplacements = [
"minecraft:coal_ore=minecraft:cobblestone",
"minecraft:diamond_ore=minecraft:cobblestone"
]
Config changes apply on game restart.
Gallery
Note: This wiki is the documentation. Questions and bug reports are faster on the Discord server.