How to make SandStorms?

Started by MisterSmeet on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make SandStorms?
Sun, 02/09/2025 - 09:01 (edited)

How to make SandStorms, wether custom on Mcreator? Mcreator 2024.4

Edited by MisterSmeet on Sun, 02/09/2025 - 09:01
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Minecraft's weather is done…
Sun, 02/09/2025 - 11:18

Minecraft's weather is done through particles. You can create global logic variables for determining whether or not the "Sandstorm" is active.

Procedures will then need to be summoning the particles around the players, and will do whatever other effects you want to happen inside that procedure.

 

Particle spawning blocks you will need are:

Spawn [number] particles on server-side at x: [x] y: [y] z: [z] in area dx: [number] dy: [number] dz: [number] with speed: [number] type: [particle]

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If it's not difficult for…
Mon, 02/10/2025 - 16:42

If it's not difficult for you, can you show in the screenshot how to do it?