fix mousewheelie

This commit is contained in:
Penny 2022-07-23 09:05:16 -05:00
parent dd9e555327
commit 4d1f4bf733
3 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
// Lower numbers increase the speed but might be rejected by servers. // Lower numbers increase the speed but might be rejected by servers.
// default: 10 // default: 10
// Must be greater or equal to 1 // Must be greater or equal to 1
interaction-rate: 10 interaction-rate: 15
// Sets the interval in milliseconds for singleplayer and local multiplayer. // Sets the interval in milliseconds for singleplayer and local multiplayer.
// default: 1 // default: 1
// Must be greater or equal to 1 // Must be greater or equal to 1
@ -36,7 +36,7 @@
scrolling: { scrolling: {
// Enables scrolling of stacks // Enables scrolling of stacks
// default: true // default: true
enable: true enable: false
// Invert the scroll direction when scrolling items // Invert the scroll direction when scrolling items
// default: false // default: false
invert: false invert: false
@ -47,7 +47,7 @@
// Sets whether to by default scroll items // Sets whether to by default scroll items
// out of the creative menu. // out of the creative menu.
// default: true // default: true
scroll-creative-menu-items: true scroll-creative-menu-items: false
// Sets whether creative mode tabs can // Sets whether creative mode tabs can
// be switched by scrolling over them. // be switched by scrolling over them.
// default: true // default: true
@ -102,7 +102,7 @@
block-hierarchy: false block-hierarchy: false
// Try to find other food items // Try to find other food items
// default: false // default: false
food: false food: true
// Try to find equal items (no nbt matching) // Try to find equal items (no nbt matching)
// default: true // default: true
equal-items: true equal-items: true

View file

@ -158,7 +158,7 @@ hash = "503f96151dab202359895d267084c5ca81604cf9a3455446c20a5c0c69ec7cdb"
[[files]] [[files]]
file = "config/yosbr/config/mousewheelie.hjson" file = "config/yosbr/config/mousewheelie.hjson"
hash = "f7e277666de45885aa5931c512129946ae53216a5cabddba7498f4dc9a6323bb" hash = "15094b2f467bbe0259073f442cbfe130fc8f0bfd6d884aaf1336c38bf790253b"
[[files]] [[files]]
file = "config/yosbr/config/presencefootsteps/updater.json" file = "config/yosbr/config/presencefootsteps/updater.json"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "57a8380396326c3b1f5455088f26eb47ba224217f810cb7c08df28d625920e2b" hash = "90083115870c4ed784f901140d320f8e0444cf0019216b1bcdf5bb4e0ad1441a"
[versions] [versions]
fabric = "0.14.8" fabric = "0.14.8"