SonsOfHorror/client/config/structure_gel-common.toml
2024-08-18 12:03:55 -07:00

33 lines
878 B
TOML

[building_tool]
#
# The required permission level of a player needed to use the Building Tool.
# Default: 4
#Range: 0 ~ 4
required_permission = 4
#
# The amount of undo operations saved by the Building Tool.
# Default: 32
#Range: 8 ~ 256
max_undos = 32
[vanilla_enhancements]
#
# When true, removes the size limit from the fill and clone commands.
# Default: true
exceed_fill_and_clone_limit = true
[debug]
#
# When true, allows extra debug logging to be printed to the console.
# Default: false
console_debug = false
#
# When true:
# - Gel blocks can be clicked through like air when holding items that don't interact with them.
# - Gel blocks can be replaced like air when not holding gel or crouching.
# - Gel blocks automatically replace destroyed neighboring blocks.
# Default: true
advanced_gel_behavior = true