12 lines
609 B
TOML
12 lines
609 B
TOML
#Dramatic Doors
|
|||
|
|
[Experimental]
|
||
|
|
#Development mode ensures that all compat doors are always registered regardless of whether mods are installed or not, for development purposes. | default: false
|
||
|
|
dev_mode = false
|
||
|
|
|
||
|
|
[Mixins]
|
||
|
|
#Allows doors to be waterlogged. Enable to allow waterlogging, disable for compatibility with certain mods. Requires restart after changing. | default: true
|
||
|
|
waterloggable_doors = true
|
||
|
|
#Allows fence gates to be waterlogged. Enable to allow waterlogging, disable for compatibility with certain mods. Requires restart after changing. | default: true
|
||
|
|
waterloggable_fence_gates = true
|
||
|
|
|