Detominer

Detominer

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

von
19.7K Downloads
datapackfabricequipmentgame-mechanicsutility
Server mit dieser Mod mieten

Screenshots

Cover Photo

Über diese 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!

Verfügbare Versionen

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

Detominer auf dem Server installieren

1

Server bestellen

Bestelle einen Minecraft Java Server mit mindestens 3 GB RAM (4 GB empfohlen).

2

datapack Loader setzen

Wähle im Panel unter "Egg" den datapack-Loader und die passende Minecraft-Version (1.21.11).

3

Mod installieren

Öffne den Mod-Browser im Dashboard und suche nach "Detominer". Klicke "Installieren" – fertig! Alternativ: Lade die .jar via SFTP in den /mods Ordner.

Kompatibilität

Mod-Loader

datapackfabric

Minecraft-Versionen

1.21.11, 1.21.10, 1.21.9 (+9 weitere)

Server-seitig

Erforderlich

Empfohlener RAM

4 GB(min. 3 GB)

Häufige Fragen

Detominer Server crasht beim Start – was tun?

Häufigste Ursache: falsche datapack-Version oder zu wenig RAM. Prüfe im Server-Log (latest.log), ob ein "OutOfMemoryError" oder "Mixin"-Fehler auftritt. Bei Mado Hosting: Stelle sicher, dass mindestens 3 GB RAM zugewiesen sind und der Loader zur Mod-Version passt (1.21.11). Über das Panel kannst du den Loader mit einem Klick wechseln.

Ist Detominer mit datapack und fabric kompatibel?

Detominer unterstützt offiziell datapack, fabric für Minecraft 1.21.11, 1.21.10, 1.21.9. Im Mado Dashboard werden inkompatible Loader-Kombinationen automatisch erkannt.

Server laggt mit Detominer – wie optimiere ich die Performance?

Empfohlener RAM: 4 GB (+1 GB pro 8 Spieler). Prüfe mit /spark profiler, ob Detominer den meisten Tick-Time verbraucht. Häufige Fixes: Server-View-Distance auf 8-10 reduzieren, bei Forge "performant" oder "starlight" als Zusatz-Mod installieren. Bei Mado Hosting läuft dein Server auf NVMe-SSDs mit dedizierten CPU-Kernen für minimale Latenz.

Modded Server mieten

Installiere Detominer mit nur einem Klick auf deinem Server.

Empfohlener RAM
4 GBab €5.2/Monat
Min. 3 GB | +1 GB pro 8 Spieler
Jetzt Server erstellen
1-Klick Mod Installation
NVMe SSD Speicher
DDoS-Schutz inklusive

Details

Lizenz
MIT License
Server-seitig
Erforderlich

Unterstützte Versionen

1.21.111.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.2+2 mehr