This commit is contained in:
Shiroyasha 2025-09-14 21:22:24 +03:00
commit a956daf8e2
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
2351 changed files with 163047 additions and 0 deletions

View file

@ -0,0 +1,128 @@
{
"cities": {
"cityLevel3Height": 99,
"cityMinRadius": 100,
"cityAvoidVoid": true,
"cityLevel1Height": 83,
"cityMaxRadius": 256,
"cityStyleThreshold": -1.0,
"cityChance": 0.0002,
"cityThreshold": 0.2,
"cityLevel0Height": 75,
"cityStyleAlternative": "",
"cityPerlinInnerScale": 0.1,
"cityPerlinOffset": 0.1,
"cityLevel2Height": 91,
"oceanCorrectionBorder": 4,
"cityPerlinScale": 3.0
},
"client": {
"horizon": -1.0,
"fogDensity": -1.0,
"fogBlue": -1.0,
"fogRed": -1.0,
"fogGreen": -1.0
},
"explosions": {
"explosionMaxRadius": 0,
"explosionMinRadius": 0,
"explosionMinHeight": 0,
"miniExplosionChance": 0.0,
"miniExplosionMaxHeight": 0,
"miniExplosionMaxRadius": 0,
"debrisToNearbyChunkFactor": 0,
"explosionChance": 0.0,
"explosionMaxHeight": 0,
"miniExplosionMinRadius": 0,
"explosionsInCitiesOnly": true,
"miniExplosionMinHeight": 0
},
"lostcity": {
"avoidFoliage": false,
"avoidWater": true,
"baseBlock": "minecraft:stone",
"bedrockLayer": 1,
"bridgeChance": 0.7,
"bridgeSupports": true,
"building2x2Chance": 0.05,
"buildingChance": 0.3,
"buildingDoorwayChance": 0.6,
"buildingFrontChance": 0.2,
"buildingMaxCellars": 3,
"buildingMaxFloors": 11,
"buildingMaxFloorsChance": 15,
"buildingMinCellars": 0,
"buildingMinFloors": 0,
"buildingMinFloorsChance": 4,
"buildingWithoutLootChance": 0,
"chestWithoutLootChance": 0,
"corridorChance": 0.7,
"dataCenterChance": 0.1,
"description": "Monifactory Default Worldgen",
"editMode": false,
"extraDescription": "",
"forceSpawnInBuilding": true,
"fountainChance": 0.05,
"generateLighting": true,
"generateLoot": true,
"generateNether": false,
"generateSpawners": false,
"groundLevel": 71,
"highwayDistanceMask": 7,
"highwayLevelFromCities": 0,
"highwayMainPerlinScale": 50,
"highwayPerlinFactor": 2,
"highwayRequiresTwoCities": true,
"highwaySecondaryPerlinScale": 10,
"highwaySupports": true,
"icon": "textures/gui/icon_default.png",
"landscapeType": "default",
"libraryChance": 0.1,
"liquidBlock": "minecraft:water",
"multi_max_x": 2,
"multi_max_z": 2,
"parkBorder": true,
"parkChance": 0.2,
"parkElevation": true,
"railwayDungeonChance": 0.01,
"railwayStationsEnabled": true,
"railwaysCanEnd": false,
"railwaysEnabled": true,
"randomLeafBlockChance": 0,
"randomLeafBlockThickness": 2,
"rubbleDirtScale": 3,
"rubbleLayer": false,
"rubbleLeaveScale": 0,
"ruinChance": 0,
"ruinMaxlevelPercent": 1,
"ruinMinlevelPercent": 0.8,
"seaLevel": -1,
"spawnBiome": "",
"spawnCity": "",
"spawnNotInBuilding": false,
"spawnSphere": "",
"terrainFixLowerMaxOffset": -3,
"terrainFixLowerMinOffset": -4,
"terrainFixUpperMaxOffset": 1,
"terrainFixUpperMinOffset": -1,
"vineChance": 0,
"warning": "",
"worldStyle": "standard"
},
"cityspheres": {
"citySphereFactor": 1.2,
"citySphereChance": 0.7,
"outsideProfile": "",
"outsideGroundLevel": -1,
"onlyPredefined": false,
"citySphereClearBelow": 0,
"citySphereClearBelowUntilAir": false,
"monorailOffset": -2,
"outsideSurfaceVariation": 1.0,
"monorailChance": 0.8,
"citySphereClearAbove": 0,
"citySphereClearAboveUntilAir": false,
"sphereSurfaceVariation": 1.0
},
"public": true
}