From 83104238ca7f63ce67cedefdc991fd868a4e8c08 Mon Sep 17 00:00:00 2001 From: daedreus Date: Sat, 9 Jul 2022 23:16:57 -0500 Subject: [PATCH] fix keybind crash --- .minecraft/index.toml | 15 +++++---------- .minecraft/mods/amecs.pw.toml | 13 ------------- .minecraft/mods/controlling.pw.toml | 13 +++++++++++++ .minecraft/mods/midnightlib.pw.toml | 13 ------------- .minecraft/pack.toml | 2 +- 5 files changed, 19 insertions(+), 37 deletions(-) delete mode 100644 .minecraft/mods/amecs.pw.toml create mode 100644 .minecraft/mods/controlling.pw.toml delete mode 100644 .minecraft/mods/midnightlib.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 4cb4dba..dcd45fa 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -26,11 +26,6 @@ file = "mods/alloy-forgery.pw.toml" hash = "095121d6a78ca2ec93fd3356f4da4f03c404a3e879b2df7542804ad83797a58e" metafile = true -[[files]] -file = "mods/amecs.pw.toml" -hash = "1d79927de352954b400a3b9a878b18fc2b41916a7a0dd244344843c5953c2240" -metafile = true - [[files]] file = "mods/animatica.pw.toml" hash = "73386e4a41baab1188f2c594ac9efad42ccbb3c02934d21cc86461b616121954" @@ -121,6 +116,11 @@ file = "mods/continuity.pw.toml" hash = "749bf88d67ff9ddf272dc48d82402dd61ea2812238dfca4feb1fd78440675456" metafile = true +[[files]] +file = "mods/controlling.pw.toml" +hash = "6b4f1926374e96137d9b411ac9a8b6856ba8eb71929af1f2ff2ed267a2662058" +metafile = true + [[files]] file = "mods/croptopia.pw.toml" hash = "7571bb634af3b040506f74a04904e7981bfc18a7d6c08753631484359a74d444" @@ -221,11 +221,6 @@ file = "mods/lithium.pw.toml" hash = "443104f3ae619456aefa8eaabf9dbfba4c0a227435fc7c6e2f4c89370bb6786d" metafile = true -[[files]] -file = "mods/midnightlib.pw.toml" -hash = "8334be31962e361931095d199336a7ce64b88ea5774eb534492238f77c8bf001" -metafile = true - [[files]] file = "mods/modmenu.pw.toml" hash = "f0a7c49ae4417a753722da78046a7513e059e5964e21154f4aef50df6a1d6ed0" diff --git a/.minecraft/mods/amecs.pw.toml b/.minecraft/mods/amecs.pw.toml deleted file mode 100644 index f2b894e..0000000 --- a/.minecraft/mods/amecs.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Amecs (Fabric)" -filename = "amecs-1.3.8+mc.1.16.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "ff30410c26959c740464e4a6ab1ad1e2d71f6014" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3819643 -project-id = 324564 diff --git a/.minecraft/mods/controlling.pw.toml b/.minecraft/mods/controlling.pw.toml new file mode 100644 index 0000000..f2a5a93 --- /dev/null +++ b/.minecraft/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-fabric-1.19-10.0+2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f9bf790200ec38e0b7d8444527aa2fe43c7e5c1f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3853034 +project-id = 250398 diff --git a/.minecraft/mods/midnightlib.pw.toml b/.minecraft/mods/midnightlib.pw.toml deleted file mode 100644 index 7e37749..0000000 --- a/.minecraft/mods/midnightlib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MidnightLib" -filename = "midnightlib-0.5.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/codAaoxh/versions/0.5.2/midnightlib-0.5.2.jar" -hash-format = "sha1" -hash = "8a35e4c7ea05fac48762e529d46e82c988a39730" - -[update] -[update.modrinth] -mod-id = "codAaoxh" -version = "E9lkXHyn" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 47d281d..4c404e7 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "206e3034f15055cadddd87b6f3159003bb69bb4630fb414dd57c825caae40460" +hash = "898388a3b7ac2727d36fce84e8d7a712823762d4e9aa4005c21b5cbe0872bb62" [versions] fabric = "0.14.8"