Trying to Make a custom procedure

Started by Ender560 on

Topic category: Help with modding (Java Edition)

Last seen on 01:19, 11. Nov 2021
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Trying to Make a custom procedure
Wed, 11/10/2021 - 15:22 (edited)

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
Last seen on 14:30, 11. Feb 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Put the image on imgur  
Wed, 11/10/2021 - 17:18
Put the image on imgur

 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah dragging the image from…
Wed, 11/10/2021 - 18:19

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

 

Last seen on 01:19, 11. Nov 2021
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it worked, thanks guys
Thu, 11/11/2021 - 01:20
it worked, thanks guys