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"
|
file = "config/yosbr/config/capes.json5"
|
||||||
hash = "b0e11760190870b23a50e68018a3792e6ad3929302bb2917db21268a20f858af"
|
hash = "b0e11760190870b23a50e68018a3792e6ad3929302bb2917db21268a20f858af"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/config/doubledoors.json5"
|
||||||
|
hash = "c499be02b3bda95064ad3791a6018b7d4d07d351cd429bf0397a3f710d06c36c"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/figura.json"
|
file = "config/yosbr/config/figura.json"
|
||||||
hash = "b6842d4f8da21a23a32b70c584ba495d6311b5c7e2a8a79b5f7d4ee2a048016b"
|
hash = "b6842d4f8da21a23a32b70c584ba495d6311b5c7e2a8a79b5f7d4ee2a048016b"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "59ac3e388cc4caf0b6d7b9ee17e3045f5ae927f237cfa80a3818bd233c5883c8"
|
hash = "ef7d0e111b0f8fa9be2c6856f814b09a9b66a02e89b3ad7206568d4a88066161"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user