Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 months ago
All versions
- Avoid crashes accessing the generate_nether flag from the profile. Could mostly occur on servers
- New citySpawnDistance1, citySpawnDistance2, citySpawnMultiplier1 and citySpawnMultiplier2 profile options to control city spawning based on distance from world spawn
- Fixed part2 generation issues
- Fixed rain not properly going into destroyed buildings
- New feature where it is possible to define how far away certain features can be used from within the city style. For example, you can specify that a building can
1.21-8.3.5
Beta
LostCities - 1.21-8.3.510 months ago 6,073
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
LostCities 1.21-8.3.5
- Avoid crashes accessing the generate_nether flag from the profile. Could mostly occur on servers
- New citySpawnDistance1, citySpawnDistance2, citySpawnMultiplier1 and citySpawnMultiplier2 profile options to control city spawning based on distance from world spawn
- Fixed part2 generation issues
- Fixed rain not properly going into destroyed buildings
- New feature where it is possible to define how far away certain features can be used from within the city style. For example, you can specify that a building can
only spawn after 2000 blocks and up to 6000 blocks ('minSpawnDistance' and 'maxSpawnDistance'). There is also a 'feather' setting to make the transition smoother
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:8VDCUS3b:r7vfJ03G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8VDCUS3b:r7vfJ03G"
}


