From 26403c1b2245d2b7d5eb712efff3e4bbac5eda36 Mon Sep 17 00:00:00 2001 From: daedreus Date: Sat, 9 Jul 2022 01:22:07 -0500 Subject: [PATCH] Retaining parody with server branch --- .minecraft/index.toml | 10 ++++++++++ .minecraft/mods/consistencyplus.pw.toml | 13 ------------- .minecraft/mods/curios-fabric.pw.toml | 13 ------------- .minecraft/mods/frame-api.pw.toml | 13 +++++++++++++ .minecraft/mods/geckolib.pw.toml | 13 +++++++++++++ .minecraft/mods/malilib.pw.toml | 13 ------------- .minecraft/mods/polymorph-fabric.pw.toml | 13 ------------- .minecraft/mods/sonic-deflect.pw.toml | 13 ------------- .minecraft/mods/trinket-of-undying-fabric.pw.toml | 13 ------------- .minecraft/mods/viafabric.pw.toml | 13 ------------- .minecraft/pack.toml | 2 +- 11 files changed, 37 insertions(+), 92 deletions(-) delete mode 100644 .minecraft/mods/consistencyplus.pw.toml delete mode 100644 .minecraft/mods/curios-fabric.pw.toml create mode 100644 .minecraft/mods/frame-api.pw.toml create mode 100644 .minecraft/mods/geckolib.pw.toml delete mode 100644 .minecraft/mods/malilib.pw.toml delete mode 100644 .minecraft/mods/polymorph-fabric.pw.toml delete mode 100644 .minecraft/mods/sonic-deflect.pw.toml delete mode 100644 .minecraft/mods/trinket-of-undying-fabric.pw.toml delete mode 100644 .minecraft/mods/viafabric.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index ef31b20..ae287f2 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -157,11 +157,21 @@ file = "mods/fabric-language-kotlin.pw.toml" hash = "c57ab7e92b672af93416304950b083d0b20aabe41af61d0993292dfef80744bf" metafile = true +[[files]] +file = "mods/frame-api.pw.toml" +hash = "69f57666029f38c59ec38df4d3a04cd647305c4fcd56423e092dc8272b7ac2bf" +metafile = true + [[files]] file = "mods/gearreborn.pw.toml" hash = "621421cd49d6d1da77a71ccef1501f4d88067ec7ca190ebe9ec1288c8bfd5d36" metafile = true +[[files]] +file = "mods/geckolib.pw.toml" +hash = "5ed766bc2ca05f34d7c590b540b2ce440ee6baee06fa0e55b712cf175823cd37" +metafile = true + [[files]] file = "mods/hudium.pw.toml" hash = "ace78d6318904cbdf6454c86e3dabafcf82feb50f849b9e66df92d1137ebd124" diff --git a/.minecraft/mods/consistencyplus.pw.toml b/.minecraft/mods/consistencyplus.pw.toml deleted file mode 100644 index 1975967..0000000 --- a/.minecraft/mods/consistencyplus.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Consistency+" -filename = "consistency_plus-0.4.3+1.16-fabric.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "239464a2292f18269754df24ce9d509d62b628a4" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3578855 -project-id = 430445 diff --git a/.minecraft/mods/curios-fabric.pw.toml b/.minecraft/mods/curios-fabric.pw.toml deleted file mode 100644 index 60a4dc2..0000000 --- a/.minecraft/mods/curios-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Curios API (Fabric)" -filename = "curios-fabric-0.0.13-1.16.5.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "b4deb7a71eb5d09904eb7c694935a1935542a444" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3233941 -project-id = 394941 diff --git a/.minecraft/mods/frame-api.pw.toml b/.minecraft/mods/frame-api.pw.toml new file mode 100644 index 0000000..44b6ad0 --- /dev/null +++ b/.minecraft/mods/frame-api.pw.toml @@ -0,0 +1,13 @@ +name = "🔨 Frame API" +filename = "frame-fabric-0.22.1+1.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/dY183GiL/versions/0.22.1+1.19/frame-fabric-0.22.1%2B1.19.jar" +hash-format = "sha1" +hash = "344e3a0d33ec00d7c1d573beb091ed7d50418a17" + +[update] +[update.modrinth] +mod-id = "dY183GiL" +version = "Ub6nZHEX" diff --git a/.minecraft/mods/geckolib.pw.toml b/.minecraft/mods/geckolib.pw.toml new file mode 100644 index 0000000..5a2e62e --- /dev/null +++ b/.minecraft/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "GeckoLib" +filename = "geckolib-fabric-1.19-3.1.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6b99ef527c606c900393c1ff576ad4444102a30d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3847902 +project-id = 388172 diff --git a/.minecraft/mods/malilib.pw.toml b/.minecraft/mods/malilib.pw.toml deleted file mode 100644 index 544ea0f..0000000 --- a/.minecraft/mods/malilib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MaLiLib" -filename = "malilib-fabric-1.16.5-0.10.0-dev.21+arne.8.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "98755d69d8feebd95588897f8d8065d6c56a8072" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3542536 -project-id = 303119 diff --git a/.minecraft/mods/polymorph-fabric.pw.toml b/.minecraft/mods/polymorph-fabric.pw.toml deleted file mode 100644 index d4f34ff..0000000 --- a/.minecraft/mods/polymorph-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Polymorph (Fabric)" -filename = "polymorph-fabric-0.0.14-1.16.5.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c6243dc66bb3c6d139482900df085ff0a702aeeb" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3577365 -project-id = 397434 diff --git a/.minecraft/mods/sonic-deflect.pw.toml b/.minecraft/mods/sonic-deflect.pw.toml deleted file mode 100644 index 75de64e..0000000 --- a/.minecraft/mods/sonic-deflect.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sonic Deflect" -filename = "sonic_deflect-1.0.0+1.19.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "cf4b7e6f62cf887d9b286ab063a5b582c68f330b" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3826304 -project-id = 613128 diff --git a/.minecraft/mods/trinket-of-undying-fabric.pw.toml b/.minecraft/mods/trinket-of-undying-fabric.pw.toml deleted file mode 100644 index b659bc0..0000000 --- a/.minecraft/mods/trinket-of-undying-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Trinket of Undying (Fabric)" -filename = "curioofundying-fabric-1.1.1-1.16.5.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "864ab587624090c685a849ce2373418a81eee784" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3174647 -project-id = 395547 diff --git a/.minecraft/mods/viafabric.pw.toml b/.minecraft/mods/viafabric.pw.toml deleted file mode 100644 index 5ccced0..0000000 --- a/.minecraft/mods/viafabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ViaFabric" -filename = "viafabric-0.4.7+7-main.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "4ca0bd84c8f04ef70e47a278a8129e240c450889" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3837848 -project-id = 391298 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 1f8c9a0..d7fb472 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 = "a5d1f0c7740aba22a252e007edc028a5cab9c5069bcfb19128c51453578e3a43" +hash = "70ac42b42ff7508176b8fc92a781817356765b0ed03ed46c4dabe403aa84e9c1" [versions] fabric = "0.14.8"