-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snow Not Melting Outside of Winter #211
Comments
Can you describe some context of your server?
|
It's all biomes that receive snow in the winter, not just the plains. The mod has been active for the whole life of the server. The only potential conflict I can see in the other config files is the Realistic Sleep mod, which have some settings that look like they do some tick manipulation related to ice and snow. I just found those and was going to play around with them this weekend to see if that affects anything. |
As of current, it's not quite obvious as to why this issue exists. One way to diagnose this is to create a temporary/local server and start with fabric seasons. If this causes the bug, then it's definitely fabric seasons. Build up your modlist slowly and test your server adding one mod at a time. Eventually you will find the bug and we can pin point what exactly is wrong. |
Exact same issue here, but we don't have and mods in common that I would think was an obvious suspect.. We use BetterDays, might be a possible cause, could try to disable it.. or maybe it's Unloaded Activity..? Will report back if I find anything Update: it's not Unloaded Activity, BetterDays, Rain Grow, ModernFix or Lithium.. that much is for sure.. |
Based on new info from other people, I have a feeling that this issue happens when there is vegetation that is replaced with snow over the snowing seasons, and then perhaps the server was updated to 1.21.x. The pictures available so far suggest that there are still some blocks that do melt the snow. So for those having the issue:
|
I started on 1.21.1, it's a new server. It was the first winter. It started melting on spring and then it stopped. I know that I switched from Quilt to Fabric (because of a few other mods that didn't work on old fabric-loader that was in Quilt 1.21) but I don't remember if that was the same moment. I've solved it a little. I used a command to turn ice to water. Had to repeat it a few times, because of the fill limit. |
If anything you can clean up just a strip so that we can compare the cleaned up area, the problematic chunks that isn't cleaned up, and newly generated chunks and let the winter pass. If by summer, the snow is still present and there is still snow animation, that helps pin down the problem a bit better. Do update this thread! @blueberry-bytes |
Sorry, but I had already cleaned up everything. Wife's orders. |
So in my weird case, turns out snow doesn't even fall in winter! It was all the work of Unloaded Activity, 'spawning' snow as soon as chunks were loaded.. I'm pretty sure random ticks are turned on and there is snow particles in the air indicating to me that snow should land, but it just doesnt. very strange |
afaik, something similar happens when your client has the mod but not the server. the client calculates that it should snow which then has the snow preciptation animation, but ofc the server won't spawn a snow layer because it doesn't have the mod. Might be related |
I'm 100% sure the mod is active on the server. Ice melting in warm seasons works as intended when turned on, and also for some reason snow melts properly in newly generated 'cold' biomes.. just not on old terrain. It's more likely that some mixin is being messed up by another mod unfortunately. |
Any update on this? Currently still having this issue as of version 2.4.2 for Minecraft version 1.21.1 . Running a different set of mods than what is listed above, can provide those if needed. |
Hey guys, I figuered something out on an older Version, but I suspect it might be the same Issue. I also had a Modded server, where after the first Winter the Snow would not melt. I experimentet a bit and found out, that it was due to a line in the "SnowBlockMixin.java"-File of the Mod. It was Minecraft 1.19.1 I believe. In line 26 the Code checks if a given Snow-Block is meltable, and therefore determines if It should melt in Spring. One of the Parameters given is a true/false Value, that basically indicates if the Block was placed Manually. WHAT I SUSPECT HAPPENED (Not 100% Sure, fixed the Issue for me though); Removing the check for Player-placed Snow fixed it for me and snow would always melt again. I dont know about Snow not landing when it is Snowing though, just thought my "Fix" was related. PS: |
Running the latest version on a 1.21.1 modded server, and snow is not melting. The ice melts fine after changing the shouldIceNearWaterMelt to true in the config file, but snow doesn't melt at all. Attached are screenshots, as well as the modlist on our server and the config file.
The text was updated successfully, but these errors were encountered: