Initial Sync!

This commit is contained in:
2026-07-26 13:21:37 +01:00
parent dcc2b22c5f
commit e6182d37ff
1582 changed files with 87325 additions and 1 deletions
+31
View File
@@ -0,0 +1,31 @@
[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