From c254cbd7b1650072e0d954b553648840497642ac Mon Sep 17 00:00:00 2001 From: pinchese Date: Fri, 22 Jul 2022 18:44:05 -0500 Subject: [PATCH] remove borderless mining, and add fancymenu --- index.toml | 15 ++++++++++----- mods/borderless-mining.pw.toml | 13 ------------- mods/fancymenu-fabric.pw.toml | 13 +++++++++++++ mods/konkrete-fabric.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 37 insertions(+), 19 deletions(-) delete mode 100644 mods/borderless-mining.pw.toml create mode 100644 mods/fancymenu-fabric.pw.toml create mode 100644 mods/konkrete-fabric.pw.toml diff --git a/index.toml b/index.toml index 82c0199..68bbe9d 100644 --- a/index.toml +++ b/index.toml @@ -44,11 +44,6 @@ file = "mods/betternether.pw.toml" hash = "4282b7fa7650440b13dc25a7a3f9433b69f4e2701a95315629a8b1e98e304891" metafile = true -[[files]] -file = "mods/borderless-mining.pw.toml" -hash = "880d63ceab82d4f5167fcb38796a1d767efa4bd749b4caa70b8ad33f6d80fe6b" -metafile = true - [[files]] file = "mods/capes.pw.toml" hash = "4922c6a60082afb777fbe456695c6ee321b7e051baaacf3a94020a2308613e51" @@ -139,6 +134,11 @@ file = "mods/fabrishot.pw.toml" hash = "2e25280e924e9a871142a5a95f35016e04f0eba2c86f4b84815d5db009ed19f3" metafile = true +[[files]] +file = "mods/fancymenu-fabric.pw.toml" +hash = "a94530a93cf16aa6f3c7d5bef95f813ae43834a8b6ebbfc982ec3e4981f36d8f" +metafile = true + [[files]] file = "mods/farsight-fabric.pw.toml" hash = "41233eadb61c59cd9fb298f21709c79f45c78dc3e03b08c40d0c094c86a821d5" @@ -164,6 +164,11 @@ file = "mods/item-model-fix.pw.toml" hash = "7848466b7f337faf90f5edb14aeed716c398f8abfe091cef7c4894102e2727d4" metafile = true +[[files]] +file = "mods/konkrete-fabric.pw.toml" +hash = "c5a06dc58378929ebdcc4451ac5b3be1b43981f201db4005a5e74e37051bcd9b" +metafile = true + [[files]] file = "mods/lambdabettergrass.pw.toml" hash = "c2f8fbbfa209673ad71c2157b07254a096d423100c3c1e25aa1ba57822368abd" diff --git a/mods/borderless-mining.pw.toml b/mods/borderless-mining.pw.toml deleted file mode 100644 index 5414eb6..0000000 --- a/mods/borderless-mining.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Borderless Mining" -filename = "borderless-mining-1.1.2+1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "2a7490d56d040529c86e0d1e4017cb825381bf78" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3755145 -project-id = 310205 diff --git a/mods/fancymenu-fabric.pw.toml b/mods/fancymenu-fabric.pw.toml new file mode 100644 index 0000000..ba6ff03 --- /dev/null +++ b/mods/fancymenu-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FancyMenu [Fabric]" +filename = "fancymenu_fabric_2.11.1_MC_1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9f6cf66bf3bd77de7a46ff8b07f2a3e6cbdd4773" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3891575 +project-id = 416796 diff --git a/mods/konkrete-fabric.pw.toml b/mods/konkrete-fabric.pw.toml new file mode 100644 index 0000000..afcc7a3 --- /dev/null +++ b/mods/konkrete-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Konkrete [Fabric]" +filename = "konkrete_fabric_1.4.0-1_MC_1.18-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5d6f969ec07b68da8f9907e18201dbae02fdb3e4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3891634 +project-id = 416797 diff --git a/pack.toml b/pack.toml index 74b4ed2..b5d66aa 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c10409f6e3d39c22bec39e1516fc2f5f37509188aefc5756d16d70ef4e682936" +hash = "a3eefe10f822fc35620171b00473f37187f83ecb39cf3472e190178739084373" [versions] fabric = "0.14.8"