Skip to content

An updated fork of DaddyChurchill's CityWorld

Notifications You must be signed in to change notification settings

valenvaio/CityWorld

 
 

Repository files navigation

CityWorld...

DaddyChurchill always said: The great outdoors is all good and fine but sometimes you just want to go to town. Not any town will do, how about one that goes on forever or multiple ones separated by the largest mountains possible in Minecraft. But what is under those mountains? There is an entire world to explore, have fun!

SlimeDog fork

Modifications to support MC 1.18

  • Compile with Java 17
  • Set api-version: 1.18
  • Update materials
    • Material.GRASS_PATH -> Material.DIRT_PATH
  • Update biomes
    • Biome.BIRCH_FOREST_HILLS -> Biome.BIRCH_FOREST
    • Biome.DESERT_HILLS -> Biome.DESERT
    • Biome.SNOWY_MOUNTAINS -> Biome.SNOWY_SLOPES
    • Biome.TAIGA_HILLS -> Biome.WINDSWEPT_HILLS

How to build it

  • Download/install maven
  • Download the source
  • Unzip the source
    • unzip CityWorld-master.zip on Linux or MacOS
    • something similar on Windows
  • Change directory to the source tree
    • cd CityWorld-main on Linux or MacOS
    • something similar on Windows
  • Type mvn package
  • Look in the target subdirectory for the JAR

About

An updated fork of DaddyChurchill's CityWorld

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 94.3%
  • JavaScript 5.7%