From b3576ff5a71c30df7d65608ca72dbb30a824633e Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Fri, 15 Mar 2024 14:10:49 +0100 Subject: [PATCH] Add emi --- index.toml | 25 +++++++++++++++++++++++++ mods/emi-loot.pw.toml | 13 +++++++++++++ mods/emi-ores.pw.toml | 13 +++++++++++++ mods/emi.pw.toml | 13 +++++++++++++ mods/emitrades.pw.toml | 13 +++++++++++++ mods/extra-mod-integrations.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 7 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 mods/emi-loot.pw.toml create mode 100644 mods/emi-ores.pw.toml create mode 100644 mods/emi.pw.toml create mode 100644 mods/emitrades.pw.toml create mode 100644 mods/extra-mod-integrations.pw.toml diff --git a/index.toml b/index.toml index 9777eab..0ff16af 100644 --- a/index.toml +++ b/index.toml @@ -100,6 +100,26 @@ file = "mods/elytra-slot.pw.toml" hash = "1d327c7422c097ddef659468a367b195e299f1e40068bf95c2cd2ee6462faa67" metafile = true +[[files]] +file = "mods/emi-loot.pw.toml" +hash = "8766521465c1cc6b57199a24008be030eabfd417c0ba7eb6c91f26c2f6ffa70a" +metafile = true + +[[files]] +file = "mods/emi-ores.pw.toml" +hash = "a795456f4c51698e46972aa908fc7966291214de6d028e01d9d0c94121ae2c43" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "216924d46f884bd7d4e545ed39f947336ef94fcdf75eccc293ce1fef24127242" +metafile = true + +[[files]] +file = "mods/emitrades.pw.toml" +hash = "a55d562fcd6be9796e8cc162b83b5745efd83254fae44bf5a4d85d0fe6c97fcb" +metafile = true + [[files]] file = "mods/enchantment-descriptions.pw.toml" hash = "a8d3244d58d7722735a72eee2a869d15e5fe38ec7d9a54ff555aadd53cae637c" @@ -130,6 +150,11 @@ file = "mods/extended-drawers.pw.toml" hash = "06859e85abd86899e44b38c090d53f5804550aca2a23924fbb6bb1867d0b859a" metafile = true +[[files]] +file = "mods/extra-mod-integrations.pw.toml" +hash = "2b917cb7ce42faa92e029b4468e6dd580074e49630580b9b3b8014e14c914b07" +metafile = true + [[files]] file = "mods/fabric-api.pw.toml" hash = "e3272db811c06088fee691b5338e922681073fbc4f0e55a7d3865abb8b62eb0e" diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml new file mode 100644 index 0000000..518d793 --- /dev/null +++ b/mods/emi-loot.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Loot" +filename = "emi_loot-0.6.5+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/7fjkgVEh/emi_loot-0.6.5%2B1.20.1.jar" +hash-format = "sha1" +hash = "e6398e3aef04cbe96273e9174601953ab48f5191" + +[update] +[update.modrinth] +mod-id = "qbbO7Jns" +version = "7fjkgVEh" diff --git a/mods/emi-ores.pw.toml b/mods/emi-ores.pw.toml new file mode 100644 index 0000000..9ccbaf8 --- /dev/null +++ b/mods/emi-ores.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Ores" +filename = "emi_ores-0.3+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/coEn5ieO/emi_ores-0.3%2B1.20.1.jar" +hash-format = "sha1" +hash = "84edfc6bfd568d3082407d701cf278e2062cb8d7" + +[update] +[update.modrinth] +mod-id = "sG4TqDb8" +version = "coEn5ieO" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..bf19b26 --- /dev/null +++ b/mods/emi.pw.toml @@ -0,0 +1,13 @@ +name = "EMI" +filename = "emi-1.1.3+1.20.1+fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/UTsNvm4s/emi-1.1.3%2B1.20.1%2Bfabric.jar" +hash-format = "sha1" +hash = "daa68ad9a8ac73be16b88b3015573d096d2a844f" + +[update] +[update.modrinth] +mod-id = "fRiHVvU7" +version = "UTsNvm4s" diff --git a/mods/emitrades.pw.toml b/mods/emitrades.pw.toml new file mode 100644 index 0000000..490fc7d --- /dev/null +++ b/mods/emitrades.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Trades" +filename = "emitrades-fabric-1.2.1+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/kWMqVWTm/emitrades-fabric-1.2.1%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "72b51627c09e539e9f6194fc5aad862ff5f09461" + +[update] +[update.modrinth] +mod-id = "j2HhbEE7" +version = "kWMqVWTm" diff --git a/mods/extra-mod-integrations.pw.toml b/mods/extra-mod-integrations.pw.toml new file mode 100644 index 0000000..9e2cd45 --- /dev/null +++ b/mods/extra-mod-integrations.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Addon: Extra Mod Integrations" +filename = "extra-mod-integrations-0.4.2+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bpRHnWUb/versions/InD7xPaR/extra-mod-integrations-0.4.2%2B1.20.1.jar" +hash-format = "sha1" +hash = "14ed2f2fa2c72ae6fda9a1b744802f655b83de1c" + +[update] +[update.modrinth] +mod-id = "bpRHnWUb" +version = "InD7xPaR" diff --git a/pack.toml b/pack.toml index a688e8b..982cba6 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 = "ec2e86f9048c572e2468a9a614299e273fb78451d62647c851cdf0cc74517ac4" +hash = "c6cfdb24c3963b228162f5aaa011efc9992ffdd02dc0b3216162d990210d435d" [versions] fabric = "0.15.7"