9.1.2
Compatibility
Required content
Changes
Changelog - v9.0.0 - v9.1.2
-
Implemented fix for the Feature order cycle found crash between Tensura and BYG.
-
Strategy: Instead of patching Tensura directly (which failed due to load order issues), this version now uses a Event to intercept TerraBlender's region registration process.
-
Region Replacement: Tensura's overworld region is now replaced with a safe, empty "dummy" region at registration time. This preserves TerraBlender's internal region list integrity (preventing ArrayIndexOutOfBoundsException) while completely removing Tensura's conflicting biome and features from world generation.
-
Load Order: mods.toml retains the rule to load this patch before Tensura, BYG, and TerraBlender for maximum safety.
-
Added logo.
-
Content Integration: Content from the disabled tensura:sakura_forest biome has been carefully re-integrated into BYG's cherry_blossom_forest.
šø Sakura Trees from Tensura will now naturally generate in the BYG Cherry Blossom Forest.
š Army Wasps from Tensura will now naturally spawn in the BYG Cherry Blossom Forest.
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:QrgUbdMY:kzDWmJTx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QrgUbdMY:kzDWmJTx"
}

