Need some help with the particle procedure block

Started by theTacocat88 on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 weeks ago
Joined Sep 2022
Points:
469

User statistics:

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

Active 16 hours ago
Joined Apr 2024
Points:
406

User statistics:

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

Active 3 weeks ago
Joined Sep 2022
Points:
469

User statistics:

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

Active 16 hours ago
Joined Apr 2024
Points:
406

User statistics:

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

Active 3 weeks ago
Joined Sep 2022
Points:
469

User statistics:

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

Active 16 hours ago
Joined Apr 2024
Points:
406

User statistics:

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

You're welcome