Tags
Creators
Details
2.0.0-fabric-26.3
Compatibility
Required content
Changes
26.3 has a token of breaking changes to vanilla worldgen, so I've taken the time to make a bunch of changes to Lithostitched as well. What this means 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
Changes below will be listed relative to Lithostitched 1.8.
Additions
wrap_aquifersmodifier- This is
wrap_noise_routerbut for the fields that got moved to theaquifersobject.
- This is
sample_aquifersplacement modifier- This is
sample_noise_routerbut for the fields that got moved to theaquifersobject.
- This is
Changes
add_surface_rulemodifier: nowset_material_ruleand injects into material rule files instead.replace_climatemodifier: nowset_biome_climate.replace_effectsmodifier: nowset_biome_effects, and legacy support for pre-attributeeffectsfields was removed.placedfeature: Placed feature inside is now infeaturefield, notconfigstructure_templatefeature:templatecan now be a simple list of template ids or weighted list of template ids.start_jigsaw_namefield has been removed.place_on_centeroptional boolean field was added. If unset or set to true, the template is centered before rotations and placement.
weightedblock state provider:entriesis nowproviderssample_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 elementbiomesurface conditionreferencesurface rulelithostitched/surface_ruleregistryguaranteedpool elementlimitedpool elementwellfeature type
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:4EBHdPfH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XaDC71GB:4EBHdPfH"
}

