From f1ef8783dd613d68ed1d7b09b13d0166e95bc2f0 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Wed, 19 Feb 2025 14:02:07 +0100 Subject: [PATCH] Add crossstitch --- index.toml | 5 +++++ mods/crossstitch.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/crossstitch.pw.toml diff --git a/index.toml b/index.toml index 1183d2d..8e7b5ac 100644 --- a/index.toml +++ b/index.toml @@ -109,6 +109,11 @@ metafile = true file = "mods/create_interactive-1.1.1-beta.2-1201-fabric.jar" hash = "2ce28ebe492988729cb0c622ecc01c0d0a34e1aac24641480f5cae22544a43ff" +[[files]] +file = "mods/crossstitch.pw.toml" +hash = "899a506ec93d9bbc84e58aebeb369847493f97a4383e6691a5d51dbb9c2f6ea2" +metafile = true + [[files]] file = "mods/distanthorizons.pw.toml" hash = "4ef2c8bb9347df684024c4720af076b06dcd36b128c3ca27759bcd4aa19b8e4f" diff --git a/mods/crossstitch.pw.toml b/mods/crossstitch.pw.toml new file mode 100644 index 0000000..1d8f1f2 --- /dev/null +++ b/mods/crossstitch.pw.toml @@ -0,0 +1,13 @@ +name = "CrossStitch" +filename = "crossstitch-0.1.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/YkOyn1Pn/versions/dJioNlO8/crossstitch-0.1.6.jar" +hash-format = "sha512" +hash = "434396c8a939eefe1b502d796dcc7fb6758c0664159da9f423bcf9103ee30e6ce4e4e1ef54924d65644d4c3f3873331786b87aa7d5fa8b206acdbb3551e7ecaf" + +[update] +[update.modrinth] +mod-id = "YkOyn1Pn" +version = "dJioNlO8" diff --git a/pack.toml b/pack.toml index ff39c6d..693e1b0 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 = "95cde6e627013715d355c62ab70124928c294a774f02ce09e598b0072f323245" +hash = "ab2db4a9a63157c664ea5e3530d71c0ef3393d17c8b8d1ab1335f7be3a8be63a" [versions] fabric = "0.16.10"