From 4d1f4bf7338962fc10bbef65edb466af90318116 Mon Sep 17 00:00:00 2001 From: pinchese Date: Sat, 23 Jul 2022 09:05:16 -0500 Subject: [PATCH] fix mousewheelie --- config/yosbr/config/mousewheelie.hjson | 8 ++++---- index.toml | 2 +- pack.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/yosbr/config/mousewheelie.hjson b/config/yosbr/config/mousewheelie.hjson index 7ecac40..509f38d 100644 --- a/config/yosbr/config/mousewheelie.hjson +++ b/config/yosbr/config/mousewheelie.hjson @@ -5,7 +5,7 @@ // Lower numbers increase the speed but might be rejected by servers. // default: 10 // Must be greater or equal to 1 - interaction-rate: 10 + interaction-rate: 15 // Sets the interval in milliseconds for singleplayer and local multiplayer. // default: 1 // Must be greater or equal to 1 @@ -36,7 +36,7 @@ scrolling: { // Enables scrolling of stacks // default: true - enable: true + enable: false // Invert the scroll direction when scrolling items // default: false invert: false @@ -47,7 +47,7 @@ // Sets whether to by default scroll items // out of the creative menu. // default: true - scroll-creative-menu-items: true + scroll-creative-menu-items: false // Sets whether creative mode tabs can // be switched by scrolling over them. // default: true @@ -102,7 +102,7 @@ block-hierarchy: false // Try to find other food items // default: false - food: false + food: true // Try to find equal items (no nbt matching) // default: true equal-items: true diff --git a/index.toml b/index.toml index 8e1fba0..429c5cc 100644 --- a/index.toml +++ b/index.toml @@ -158,7 +158,7 @@ hash = "503f96151dab202359895d267084c5ca81604cf9a3455446c20a5c0c69ec7cdb" [[files]] file = "config/yosbr/config/mousewheelie.hjson" -hash = "f7e277666de45885aa5931c512129946ae53216a5cabddba7498f4dc9a6323bb" +hash = "15094b2f467bbe0259073f442cbfe130fc8f0bfd6d884aaf1336c38bf790253b" [[files]] file = "config/yosbr/config/presencefootsteps/updater.json" diff --git a/pack.toml b/pack.toml index 92e450b..4fce42e 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "57a8380396326c3b1f5455088f26eb47ba224217f810cb7c08df28d625920e2b" +hash = "90083115870c4ed784f901140d320f8e0444cf0019216b1bcdf5bb4e0ad1441a" [versions] fabric = "0.14.8"