Advertisement
masa-

JED (1.5.x and below) - Custom day cycle for the Overworld

Aug 1st, 2017
235
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.             "dim": 0,
  5.             "override": true,
  6.             "dimensiontype": {
  7.                 "id": 0,
  8.                 "name": "Overworld",
  9.                 "suffix": "",
  10.                 "keeploaded": true,
  11.                 "worldprovider": "WorldProviderSurfaceJED"
  12.             },
  13.             "worldinfo": {
  14.                 "JED": {
  15.                     "CustomDayCycle": true,
  16.                     "DayLength": 1200,
  17.                     "NightLength": 400
  18.                 }
  19.             }
  20.         }
  21.     ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement