diff --git a/README.md b/README.md index a850c07..70e3ef4 100644 --- a/README.md +++ b/README.md @@ -2,28 +2,35 @@ # 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 @@ -31,9 +38,7 @@ Snow Under Trees is compatible with: -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. \ No newline at end of file diff --git a/src/main/java/dev/imb11/snowundertrees/config/SnowUnderTreesConfig.java b/src/main/java/dev/imb11/snowundertrees/config/SnowUnderTreesConfig.java index 4ffc1aa..1f605d4 100644 --- a/src/main/java/dev/imb11/snowundertrees/config/SnowUnderTreesConfig.java +++ b/src/main/java/dev/imb11/snowundertrees/config/SnowUnderTreesConfig.java @@ -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