LTDV11/packet/config/skyblockbuilder/dimensions.json5
2026-05-30 15:49:07 +08:00

26 lines
581 B
Plaintext

{
"End": {
// Should end generate as in default world type? [default: false]
"Default": true,
// Should the main island be generated as normal? [default: true]
"mainIsland": true
},
"Nether": {
// Should nether generate as in default world type? [default: false]
"Default": false,
// File name in template directory of a valid template containing a nether portal
"netherPortalStructure": null
},
"Overworld": {
// Should overworld generate as in default world type? [default: false]
"Default": false
}
}