Detominer

Detominer

A standalone 3x3 mining mod with customizations made easy that's tailored for players!

by
18.1K Downloads
datapackfabricequipmentgame-mechanicsutility
Rent Server with this Mod

Screenshots

Cover Photo

About this Mod

Description

Detominer is a server-side mining mod that adds a new enchantment called "Detonate". This enchantment allows you to mine in a 3x3 radius of blocks, making it ideal to find ores. It features a vanilla-friendly approach to player builds, only destroying blocks that can naturally generate.

Default blocks list that can detonate:

Stone
Andesite
Granite
Diorite
Deepslate
Tuff
Netherrack
Blackstone
Crimson Nylium
Warped Nylium
Basalt
End Stone
Obsidian
Coal Ore
Deepslate Coal Ore
Iron Ore
Deepslate Iron Ore
Copper Ore
Deepslate Copper Ore
Gold Ore
Deepslate Gold Ore
Redstone Ore
Deepslate Redstone Ore
Emerald Ore
Deepslate Emerald Ore
Lapis Lazuli Ore
Deepslate Lapis Lazuli Ore
Diamond Ore
Deepslate Diamond Ore
Nether Gold Ore
Nether Quartz Ore
Sandstone
Red Sandstone
Dripstone Block
Block of Raw Iron
Block of Raw Gold
Block of Raw Copper
Terracotta
Red Terracotta
Orange Terracotta
Yellow Terracotta
Brown Terracotta
White Terracotta
Light Gray Terracotta
Magma Block
Dirt
Grass Block
Gravel
Sand
Clay
Coarse Dirt
Mud
Mycelium
Podzol
Red Sand
Snow Block
Soul Sand
Soul Soil

Modifying the config file

Since the version 4.0 release now packages the pack in a form of an actual mod, you now have access to the Detominer's configuration settings that can be found inside your config folder:

detominer.json

{
  "disable_detonate_when_sneaking": true,
  "only_mine_with_proper_tool": true,
  "block_break": {
    "detonate_level_1": {
      "x": 3,
      "y": 3,
      "z": 1
    },
    "detonate_level_2": {
      "x": 3,
      "y": 3,
      "z": 2
    },
    "detonate_level_3": {
      "x": 3,
      "y": 3,
      "z": 3
    }
  },
  "allowed_blocks": {
    "#minecraft:pickaxes": [
      "minecraft:stone",
      "minecraft:andesite",
      "minecraft:granite",
      "minecraft:diorite",
      "minecraft:deepslate",
      "minecraft:tuff",
      "minecraft:netherrack",
      "minecraft:blackstone",
      "minecraft:crimson_nylium",
      "minecraft:warped_nylium",
      "minecraft:basalt",
      "minecraft:end_stone",
      "minecraft:obsidian",
      "minecraft:coal_ore",
      "minecraft:deepslate_coal_ore",
      "minecraft:iron_ore",
      "minecraft:deepslate_iron_ore",
      "minecraft:copper_ore",
      "minecraft:deepslate_copper_ore",
      "minecraft:gold_ore",
      "minecraft:deepslate_gold_ore",
      "minecraft:redstone_ore",
      "minecraft:deepslate_redstone_ore",
      "minecraft:emerald_ore",
      "minecraft:deepslate_emerald_ore",
      "minecraft:lapis_ore",
      "minecraft:deepslate_lapis_ore",
      "minecraft:diamond_ore",
      "minecraft:deepslate_diamond_ore",
      "minecraft:nether_gold_ore",
      "minecraft:nether_quartz_ore",
      "minecraft:sandstone",
      "minecraft:red_sandstone",
      "minecraft:dripstone_block",
      "minecraft:raw_iron_block",
      "minecraft:raw_gold_block",
      "minecraft:raw_copper_block",
      "minecraft:terracotta",
      "minecraft:red_terracotta",
      "minecraft:orange_terracotta",
      "minecraft:yellow_terracotta",
      "minecraft:brown_terracotta",
      "minecraft:white_terracotta",
      "minecraft:light_gray_terracotta",
      "minecraft:magma_block"
    ],
    "#minecraft:axes": [
      ""
    ],
    "#minecraft:shovels": [
      "minecraft:dirt",
      "minecraft:grass_block",
      "minecraft:gravel",
      "minecraft:sand",
      "minecraft:clay",
      "minecraft:coarse_dirt",
      "minecraft:mud",
      "minecraft:mycelium",
      "minecraft:podzol",
      "minecraft:red_sand",
      "minecraft:snow_block",
      "minecraft:soul_sand",
      "minecraft:soul_soil"
    ],
    "#minecraft:hoes": [
      ""
    ],
    "minecraft:shears": [
      ""
    ]
  }
}

