Advertisement
masa-

JED 1.6.0+ - Custom full-height cave world

Sep 4th, 2020 (edited)
3,231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.91 KB | None | 0 0
  1. {
  2.     "dimensions": [
  3.         {
  4.             "dim": 123,
  5.             "normal_biomes": true,
  6.             "dimensiontype": {
  7.                 "id": 123,
  8.                 "name": "Cave World",
  9.                 "keeploaded": false,
  10.                 "worldprovider": "WorldProviderSurfaceJED",
  11.                 "require_exact_match": true
  12.             },
  13.             "chunkgenerator": "ChunkGeneratorFlatJED",
  14.             "worldinfo_onetime": {
  15.                 "generatorName": "flat",
  16.                 "generatorOptions": "3;1*minecraft:bedrock,254*minecraft:stone,1*minecraft:bedrock;1;caves,decoration"
  17.             },
  18.             "jed": {
  19.                 "CanRespawnHere": false,
  20.                 "RespawnDimension": 0,
  21.                 "SpawnPointSearchType": {
  22.                     "type": "cavern",
  23.                     "min_y": 10,
  24.                     "max_y": 240
  25.                 }
  26.             }
  27.         }
  28.     ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement