Breaking Bedrock Modification
The main function of this modification is to provide the ability to break bedrock using a pickaxe of the appropriate level. Previously, bedrock was considered completely indestructible and impossible to break using conventional methods.
With the mod installed, a pickaxe of level 4 or higher (up to version 1.20.4 inclusive) is required to mine bedrock. This typically corresponds to a netherite tool.
Mined bedrock does not drop as an item in the default configuration - it simply disappears after being broken.
The modification offers flexible settings, allowing you to change the main parameters of the block:
- Destroy time - mining speed (default 100)
- Explosion resistance - resistance to explosions (3600000 by default)
- Tool level - minimum pickaxe level for mining (4 - netherite)
- Block drop - possibility to obtain bedrock when broken (disabled by default)
The configuration file looks like this:
# destroy_time: Destroy time for bedrock. (obsidian is 50, stone is 1.5, -1 is indestructible)
# explosion_resist: Explosion resistance for bedrock. (stone is 6, glass is 0.3)
# mining_level: Mining level required to mine bedrock. (netherite is 4) (only on 1.20.4 and below)
# drop_bedrock: Whether bedrock should drop as a block when broken.
destroy_time=100
explosion_resist=3600000
mining_level=4 #only on 1.20.4 and below
drop_bedrock=false