Disable double trapdoors in DoubleDoors mod
This commit is contained in:
parent
eecf335b1e
commit
13eb4338e3
13
config/yosbr/config/doubledoors.json5
Normal file
13
config/yosbr/config/doubledoors.json5
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
// Whether the recursive opening feature should be enabled. This allows you to for example build a giant door with trapdoors which will all open at the same time, as long as they are connected. The 'recursiveOpeningMaxBlocksDistance' config option determines how far the function should search.
|
||||
"enableRecursiveOpening": true,
|
||||
// How many blocks the recursive function should search when 'enableRecursiveOpening' is enabled.
|
||||
// min: 1, max: 64
|
||||
"recursiveOpeningMaxBlocksDistance": 10,
|
||||
// When enables, the mod works with double doors.
|
||||
"enableDoors": true,
|
||||
// When enables, the mod works with double fence gates.
|
||||
"enableFenceGates": true,
|
||||
// When enables, the mod works with double trapdoors.
|
||||
"enableTrapdoors": false
|
||||
}
|
@ -12,6 +12,10 @@ hash = "f5931fa810e46cf080715fe862132aded028984f89c80f293ef66ee34856e6a5"
|
||||
file = "config/yosbr/config/capes.json5"
|
||||
hash = "b0e11760190870b23a50e68018a3792e6ad3929302bb2917db21268a20f858af"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/doubledoors.json5"
|
||||
hash = "c499be02b3bda95064ad3791a6018b7d4d07d351cd429bf0397a3f710d06c36c"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/figura.json"
|
||||
hash = "b6842d4f8da21a23a32b70c584ba495d6311b5c7e2a8a79b5f7d4ee2a048016b"
|
||||
|
Loading…
x
Reference in New Issue
Block a user