AdvancedPlugins / Seasons

Experience dynamic seasons in Minecraft with Advanced Seasons, the most immersive seasons plugin available.
Apache License 2.0
1 stars 1 forks source link

Snowfall not working correctly. #70

Closed HokoriStan closed 2 months ago

HokoriStan commented 3 months ago

Describe the bug

Upon season change from Autumn to Winter (and having no region defined with WorldGuard), most of the areas will get covered with snow, but for some reason, the snow skips certain locations as seen in the screenshot.

The plugin is basically useless right now for my server. It doesn't generate the thing it is advertised to do.

How to reproduce

One of the issues is WorldGuard and/or //setbiome command. Either one defines a region which is saved and cannot be overwritten by AdvancedSeasons. Even tho AdvancedSeasons is hooked into WorldGuard. (See server log)

Screenshots / Videos

2024-04-03_12 52 33 2024-04-03_12 52 43 2024-04-03_12 52 51

Server Log

https://mcpaste.io/2e9da6e09d5197f8

HokoriStan commented 3 months ago

Edit: upon reinstalling the plugin, SOME of the squares that previously blocked snow, now generate snow. But there are still a lot of areas that does not generate snow. Spots that now generate snow don't have a region defined.

EDIT 2: Upon further testing: Defining a forest biome seems to reset the area to let snow fall. Tested Meadows as well, which is not generating snow. Forest biome is. (And all the other biomes do not allow snowfall) Only forest biome works for me.

GC-spigot commented 2 months ago

So snow is not enabled on all biomes, and in that case it ends up looking broken because those biomes do not have snow enabled. You can easily change this for your taste in plugins/AdvancedSeasons/biomeConfiguration folder, there's a file for each of the biome/season groups. Change winter.snow to true for those biomes which you want to generate snow and this will be fixed.

GC-spigot commented 2 months ago

Resolved in plugin as well now