From 0495f21d404fee4b6d8483cb2ed3b6f59c2737d5 Mon Sep 17 00:00:00 2001 From: endigma Date: Fri, 29 Dec 2023 00:42:32 -0400 Subject: [PATCH] add fabricexporter --- index.toml | 5 +++++ mods/fabricexporter.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/fabricexporter.pw.toml diff --git a/index.toml b/index.toml index 7af8ec2..78bc832 100644 --- a/index.toml +++ b/index.toml @@ -517,6 +517,11 @@ file = "mods/fabrication.pw.toml" hash = "50f698d31492226ebbd21548f6356b4f8c1e075f2dbcb50f459561a7b281c6ac" metafile = true +[[files]] +file = "mods/fabricexporter.pw.toml" +hash = "4637aea36cfa56c6456981c710535cdde86f1006fb4c1ba239fbc759b782cd88" +metafile = true + [[files]] file = "mods/fabricskyboxes-interop.pw.toml" hash = "ed4487cc1613cc53daa5188730653a4720728971553315dcea7205b28f914f1c" diff --git a/mods/fabricexporter.pw.toml b/mods/fabricexporter.pw.toml new file mode 100644 index 0000000..0fa528f --- /dev/null +++ b/mods/fabricexporter.pw.toml @@ -0,0 +1,13 @@ +name = "FabricExporter" +filename = "fabricexporter-1.0.10.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/dbVXHSlv/versions/hbHNI2Vs/fabricexporter-1.0.10.jar" +hash-format = "sha1" +hash = "e6ad48fb39c9a9cbc0baa423dc7775642ceaf763" + +[update] +[update.modrinth] +mod-id = "dbVXHSlv" +version = "hbHNI2Vs" diff --git a/pack.toml b/pack.toml index 0673847..6bb1c00 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 = "78c7c55e54d678ce972062d6fb03ff9ac59da0cebed6f56720e532ebf168b636" +hash = "77b9f456d084c4465eb88e07a92cf4ff38db012894781bfa3953340dae9f3bd4" [versions] fabric = "0.15.3"