Advertisement
masa-

JED 1.6.0 - Custom Lost Cities Biosphere dimension

Apr 10th, 2018
1,023
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.37 KB | None | 0 0
  1. {
  2.     "config_version": {
  3.         "id": "for example pack name here",
  4.         "version": 0
  5.     },
  6.     "dimensions": [
  7.         {
  8.             "dim": 500,
  9.             "dimensiontype": {
  10.                 "id": 500,
  11.                 "name": "Neverlands",
  12.                 "suffix": "_nvl",
  13.                 "keeploaded": false,
  14.                 "worldprovider": "WorldProviderSurfaceJED"
  15.             },
  16.             "worldinfo_onetime": {
  17.                 "generatorName": "lostcities",
  18.                 "generatorOptions": "{\"profile\":\"biosphere\"}",
  19.                 "hardcore": true,
  20.                 "Difficulty": 3,
  21.                 "DifficultyLocked": true
  22.             },
  23.             "jed": {
  24.                 "LightBrightness": [
  25.                     1.000000, 0.777778, 0.619048, 0.500000,
  26.                     0.407407, 0.333333, 0.272727, 0.222222,
  27.                     0.179487, 0.142857, 0.111111, 0.083333,
  28.                     0.058824, 0.037037, 0.017544, 0.000000
  29.                 ],
  30.                 "CustomDayCycle": true,
  31.                 "DayLength": "4000",
  32.                 "NightLength": "20000",
  33.                 "CloudHeigth": "155",
  34.                 "SkyRenderType": "2",
  35.                 "SkyColor": "404040",
  36.                 "FogColor": "ffa64d",
  37.                 "CloudColor": "990000",
  38.                 "CanRespawnHere": true
  39.             }
  40.         }
  41.     ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement