Weather with World Logic (#9621)

* Weather sense

Honestly, doesn't seem game changing enough to warrant privileged restriction.

* Weather set

* Rename "snow" to "snowing"

Fix conflict with the snow floor block, though I don't know if this'll have negative repercussions on saves.

* Don't last forever

* Cleanup and bundle

* add space
This commit is contained in:
MEEPofFaith
2024-03-14 14:25:03 -04:00
committed by GitHub
parent 3f46080f42
commit 60c6e03d32
8 changed files with 168 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public class Weathers{
suspendParticles;
public static void load(){
snow = new ParticleWeather("snow"){{
snow = new ParticleWeather("snowing"){{
particleRegion = "particle";
sizeMax = 13f;
sizeMin = 2.6f;