3.5.0
Compatibility
Required content
Changes
New Biome and Bug fixes: Biomes O' Classic 3.5.0
Fulvous Islands:
An orange fungal cluster of islands.
New woodtype: Ignimyce Stipe, Cortex, Planks and the full Woodset.
New vegitations: Fulvous blinkers, Fulvous sprouts, Fulvous veils, Fulvous Light and Fulvous covers.
The fulvous nylium has two states a lit and an unlit version, when stepped on it lights up and after some time it darkens back to the unlit version.
World Generation Updates:
A bug was fixed with Perlin noise where chunks were too expensive to generate, it was especially noticeable in the Skysea. Now chunks generate WAY faster as well as the dimension.
Red rock no longer spawns in the badlands biome and now is the base rock of the new Biome.
Optional dependencies
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:4AARESEZ:vEpRARWo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4AARESEZ:vEpRARWo"
}




