From e12a664cfcba9bceffb4ed83a8b9fb1158ea515c Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 15 Oct 2023 13:40:45 -0400 Subject: [PATCH] add physics mod --- index.toml | 5 +++++ mods/physicsmod.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/physicsmod.pw.toml diff --git a/index.toml b/index.toml index d4845f8..d67d3f7 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/mods/physicsmod.pw.toml b/mods/physicsmod.pw.toml new file mode 100644 index 0000000..be2e2e2 --- /dev/null +++ b/mods/physicsmod.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index 80de596..2322d95 100644 --- a/pack.toml +++ b/pack.toml @@ -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"