How can i Force particles to render

Started by odvigajlo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can i Force particles to render

Sooo.... In Minecraft particles refuse to render if theyre far away from player (for optimization reasons). But when you spawn them with command you can force them to render in anyway Example: /particle cloud ~ ~ ~ 0 0 0 0.1 force. Force starts particles render in anyway. soo how can i enable force in procedurce?

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i am trying to do the same…
Wed, 01/24/2024 - 09:48

i am trying to do the same thing and checking the forge documentation you need to use the code viewer and change "addParticle(..)" with "addAlwaysVisibleParticle(..)" but i tried and the procedure does not compile

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am trying to do the same…
Sun, 03/31/2024 - 14:35

I am trying to do the same thing. I changed the "addParticle(..)" with "addAlwaysVisibleParticle(..)" but got an error, tried adding the "force" command but got a token not found error. Can run the particle command from the World Procedures works without "force" but not with "force" included. Anyone any suggestions? 

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm also having issues with…
Sun, 06/02/2024 - 06:42

I'm also having issues with this! I'm considering trying to figure out that force command, I'm going to give it a try, I've been using the server-side spawning block, but they don't render past like 10 blocks :(. I really hope they add functionality for this or something so that more neat things are available, like long distance custom fireworks or flare guns, stuff like that. I'm trying to make a giant nuclear mushroom cloud, but it won't render from far away so it doesn't really work great at all. Please help!