
Detominer
A standalone 3x3 mining mod with customizations made easy that's tailored for players!
- Загрузки
- 19K
- Подписчики
- 35
- Обновлён
- 12 декабря 2025 г.
- Лицензия
- MIT
Опубликован 3 ноября 2024 г.
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:

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
The enchantment is exclusive to pickaxes, axes, shovels, hoes, and shears.
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.
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.
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.
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.
For those who are still using the datapack version, if you wish to fully remove the datapack, you may run:
/function detonate:uninstallMake sure you remove the datapack before reloading the world.
Happy Mining!
Ченджлог
4.1Релиз1.21.10, 1.21.11 · 12 декабря 2025 г.
This minor update fixes the incompatible Fabric Loader version found on Lunar Client, or other clients that got affected. The minimum required Fabric Loader version is now lowered from v0.18.1 to v0.18.0.
As always, if you're encountering any bugs or would like to suggest some ideas, you can contact me in my GitHub issues page or straight to my Discord server.
Happy Mining!
4.0Релиз1.21.10, 1.21.11 · 10 декабря 2025 г.
This update now brings you the Detominer pack now in its mod form, allowing for an even deeper environment control and higher creativity!
Features include:
- Full customization of what blocks you can detonate through the use of a dynamic auto-reloading config file
- Customizable block radius detonation from enchantment levels Detonate I up to Detonate III
- Third-party mods support with just a toggle in the config file, allowing for detonation on custom blocks
- Experience orbs now normally drop when mining certain ores
- Detomining can now break your tools when trying to mine blocks that are more than your tool's durability
- Using Detonate-enchanted tools now work in Creative mode
- The Detonate enchantment is now enabled for these 5 tools: Pickaxes, Axes, Shovels, Hoes, and Shears. However, only pickaxes and shovels have blocks pre-configured. You can add block support for other tools through the config
- Added block support for Magma Blocks on pickaxes
Detominer is a server-side mod, but can be also installed on your clients, allowing you to experience the mod in your singleplayer worlds. If used in a server environment, the config file can be found inside the config folder. But if its used in a client environment, you can easily access the config through the Mod Menu screen.
As always, if you have any suggestions or found some bugs, please report it on my GitHub issues page or you can contact me straight through my Discord server. Links are provided on this modrinth page.
Happy Mining!
3.2+modРелиз1.21.9, 1.21.10 · 7 октября 2025 г.
Added support for copper pickaxes and shovels, as well as a new sneaking feature.
- When you mine a block while sneaking, the detomining feature will be temporarily disabled, allowing for more precise adjustments.
Added support for the following blocks:
- Terracotta
- Red Terracotta
- Orange Terracotta
- Yellow Terracotta
- Brown Terracotta
- White Terracotta
- Light Gray Terracotta
If you encounter any bugs or would like to suggest improvements, please visit my GitHub issues page or join my Discord server.
Happy mining!
3.2Релиз1.21.9, 1.21.10 · 7 октября 2025 г.
Added support for copper pickaxes and shovels, as well as a new sneaking feature.
- When you mine a block while sneaking, the detomining feature will be temporarily disabled, allowing for more precise adjustments.
Added support for the following blocks:
- Terracotta
- Red Terracotta
- Orange Terracotta
- Yellow Terracotta
- Brown Terracotta
- White Terracotta
- Light Gray Terracotta
If you encounter any bugs or would like to suggest improvements, please visit my GitHub issues page or join my Discord server.
Happy mining!
3.1+modРелиз1.21.7, 1.21.8, 1.21.9 · 11 августа 2025 г.
Added tool durability balancing fix.
This means that when you're using a tool with the detonate enchantment, it will now deduct 1 durability per block break.
However, fear not because it will still respect your unbreaking enchantment level. Supports unbreaking level 1 up to 10, with their same random chances of losing a durability.
P.S. If you're experiencing any bugs, please report it straight to my github issues page or in my discord server. Thanks! :D
3.1Релиз1.21.7, 1.21.8, 1.21.9 · 11 августа 2025 г.
Added tool durability balancing fix.
This means that when you're using a tool with the detonate enchantment, it will now deduct 1 durability per block break.
However, fear not because it will still respect your unbreaking enchantment level. Supports unbreaking level 1 up to 10, with their same random chances of losing a durability.
P.S. If you're experiencing any bugs, please report it straight to my github issues page or in my discord server. Thanks! :D
2.0+modРелиз1.21.2, 1.21.3, 1.21.4 · 13 июля 2025 г.
Added support for Fortune and Silk Touch enchantments. Enchantment restriction removed.
Added blocks support for:
- 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 Ore
- Deepslate Lapis Ore
- Diamond Ore
- Deepslate Diamond Ore
- Nether Gold Ore
- Nether Quartz Ore
- Sandstone
- Red Sandstone
- Dripstone Block
- Raw Iron Block
- Raw Gold Block
- Raw Copper Block
Others:
- Remade file structure for better readability
- Added uninstall function. Run using:
/function detonate:uninstall
3.0+modРелиз1.21.7, 1.21.8, 1.21.9 · 13 июля 2025 г.
Rebuilt file structure to give functionality for different tools. Added detomining support for shovels.
Blocks added:
- Dirt
- Grass Block
- Gravel
- Sand
- Clay
- Coarse Dirt
- Mud
- Mycelium
- Podzol
- Red Sand
- Snow Block
- Soul Sand
- Soul Soil
Updated to 1.21.7
Комментарии
Загружаем…