From 28a7883667e9da4dcc1acdf5b15bac7a2192c61b Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 23 Oct 2023 12:24:44 -0400 Subject: [PATCH] Add Iris Flywheel Compat --- index.toml | 5 +++++ mods/iris-flywheel-compat.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/iris-flywheel-compat.pw.toml diff --git a/index.toml b/index.toml index b52c757..fd68760 100644 --- a/index.toml +++ b/index.toml @@ -385,6 +385,11 @@ file = "mods/inventory-profiles-next.pw.toml" hash = "33c89073f71a972da05cfee8c8b00eec1549e406222b0abab659e38b42797820" metafile = true +[[files]] +file = "mods/iris-flywheel-compat.pw.toml" +hash = "a0a18a41cb6b82aca7272949e9da866adce0d23ab52ed68b29b5ea2ef8587c4f" +metafile = true + [[files]] file = "mods/iris.pw.toml" hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775" diff --git a/mods/iris-flywheel-compat.pw.toml b/mods/iris-flywheel-compat.pw.toml new file mode 100644 index 0000000..5ba740a --- /dev/null +++ b/mods/iris-flywheel-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Iris & Oculus Flywheel Compat" +filename = "iris-flywheel-compat-1.20.1-0.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "af8b4f003972ca97cc4613b30a6c7745f24ee241" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4675789 +project-id = 659897 diff --git a/pack.toml b/pack.toml index 75889c6..239748b 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 = "5cb31d5fa6937f7b236428067563203b5458aa69ea430ced45c0d0e7bcbae776" +hash = "48b9389f893cb098fd8e3b2698751545909af1b789ff936f95b86ca60cd77891" [versions] minecraft = "1.20.1"