Want To Break Bedrock.

Started by SplattyPlayz10 on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Apr 2021
Points:
583

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Want To Break Bedrock.

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)

Active 4 years ago
Joined Apr 2021
Points:
583

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
If i wasnt clear enough, I…
Fri, 04/30/2021 - 20:29

If i wasnt clear enough, I basically want to be able to break bedrock using a certain pickaxe.

Active 3 years ago
Joined Aug 2020
Points:
620

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
Create a procedure which…
Fri, 04/30/2021 - 20:31

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

 

Active 4 years ago
Joined Apr 2021
Points:
583

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
How do I do that though? I…
Fri, 04/30/2021 - 20:32

How do I do that though? I am new to the app so I have no understanding of Procedures XD

Active 4 years ago
Joined Apr 2021
Points:
583

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Also, How do i make it so it…
Fri, 04/30/2021 - 20:33

Also, How do i make it so it can break bedrock? I think I need to change the hardness but idk how?