this repo has no description

fix: replace configured

Falxie_ bfcaee08 aec0140f

+16 -23
-3
config/configured-client.toml
··· 1 - #Forces all config menus to be overridden and generated by Configured. This requires the game to be restarted for the changes to apply. 2 - forceConfiguredMenu = false 3 -
+2 -6
index.toml
··· 665 665 hash = "f0910f44e3a98eaa2effdef12a983e4e8108ef293c4a0425bb042b0038324ede" 666 666 667 667 [[files]] 668 - file = "config/configured-client.toml" 669 - hash = "3b89f753be2eda7042d785471bcd3959e4a3cd053a50538d17ce98a2f274d2c2" 670 - 671 - [[files]] 672 668 file = "config/connectivity-common.toml" 673 669 hash = "347225f749205a5af9d2a7f992a52caccfb6910f8fa6302d4da260932fc2ae9a" 674 670 ··· 1756 1752 metafile = true 1757 1753 1758 1754 [[files]] 1759 - file = "mods/configured.pw.toml" 1760 - hash = "8885728c751b6e20f3fc4a9394723ce5250a2fa1fe4078ad83cc27b441e20ba3" 1755 + file = "mods/config-menus-forge.pw.toml" 1756 + hash = "a0ffeb0594fe461bb2ea048477484990875c47ee682009528c5b7eb50a830fc7" 1761 1757 metafile = true 1762 1758 1763 1759 [[files]]
+13
mods/config-menus-forge.pw.toml
··· 1 + name = "Config Menus for Forge" 2 + filename = "ConfigMenusForge-v3.2.0-1.18.2-Forge.jar" 3 + side = "both" 4 + 5 + [download] 6 + hash-format = "sha1" 7 + hash = "69ced2f9b27dcaa8049e928f829925fd12d229b8" 8 + mode = "metadata:curseforge" 9 + 10 + [update] 11 + [update.curseforge] 12 + file-id = 3671318 13 + project-id = 544048
-13
mods/configured.pw.toml
··· 1 - name = "Configured" 2 - filename = "configured-1.5.4-1.18.2.jar" 3 - side = "both" 4 - 5 - [download] 6 - hash-format = "sha1" 7 - hash = "8daa9c35265c9c31f32de6603ab60e07851d7d75" 8 - mode = "metadata:curseforge" 9 - 10 - [update] 11 - [update.curseforge] 12 - file-id = 3946495 13 - project-id = 457570
+1 -1
pack.toml
··· 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "787c15b1c482de910e4355b798b77a6d2c6de3d2595995382fd710f53b04b18f" 9 + hash = "b8d229ce5984f1948b1f79305069b8c88ed8ba3946b9d65cadacd347d7376bee" 10 10 11 11 [versions] 12 12 forge = "40.1.74"