Started by
cary2002
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a procedure where the thing only happens when the broken block was harvestable (this why I use the trigger: A block is broken) and everything I tried didn't work.
Yes its possible:
There is a Procedure Block called "Can [] harvest []" to check if the broken Block is harvestable(I assume you use "a block is broken" Global Trigger)
And if you want to prevent the Block is broken you can use the "Cancel event" Procedure Block that you can find in the "Advanced" Category.
Is it also somehow possible that it also is activated, if i brake a block, that doesn't need a tool (like wood), without one?
I found it. Thank you