minecraft-modpack-1.20.1/config/dimdoors-config.json5
2025-02-10 01:53:07 +01:00

66 lines
1.5 KiB
Plaintext

{
"general": {
"teleportOffset": 0.0,
"riftBoundingBoxInCreative": false,
"riftCloseSpeed": 0.1,
"riftGrowthSpeed": 1.0,
"enableRiftDecay": true,
"depthSpreadFactor": 20,
"endermanSpawnChance": 5.0E-5,
"endermanAggressiveChance": 0.5,
"enableDebugMessages": false
},
"pockets": {
"pocketGridSize": 32,
"maxPocketSize": 15,
"privatePocketSize": 2,
"publicPocketSize": 1,
"defaultWeightEquation": "5",
"fallbackWeight": 5,
"asyncWorldEditPocketLoading": true,
"canUseRiftSignatureInPrivatePockets": true
},
"world": {
"clusterGenChance": 20000.0,
"clusterDimBlacklist": [],
"gatewayDimBlacklist": []
},
"dungeons": {
"maxDungeonDepth": 50
},
"monoliths": {
"dangerousLimboMonoliths": false,
"monolithTeleportation": true
},
"limbo": {
"worldsLeadingToLimbo": {
"list": [],
"blacklist": false
},
"hardcoreLimbo": false,
"limboReturnDistance": 100,
"limboBlocksCorruptingExitWorldAmount": 5.0,
"escapeTargetWorld": "minecraft:overworld",
"escapeTargetWorldYSpawn": 64,
"escapeToWorldSpawn": false
},
"graphics": {
"showRiftCore": false,
"highlightRiftCoreFor": 15000,
"riftSize": 1.0,
"riftJitter": 1.0
},
"doors": {
"closeDoorBehind": true,
"doorList": {
"mode": "DISABLE",
"doors": []
},
"placeRiftsInCreativeMode": true
},
"decay": {
"decaySpreadChance": 1.0,
"decayDelay": 40,
"decaysIntoAir": true
}
}