From 46aa2c6eb7cfb6ce3cd10aaa7df78530b96b8326 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 6 Aug 2023 01:35:34 +0200 Subject: [PATCH] Iris Shaders: disable update message --- config/yosbr/config/iris.properties | 8 ++++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 config/yosbr/config/iris.properties diff --git a/config/yosbr/config/iris.properties b/config/yosbr/config/iris.properties new file mode 100644 index 0000000..89f53f8 --- /dev/null +++ b/config/yosbr/config/iris.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Sun Aug 06 01:23:54 CEST 2023 +colorSpace=SRGB +disableUpdateMessage=true +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack= +enableShaders=true diff --git a/index.toml b/index.toml index fe1d0d5..9a04a3e 100644 --- a/index.toml +++ b/index.toml @@ -76,6 +76,10 @@ hash = "f978c0cdc2a504b00d995a41058f68deff5b9c8dfd62f7509134a6f6f05f7668" file = "config/yosbr/config/ibeeditor-common.json" hash = "d1c8229edca827ea5e35e9a0a5aec1463930e77547e69a1a5dee617f42a2d338" +[[files]] +file = "config/yosbr/config/iris.properties" +hash = "79190e9a48413897becbb88e5dc29bd04cef5f4a3a064aeeb11f7b8cb22de7f6" + [[files]] file = "config/yosbr/config/roughlyenoughitems/config.json5" hash = "cc82f7f2f249038442ae77a7f1918f05b1fa4bc04ad9dbaca720170544217eaf" diff --git a/pack.toml b/pack.toml index 6f79986..1a7b0f2 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 = "0f14a5c123cbfe5c7418f3859d907b9019388b390d7b9af385960b0f8f1346f2" +hash = "5f5586a6c03ce9a94b7318b11f4d15e27b3f553c1551c7318a102dd17e444bc2" [versions] minecraft = "1.20.1"