Advertisement
masa-

JED 1.6.0+ - Disable celestial rendering things

Oct 18th, 2018
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.11 KB | None | 0 0
  1. {
  2.     "config_version": {
  3.         "id": "__default",
  4.         "version": 0
  5.     },
  6.     "dimensions": [
  7.         {
  8.             "dim": 0,
  9.             "worldinfo_onetime": {
  10.                 "RandomSeed": "8831147384376417363"
  11.             }
  12.         },
  13.         {
  14.             "dim": -6,
  15.             "dimensiontype": {
  16.                 "id": -6,
  17.                 "name": "Some Dimension",
  18.                 "keeploaded": false,
  19.                 "worldprovider": "WorldProviderSurfaceJED",
  20.                 "require_exact_match": true
  21.             },
  22.             "worldinfo_onetime": {
  23.                 "GameType": 1
  24.             },
  25.             "jed": {
  26.                 "ForceGameMode": true,
  27.                 "CustomDayCycle": true,
  28.                 "DayLength": 200,
  29.                 "NightLength": 200,
  30.                 "SkyRenderType": 1,
  31.                 "SkyDisableFlags": 7,
  32.                 "CloudRenderer": "DummyRenderer",
  33.                 "SkyBlend": 1.0,
  34.                 "DisableDawnDuskColors": true,
  35.                 "SkyColor": "000000",
  36.                 "FogColor": "000000"
  37.             }
  38.         }
  39.     ]
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement