add physics mod

This commit is contained in:
NullBite 2023-10-15 13:40:45 -04:00
parent a6b8ae3358
commit e12a664cfc
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
3 changed files with 19 additions and 1 deletions

View File

@ -302,6 +302,11 @@ file = "mods/optigui.pw.toml"
hash = "0806fafc99d2bc0d3caf9bbf726367ee3e1a56788a6254b58b45567980dce7f1"
metafile = true
[[files]]
file = "mods/physicsmod.pw.toml"
hash = "95bd5b11e2f18089f1699e757c8efcf47b752880320ab4a5f8cfe51f79c552c9"
metafile = true
[[files]]
file = "mods/presence-footsteps.pw.toml"
hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8"

13
mods/physicsmod.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Physics Mod"
filename = "physics-mod-3.0.9a-mc-1.20.1-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Xy8aRQKS/versions/8f3vsgZD/physics-mod-3.0.9a-mc-1.20.1-fabric.jar"
hash-format = "sha1"
hash = "efe0e857575fc868e238fee5382e3fa9d5162eb9"
[update]
[update.modrinth]
mod-id = "Xy8aRQKS"
version = "8f3vsgZD"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "a2c04c7e0419361732b37ee83fed460c1e9900d534c3de9c1656856db164e03b"
hash = "9a26705f533bff4e9933081ba3fafbf653c6089468dac85f239bddae04bd76e5"
[versions]
minecraft = "1.20.1"