mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-01-04 00:23:41 +08:00
fix weather particle visibility
This commit is contained in:
parent
208934781b
commit
d47eedd987
@ -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_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_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_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_damagedblock = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
|
||||||
|
|
||||||
blend.gbuffers_hand_water = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE ZERO
|
blend.gbuffers_hand_water = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE ZERO
|
||||||
|
|
||||||
# Disable blending
|
# Disable blending
|
||||||
@ -42,7 +43,6 @@ blend.gbuffers_hand = off
|
|||||||
blend.gbuffers_block = off
|
blend.gbuffers_block = off
|
||||||
blend.gbuffers_basic = off
|
blend.gbuffers_basic = off
|
||||||
blend.gbuffers_entities = off
|
blend.gbuffers_entities = off
|
||||||
blend.gbuffers_weather = off
|
|
||||||
blend.gbuffers_armor_glint = off
|
blend.gbuffers_armor_glint = off
|
||||||
blend.gbuffers_beaconbeam = off
|
blend.gbuffers_beaconbeam = off
|
||||||
blend.gbuffers_spidereyes = off
|
blend.gbuffers_spidereyes = off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user