From abe48460981055fa4e49446be9164ee427be78a0 Mon Sep 17 00:00:00 2001 From: endigma Date: Thu, 11 Jan 2024 22:19:42 -0400 Subject: [PATCH] add autotools and equipment compare --- index.toml | 15 +++++++++++++++ mods/equipment-compare.pw.toml | 13 +++++++++++++ mods/iceberg.pw.toml | 13 +++++++++++++ mods/minecraft_autotools.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/equipment-compare.pw.toml create mode 100644 mods/iceberg.pw.toml create mode 100644 mods/minecraft_autotools.pw.toml diff --git a/index.toml b/index.toml index 8af6945..d53b7a5 100644 --- a/index.toml +++ b/index.toml @@ -567,6 +567,11 @@ file = "mods/entitytexturefeatures.pw.toml" hash = "19b66c624b16ef3616b9ab37f18b630f04088d18f4982a0d7df9204b55e31353" metafile = true +[[files]] +file = "mods/equipment-compare.pw.toml" +hash = "32aac801838ce93ccca60ec99f04293546985c8bc2e2d19fba46953e66a3f53e" +metafile = true + [[files]] file = "mods/extra-mod-integrations.pw.toml" hash = "eb4ad3d0bf47df52865312c343409c126379977f6036fd73cf6bf8d92952d67b" @@ -712,6 +717,11 @@ file = "mods/ibe-editor.pw.toml" hash = "bfcd277c259af8388ce8f23effab31579f983a90296f3f823a8a66aff4fec271" metafile = true +[[files]] +file = "mods/iceberg.pw.toml" +hash = "b60c351dc27fdfefbbce5c51e964e02aac963ae203f8ec3f203d841af449d3a3" +metafile = true + [[files]] file = "mods/immediatelyfast.pw.toml" hash = "c4afda1d505225ad18e689ded06f0ed170dec2ea5e6c9621277b565d0fc338b8" @@ -802,6 +812,11 @@ file = "mods/midnightlib.pw.toml" hash = "bc79745faf3cfec5d60e239817905c2bebfb692f8ae3ff3671fc8afd4800227e" metafile = true +[[files]] +file = "mods/minecraft_autotools.pw.toml" +hash = "1a72f9aafbb9e10399614f8b984930ac07b4cbaa911d855c0ac667132b59ca6d" +metafile = true + [[files]] file = "mods/minerally.pw.toml" hash = "39f0cbda9e334dd92b5d4c82a3367510d7e9913a377fa58b3eac242daa6c1813" diff --git a/mods/equipment-compare.pw.toml b/mods/equipment-compare.pw.toml new file mode 100644 index 0000000..1d8bb70 --- /dev/null +++ b/mods/equipment-compare.pw.toml @@ -0,0 +1,13 @@ +name = "Equipment Compare" +filename = "EquipmentCompare-1.20.1-fabric-1.3.8.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/CYSUVOdj/versions/zd7UkhQX/EquipmentCompare-1.20.1-fabric-1.3.8.jar" +hash-format = "sha1" +hash = "3ab18835aaa4002d8d2aa83efa8d10ee9605b200" + +[update] +[update.modrinth] +mod-id = "CYSUVOdj" +version = "zd7UkhQX" diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml new file mode 100644 index 0000000..d5ecb81 --- /dev/null +++ b/mods/iceberg.pw.toml @@ -0,0 +1,13 @@ +name = "Iceberg" +filename = "Iceberg-1.20.1-fabric-1.1.18.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5faXoLqX/versions/uu7sqQDO/Iceberg-1.20.1-fabric-1.1.18.jar" +hash-format = "sha1" +hash = "ee85c1bb37f77dd2c99658bdb50227bb7ae35754" + +[update] +[update.modrinth] +mod-id = "5faXoLqX" +version = "uu7sqQDO" diff --git a/mods/minecraft_autotools.pw.toml b/mods/minecraft_autotools.pw.toml new file mode 100644 index 0000000..13b6dab --- /dev/null +++ b/mods/minecraft_autotools.pw.toml @@ -0,0 +1,13 @@ +name = "AutoTools" +filename = "autotools-1.7-fabric-1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/zgVJyCgK/versions/lUpEWkQv/autotools-1.7-fabric-1.20.jar" +hash-format = "sha1" +hash = "a119c3db000c692d888f1265c17331ec6c3de720" + +[update] +[update.modrinth] +mod-id = "zgVJyCgK" +version = "lUpEWkQv" diff --git a/pack.toml b/pack.toml index e8f732b..1888b1e 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 = "267939bd170bb0f2325cc81227a3a055903ce8fd767e7d5e81909b5d209783b4" +hash = "cad026cfe5b3baf9e2d96dceec6c736565b1e930a52cbdeda6cf5ef4421c2f0f" [versions] fabric = "0.15.3"