Advertisement
masa-

JED 1.6.0+ - Changing a dimension ID

Aug 24th, 2020
3,556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.55 KB | None | 0 0
  1. {
  2.     "dimensions":
  3.     [
  4.         {
  5.             "dim": 123,
  6.             "unregister": true
  7.         },
  8.         {
  9.             "dim": 456,
  10.             "dimensiontype": {
  11.                 "existing_dimensiontype": "dimension_name_here"
  12.             }
  13.         },
  14.         {
  15.             "dim": 789,
  16.             "dimensiontype": {
  17.                 "id": 789,
  18.                 "name": "Some dimension",
  19.                 "worldprovider": "world.provider.name.here.SomeWorldProvider",
  20.                 "require_exact_match": true
  21.             }
  22.         }
  23.     ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement