Add invmove compats
This commit is contained in:
parent
cb6a7218c0
commit
e1e01370ce
3 changed files with 23 additions and 1 deletions
|
@ -293,6 +293,11 @@ file = "mods/invmove.pw.toml"
|
||||||
hash = "388adb0db76c2dba7707c8c5303c7d76ec94e3a96edac9ee094daae907c522a9"
|
hash = "388adb0db76c2dba7707c8c5303c7d76ec94e3a96edac9ee094daae907c522a9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/invmovecompats.pw.toml"
|
||||||
|
hash = "1145007baa1046c1259961693a86825b5837faa5302b829fcf213130dea0cfeb"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/iris.pw.toml"
|
file = "mods/iris.pw.toml"
|
||||||
hash = "956298b1bbab6d8bfb5074b169d8d24d04d688182edf8af885bbefc6cc1d9c27"
|
hash = "956298b1bbab6d8bfb5074b169d8d24d04d688182edf8af885bbefc6cc1d9c27"
|
||||||
|
|
17
mods/invmovecompats.pw.toml
Normal file
17
mods/invmovecompats.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name = "InvMoveCompats"
|
||||||
|
filename = "InvMoveCompats-0.4.0+1.20.4-Fabric.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/6IpcGP7T/versions/GRrecXBb/InvMoveCompats-0.4.0%2B1.20.4-Fabric.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "08ac25cb06ef3ece64fae8c5194be4aa73726aeb25e9b2aa23af2d12065e21ff1e25de24235c6f907436572b5f115875eece99641abee8f0ab7db5a2315f3dcb"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "6IpcGP7T"
|
||||||
|
version = "GRrecXBb"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "3ddee68746ac6281144fd89a7f47314142a63f21aa3944a5c139859860d83217"
|
hash = "1890b16ac107e4b2de568a93d189a29ca89a6be3c180bab723a98d3cbe0bc7bf"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.10"
|
fabric = "0.16.10"
|
||||||
|
|
Loading…
Add table
Reference in a new issue