From a11f54db1ede6481cb52d11f31f77ee90edd6005 Mon Sep 17 00:00:00 2001 From: endigma Date: Sun, 1 May 2022 17:37:14 -0300 Subject: [PATCH] add rhino --- index.toml | 5 +++++ mods/rhino.toml | 11 +++++++++++ pack.toml | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 mods/rhino.toml diff --git a/index.toml b/index.toml index bdca89d..90db474 100644 --- a/index.toml +++ b/index.toml @@ -858,6 +858,11 @@ file = "mods/repurposed-structures-fabric.toml" hash = "368013cc5c1110a9a2be9e901a379cbe9911324d4db1293d283a4bdfa06ac05b" metafile = true +[[files]] +file = "mods/rhino.toml" +hash = "b113ffbc08284023031341febda6baa08bdeee35476156d59a20da77acd13f00" +metafile = true + [[files]] file = "mods/roughly-enough-items.toml" hash = "8613849ff88460d1f68573874b0f98105db657eda7bb26a6d75e42e110f99a84" diff --git a/mods/rhino.toml b/mods/rhino.toml new file mode 100644 index 0000000..5383618 --- /dev/null +++ b/mods/rhino.toml @@ -0,0 +1,11 @@ +name = "Rhino" +filename = "rhino-fabric-1801.1.9-build.135.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3742/384/rhino-fabric-1801.1.9-build.135.jar" + +# A number of tools can generate the hash for you, including 7-zip and sha256sum +# packwiz supports a number of hashes, including sha256, sha512, sha1 and md5 +hash-format = "sha256" +hash = "6a8e557324d6bbb35004885b78cadde287068df1db7420eed921ccb6087071b1" diff --git a/pack.toml b/pack.toml index f281be9..895db02 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "377df60aec4fe34abfe8abccdd4b5a4b036dcd21bf8d893204b8ecec87336275" +hash = "3efc3ce955d2b35ebd0597822d3d7c7864d707b0e80808045edf2bcbd9688619" [versions] fabric = "0.13.3"