From 09cf544af0258819b1dbb50f433564544c0b2143 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 3 Apr 2022 04:46:02 +0200 Subject: [PATCH] Configs: update --- config/mousewheelie.hjson | 9 ++++++++- config/xaerominimap.txt | 1 + index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/config/mousewheelie.hjson b/config/mousewheelie.hjson index f693f16..e65408b 100644 --- a/config/mousewheelie.hjson +++ b/config/mousewheelie.hjson @@ -4,7 +4,7 @@ // Sets the interval in milliseconds in which certain packets are fired. // Lower numbers increase the speed but might be rejected by servers. // default: 10 - // Must be inclusively between 1 and 1000 + // Must be greater or equal to 1 interaction-rate: 10 // Enables right-clicking in recipe books/villager trading to swiftly craft/trade. // default: true @@ -16,6 +16,13 @@ // Enables using armor/elytra items to swap them with the currently equipped item. // default: true enable-quick-armor-swapping: true + // Enables dropping items when pressing alt and clicking on them. + // default: true + enable-alt-dropping: true + // This helps when you regularly move your mouse faster than the game can pick up. + // This will impact performance though. + // default: false + better-fast-dragging: false } scrolling: { // Enables scrolling of stacks diff --git a/config/xaerominimap.txt b/config/xaerominimap.txt index 6e59c03..78f7dd8 100644 --- a/config/xaerominimap.txt +++ b/config/xaerominimap.txt @@ -95,6 +95,7 @@ mainDotSize:2 partialYTeleportation:true deleteReachedDeathpoints:true hideMinimapUnderScreen:true +hideMinimapUnderF3:true interface:dummy:0:36:true:false:false:false interface:dummy:0:10000:true:false:false:false interface:dummy:0:0:false:false:true:false diff --git a/index.toml b/index.toml index a734b31..98b5dcd 100644 --- a/index.toml +++ b/index.toml @@ -54,7 +54,7 @@ hash = "8674cd6fd41faab892673142c123917d457dc1f9e032243c155a769e7b74b579" [[files]] file = "config/mousewheelie.hjson" -hash = "0d7d77377fc7ac500ba4b7747bea37c7ce2b605ae35bd3cb8dc83dfe3efce2e5" +hash = "373fde454924a4f8d3a7f1debfcc206d4377bc8045cc11965dba4a59bf220dae" [[files]] file = "config/no_fog.json" @@ -90,7 +90,7 @@ hash = "9221a1c42d4d25101c09ff8980ea8babda5d2d0ed2471f0d2b5ac76bc2c9ea10" [[files]] file = "config/xaerominimap.txt" -hash = "d79bd16f5f1048c031b4c597133fa0b7bcee1f75efee9cb5fc9f9bb6a9538157" +hash = "03e3ebd2beb6e2c1ee989a4d07d6f3e43b5180e630192874a2f1898661dc2dfd" [[files]] file = "config/xaeropatreon.txt" diff --git a/pack.toml b/pack.toml index 18c0e10..4d51829 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "VMU" author = "Wroclaw" -version = "1.0.3" +version = "1.0.4" pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "abde292ea69628509de0c7b4ccb6df1021e8f45760540cfaa9cddbb7ad0489e6" +hash = "762a0c62db452469d46b590e59464bb128f5849d4da8eee14f7a17948b0e3b8f" [versions] fabric = "0.13.3"