Advertisement
masa-

JED 1.6.0+ - Void dimension with no mob spawning

Nov 3rd, 2018
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.80 KB | None | 0 0
  1. {
  2.     "dimensions": [
  3.         {
  4.             "dim": 8,
  5.             "normal_biomes": true,
  6.             "dimensiontype": {
  7.                 "id": 8,
  8.                 "name": "Void Dimension",
  9.                 "suffix": "_dim8",
  10.                 "keeploaded": false,
  11.                 "worldprovider": "WorldProviderSurfaceJED",
  12.                 "require_exact_match": true
  13.             },
  14.             "worldinfo_onetime": {
  15.                 "generatorName": "flat",
  16.                 "generatorOptions": "3;minecraft:air;127;",
  17.                 "DayTime": 6000,
  18.                 "GameRules": {
  19.                     "doMobSpawning": "false"
  20.                 }
  21.             },
  22.             "jed": {
  23.                 "CanSpawnHostiles": false,
  24.                 "CanSpawnPeacefulMobs": false
  25.             }
  26.         }
  27.     ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement