diff --git a/.minecraft/index.toml b/.minecraft/index.toml index c5cecd0..6f02a29 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -155,6 +155,11 @@ file = "mods/iris.pw.toml" hash = "7d3727ee323a1e3e6a41719db11e343e0658cc149274b9d4426acc9ae21b1363" metafile = true +[[files]] +file = "mods/itemswapper.pw.toml" +hash = "89c501200c9aa12219815dd62c1d0b89c62c70a39fd525e14170081df7d7386e" +metafile = true + [[files]] file = "mods/jade.pw.toml" hash = "02f270e345632a00de3ea629133e7d5ca7bf7adf0a261c6439cc7989469eab26" diff --git a/.minecraft/mods/itemswapper.pw.toml b/.minecraft/mods/itemswapper.pw.toml new file mode 100644 index 0000000..d97af94 --- /dev/null +++ b/.minecraft/mods/itemswapper.pw.toml @@ -0,0 +1,13 @@ +name = "ItemSwapper" +filename = "itemswapper-fabric-0.3.2-mc1.19.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RPOSBQgq/versions/6cmQDpI7/itemswapper-fabric-0.3.2-mc1.19.3.jar" +hash-format = "sha1" +hash = "683bcc41c69f7b4dc17d51d6c85468d84041b77c" + +[update] +[update.modrinth] +mod-id = "RPOSBQgq" +version = "6cmQDpI7" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index fea524c..041dfc2 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "774b99bdf1943348cba339f50396c5b9f235ddd0818171a0f5fcce6d4c553e61" +hash = "79468916820f1e5cbabba13b5d037e0c0e88f3143ea9429b8667dad8ad63ff9b" [versions] fabric = "0.14.12"