Preventing Falling Block Breaking

Started by Jackose on

Topic category: Help with modding (Java Edition)

Last seen on 16:28, 14. Oct 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Preventing Falling Block Breaking
Mon, 10/14/2024 - 16:29 (edited)

Normally, when a falling block lands on something like a torch, it would break. Basically, I just want to prevent this from happening with my custom block and it would instead replace the block that would normally break it or land on top of it. I can't find any triggers that activate when a falling block is destroyed so I'm not sure how to even go about this.

Edited by Jackose on Mon, 10/14/2024 - 16:29
Last seen on 16:58, 14. Oct 2024
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is probably not really…
Mon, 10/14/2024 - 17:00

This is probably not really possible without custom code,, probably something to do with mixins.