Breaking Bedrock
Allow bedrock to be mined with a netherite pickaxe!
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
Breaking Bedrock

Allows players to mine bedrock using a pickaxe of mining level 4 or higher (configurable on 1.20.4 and below). After being mined, bedrock does not drop anything (also configurable), it just breaks. The destroy time (default 71) and explosion resistance (default 3600000) of bedrock are also all easily configurable.
Config File
```properties
destroy_time: The destroy time for bedrock. (obsidian is 50, stone is 1.5, -1 is indestructible)
explosion_resist: The explosion resistance for bedrock. (stone is 6, glass is 0.3)
mining_level: The 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 ```