0.1
Compatibility
Changes
Description I noticed in recent years we've gotten more wood types to go with the 16 Minecraft colors, so I thought I'd start with a few fun biomes to add the rest of the colors. Poplar will be included once MCreator adds support for the next update <3
Added
- Added the Frozen Forest, a smaller forest that spawns near cold biomes.
- Added Freezing Oak, a light blue oak variant that is exclusive to the Frozen Forest.
- Added all wooden variants for Freezing Oak (planks, stripped, doors, etc.)
- Added Icicles, a decorative block that can be found on Freezing Oak trees.
- Added the Frostbite effect, which currently acts similarly to poison. You can brew this effect by using icicles with an awkward potion in a brewing stand.
- Added the Woolly Spider, a white variant of spiders, which inflicts frostbite when you get too close to them.
Planned
- A replacement for the Woolly Spider. I don't know what would replace the mob just yet, but it will either be a hostile or neutral mob and it will function the same. I just quickly made a spider because it would be noticable.
- The Amazonia Jungle biome, a jungle biome with dark green trees.
- The Jade Oasis, a biome found near deserts with jade green palm trees.
- The Azura Fields, an island with blue foliage and deep blue trees
- The Enchanted Wysteria Forest, a Nether biome enchanted by people long ago, leaving nothing but a purple forest in the middle of the Nether.
- The Ashen Lands, a Nether biome the color of ashes, with nothing but stained grey wood.
- The Ebony Forest, a forest biome in the Overworld as dark as night.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qC5V5l4U:BXWm8WUn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qC5V5l4U:BXWm8WUn"
}

