add fabricexporter

This commit is contained in:
endigma 2023-12-29 00:42:32 -04:00
parent 0c1b27a87b
commit 0495f21d40
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
3 changed files with 19 additions and 1 deletions

View File

@ -517,6 +517,11 @@ file = "mods/fabrication.pw.toml"
hash = "50f698d31492226ebbd21548f6356b4f8c1e075f2dbcb50f459561a7b281c6ac" hash = "50f698d31492226ebbd21548f6356b4f8c1e075f2dbcb50f459561a7b281c6ac"
metafile = true metafile = true
[[files]]
file = "mods/fabricexporter.pw.toml"
hash = "4637aea36cfa56c6456981c710535cdde86f1006fb4c1ba239fbc759b782cd88"
metafile = true
[[files]] [[files]]
file = "mods/fabricskyboxes-interop.pw.toml" file = "mods/fabricskyboxes-interop.pw.toml"
hash = "ed4487cc1613cc53daa5188730653a4720728971553315dcea7205b28f914f1c" hash = "ed4487cc1613cc53daa5188730653a4720728971553315dcea7205b28f914f1c"

View File

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

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 = "78c7c55e54d678ce972062d6fb03ff9ac59da0cebed6f56720e532ebf168b636" hash = "77b9f456d084c4465eb88e07a92cf4ff38db012894781bfa3953340dae9f3bd4"
[versions] [versions]
fabric = "0.15.3" fabric = "0.15.3"