Started by
Jackose
on
Topic category: Help with Minecraft modding (Java Edition)
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
This is probably not really possible without custom code,, probably something to do with mixins.