Advertisement
masa-

JED - Light brightness table customization

Apr 27th, 2017
1,349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.14 KB | None | 0 0
  1. {
  2.   "dimensions": [
  3.     {
  4.       "dim": 10,
  5.       "dimensiontype": {
  6.         "id": 10,
  7.         "name": "Dimension 10 - Funky Light",
  8.         "suffix": "_dim10",
  9.         "keeploaded": false,
  10.         "worldprovider": "WorldProviderSurfaceJED"
  11.       },
  12.       "worldinfo": {
  13.         "JED": {
  14.           "LightBrightness": [
  15.             0, 1, 0, 0, 0, 0, 0.03, 0.6,
  16.             0.03, 0, 0, 0, 0, 0, 1, 1
  17.           ]
  18.         }
  19.       },
  20.       "worldinfo_onetime": {
  21.         "generatorName": "flat"
  22.       }
  23.     },
  24.     {
  25.       "dim": 11,
  26.       "dimensiontype": {
  27.         "id": 11,
  28.         "name": "Dimension 11 - Inverted Light",
  29.         "suffix": "_dim11",
  30.         "keeploaded": false,
  31.         "worldprovider": "WorldProviderSurfaceJED"
  32.       },
  33.       "worldinfo": {
  34.         "JED": {
  35.           "LightBrightness": [
  36.             1.000000, 0.777778, 0.619048, 0.500000,
  37.             0.407407, 0.333333, 0.272727, 0.222222,
  38.             0.179487, 0.142857, 0.111111, 0.083333,
  39.             0.058824, 0.037037, 0.017544, 0.000000
  40.           ]
  41.         }
  42.       },
  43.       "worldinfo_onetime": {
  44.         "generatorName": "flat"
  45.       }
  46.     }
  47.   ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement