promotional bannermobile promotional banner

The Lost Cities

The Lost Cities is a world generation mod

File Details

LostCities - 1.20-7.3.6

  • R
  • Feb 9, 2025
  • 1.15 MB
  • 3.4M
  • 1.20.1
  • Forge

File Name

lostcities-1.20-7.3.6.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:the-lost-cities-269024:6174986")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

LostCities 1.20-7.3.6


   - New 'avoidVillages' config to avoid generating Lost Cities in chunks that have villages. Default set to true
   - New 'biosphere_caves' landscape type and profile to combine a cavern type world with spheres (for usage with Lost Worlds)
   - Fixed city level calculations for the new 'cavespheres' landscape type
   - Fixed a problem where some type of station could override multibuilding chunks
   - Chances of scattered buildings were reversed. A chance of 0 would make it generate all the time. Warning! This will change how rare scattered buildings are! You might want to adjust your world style for this
   - Added new 'scatteredChanceMultiplier' profile option to control the chance of scattered buildings. This value is multiplied with the normal chance
   - The new 'scatteredChanceMultiplier' profile option can now also be set from the in-game Lost City configuration screen
   - Scattered building placement checking is now more accurate. Mostly with regards to the 'maxheightdiff' option which now actually works for single chunk buildings
   - It is no longer required to specify fountains, parks, front types, rail dungeons, or stairs in the city style. If they are missing then no fountains or parks will be generated
   - The 'inpart', 'inbuilding', and 'inbiome' conditions for parts, spawners, ... now support lists in addition to a single value
   - New 'belowpart' condition which checks if the floor below this one is a certain part. This can be used to make sure that a certain part only generates on top of another part. This also supports lists
   - Problem with scattered parts with multiple floors where the height for the subsequent floors was not correctly calculated