Started by
SplattyPlayz10
on
Topic category: Help with Minecraft modding (Java Edition)
Hi!
I am making a mod where you can break bedrock with a pick or a special tnt. However, I am not sure how to make bedrock breakable. How do I make it breakable?
(I know you have to use Procedures but i need help on what to actually put)
If i wasnt clear enough, I basically want to be able to break bedrock using a certain pickaxe.
Create a procedure which checks the item the player is holding - if it's the pickaxe, break the bedrock, if not, don't.
Sorry if this was vague, might need to think more on it
How do I do that though? I am new to the app so I have no understanding of Procedures XD
Also, How do i make it so it can break bedrock? I think I need to change the hardness but idk how?