diff options
| author | Patrick | 2026-02-17 21:29:08 +0100 |
|---|---|---|
| committer | Patrick | 2026-02-17 21:29:08 +0100 |
| commit | da501bbede0dc2fc5096b57802f2a86ba9050151 (patch) | |
| tree | 932b0d99a225367177f84c35cecc7c76c8a3550a | |
| parent | 596e160a8a4c327a26e1c82f3d5acfe6b5c0c623 (diff) | |
| download | mcmods-da501bbede0dc2fc5096b57802f2a86ba9050151.tar.gz mcmods-da501bbede0dc2fc5096b57802f2a86ba9050151.zip | |
add jei
| -rw-r--r-- | index.toml | 5 | ||||
| -rw-r--r-- | mods/jei.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -26,6 +26,11 @@ hash = "9a3983cddca92765bed13fb4637be8c63a824bb0d3eb3d1c8ef1105d46d4b84d" metafile = true [[files]] +file = "mods/jei.pw.toml" +hash = "83fc77051e675c101fddb28ed303ce57deb4d26b58c025d4d9f60b2d1b37a5c1" +metafile = true + +[[files]] file = "mods/puzzles-lib.pw.toml" hash = "bedbd2675abf6bdb06c80570ba63d88e08caf7bb431d01e446d8770a5c62a9fb" metafile = true diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml new file mode 100644 index 0000000..8cbfe93 --- /dev/null +++ b/mods/jei.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Items (JEI)" +filename = "jei-1.21.10-fabric-26.2.0.30.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/Y0JKqg8L/jei-1.21.10-fabric-26.2.0.30.jar" +hash-format = "sha512" +hash = "f6172be28d689fc92ab53de255ab542d635c5c69ba6808d4b710733d5027ba88da0932906a5e93cece980b0661d809fea44013316c293fb084db76bda1cd8388" + +[update] +[update.modrinth] +mod-id = "u6dRKJwZ" +version = "Y0JKqg8L" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dcd3f586e506b3ed6b2ebad808028627336921b0f504ef0faf068de5b81fb755" +hash = "63e288c77956413ef3545823495c71c5d24997d817b72f98c87bb9624cb6496e" [versions] fabric = "0.18.4" |