Parameters

disable_detonate_when_sneaking

boolean | default = true

- If set to true, players can bypass or disable block mining detonation when they are sneaking.

only_mine_with_proper_tool

boolean | default = true

- If set to true, players will need the correct tool tier to detonate certain blocks.
- If set to false, players can detonate any block listed in the config, regardless of tool.
- If set to false, also enables detonation of custom blocks from other mods.

block_break:detonate_levels:xyz

any positive integer | see config above for default values

- These settings allow you to customize how many blocks you can detonate.
- Take note that the point of origin is always the block in your cursor.
- The XYZ coordinates specify the location of the blocks based from where you're facing.
- Coordinate X is the left and right of your screen.
- Coordinate Y is the up and down of your screen.
- Coordinate Z is the front and back of your screen.

allowed_blocks:minecraft:<tools>

any valid block id | see config above for default values

- These settings allow you to customize the blocks you can detonate.
- Data insertion must follow the format: "<namespace>:<block>".
- Blocks specified on specific tools will only detonate for those specific tools.
- You cannot add, modify, or remove the tools listed in the config, you can only edit the blocks you want to detonate.

Important Notes

  1. The enchantment is exclusive to pickaxes, axes, shovels, hoes, and shears.

  2. The enchantment only destroys blocks if the player is holding the correct tool. This means that if you're mining a stone block and there's a dirt block nearby, it'll only destroy the pickaxe-mineable blocks like stone and therefore skips the dirt block entirely.

  3. The enchantment can be found at your local enchanting tables, villager trades, and/or can be found inside treasure chests like the ones from the ancient cities.

  4. The config file is dynamic. This means that the game will automatically recognize if you add or modify the values in your config, allowing you to experience the changes in real time.

  5. If you want to reset your config settings, you can delete the config file and restart your game, it will auto-generate a fresh one for you.

  6. For those who are still using the datapack version, if you wish to fully remove the datapack, you may run: /function detonate:uninstall Make sure you remove the datapack before reloading the world.

Happy Mining!

Available Versions

Detominer v4.1 (1.21.10)release
MC 1.21.10, 1.21.11fabric
December 12, 2025
Detominer v4.0 (1.21.10)release
MC 1.21.10, 1.21.11fabric
December 10, 2025
Detominer v3.2 (1.21.9)release
MC 1.21.9, 1.21.10fabric
October 7, 2025
Detominer v3.2 (1.21.9)release
MC 1.21.9, 1.21.10datapack
October 7, 2025
Detominer v3.1 (1.21.8)release
MC 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9fabric
August 11, 2025

How to Install Detominer on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set datapack Loader

In the panel under "Egg", select the datapack loader and matching Minecraft version (1.21.11).

3

Install Mod

Open the mod browser in the dashboard and search for "Detominer". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

datapackfabric

Minecraft Versions

1.21.11, 1.21.10, 1.21.9 (+9 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Detominer server crashes on startup – what to do?

Most common cause: wrong datapack version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.

Is Detominer compatible with datapack and fabric?

Detominer officially supports datapack, fabric for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Detominer – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Detominer consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Detominer with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.21.111.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.2+2 more