1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-20 05:13:20 +02:00
aetheria/packwiz/1.20.1/config/structure_gel-common.toml

32 lines
854 B
TOML
Raw Normal View History

2024-06-14 19:06:44 +02:00
[building_tool]
#
# The amount of undo operations saved by the Building Tool.
# Default: 64
#Range: 8 ~ 256
max_undos = 64
#
# The amount of copied block regions that can be stored at a time with the Clone tool.
# Default: 9
#Range: 1 ~ 32
clipboard_size = 9
#
# The amount hours that a player's actions should stay in memory for. Use -1 to save forever.
# Default: 24
#Range: -1 ~ 240
expiration_time = 24
[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