From 7b765a776b9c6280e6e742e3541852bae50c5157 Mon Sep 17 00:00:00 2001 From: endigma Date: Sat, 11 Jun 2022 21:15:04 -0300 Subject: [PATCH] Revert "test: remove puzzle" This reverts commit 7607e28ff042a09081967228edab2565e964410d. --- index.toml | 5 +++++ mods/puzzle.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/puzzle.toml diff --git a/index.toml b/index.toml index 0e95d35..98fd0b2 100644 --- a/index.toml +++ b/index.toml @@ -865,6 +865,11 @@ file = "mods/promenade.toml" hash = "19043dd6917c0858a8d1ac0ae88afeb85c61b94906921baab215fe94c1a5408c" metafile = true +[[files]] +file = "mods/puzzle.toml" +hash = "8cc917a1ec48b6aa8074cfe16ba2bbd3b9c9fa9c4a4dde7214fe25d8a492ed3d" +metafile = true + [[files]] file = "mods/puzzles-lib-fabric.toml" hash = "596fd8c22f00222b1afc8178aa39ed807fc7035a64354487636e99dabd11823c" diff --git a/mods/puzzle.toml b/mods/puzzle.toml new file mode 100644 index 0000000..6baefc7 --- /dev/null +++ b/mods/puzzle.toml @@ -0,0 +1,13 @@ +name = "Puzzle" +filename = "puzzle-1.3.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3IuO68q1/versions/1.3.0/puzzle-1.3.0.jar" +hash-format = "sha1" +hash = "0fc7706f450418c09c4a2ffddbbbd2ccdebcf31a" + +[update] +[update.modrinth] +mod-id = "3IuO68q1" +version = "ILWsnRId" diff --git a/pack.toml b/pack.toml index 155ed5e..f837ca8 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 = "3a4a9eac906b8de5a4ead982104121c7ef30978aaf78e317014179a6485a6817" +hash = "bdb942569aa602001ed21baa629c7feb80021b9c688fad764c149e43bb0e763a" [versions] fabric = "0.14.7"