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

Started by beloiswhite on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Dec 2021
Points:
507

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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
Active 11 months ago
Joined Jun 2023
Points:
326

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 174
Try changing your procedure…
Sun, 09/24/2023 - 14:15

Try changing your procedure over to "display random client tick", and re-working it a little. Here's my suggestion for how to re-work it:

https://imgur.com/NR91bJw

https://imgur.com/Fk0p2Fk

https://imgur.com/wOfAgLv 

Active 1 year ago
Joined Dec 2021
Points:
507

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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