Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Detominer
ModMIT

Detominer

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

14.1K
Downloads
36
Followers
5 months ago
Updated
📦
12
Versions
equipmentgame-mechanicsutilitydatapackfabricforgeneoforgequilt
Download Latestv4.1View on Modrinth

📖About Detominer

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!

👥 Team & Contributors

sneeryazalee
sneeryazaleeOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
datapackfabricforgeneoforgequilt
Minecraft Versions
1.21.101.21.11

🔗 Links

Modrinth Page