Add Prometheus exporter
This commit is contained in:
parent
fc40b0d8db
commit
250dc5cae8
3 changed files with 19 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
13
mods/fabricexporter.pw.toml
Normal file
13
mods/fabricexporter.pw.toml
Normal 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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue