Started by
Ender560
on
Topic category: Help with Minecraft modding (Java Edition)
hey guys I was trying to make a Procedure so that every time the player breaks a stone it spawns a Mob, I'd say it's pretty simple but the point is: it works with all blocks and I wanted it to work only with the stone, is there any way to fix it?
file:///C:/Users/super/Pictures/Saved%20Pictures/Captura%20de%20tela%202021-11-10%20121435.jpg
This is The link for the Procedure
Edited by Ender560 on Wed, 11/10/2021 - 15:22
yeah dragging the image from file explorer to google won't work, you need imgur or others, use imgur. but basically you procedure should be:
A Block is broken
if event target entity is type: Player AND get block at x y z = stone
do spawn at x y z entity: MOB