Advertisement
masa-

JED 1.6.0+ - Disable Ender Dragon and End Spikes

Nov 14th, 2018
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.64 KB | None | 0 0
  1. {
  2.     "config_version": {
  3.         "id": "main_JED_test_world",
  4.         "version": 1
  5.     },
  6.     "dimensions":
  7.     [
  8.         {
  9.             "dim": 111,
  10.             "dimensiontype": {
  11.                 "id": 111,
  12.                 "name": "JED End, no Dragon or Spikes",
  13.                 "suffix": "_dim111",
  14.                 "keeploaded": false,
  15.                 "worldprovider": "WorldProviderEndJED",
  16.                 "require_exact_match": true
  17.             },
  18.             "worldinfo_onetime": {},
  19.             "jed": {
  20.                 "DisableEnderDragon": true,
  21.                 "DisableEndSpikes": true
  22.             }
  23.         }
  24.     ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement