Creeping Chill

Creeping Chill

The land wants not for ghosts, only for warmth.

by
74 Downloads
fabricgame-mechanicsmagicworldgen
Rent Server with this Mod

Screenshots

A Snowy Village

About this Mod

This mod converts normal fire light sources to soul fire light sources under three conditions:

  • It is cold enough to snow.
  • It is dark enough to sleep.
  • The light source is exposed to enough sky light.

In practice, this means that in snowy biomes, light sources such as torches and lanterns will be converted to soul torches and soul lanterns when outside at night, or during thunderstorms. Though, the bounds of "outside" remain fuzzy and imperfect. During world generation, light sources in applicable circumstances will be automatically converted, so for instance when you walk into a snowy village, the torches and lanterns that normally generate should already be in their soul forms.

This mod also has built-in support for the excellent Soul Candles mod. Converting Jack o'Lanterns to soul Jack o'Lanterns is however not supported, admittedly due mainly to technical limitations, but feel free to imagine whatever lore to justify it.

Extended Biome Support

By default, counter to what one might expect, Creeping Chill does not convert fire light sources to soul fire light sources in soul sand valleys. This however can be enabled by adding it, or any other biome, to the creeping-chill:is_always_creeping biome tag. Doing so will make it so fire light sources will always convert to soul fire light sources, regardless of biome temperature or sky light level, or any other factors.

For instance, to apply this tag to soul sand valleys, one would create a file in their data pack at my-epic-data-pack/data/creeping-chill/tags/worldgen/biome/is_always_creeping.json with the following contents:

{
    "replace": false,
    "values": [
        "minecraft:soul_sand_valley"
    ]
}

Custom Soul Conversions

Creeping Chill also allows users to provide their own custom soul conversions, that is, a conversion from a fire light source to a soul fire light source. This is handled via the creeping-chill:soul_conversion dynamic registry, and is how the support for the Soul Candles mod is implemented.

To add a custom conversion, for the sake of example let's say from a redstone torch to a soul torch, one would create a file in their data pack at my-epic-data-pack/data/my-epic-namespace/creeping-chill/soul_conversion/redstone_torch.json, with the following contents:

{
    "input": {
        "Name": "minecraft:redstone_torch",
        "Properties": {
            "lit": true
        }
    },

    "output": {
        "Name": "minecraft:soul_torch"
    }
}

Using this as-is will work, but it would error if either minecraft:redstone_torch or minecraft:soul_torch did not exist. That isn't really a consideration for vanilla blocks, but it is for blocks that are added by mods. So for instance if, instead of a redstone torch, you wanted to add a conversion for some mod's own their-epic-mod:their_epic_torch (which let's say can be either lit or unlit), but without requiring that that mod is installed, you could add a required field set to false in the conversion, like so:

{
    "required": false,

    "input": {
        "Name": "their-epic-mod:their_epic_torch",
        "Properties": {
            "lit": true
        }
    },

    "output": {
        "Name": "minecraft:soul_torch"
    }
}

This would then only become active if their-epic-mod:their_epic_torch in fact exists in the game.

Do keep in mind however, that since the sky light test for soul conversions is performed inside the to-be-converted block, blocks which block skylight will not end up being converted, since the sky light level at their positions will always be 0.

Available Versions

Creeping Chill 1.0.0release
MC 1.21.8fabric
August 26, 2025

How to Install Creeping Chill on Your Server

1

Order Server

Order a Minecraft Java server with at least 4 GB RAM (6 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.8).

3

Install Mod

Open the mod browser in the dashboard and search for "Creeping Chill". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

1.21.8

Server-side

Required

Recommended RAM

6 GB(min. 4 GB)

Frequently Asked Questions

Creeping Chill server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 4 GB RAM is allocated and the loader matches the mod version (1.21.8). You can switch loaders with one click in the panel.

Is Creeping Chill compatible with fabric?

Creeping Chill officially supports fabric for Minecraft 1.21.8. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Creeping Chill – how to optimize performance?

Recommended RAM: 6 GB (per 5 players). Use /spark profiler to check if Creeping Chill consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Creeping Chill with just one click on your server.

Recommended RAM
6 GBab €12/mo
Min. 4 GB | +1 GB pro 5 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
ISC License
Server-side
Required

Supported Versions

1.21.8