add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#Horizontal offset of cycle slots display from default position.
#Allows for compatibility with mods that also add their own displays next to the hotbar.
#Range: > -2147483648
slots_x_offset = 0
#Vertical offset of cycle slots display from screen bottom.
#Allows for compatibility with mods that move the hotbar upwards such as the Raised mod (Raised has built-in support on Fabric).
#Range: > -2147483648
slots_y_offset = 0
#Cycle slots by pressing a hotbar key when the corresponding slot is already selected.
double_press_hotbar_key = true
#Modifier key required to be held to allow for scrolling through cycle slots.
#Setting to "NONE" will overwrite vanilla hotbar scrolling, making the hotbar only usable with keys.
#Allowed Values: DISABLED, NONE, CONTROL, SHIFT, ALT
scrolling_modifier_key = "ALT"
#Choose when the cycle slots display is shown next to the hotbar: Always, never, or only when the modifier key for scrolling is held. Doesn't disable cycling itself though.
#Allowed Values: ALWAYS, KEY, NEVER
slots_display_state = "ALWAYS"