Destroying block replaces itself

Started by ernestsstrīķis on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Destroying block replaces itself

How do I make a procedure that makes it so whenever you mine or break a block it replaces itself or places itself back? I'm making it so that whenever you mine stone it slowly cracks until you fully break it

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you could have a global…
Wed, 02/19/2025 - 11:31

you could have a global trigger where on block broken, set <blockstate_variable_name> to get block and then plave get <blockstate_variable_name> at x y z

if you need an Image, just tell me.