Tags
Creators
Details
2.0.0+beta1-fabric-26.3
Compatibility
Required content
Changes
26.3 has a ton of breaking changes to vanilla worldgen so I'm taking the time to make corresponding breaking changes in Lithostitched as well. What this will mean is:
- 1.21.1 and 26.1 will continue getting updates as 1.x versions
- 26.3 and above will get updates as 2.x versions
Warning
The add_biome_spawns and remove_biome_spawns modifiers do not currently work. They will be fixed in a later beta version.
Changes
placedfeature: Placed feature inside is now infeaturefield, notconfigweightedblock state provider:entriesrenamed toproviderssample_noise_routerplacement condition andwrap_noise_routermodifier: Fields removed from noise router are no longer supported, this includes:barrierfluid_level_floodednessfluid_level_spreadlavavein_togglevein_ridgedvein_gap
Removals
weighted_selectorfeatureaxisdensity functionceildensity functionfloordensity functionmixdensity functionselectdensity functionsqrtdensity functionoffsetplacement modifierrandom_blockblock state providermatching_biomesblock predicatefeaturepool element
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:XaDC71GB:Zw1TBhZs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XaDC71GB:Zw1TBhZs"
}

