From fef7ac2846b80648a61e65a9b8179ff4b11aff83 Mon Sep 17 00:00:00 2001 From: alekthefirst Date: Wed, 25 Dec 2024 15:29:24 +0100 Subject: [PATCH 1/2] Disables lava rendering from fireproof boats to restore the behavior intended from shaders. Cons of this change: Lava from wave effects will be visible inside the fireproof boats --- config/fireproofboats-client.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/fireproofboats-client.toml diff --git a/config/fireproofboats-client.toml b/config/fireproofboats-client.toml new file mode 100644 index 0000000..7c942eb --- /dev/null +++ b/config/fireproofboats-client.toml @@ -0,0 +1,3 @@ +[Client] + #Changes the rendertype for lava to fix lava being visible inside boats. This is a potential performance hit and it's recommended to turn of on low end systems. + changeLavaRenderType = true From 8e3275490e471fc2ee70bff7496beea5f5f34f6e Mon Sep 17 00:00:00 2001 From: alekthefirst Date: Wed, 25 Dec 2024 15:32:30 +0100 Subject: [PATCH 2/2] Actually disable the config option this time --- config/fireproofboats-client.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fireproofboats-client.toml b/config/fireproofboats-client.toml index 7c942eb..cb4ab07 100644 --- a/config/fireproofboats-client.toml +++ b/config/fireproofboats-client.toml @@ -1,3 +1,3 @@ [Client] #Changes the rendertype for lava to fix lava being visible inside boats. This is a potential performance hit and it's recommended to turn of on low end systems. - changeLavaRenderType = true + changeLavaRenderType = false