From 1328ee4884a6017efeee257977853cd6347d6f72 Mon Sep 17 00:00:00 2001 From: Trent Date: Fri, 8 Oct 2021 10:38:50 -0700 Subject: [PATCH] Add Artifacts mod --- mods/artifacts-fabric.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mods/artifacts-fabric.toml diff --git a/mods/artifacts-fabric.toml b/mods/artifacts-fabric.toml new file mode 100644 index 0000000..a0b5be1 --- /dev/null +++ b/mods/artifacts-fabric.toml @@ -0,0 +1,14 @@ +name = "Artifacts (Fabric)" +filename = "artifacts-5.0.0+fabric.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3484/900/artifacts-5.0.0+fabric.jar" +hash-format = "murmur2" +hash = "617930888" + +[update] +[update.curseforge] +file-id = 3484900 +project-id = 401236 +release-channel = "beta"