Snow! Real Magic! ⛄ (Neo/Forge)

Snow! Real Magic! ⛄ (Neo/Forge)

42M Downloads

Add config setting to allow snow to spawn on the ground regardless of light level.

Andy608 opened this issue · 3 comments

commented

Mod loader

Forge

Minecraft version

1.20.1

Mod version

NA

Modloader version

Forge

Modpack info

No response

[IMPORTANT] If bug:

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

[IMPORTANT] If bug: The latest.log file, not the crash report

No response

Issue description

Hello, currently, torches prevent snow from spawning in a radius around them when placed on the ground. This makes the ground look really ugly since there are splotches of areas with no snow. Can a config option be added to allow for snow to spawn on blocks regardless of the light level?

commented

Instead of using the light level to check for melting, the mod should check if it's not snowing and it's day time, then allow for random melting.

You could also add checks for specific blocks, like camp fires, if you still want no snow around them.

commented

I was trying to investigate adding this, but I can't get the project to build in intellij unfortunately.