From d47eedd9873fefef3ca6466e7bc52861f9d90515 Mon Sep 17 00:00:00 2001 From: Xonk Date: Sun, 8 Oct 2023 20:49:22 -0400 Subject: [PATCH] fix weather particle visibility --- shaders/shaders.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shaders/shaders.properties b/shaders/shaders.properties index 88ad4dc..c4efd24 100644 --- a/shaders/shaders.properties +++ b/shaders/shaders.properties @@ -33,8 +33,9 @@ blend.gbuffers_water = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE blend.gbuffers_textured = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE blend.gbuffers_armor_glint = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE blend.gbuffers_textured_lit= SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE - +blend.gbuffers_weather = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE blend.gbuffers_damagedblock = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE + blend.gbuffers_hand_water = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE ZERO # Disable blending @@ -42,7 +43,6 @@ blend.gbuffers_hand = off blend.gbuffers_block = off blend.gbuffers_basic = off blend.gbuffers_entities = off -blend.gbuffers_weather = off blend.gbuffers_armor_glint = off blend.gbuffers_beaconbeam = off blend.gbuffers_spidereyes = off