Advertisement
masa-

JED 1.6.0+ - End with overworld-ish sky + custom day/night cycle

Dec 21st, 2021
1,178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.42 KB | None | 0 0
  1. {
  2.     "config_version": {
  3.         "id": "__default",
  4.         "version": 0
  5.     },
  6.     "dimensions": [
  7.         {
  8.             "dim": 1,
  9.             "override": true,
  10.             "dimensiontype": {
  11.                 "id": 1,
  12.                 "name": "Custom End",
  13.                 "keeploaded": false,
  14.                 "worldprovider": "WorldProviderEndJED",
  15.                 "require_exact_match": true
  16.             },
  17.             "jed": {
  18.                 "SkyRenderType": 1,
  19.                 "CustomDayCycle": true,
  20.                 "DayLength": 100,
  21.                 "NightLength": 100
  22.             }
  23.         }
  24.     ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement