Praticle doesn't spawn. (But should, inside the transparent block)

Started by beloiswhite on

Topic category: Help with modding (Java Edition)

Last seen on 16:28, 18. Jan 2024
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Praticle doesn't spawn. (But should, inside the transparent block)
Sun, 09/24/2023 - 12:19 (edited)

Hello. Hope that someone knows what I'm doing wrong.

 

In procedure "HungryNodeBlockAdded" particle should spawn every 33 ticks since block have been placed, and stop, when block is dissapeared(destroyed etc.)

But, it didn't work in anyway. Even one time when block is just placed, particle won't spawn. Here's screens:
 

Procedure screen
Procedure "HungryNodeBlockAdded"

 

Block main preferences
Block's main preferences
Block's triggers
Edited by beloiswhite on Sun, 09/24/2023 - 12:19
Last seen on 16:28, 18. Jan 2024
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks a lot for your work,…
Sun, 09/24/2023 - 14:39

Thanks a lot for your work, but i just a moment ago found a solving way easier.

Just used "Spawn <quantity> particles" command, and that works. Looks like an MCreator issue.

Check your particle settings…
Sun, 09/24/2023 - 15:53

Check your particle settings and make sure you have them at all

Also particle spawning procedure may be client side, while sleep makes all procedures server-side which will then make things not work as client and server sides are separate