Started by
Hooman5511
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. Is there a way to detect if a block is destroyed by player i want to check if oak log is broken then give player cash thanks a lot (if this is wrong category tell me and direct me to the correct one) (also sorry for bad grammar)
Create a procedure. add the global trigger "When block is broken by player". next, put an if block saying if get block at [x] [y] [z] = [Block] . Inside of the if block, put the procedure you want to happen.