add itemswapper
This commit is contained in:
parent
d3feb69034
commit
bd906da219
3 changed files with 19 additions and 1 deletions
|
@ -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"
|
||||
|
|
13
.minecraft/mods/itemswapper.pw.toml
Normal file
13
.minecraft/mods/itemswapper.pw.toml
Normal file
|
@ -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"
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue