Links
Tags
Creators
Details
1.1-No-Ancient-City
Compatibility
Changes
Sky Continents V11 - No Ancient Cities
This release adds the optional No Ancient Cities versions for players who want cleaner void airspace.
Added
- Added
SkyContinents_V11_No_Ancient_Cities_1.21.1.zip. - Added
SkyContinents_V11_No_Ancient_Cities_NeoForge_1.21.1.jar.
Why
Ancient cities can ruin the open void look because their huge structures are constantly visible from above while flying. This variant removes them so the space between continents stays clean for airship travel.
Changed In This Variant
- Ancient city spawning is disabled.
- The NeoForge jar uses the correct resource-only mod loader so it can be installed from the
modsfolder.
Notes
- Upload this as the No Ancient Cities variant only. The normal versions are unchanged.
- Use either the normal version or this No Ancient Cities version, not both at the same time.
- Continents by Stardust Labs is still required separately.
- This pack does not include or redistribute Continents.
- Existing ancient cities in already-generated chunks will stay there. Use a new world or newly generated chunks.
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:jZnkpRtE:UWosMhWP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jZnkpRtE:UWosMhWP"
}

