Started by
Peteypops13
on
Topic category: Help with Minecraft modding (Java Edition)
So I'm trying to make it so that when a block is broken, if it was stone, then it replaces the block with another block.
The best I have so far is this but it isn't working. If anyone could help that would be greatly appreciated
When a block is broken
If [Is block at x, y, z the same block as stone]
Do [Place cracked stone at x, y, z]
check if [is {provided blockstate} the same as {block}], maybe when the procedure triggers there isnt any block at xyz anymore