This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/structure_gel-common.toml

33 lines
878 B
TOML
Raw Normal View History

2023-11-02 12:32:44 -05:00
[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