From 6978cb630712ee47701a64395a148dc21a96df06 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 2 Dec 2024 22:46:48 -0500 Subject: [PATCH] Add Accessories mod (curios) --- index.toml | 10 ++++++++++ mods/accessories-tc-layer.pw.toml | 13 +++++++++++++ mods/accessories.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/accessories-tc-layer.pw.toml create mode 100644 mods/accessories.pw.toml diff --git a/index.toml b/index.toml index 2fdba60..0f73297 100644 --- a/index.toml +++ b/index.toml @@ -100,6 +100,16 @@ hash = "7e5cdd9f750de73a3962a551a54ac01aaae9411f84c8b8f2519b3ce1c138fff5" file = "kubejs/server_scripts/cherry_wood_fixes.js" hash = "4f35c8097157e770778f53b4b81dbd3450c1b76d0d99cd8cca76d8551c5dda1e" +[[files]] +file = "mods/accessories-tc-layer.pw.toml" +hash = "856c61ddccf4a4937eaac7f355e126a1ad6a7a08206198578146e24048450585" +metafile = true + +[[files]] +file = "mods/accessories.pw.toml" +hash = "fbbc11c87b7ae83618bfee50410e89e06d13ddc3a8b523d09d8307b00e58a820" +metafile = true + [[files]] file = "mods/ad-astra.pw.toml" hash = "54d56e62cc589ed836efd59f5edb819b41bb94a4d824524ec4410173ea2d79c8" diff --git a/mods/accessories-tc-layer.pw.toml b/mods/accessories-tc-layer.pw.toml new file mode 100644 index 0000000..0832bfe --- /dev/null +++ b/mods/accessories-tc-layer.pw.toml @@ -0,0 +1,13 @@ +name = "Trinkets Compat Layer for Accessories" +filename = "accessories_tclayer-3.8.1-beta.14+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/TkWgV1AW/versions/dfzKbUiE/accessories_tclayer-3.8.1-beta.14%2B1.20.1.jar" +hash-format = "sha1" +hash = "d64fa7d29699e5cb0849cede205a9a2841ffad9b" + +[update] +[update.modrinth] +mod-id = "TkWgV1AW" +version = "dfzKbUiE" diff --git a/mods/accessories.pw.toml b/mods/accessories.pw.toml new file mode 100644 index 0000000..54a87c0 --- /dev/null +++ b/mods/accessories.pw.toml @@ -0,0 +1,13 @@ +name = "Accessories" +filename = "accessories-fabric-1.0.0-beta.41+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/TK44XAd7/accessories-fabric-1.0.0-beta.41%2B1.20.1.jar" +hash-format = "sha1" +hash = "786e67104bc7262356692c64bf5f36d222744524" + +[update] +[update.modrinth] +mod-id = "jtmvUHXj" +version = "TK44XAd7" diff --git a/pack.toml b/pack.toml index 0b1b0ac..43a63bd 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 = "6b1a3fb85cf6a96a0271f8874e9aa3e4b3c03fb4d498dba07de2108d36a099fb" +hash = "645e19ed98c40775052c6f4e2e7d22e7bd3e75cc3002c98a9e5ac3376322cab1" [versions] fabric = "0.16.9"