Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 months ago
All versions
1.12-2.0.0alpha1
Alpha
lostcities-1.12-2.0.0alpha1.jar4 years ago 41
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
First alpha of Lost Cities 2.0.0:
- New floating island cities
- New sphere type worlds. There are three variants provided: biosphere (jungle spheres in a wasteland), waterbubbles (floating city spheres partially submerged in water), and space (floating city spheres in space)
- It is now possible to disable highways and railways completely
- The 'space' landscape type (used for sphere worlds) have the ability to use a child profile for the outside of the spheres. This is used by waterbubbles and biosphere)
- It is possible to completely disable the automatic generation of spheres and only use predefined spheres (configurable in the asset system)
- City spheres can have totally different biomes compared to the outside landscape
- In the new landscape types the player will always spawn on a valid spot. Either inside a sphere or on a floating island
- New monorail system to connect city spheres
- Nicer profile selection gui. You can now see a small preview of the world you are about to create as well as a more verbose description
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:jFn5fPtU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8VDCUS3b:jFn5fPtU"
}

