Skip to content

Commit

Permalink
feat: More compat support.
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed Aug 11, 2024
1 parent f34521e commit 1780bfb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,43 @@

# Snow Under Trees (Fabric)

*This is a continuation of the abandoned fabric port of [Snow Under Trees](https://modrinth.com/mod/snow-under-trees)
which hasn't been updated since 1.17*
*This is a continuation of the abandoned fabric port of [Snow Under Trees](https://modrinth.com/mod/snow-under-trees) which hasn't been updated since 1.17*

Adds snow under trees in snowy biomes, making the biomes more immersive.

## Config

- `enable_biome_feature` - Setting this to false will disable snow from generating under trees when new chunks are
generated.
- `enable_when_snowing` - Setting this to false will disable snow from generating under trees when it is snowing in the
world.
- `enable_biome_feature` - Setting this to false will disable snow from generating under trees when new chunks are generated.
- `enable_when_snowing` - Setting this to false will disable snow from generating under trees when it is snowing in the world.
- `supported_biomes` - Any biomes whose biome IDs are in this list will have generation applied to them.

![](https://cdn.modrinth.com/data/XVnUIUAQ/images/63dab93d742aec317ba25e1d20efe9e38d32b6ad.png)

## Compatability

Snow Under Trees is compatible with:
Snow Under Trees is compatible with the following biome mods:

- [Terralith](https://modrinth.com/mod/terralith)
- [Biomes O' Plenty](https://modrinth.com/mod/biomes-o-plenty)
- [Oh The Biomes You'll Go](https://modrinth.com/mod/biomesyougo)
- [Promenade](https://modrinth.com/mod/promenade)
- [Regions Unexplored](https://modrinth.com/mod/regions-unexplored)
- [Terralith](https://modrinth.com/mod/terralith)
- [Terrestria](https://modrinth.com/mod/terrestria)
- [Traverse](https://modrinth.com/mod/traverse)
- [Wilder Wild](https://modrinth.com/mod/wilder-wild)
- [Woods And Mires](https://modrinth.com/mod/woods-and-mires)
- [Sensible Biomes](https://modrinth.com/datapack/sensible-biomes)
- [Austin's Biomes Expansion](https://modrinth.com/datapack/austins-biomes-expansion)

Snow Under Trees also supports [Serene Seasons](https://modrinth.com/mod/serene-seasons) for seasonal snow generation and melting under trees.

## Showcase

![](https://cdn.modrinth.com/data/XVnUIUAQ/images/95acbae40da17b074a1133d26a213107e43393ef.webp)

<small>

By using my mods, you agree to the [Modpack Distribution Guidelines](https://imb11.dev/legal/modpacks) and
the [End User License Agreement](https://imb11.dev/legal/eula)
By using my mods, you agree to the [Modpack Distribution Guidelines](https://imb11.dev/legal/modpacks) and the [End User License Agreement](https://imb11.dev/legal/eula)

This mod has no code from the original mod, and is essentially a complete rewrite at this point, hence why I have chosen
to license it under ARR. All versions before 2.2.0 are still MIT, you can view their code on GitHub.
This mod has no code from the original mod, and is essentially a complete rewrite at this point, hence why I have chosen to license it under ARR. All versions before 2.2.0 are still MIT, you can view their code on GitHub.
</small>
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@ public class SnowUnderTreesConfig {
"wythers:icy_crags",
"wythers:icy_shore",
"wythers:icy_volcano",
"wythers:ice_cap"
"wythers:ice_cap",
"sensible:snowy_woodland",
"cynic:snowy_dark_forest",
"cynic:snowy_forest",
"cynic:snowy_forest_strand",
"cynic:snowy_stony_shore",
"cynic:snowy_strand"
);

@SerialEntry
Expand Down

0 comments on commit 1780bfb

Please sign in to comment.