From ddea9209fe91814134179a3aecd7d972e63a8fda Mon Sep 17 00:00:00 2001 From: Jacob Sapoznikow Date: Thu, 12 Dec 2024 03:11:25 +0000 Subject: [PATCH] E(MI) --- CHANGELOG.md | 8 ++++++-- index.toml | 25 +++++++++++++++++++++++++ mods/emi-enchanting.pw.toml | 13 +++++++++++++ mods/emi-loot.pw.toml | 13 +++++++++++++ mods/emi-ores.pw.toml | 13 +++++++++++++ mods/emi.pw.toml | 13 +++++++++++++ mods/fzzy-config.pw.toml | 13 +++++++++++++ pack.toml | 3 ++- 8 files changed, 98 insertions(+), 3 deletions(-) create mode 100644 mods/emi-enchanting.pw.toml 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/fzzy-config.pw.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cef77b..1dd1494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,10 +40,9 @@ We are currently waiting on the following mods to update to 1.21.4: - FabricSkyboxes - Sodium Extras - EMI -- EMI Trades - EMI Loot -- EMIffect - EMI Enchanting +- EMI Ores ### Added @@ -58,6 +57,11 @@ We are currently waiting on the following mods to update to 1.21.4: - Cubes Without Borders - Mouse Tweaks - Client Sort +- EMI +- EMI Loot +- EMI Enchanting +- EMI Ores +- Fzzy Config ### Changed diff --git a/index.toml b/index.toml index 8157eee..810d9ce 100644 --- a/index.toml +++ b/index.toml @@ -545,6 +545,26 @@ file = "mods/e4mc.pw.toml" hash = "2e6e486766a67af1772874d16a715638e9e769c1d7353e8819e9d76342c81f01" metafile = true +[[files]] +file = "mods/emi-enchanting.pw.toml" +hash = "a8579482813e686001812b5fb065438cd063034675a54343c7a21707e58ef615" +metafile = true + +[[files]] +file = "mods/emi-loot.pw.toml" +hash = "7266655534f680da122b5221d960a1a8326a9d7268b6151b4407c35e32b759e3" +metafile = true + +[[files]] +file = "mods/emi-ores.pw.toml" +hash = "ebc0864e8af9840c152083dc1abb163a7ea160c4b6ab733521166b658c3a2117" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "26f7c99f3a60f3b8198471b69ff2f63dc89c56926535fe9e9f1c98dc77f318b3" +metafile = true + [[files]] file = "mods/entity-model-features.pw.toml" hash = "ff18d27e8b94695cdd87e7b3352d6df72ae0da4c0a2a66ead7dc01ddec485ae1" @@ -615,6 +635,11 @@ file = "mods/full-brightness-toggle.pw.toml" hash = "95687170d8d4318c2af84703d76bf7d2ec41a69ad3fa9fa5de40344771300d41" metafile = true +[[files]] +file = "mods/fzzy-config.pw.toml" +hash = "1281f9c20e0c7eb4fdde889ff27193008e6e8741d67664c17dedb838dddbf13a" +metafile = true + [[files]] file = "mods/held-item-info.pw.toml" hash = "3d11f813bb93d0dada53443ea60291da449f7a35b5f4dfe9d8859f761d95fbba" diff --git a/mods/emi-enchanting.pw.toml b/mods/emi-enchanting.pw.toml new file mode 100644 index 0000000..0eb6cec --- /dev/null +++ b/mods/emi-enchanting.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Enchanting" +filename = "emi_enchanting-0.1.2+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/wbWoo11W/versions/ld2zsfK3/emi_enchanting-0.1.2%2B1.21.jar" +hash-format = "sha1" +hash = "a12a5e135cecd73b7dc13a5bf92fc526385a1136" + +[update] +[update.modrinth] +mod-id = "wbWoo11W" +version = "ld2zsfK3" diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml new file mode 100644 index 0000000..f1e4ffe --- /dev/null +++ b/mods/emi-loot.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Loot" +filename = "emi_loot-0.7.4+1.21+fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/uFpaYzzv/emi_loot-0.7.4%2B1.21%2Bfabric.jar" +hash-format = "sha1" +hash = "2d01e22e9240f090a154506b2dfbb8369c90b865" + +[update] +[update.modrinth] +mod-id = "qbbO7Jns" +version = "uFpaYzzv" diff --git a/mods/emi-ores.pw.toml b/mods/emi-ores.pw.toml new file mode 100644 index 0000000..6dd4f2a --- /dev/null +++ b/mods/emi-ores.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Ores" +filename = "emi_ores-1.0+1.21.1+fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/B2nSA8kE/emi_ores-1.0%2B1.21.1%2Bfabric.jar" +hash-format = "sha1" +hash = "f1945793c688790dc3d9615f9046d80450d40f2d" + +[update] +[update.modrinth] +mod-id = "sG4TqDb8" +version = "B2nSA8kE" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..eeef6d2 --- /dev/null +++ b/mods/emi.pw.toml @@ -0,0 +1,13 @@ +name = "EMI" +filename = "emi-1.1.18+1.21.1+fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/CEJWA0sa/emi-1.1.18%2B1.21.1%2Bfabric.jar" +hash-format = "sha1" +hash = "bd74e4051a70aa55d2c0e05ed3068b8b5c561f29" + +[update] +[update.modrinth] +mod-id = "fRiHVvU7" +version = "CEJWA0sa" diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml new file mode 100644 index 0000000..12e734f --- /dev/null +++ b/mods/fzzy-config.pw.toml @@ -0,0 +1,13 @@ +name = "Fzzy Config" +filename = "fzzy_config-0.5.9+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hYykXjDp/versions/yO0DsLqB/fzzy_config-0.5.9%2B1.21.jar" +hash-format = "sha1" +hash = "7684c03e7fd246a3af3cac4a052bc8a41fb6453a" + +[update] +[update.modrinth] +mod-id = "hYykXjDp" +version = "yO0DsLqB" diff --git a/pack.toml b/pack.toml index 30827d8..6596a7b 100644 --- a/pack.toml +++ b/pack.toml @@ -6,10 +6,11 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d129413938b74db80aabbe28e0fe0039c513ca47f59713db30e06dd2344dd6a2" +hash = "6b37c6df373bf9c9ecbc84e7a490d7518992c1a777bc52df0e582f6574481f30" [versions] fabric = "0.16.9" minecraft = "1.21.4" [options] +acceptable-game-versions = ["1.21.1"]