Files
FearFactory/1.20.1-FearFactoryTest/minecraft/config/dimdoors-config.json5

68 lines
1.6 KiB
Plaintext
Raw Normal View History

{
"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,
"limboReturnDistanceMax": 5000,
"limboReturnDistanceMin": 0,
"decaySurroundings": true,
"tryPlayerBedSpawn": false,
"defaultToWorldSpawn": true,
"limboBlocksCorruptingExitWorldAmount": 5.0,
"escapeTargetWorld": "minecraft:overworld"
},
"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
}
}