Need some help with the particle procedure block

Started by The_CAT_9801 on

Topic category: Help with modding (Java Edition)

Last seen on 00:43, 15. Aug 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need some help with the particle procedure block

Hi, my mod has a Summoning Table block in it which you can use artifacts to summon different creatures and items. I am trying to make it so a particles will spawn when the button is clicked, but I am not very familiar with the particle block in procedures. If anyone can help, it would be appreciated.

Thanks!

Last seen on 17:20, 17. Oct 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You just need to use the …
Thu, 07/18/2024 - 16:04

You just need to use the "spawn particles block" and then choose coordinates, size of the area where they'll spawn for x, y and z, their speed and type, you can make it so they spawn when a player uses an artifact like you would place a block or spawn an entity

Last seen on 00:43, 15. Aug 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I understand that, but as a…
Thu, 07/18/2024 - 23:06

I understand that, but as a further question, how would I make a pillar of particles in the middle (one block above) the block?

Last seen on 17:20, 17. Oct 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
do a procedure that detects…
Thu, 07/18/2024 - 23:10

do a procedure that detects when the block is clicked and then spawn particles at x, y+1, z

Last seen on 00:43, 15. Aug 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This works after some…
Fri, 07/19/2024 - 00:35

This works after some tweaking like adding 0.5 to the X and Z values to make it in the center. Also adding offset with a while loop and using the single particle block to have more control over the movement. Thanks for the help!

Last seen on 17:20, 17. Oct 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're welcome
Fri, 07/19/2024 - 00:37

You're welcome