From 8828fa3e0518977b31c368743e73547d299a1629 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 01:53:07 +0100 Subject: [PATCH] config: dim doors --- config/dimdoors-config.json5 | 66 ++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 config/dimdoors-config.json5 diff --git a/config/dimdoors-config.json5 b/config/dimdoors-config.json5 new file mode 100644 index 0000000..6cd346d --- /dev/null +++ b/config/dimdoors-config.json5 @@ -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 + } +} \ No newline at end of file