Compare commits

..

2 commits

Author SHA1 Message Date
270bcc3ee9 Mods: Add missing Roughly Enough Resources 2022-04-03 04:47:27 +02:00
371b30ac59 Configs: update 2022-04-03 04:46:02 +02:00
5 changed files with 30 additions and 4 deletions

View file

@ -4,7 +4,7 @@
// Sets the interval in milliseconds in which certain packets are fired. // Sets the interval in milliseconds in which certain packets are fired.
// 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 inclusively between 1 and 1000 // Must be greater or equal to 1
interaction-rate: 10 interaction-rate: 10
// Enables right-clicking in recipe books/villager trading to swiftly craft/trade. // Enables right-clicking in recipe books/villager trading to swiftly craft/trade.
// default: true // default: true
@ -16,6 +16,13 @@
// Enables using armor/elytra items to swap them with the currently equipped item. // Enables using armor/elytra items to swap them with the currently equipped item.
// default: true // default: true
enable-quick-armor-swapping: 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: { scrolling: {
// Enables scrolling of stacks // Enables scrolling of stacks

View file

@ -95,6 +95,7 @@ mainDotSize:2
partialYTeleportation:true partialYTeleportation:true
deleteReachedDeathpoints:true deleteReachedDeathpoints:true
hideMinimapUnderScreen:true hideMinimapUnderScreen:true
hideMinimapUnderF3:true
interface:dummy:0:36:true:false:false:false interface:dummy:0:36:true:false:false:false
interface:dummy:0:10000:true:false:false:false interface:dummy:0:10000:true:false:false:false
interface:dummy:0:0:false:false:true:false interface:dummy:0:0:false:false:true:false

View file

@ -54,7 +54,7 @@ hash = "8674cd6fd41faab892673142c123917d457dc1f9e032243c155a769e7b74b579"
[[files]] [[files]]
file = "config/mousewheelie.hjson" file = "config/mousewheelie.hjson"
hash = "0d7d77377fc7ac500ba4b7747bea37c7ce2b605ae35bd3cb8dc83dfe3efce2e5" hash = "373fde454924a4f8d3a7f1debfcc206d4377bc8045cc11965dba4a59bf220dae"
[[files]] [[files]]
file = "config/no_fog.json" file = "config/no_fog.json"
@ -90,7 +90,7 @@ hash = "9221a1c42d4d25101c09ff8980ea8babda5d2d0ed2471f0d2b5ac76bc2c9ea10"
[[files]] [[files]]
file = "config/xaerominimap.txt" file = "config/xaerominimap.txt"
hash = "d79bd16f5f1048c031b4c597133fa0b7bcee1f75efee9cb5fc9f9bb6a9538157" hash = "03e3ebd2beb6e2c1ee989a4d07d6f3e43b5180e630192874a2f1898661dc2dfd"
[[files]] [[files]]
file = "config/xaeropatreon.txt" file = "config/xaeropatreon.txt"
@ -210,6 +210,11 @@ file = "mods/roughly-enough-items.toml"
hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892" hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892"
metafile = true metafile = true
[[files]]
file = "mods/roughly-enough-resources.toml"
hash = "9c51dd2b58c2e58340ac042813309f6cc2b02b661be58a2ff5652824bdb45967"
metafile = true
[[files]] [[files]]
file = "mods/shulkerboxtooltip.toml" file = "mods/shulkerboxtooltip.toml"
hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec" hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec"

View file

@ -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

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "abde292ea69628509de0c7b4ccb6df1021e8f45760540cfaa9cddbb7ad0489e6" hash = "164dfadc2fca24b18dd953b7c9e27db35271f2a355259824d04acc11c83f9435"
[versions] [versions]
fabric = "0.13.3" fabric = "0.13.3"