Advertisement
masa-

JED 1.6.0+ - WorldInfo overrides, with per-dim difficulties

May 9th, 2019
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. {
  2.     "dimensions": [
  3.         {
  4.             "dim": 0,
  5.             "worldinfo": {
  6.                 "Difficulty": 0,
  7.                 "DifficultyLocked": 1
  8.             }
  9.         },
  10.         {
  11.             "dim": 123,
  12.             "worldinfo": {
  13.                 "Difficulty": 2,
  14.                 "DifficultyLocked": 1
  15.             }
  16.         },
  17.         {
  18.             "dim": 124,
  19.             "worldinfo": {
  20.                 "Difficulty": 2,
  21.                 "DifficultyLocked": 1
  22.             }
  23.         },
  24.         {
  25.             "dim": 125,
  26.             "worldinfo": {
  27.                 "Difficulty": 2,
  28.                 "DifficultyLocked": 1
  29.             }
  30.         }
  31.     ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement