From 1494ca3b068168a468734cdc50372289e8c49506 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Sun, 23 Feb 2025 20:05:43 +0100 Subject: [PATCH] Add freecam --- index.toml | 5 +++++ mods/freecam.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/freecam.pw.toml diff --git a/index.toml b/index.toml index d0ee9ee..7a04c45 100644 --- a/index.toml +++ b/index.toml @@ -218,6 +218,11 @@ file = "mods/forge-config-api-port.pw.toml" hash = "d5db994a9bdf835c0bda791ef6a0eed315f77a1dc5bab1ce04003a9ab5a4b01f" metafile = true +[[files]] +file = "mods/freecam.pw.toml" +hash = "5fc9b21fe0e237586219cc94d4428ff43d38a235609591b9d25cd38d7893abf5" +metafile = true + [[files]] file = "mods/friends-and-foes.pw.toml" hash = "570a163f46abcf6b914985c9cfb05c7a4849dc011726ae221b65af998a56062a" diff --git a/mods/freecam.pw.toml b/mods/freecam.pw.toml new file mode 100644 index 0000000..1c47ee3 --- /dev/null +++ b/mods/freecam.pw.toml @@ -0,0 +1,13 @@ +name = "Freecam" +filename = "freecam-fabric-modrinth-1.2.1+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/XeEZ3fK2/versions/QkWJuaZ8/freecam-fabric-modrinth-1.2.1%2B1.20.jar" +hash-format = "sha512" +hash = "16bd2f50d70f01d54374456df0b2e6a25c23857ea4c36ba6253303afd6d1ec592847e418792e4900abd5b597564a3745d130ddb491e2f2098a6b1438511628f7" + +[update] +[update.modrinth] +mod-id = "XeEZ3fK2" +version = "QkWJuaZ8" diff --git a/pack.toml b/pack.toml index 4c0cfe1..5c832fc 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 = "54eb6bd90ff1bd3f58e170662274d00fc3f265348b473d608ff05dfbfa219922" +hash = "b109a35ba6ece1496b989833d68c0e9138db2fe8af4d5a5efe06bae4c8ea45f4" [versions] fabric = "0.16.10"