From ff24b7c5f114c7fe7fc6c4b5a94aaade24fdb709 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 15 May 2023 19:30:42 +0200 Subject: [PATCH 1/4] Added create steam & rails, pushed mod versions and added config new file: config/puzzle.json modified: index.toml new file: mods/create-steam-n-rails.pw.toml modified: mods/iris.pw.toml modified: pack.toml --- config/puzzle.json | 15 +++++++++++++++ index.toml | 7 ++++++- mods/create-steam-n-rails.pw.toml | 13 +++++++++++++ mods/iris.pw.toml | 8 ++++---- pack.toml | 2 +- 5 files changed, 39 insertions(+), 6 deletions(-) create mode 100644 config/puzzle.json create mode 100644 mods/create-steam-n-rails.pw.toml diff --git a/config/puzzle.json b/config/puzzle.json new file mode 100644 index 0000000..2f3bef7 --- /dev/null +++ b/config/puzzle.json @@ -0,0 +1,15 @@ +{ + "disabledIntegrations": [], + "enablePuzzleButton": true, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false, + "resourcepackSplashScreen": true, + "unlimitedRotations": true, + "biggerModels": true, + "backgroundColor": 15675965, + "progressBarColor": 16777215, + "progressBarBackgroundColor": 15675965, + "progressFrameColor": 16777215, + "disableBlend": false +} \ No newline at end of file diff --git a/index.toml b/index.toml index 49e2dc2..9db5cff 100644 --- a/index.toml +++ b/index.toml @@ -316,6 +316,11 @@ file = "mods/create-fabric.pw.toml" hash = "19783c9eb3f9c3a9522f47f11fa9b87dd62b64a42e52cadbdf9ce9d5c8d73d46" metafile = true +[[files]] +file = "mods/create-steam-n-rails.pw.toml" +hash = "8d03cff468c91772a76e3d52e4b81f8c0a29d0038f408a4be88d857568a2914a" +metafile = true + [[files]] file = "mods/createaddition.pw.toml" hash = "8260c756c1da49c5c97ef81d1442018979d6979aac0e37a79c864a680e15cf5d" @@ -468,7 +473,7 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "2456ea1de758826e0ff9043ae1241d53de5ad0d8c9773e1798b505571ea542f0" +hash = "7aa463e0319211877de7a16e99b5e5315e78ac78e989a5f93d2d14fc448a0ea4" metafile = true [[files]] diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml new file mode 100644 index 0000000..630d229 --- /dev/null +++ b/mods/create-steam-n-rails.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Steam 'n' Rails" +filename = "Steam_Rails-1.2.6+fabric-mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "47191eae23dd82fe72baeba179705f7f0777a9a9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4512538 +project-id = 688231 diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml index bfe1b71..1245972 100644 --- a/mods/iris.pw.toml +++ b/mods/iris.pw.toml @@ -1,16 +1,16 @@ name = "Iris Shaders" -filename = "iris-mc1.19.2-1.6.0.jar" +filename = "iris-mc1.19.2-1.6.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/di8i8GvL/iris-mc1.19.2-1.6.0.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/7MJ26Y79/iris-mc1.19.2-1.6.2.jar" hash-format = "sha1" -hash = "2d4343e2e9cbdac41a526f49af43093374229982" +hash = "3695441941e6807f38469106758073d9abe07c4e" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "di8i8GvL" +version = "7MJ26Y79" [option] optional = true diff --git a/pack.toml b/pack.toml index 09fdd69..01fb57e 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 = "52ef730a5905feaaeb5f9bd5b88c3999aa0bc6b43c56d43142388d31ea958c75" +hash = "5b8926148e0ae6f750ae1ffe0536ef19bd0aff55a4dc5115b55a59734ea70bb4" [versions] minecraft = "1.19.2" From 461ac0850f53e23f90686ee9f9397fbe39dd03ff Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 15 May 2023 19:36:43 +0200 Subject: [PATCH 2/4] Testing removal of create steam & rails --- mods/create-steam-n-rails.pw.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 mods/create-steam-n-rails.pw.toml diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml deleted file mode 100644 index 630d229..0000000 --- a/mods/create-steam-n-rails.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Steam 'n' Rails" -filename = "Steam_Rails-1.2.6+fabric-mc1.19.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "47191eae23dd82fe72baeba179705f7f0777a9a9" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4512538 -project-id = 688231 From f7c88c97f03846bd84166d52c8313c778d551b15 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 15 May 2023 19:40:23 +0200 Subject: [PATCH 3/4] refreshed index.toml --- index.toml | 9 ++++----- pack.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/index.toml b/index.toml index 9db5cff..33dd616 100644 --- a/index.toml +++ b/index.toml @@ -68,6 +68,10 @@ hash = "f9e41263213b3231dd67cdb3e516a73931c3ae8b80282a6eae174237cfb39343" file = "config/mythicmetals.json5" hash = "172fbcaebcaa40c0d5e5afc11253fd40b67c2987ed65a1f678c44be4260a68d3" +[[files]] +file = "config/puzzle.json" +hash = "7dddd9b8df252ed38ad83a27d0d49145c1697abdf1d7ddb1a24ae6cf7683f6df" + [[files]] file = "config/roughlyenoughitems/config.json5" hash = "95a4f07391ba7e8c2489540d8f074e8663805d876ffd966e3c13db05d0bc3166" @@ -316,11 +320,6 @@ file = "mods/create-fabric.pw.toml" hash = "19783c9eb3f9c3a9522f47f11fa9b87dd62b64a42e52cadbdf9ce9d5c8d73d46" metafile = true -[[files]] -file = "mods/create-steam-n-rails.pw.toml" -hash = "8d03cff468c91772a76e3d52e4b81f8c0a29d0038f408a4be88d857568a2914a" -metafile = true - [[files]] file = "mods/createaddition.pw.toml" hash = "8260c756c1da49c5c97ef81d1442018979d6979aac0e37a79c864a680e15cf5d" diff --git a/pack.toml b/pack.toml index 01fb57e..77dbe99 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 = "5b8926148e0ae6f750ae1ffe0536ef19bd0aff55a4dc5115b55a59734ea70bb4" +hash = "2f9646ff4dbf58e044577cf5ea7ef923ece375a905089aacb3888740a949c226" [versions] minecraft = "1.19.2" From a6051cf8a2041ea618650e2ff35465f79407d6a0 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 15 May 2023 19:51:41 +0200 Subject: [PATCH 4/4] Downgraded Iris --- index.toml | 2 +- mods/iris.pw.toml | 10 +++++----- pack.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.toml b/index.toml index 33dd616..c675f3a 100644 --- a/index.toml +++ b/index.toml @@ -472,7 +472,7 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "7aa463e0319211877de7a16e99b5e5315e78ac78e989a5f93d2d14fc448a0ea4" +hash = "330adfffb6a749f24c9c84494ab8df27db52eb473ac49e5c92314bcc61521ba5" metafile = true [[files]] diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml index 1245972..b5f7390 100644 --- a/mods/iris.pw.toml +++ b/mods/iris.pw.toml @@ -1,18 +1,18 @@ name = "Iris Shaders" -filename = "iris-mc1.19.2-1.6.2.jar" +filename = "iris-mc1.19.2-1.6.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/7MJ26Y79/iris-mc1.19.2-1.6.2.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/di8i8GvL/iris-mc1.19.2-1.6.0.jar" hash-format = "sha1" -hash = "3695441941e6807f38469106758073d9abe07c4e" +hash = "2d4343e2e9cbdac41a526f49af43093374229982" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "7MJ26Y79" +version = "di8i8GvL" [option] optional = true description = "An open-source shaders mod compatible with OptiFine shaderpacks!" -default = true +default = true \ No newline at end of file diff --git a/pack.toml b/pack.toml index 77dbe99..c356a0c 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 = "2f9646ff4dbf58e044577cf5ea7ef923ece375a905089aacb3888740a949c226" +hash = "4047f0a5af51576407ca01d84536ba00dadd0ea64b28cdbd3ed5b6754161ccba" [versions] minecraft = "1.19.2"