Is there a way to make custom weather?

Started by Harry_Da_Boss on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to make custom weather?

For example, in a certain biome, could I make it snow with the snow particles being the brown square particle and the snow layers being replaced with a custom block?

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, in a World Tick Event…
Mon, 06/01/2020 - 04:11

Well, in a World Tick Event I would use Random variables to randomly send packets to all players telling them if my custom weather is happening or not. If my weather is happening I could render an overlay to the player or just spawn my custom particles. To add custom blocks to the ground. You could iterate down Y positions and if you hit a non-air block, use a random variable to determine whether to add your block above that position. I am on my phone right now so I can't write something up, but I think you get the point.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to iterate positions?…
Fri, 07/19/2024 - 03:54

How to iterate positions? what is iterating? how does it work? can I make a global trigger with no x y z components spawn blocks in specific places?