From 250dc5cae84ddfaf45b1b4936e1773369a42fc1a Mon Sep 17 00:00:00 2001 From: Pen Anderson Date: Mon, 16 Oct 2023 14:22:48 -0500 Subject: [PATCH] Add Prometheus exporter --- 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 3f9761b..9873aea 100644 --- a/index.toml +++ b/index.toml @@ -340,6 +340,11 @@ file = "mods/fabric-seasons.pw.toml" hash = "59e4af7c0ab0872e574a0864473d355a87db7192e37776eec2ab35493f8477cc" metafile = true +[[files]] +file = "mods/fabricexporter.pw.toml" +hash = "1bcff3fc8263d488caea6ace28ff55383f51af5b7736ab1b5fa69f704cb3d6e1" +metafile = true + [[files]] file = "mods/fallingtree.pw.toml" hash = "99f6a7efa6c8946aacfa1465ad8a2912cdf3233dc09a5788ad5d7f6d679836b4" diff --git a/mods/fabricexporter.pw.toml b/mods/fabricexporter.pw.toml new file mode 100644 index 0000000..38b8dc1 --- /dev/null +++ b/mods/fabricexporter.pw.toml @@ -0,0 +1,13 @@ +name = "FabricExporter" +filename = "fabricexporter-1.0.8.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/dbVXHSlv/versions/1.0.8/fabricexporter-1.0.8.jar" +hash-format = "sha1" +hash = "4fccb3f123c9bf4f6d7238735e7ac7c7ea32fb8e" + +[update] +[update.modrinth] +mod-id = "dbVXHSlv" +version = "euIZmUZ1" diff --git a/pack.toml b/pack.toml index b07cc72..fdb0d30 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 = "6fb28864ca4aa8a85cff8280c1f3a31e3e5b396df07a4f90b47d27dd770ee3b4" +hash = "6afd5dd91129496e007b715f23715797d9a37c3608b8518d9d8df38788a02b88" [versions] fabric = "0.14.22"