Started by
odvigajlo
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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
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?
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!