Advertisement
masa-

JED 1.6.0+ - Void with normal biomes and a spawn structure

May 17th, 2020
1,799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.86 KB | None | 0 0
  1. {
  2.     "dimensions": [
  3.         {
  4.             "dim": 123,
  5.             "normal_biomes": true,
  6.             "dimensiontype": {
  7.                 "id": 123,
  8.                 "name": "Some void dim",
  9.                 "keeploaded": false,
  10.                 "worldprovider": "WorldProviderSurfaceJED",
  11.                 "require_exact_match": true
  12.             },
  13.             "spawn_structure": {
  14.                 "name": "foo_bar.schematic",
  15.                 "centered": true,
  16.                 "offset": [8, -3, 0]
  17.             },
  18.             "worldinfo_onetime": {
  19.                 "generatorName": "flat",
  20.                 "generatorOptions": "3;minecraft:air;1;",
  21.                 "SpawnX": 256,
  22.                 "SpawnY": 32,
  23.                 "SpawnZ": 256,
  24.                 "GameRules": {
  25.                     "spawnRadius": "0"
  26.                 }
  27.             }
  28.         }
  29.     ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement