fix weather particle visibility

This commit is contained in:
Xonk 2023-10-08 20:49:22 -04:00
parent 208934781b
commit d47eedd987

View File

@ -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