Tags
Creators
Details
1.1.0
Compatibility
Changes
Fixed a crash when blending chunks that have not had their biomes generated yet.
Note that it's possible for the crash to continue even after removing the mod. If you want to remove the mod later, I would recommend using a tool like NBT Studio and fixing the chunks manually:
- 1. Open the whole world folder
- 2. Expand all "region" folders in each dimension
- 3. Click the "Find" icon in the toolbar
- 4. Type in "blending_data" (without quotes) and click Find All, which will select every "blending_data" tag in every chunk
- 5. If any tags were found, click the "Delete" and then the "Save" icon in the toolbar
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:BL6LuRxD:7ZuEYWOU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BL6LuRxD:7ZuEYWOU"
}

