Permanent raining in dimension

Started by Erik Sievert on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Permanent raining in dimension

So I made a custom dimension which is basically a snowy world covered in ice etc.. I would like to have it snowing all the time. Is there a way to do this via custom gamerules or functions? I don't know how to write code so help would be appreciated.

Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if player is in dimension…
Tue, 08/29/2023 - 17:11

if player is in dimension set weather to rain (per tick or with some weather detection)