Skip to content

Instantly share code, notes, and snippets.

@g307m
Created May 4, 2019 18:16
Show Gist options
  • Save g307m/c0e320386ee4d8963177141e1279ea4a to your computer and use it in GitHub Desktop.
Save g307m/c0e320386ee4d8963177141e1279ea4a to your computer and use it in GitHub Desktop.
Making Bedrock Breakable
First, download this and set up: https://github.com/ModificationStation/1.7.3-LTS
Once you've set up your enviroment, open Eclipse and open Block.java.
Go to line 766 and replace
.setBlockUnbreakable
with this:
.setHardness(1.5F)
This will make bedrock mineable, as if it were stone.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment