From 0baa0083e23e1b41bfaacd8ee8c38959b966a9dd Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Sun, 9 Jul 2023 22:07:10 +0200 Subject: Added and modified things related to the BBsentials Server --- run/config/indium-renderer.properties | 5 +++++ run/config/iris.properties | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 run/config/indium-renderer.properties create mode 100644 run/config/iris.properties (limited to 'run') diff --git a/run/config/indium-renderer.properties b/run/config/indium-renderer.properties new file mode 100644 index 0000000..f9695b7 --- /dev/null +++ b/run/config/indium-renderer.properties @@ -0,0 +1,5 @@ +#Indium properties file +#Sun Jul 09 21:16:16 CEST 2023 +fix-exterior-vertex-lighting=auto +ambient-occlusion-mode=auto +always-tesselate-blocks=auto diff --git a/run/config/iris.properties b/run/config/iris.properties new file mode 100644 index 0000000..8138411 --- /dev/null +++ b/run/config/iris.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Sun Jul 09 21:16:16 CEST 2023 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack= +enableShaders=true -- cgit