Advertisement
masa-

JED 1.6.0+ - Overworld clone examples

Nov 2nd, 2018
911
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1. {
  2.     "config_version": {
  3.         "id": "__default",
  4.         "version": 0
  5.     },
  6.     "dimensions": [
  7.         {
  8.             "dim": 12,
  9.             "dimensiontype": {
  10.                 "existing_dimensiontype": "overworld"
  11.             },
  12.             "worldinfo_onetime": {}
  13.         },
  14.         {
  15.             "dim": 123,
  16.             "dimensiontype": {
  17.                 "existing_dimensiontype": "overworld"
  18.             },
  19.             "worldinfo_onetime": {},
  20.             "jed": {
  21.                 "WorldProviderOverride": "WorldProviderSurfaceJED"
  22.             }
  23.         },
  24.         {
  25.             "dim": 1234,
  26.             "dimensiontype": {
  27.                 "id": 0,
  28.                 "name": "Overworld",
  29.                 "suffix": "_dim1234",
  30.                 "worldprovider": "WorldProviderSurfaceJED",
  31.                 "require_exact_match": true
  32.             },
  33.             "worldinfo_onetime": {}
  34.         }
  35.     ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement