All versions
1.0.10
Release
Lost Cities Modern Tweaks 1.0.10 (Mod)last year 2.43M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
- Massive internal refactor to ease future maintenance and to allow improved
compatibility:
- Now only the
citystyle_bordercity style, plusstandardandstandard_everywhereworld style in thelostcitiesnamespace will be overridden. The rest, e.g., buildings, parts, palettes, etc., are all moved under thelcmtnamespace. - Under the
lcmtnamespace, subdirectories are now used to organize buildings, parts, palettes, etc. - Some palette cleanups.
- Now only the
- The library multi-building has been completely redesigned (both exterior and interior). It is the first multi-building that is not rectangular, and it should be easier to spot it. You can also find enchanted books in a special room now.
- Rubble dirt/leaf blocks are now city style specific. Examples:
- With the "wasteland" profile you will see sand blocks instead of mossy cobblestone blocks covering the streets and building ruins.
- With the "ancient" profile, you will see leaves from trees in cold biomes in snowy cities, and leaves from jungle trees in jungle cities scattering around.
- Added missing damaged block states in some palettes.
- Applied minor tweaks to some roof top parts.
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:HdIQwHGq:eNQ8HIeG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HdIQwHGq:eNQ8HIeG"
}

