Add Prometheus exporter

This commit is contained in:
Pen Anderson 2023-10-16 14:22:48 -05:00
parent fc40b0d8db
commit 250dc5cae8
3 changed files with 19 additions and 1 deletions

View file

@ -340,6 +340,11 @@ file = "mods/fabric-seasons.pw.toml"
hash = "59e4af7c0ab0872e574a0864473d355a87db7192e37776eec2ab35493f8477cc" hash = "59e4af7c0ab0872e574a0864473d355a87db7192e37776eec2ab35493f8477cc"
metafile = true metafile = true
[[files]]
file = "mods/fabricexporter.pw.toml"
hash = "1bcff3fc8263d488caea6ace28ff55383f51af5b7736ab1b5fa69f704cb3d6e1"
metafile = true
[[files]] [[files]]
file = "mods/fallingtree.pw.toml" file = "mods/fallingtree.pw.toml"
hash = "99f6a7efa6c8946aacfa1465ad8a2912cdf3233dc09a5788ad5d7f6d679836b4" hash = "99f6a7efa6c8946aacfa1465ad8a2912cdf3233dc09a5788ad5d7f6d679836b4"

View file

@ -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"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "6fb28864ca4aa8a85cff8280c1f3a31e3e5b396df07a4f90b47d27dd770ee3b4" hash = "6afd5dd91129496e007b715f23715797d9a37c3608b8518d9d8df38788a02b88"
[versions] [versions]
fabric = "0.14.22" fabric = "0.14.22"