config: dim doors
This commit is contained in:
parent
3f9abca6f5
commit
8828fa3e05
66
config/dimdoors-config.json5
Normal file
66
config/dimdoors-config.json5
Normal file
@ -0,0 +1,66 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user