From 371b30ac592b6687ddf43bf00d2a1857375ddf6f Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 3 Apr 2022 04:46:02 +0200 Subject: [PATCH 1/6] Configs: update --- config/mousewheelie.hjson | 9 ++++++++- config/xaerominimap.txt | 1 + index.toml | 4 ++-- pack.toml | 2 +- 4 files changed, 12 insertions(+), 4 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..3e2d1eb 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "abde292ea69628509de0c7b4ccb6df1021e8f45760540cfaa9cddbb7ad0489e6" +hash = "762a0c62db452469d46b590e59464bb128f5849d4da8eee14f7a17948b0e3b8f" [versions] fabric = "0.13.3" From 270bcc3ee9a7867bb2c533ac978b798e19668808 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 3 Apr 2022 04:47:27 +0200 Subject: [PATCH 2/6] Mods: Add missing Roughly Enough Resources --- index.toml | 5 +++++ mods/roughly-enough-resources.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/roughly-enough-resources.toml diff --git a/index.toml b/index.toml index 98b5dcd..09d146c 100644 --- a/index.toml +++ b/index.toml @@ -210,6 +210,11 @@ file = "mods/roughly-enough-items.toml" hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892" metafile = true +[[files]] +file = "mods/roughly-enough-resources.toml" +hash = "9c51dd2b58c2e58340ac042813309f6cc2b02b661be58a2ff5652824bdb45967" +metafile = true + [[files]] file = "mods/shulkerboxtooltip.toml" hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec" diff --git a/mods/roughly-enough-resources.toml b/mods/roughly-enough-resources.toml new file mode 100644 index 0000000..dec268f --- /dev/null +++ b/mods/roughly-enough-resources.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Resources" +filename = "rer-2.4.1.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3649/527/rer-2.4.1.jar" +hash-format = "sha1" +hash = "1614c9b02cc0923f2384d840cae33c80a878ad85" + +[update] +[update.curseforge] +file-id = 3649527 +project-id = 325625 diff --git a/pack.toml b/pack.toml index 3e2d1eb..134aa9c 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "762a0c62db452469d46b590e59464bb128f5849d4da8eee14f7a17948b0e3b8f" +hash = "164dfadc2fca24b18dd953b7c9e27db35271f2a355259824d04acc11c83f9435" [versions] fabric = "0.13.3" From e23532133cef387cdb00cf3675d83e5afb83283d Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 3 Apr 2022 04:50:49 +0200 Subject: [PATCH 3/6] Mods: remove cloth config Already included as a library in another mod --- index.toml | 5 ----- mods/cloth-config.toml | 13 ------------- pack.toml | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 mods/cloth-config.toml diff --git a/index.toml b/index.toml index 09d146c..7e1fb71 100644 --- a/index.toml +++ b/index.toml @@ -120,11 +120,6 @@ file = "mods/architectury-fabric.toml" hash = "2ed0458c1f09c92c401f0f36eeddb8fd893f7e66b461daa1d59ea436fb8d2316" metafile = true -[[files]] -file = "mods/cloth-config.toml" -hash = "010bc8378b59257708190728f5aee476d7415f47fc26567952f294eda6b0cd25" -metafile = true - [[files]] file = "mods/continuity.toml" hash = "a2503cd9f6455bcfd5b5d5d7d5f1350bc005e799918dca1e7d3203c5b67f9ae5" diff --git a/mods/cloth-config.toml b/mods/cloth-config.toml deleted file mode 100644 index 300ac62..0000000 --- a/mods/cloth-config.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cloth Config API (Fabric)" -filename = "cloth-config-6.2.57-fabric.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3641/132/cloth-config-6.2.57-fabric.jar" -hash-format = "sha1" -hash = "c52ef239d9d3d3473312d3f57bd8e730155ee5a5" - -[update] -[update.curseforge] -file-id = 3641132 -project-id = 319057 diff --git a/pack.toml b/pack.toml index 134aa9c..d4bd1fa 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "164dfadc2fca24b18dd953b7c9e27db35271f2a355259824d04acc11c83f9435" +hash = "eb9d589e4b6967de20d404d3965db9cb99065bd5a701ebd7d3dbefb12e1bf807" [versions] fabric = "0.13.3" From 09cf544af0258819b1dbb50f433564544c0b2143 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 3 Apr 2022 04:46:02 +0200 Subject: [PATCH 4/6] 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" From ecdf4232bebd0ba29897e8a5b1ac9952c9fa943a Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 3 Apr 2022 04:47:27 +0200 Subject: [PATCH 5/6] Mods: Add missing Roughly Enough Resources --- index.toml | 5 +++++ mods/roughly-enough-resources.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/roughly-enough-resources.toml diff --git a/index.toml b/index.toml index 98b5dcd..09d146c 100644 --- a/index.toml +++ b/index.toml @@ -210,6 +210,11 @@ file = "mods/roughly-enough-items.toml" hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892" metafile = true +[[files]] +file = "mods/roughly-enough-resources.toml" +hash = "9c51dd2b58c2e58340ac042813309f6cc2b02b661be58a2ff5652824bdb45967" +metafile = true + [[files]] file = "mods/shulkerboxtooltip.toml" hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec" diff --git a/mods/roughly-enough-resources.toml b/mods/roughly-enough-resources.toml new file mode 100644 index 0000000..dec268f --- /dev/null +++ b/mods/roughly-enough-resources.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Resources" +filename = "rer-2.4.1.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3649/527/rer-2.4.1.jar" +hash-format = "sha1" +hash = "1614c9b02cc0923f2384d840cae33c80a878ad85" + +[update] +[update.curseforge] +file-id = 3649527 +project-id = 325625 diff --git a/pack.toml b/pack.toml index 4d51829..1e90492 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "762a0c62db452469d46b590e59464bb128f5849d4da8eee14f7a17948b0e3b8f" +hash = "164dfadc2fca24b18dd953b7c9e27db35271f2a355259824d04acc11c83f9435" [versions] fabric = "0.13.3" From bad279ccdc99e1f79dd1d87d7255b1827b6de603 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 3 Apr 2022 04:50:49 +0200 Subject: [PATCH 6/6] Mods: remove cloth config Already included as a library in another mod --- index.toml | 5 ----- mods/cloth-config.toml | 13 ------------- pack.toml | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 mods/cloth-config.toml diff --git a/index.toml b/index.toml index 09d146c..7e1fb71 100644 --- a/index.toml +++ b/index.toml @@ -120,11 +120,6 @@ file = "mods/architectury-fabric.toml" hash = "2ed0458c1f09c92c401f0f36eeddb8fd893f7e66b461daa1d59ea436fb8d2316" metafile = true -[[files]] -file = "mods/cloth-config.toml" -hash = "010bc8378b59257708190728f5aee476d7415f47fc26567952f294eda6b0cd25" -metafile = true - [[files]] file = "mods/continuity.toml" hash = "a2503cd9f6455bcfd5b5d5d7d5f1350bc005e799918dca1e7d3203c5b67f9ae5" diff --git a/mods/cloth-config.toml b/mods/cloth-config.toml deleted file mode 100644 index 300ac62..0000000 --- a/mods/cloth-config.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cloth Config API (Fabric)" -filename = "cloth-config-6.2.57-fabric.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3641/132/cloth-config-6.2.57-fabric.jar" -hash-format = "sha1" -hash = "c52ef239d9d3d3473312d3f57bd8e730155ee5a5" - -[update] -[update.curseforge] -file-id = 3641132 -project-id = 319057 diff --git a/pack.toml b/pack.toml index 1e90492..cea1cb3 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "164dfadc2fca24b18dd953b7c9e27db35271f2a355259824d04acc11c83f9435" +hash = "eb9d589e4b6967de20d404d3965db9cb99065bd5a701ebd7d3dbefb12e1bf807" [versions] fabric = "0.13.3"