From 02f6562f8e1c22a466b2a306f47b66dfdf2b2f3d Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 26 Oct 2023 00:49:16 -0400 Subject: [PATCH] Add a few addons for EMI - emi-loot: show loot tables - emiffects: show information about status effects - emitrades: show villager trading info --- index.toml | 15 +++++++++++++++ mods/emi-loot.pw.toml | 13 +++++++++++++ mods/emiffect.pw.toml | 13 +++++++++++++ mods/emitrades.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/emi-loot.pw.toml create mode 100644 mods/emiffect.pw.toml create mode 100644 mods/emitrades.pw.toml diff --git a/index.toml b/index.toml index 001fe69..0b28fe3 100644 --- a/index.toml +++ b/index.toml @@ -166,11 +166,26 @@ file = "mods/e4mc.pw.toml" hash = "7685618d499e7cf9e0296dab7b06dd8520019c1d3c147ffab5d3da9ea7791549" metafile = true +[[files]] +file = "mods/emi-loot.pw.toml" +hash = "8766521465c1cc6b57199a24008be030eabfd417c0ba7eb6c91f26c2f6ffa70a" +metafile = true + [[files]] file = "mods/emi.pw.toml" hash = "61d4f489d43922fb32e1868ddce2129ecfaddb40e42029908d41142057a28f89" metafile = true +[[files]] +file = "mods/emiffect.pw.toml" +hash = "6395441f751bc9aca4cd024df876b9f7abbfc53d8911f5264c5c36eabbb21c82" +metafile = true + +[[files]] +file = "mods/emitrades.pw.toml" +hash = "4c59088a2cb975f60347da57d72bb1069b65452c6a7b92af8facec6e1bed9409" +metafile = true + [[files]] file = "mods/entity-model-features.pw.toml" hash = "ceabdf57ccfdf9aefc04e6f3bc10e06d6a3320037a0ff60f5990501c9a5d6302" 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/emiffect.pw.toml b/mods/emiffect.pw.toml new file mode 100644 index 0000000..ef9310b --- /dev/null +++ b/mods/emiffect.pw.toml @@ -0,0 +1,13 @@ +name = "EMIffect" +filename = "emiffect-fabric-1.1.1+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/705gWllI/versions/snwqJj9A/emiffect-fabric-1.1.1%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "01bdb198a9877a3c3fdb5e3f1d5dc2d63a8e2c9e" + +[update] +[update.modrinth] +mod-id = "705gWllI" +version = "snwqJj9A" diff --git a/mods/emitrades.pw.toml b/mods/emitrades.pw.toml new file mode 100644 index 0000000..e6c551e --- /dev/null +++ b/mods/emitrades.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Trades" +filename = "emitrades-fabric-1.2.0+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/hlcZDRJ1/emitrades-fabric-1.2.0%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "880671a5d55859627eb91f5938ff8d81b9cb24ad" + +[update] +[update.modrinth] +mod-id = "j2HhbEE7" +version = "hlcZDRJ1" diff --git a/pack.toml b/pack.toml index ee93627..c9e48b5 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 = "c2dad364573de4d94401ba78f82cbf5719011360be7fdca02c62cb8f99bccde1" +hash = "6219c6bf7fb56e2e12421fbf0c330e90f68240c19e110b218a23cfae064d26d0" [versions] minecraft = "1.20.1"