A simple Minecraft mod that adds a new type of snow to the game
  • Kotlin 84.1%
  • Java 15.9%
Find a file
2026-05-14 18:05:05 +02:00
docs chore: README 2026-05-09 01:21:05 +02:00
gradle/wrapper chore: initial commit 2026-05-06 22:02:48 +02:00
src/main fix: blue snow golem name 2026-05-14 18:04:41 +02:00
.gitattributes chore: initial commit 2026-05-06 22:02:48 +02:00
.gitignore chore: initial commit 2026-05-06 22:02:48 +02:00
build.gradle.kts feat: creeper attack blue snow golem 2026-05-09 00:05:29 +02:00
gradle.properties chore: bump version 2026-05-14 18:05:05 +02:00
gradlew chore: initial commit 2026-05-06 22:02:48 +02:00
gradlew.bat chore: initial commit 2026-05-06 22:02:48 +02:00
LICENSE chore: initial commit 2026-05-06 22:02:48 +02:00
README.md chore: oopsie 2026-05-13 19:04:56 +02:00
settings.gradle.kts feat: blue snow ball 2026-05-08 14:04:20 +02:00

More Snow

A simple Minecraft mod that adds a new type of snow to the game.

This mods requires Fabric API and Fabric Kotlin Language

Features

Blue Snow Block

This snow block can be crafted using one Blue Ice block and eight regular snow blocks. It will allow you to summon a Blue Snow Golem. This block drops 4 blue snowballs when broken without Silk Touch. These blue snowballs give an effect similar to powder snow when they hit entities.

Craft:

Blue Ice on the center of the Crafting Table surrounded of snow blocks

Blue Snow Golem Core

This block is essential for the blue snow golem to appear.

Craft:

First item: Blue Snow Block, Second Item: Gunpowder, Third Item: Blue Snow Block, Fourth Item: Gunpowder, Fifth Item: Diamond, Sixth Item: Gunpowder, Seventh Item: Blue Snow Block, Eigth Item: Gun Powder, Ninth Item: Blue Snow Block

Blue Snow Golem

This entity is a dumb snow golem, it serves only one purpose: to attract creepers.

It can be spawned using this block sequence:

First block : Blue Snow Block, Second Block: Blue Snow Block, Third Block: Blue Snow Golem Core

Cold Protect

This enchantment is applied to your boots. It allows you to move through powder snow even if you dont have leather boots. It can be obtained via an enchantment table.

License

This code is under CC0-1.0 license.