Mod

Merry Snow

Quick rating

Merry Snow

No reviews yet

Focuses on snow-related mechanics, aiming to add more variations to the vanilla snow mechanics in Minecraft.

QoL & Tweaks
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
MerrySnow-neoforge-26.1.2-1.0.0.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Merry Snow

This is a mod that focuses on snow-related mechanics, aiming to add more variations to the vanilla snow mechanics in Minecraft.

Frozen Kingdom

All biomes can be set to have snow weather, even deserts!

Simply set enforceSnowWeather = "true" in the configuration file, and use the command /weather rain to make it snow across the entire dimension.

This only changes the weather appearance on the client side and does not force weather to activate. To enable snow accumulation and ice freezing effects, see below.

Additionally, this feature supports fine-tuning. For example, you can set only the jungle biome to have snow weather, or set the frozen ocean biome to have rain weather.

For details, refer to the configuration file: weatherModify = ["minecraft:forest=snow", "minecraft:ocean=rain", "minecraft:jungle=none"]. Here, none means no weather at all.

Snow and Ice Coverage

Besides weather, you can adjust whether a biome accumulates snow or freezes ice.

But first, let's see how to make the entire dimension covered in snow and ice!

Set enforceSnowCover = "true" in the configuration file to enable forced snow accumulation, and enforceIceFreeze = true to enable forced ice freezing.

Note that snow accumulation only takes effect when weather is active.

This feature also supports fine-tuning. For example, you can set the jungle biome to accumulate snow when it snows, or prevent the frozen ocean biome from freezing.

See the configuration files for details:

  • snowModify = ["minecraft:forest=true", "minecraft:ocean=false"]
  • iceModify = ["minecraft:forest=true", "minecraft:ocean=false"]

Sunny Snow

In vanilla Minecraft, weather and clear skies (with the sun and moon) cannot coexist—when it rains or snows, you cannot see the sky. This mod allows you to adjust the "sunny snow factor" to make weather and clear skies appear together.

Specifically, the sunny snow factor represents a transition value from completely clear to full weather, which can be thought of as light snow, moderate snow, or heavy snow. More adjustable options will be added in the future.

Effect:
img
With shaders:
img

You can adjust the value of the sunnySnow option in the configuration file, or use the hotkey (default: M) + mouse wheel in-game to change the sunny snow factor.

This is a client-side feature and can also be used to temporarily disable weather effects easily.

Additionally, if you enable the randomSunnySnow option in the configuration file, a random sunny snow factor will be applied each time the weather changes.

Merry Snow

Tired of villages turning into ghost towns? Enable the merryPowderSnow option, and powder snow will always have a collision box equivalent to the bottom slab, with no freezing damage.

Annoyed by monsters spawning during snow? Enable merrySnowWeather, and if a monster is about to spawn naturally in a location where it is snowing, it will not spawn.

Also, if you enable merrySnowLayer, snow layers will no longer have collision volume, so they won't block your path.

Others

This mod also provides a new command to quickly get biome IDs:

  • /biomeid current – Gets the biome ID at the player's current location.
  • /biomeid all – Returns an array containing all biome IDs.

Future Plans

  • Mobs will reduce snow layer depth by 1 when stepping on it, and they will experience slight slowdown in snow, with higher layers causing more slowdown.
  • Items related to snow and weather, such as a snow doll that influences weather.
  • Ice skating gameplay mechanics.

Merry Snow

This is a mod that focuses on snow-related mechanics, aiming to add more variations to the vanilla snow mechanics in Minecraft.

Frozen Kingdom

All biomes can be set to have snow weather, even deserts!

Simply set enforceSnowWeather = "true" in the configuration file, and use the command /weather rain to make it snow across the entire dimension.

This only changes the weather appearance on the client side and does not force weather to activate. To enable snow accumulation and ice freezing effects, see below.

Additionally, this feature supports fine-tuning. For example, you can set only the jungle biome to have snow weather, or set the frozen ocean biome to have rain weather.

For details, refer to the configuration file: weatherModify = ["minecraft:forest=snow", "minecraft:ocean=rain", "minecraft:jungle=none"]. Here, none means no weather at all.

Snow and Ice Coverage

Besides weather, you can adjust whether a biome accumulates snow or freezes ice.

But first, let's see how to make the entire dimension covered in snow and ice!

Set enforceSnowCover = "true" in the configuration file to enable forced snow accumulation, and enforceIceFreeze = true to enable forced ice freezing.

Note that snow accumulation only takes effect when weather is active.

This feature also supports fine-tuning. For example, you can set the jungle biome to accumulate snow when it snows, or prevent the frozen ocean biome from freezing.

See the configuration files for details:

  • snowModify = ["minecraft:forest=true", "minecraft:ocean=false"]
  • iceModify = ["minecraft:forest=true", "minecraft:ocean=false"]

Sunny Snow

In vanilla Minecraft, weather and clear skies (with the sun and moon) cannot coexist—when it rains or snows, you cannot see the sky. This mod allows you to adjust the "sunny snow factor" to make weather and clear skies appear together.

Specifically, the sunny snow factor represents a transition value from completely clear to full weather, which can be thought of as light snow, moderate snow, or heavy snow. More adjustable options will be added in the future.

Effect:
img
With shaders:
img

You can adjust the value of the sunnySnow option in the configuration file, or use the hotkey (default: M) + mouse wheel in-game to change the sunny snow factor.

This is a client-side feature and can also be used to temporarily disable weather effects easily.

Additionally, if you enable the randomSunnySnow option in the configuration file, a random sunny snow factor will be applied each time the weather changes.

Merry Snow

Tired of villages turning into ghost towns? Enable the merryPowderSnow option, and powder snow will always have a collision box equivalent to the bottom slab, with no freezing damage.

Annoyed by monsters spawning during snow? Enable merrySnowWeather, and if a monster is about to spawn naturally in a location where it is snowing, it will not spawn.

Also, if you enable merrySnowLayer, snow layers will no longer have collision volume, so they won't block your path.

Others

This mod also provides a new command to quickly get biome IDs:

  • /biomeid current – Gets the biome ID at the player's current location.
  • /biomeid all – Returns an array containing all biome IDs.

Future Plans

  • Mobs will reduce snow layer depth by 1 when stepping on it, and they will experience slight slowdown in snow, with higher layers causing more slowdown.
  • Items related to snow and weather, such as a snow doll that influences weather.
  • Ice skating gameplay mechanics.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Total Downloads
CurseForge
~1,000
Modrinth
~1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync