This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Configuration file
display {
# The x coordinate of the HUD (Head-Up Display). Valid is anything between 0.0 (left) and 1.0 (right).
D:hudX=0.05
# The y coordinate of the HUD (Head-Up Display). Valid is anything between 0.0 (top) and 1.0 (bottom).
D:hudY=0.05
}
general {
# The number of chunks that are searched by Scenter. Valid values are 1, 3x3, 5x5, 7x7, 9x9, 11x11, 13x13, 15x15.
S:detectionRange=3x3
# Set to 'true' to enable Scenter. Set to 'false' to disable Scenter.
B:enabled=true
# Syntax version. Do NOT manually change this value!
S:version=1.12-3.11.0
}