Compatibility
Minecraft: Java Edition
1.21
1.20.6
1.20.4
1.20–1.20.2
1.19.x
1.18.1–1.18.2
1.17.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed Apache-2.0
Created 2 years ago
Updated 4 months ago
Deepslate, Instamineable and Renewable deepslate
Features
Breaking Deepslate
- Break deepslate instantly using a Netherite pickaxe.
- The pickaxe must have the efficiency V enchantment and the player has to be under the effect of a Haste II beacon.
Make more Deepslate
- Renewable deepslate, lava above water like a stone generator but at lower Y levels, y=11 by default (configurable).
Insta-Break Logs
- Break Logs instantly using a Netherite axe with efficiency V and haste 2. (can be disabled in config file) Version >=1.3
Insta-Break Other blocks with other tools
- As of version 2.4 you can add blocks and tools for instamining to the config file
Changelog
Version 2.0
- Needs architectury-api (]
- Configurable list of blocks to instamine .minecraft/config/deepslate_instamine.json
"minecraft:deepslate",
"minecraft:cobblestone",
"minecraft:end_stone"
],
"pickaxes_that_can_instamine": [
"minecraft:netherite_pickaxe"
],
"axes_that_can_instamine": [
"minecraft:netherite_axe"
],
"axe_instamine_blocks": []
Version 2.1 changelog
configurable list of tools that can instamine
Version 2.4
- Added cobbled deepslate generation, same as cobblestone
- Added calcite generation, same as basalt
- Blocks can now be added for axe instamining