mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-24 09:37:00 +08:00
item/entity light fixes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#= ENTITY_PLAYER
|
||||
entity.1201= player
|
||||
entity.1601= player
|
||||
|
||||
#= ENTITY_LIGHTNING
|
||||
entity.*= minecraft:lightning_bolt weather2:lightning_bolt
|
||||
@ -12,6 +12,9 @@ entity.*= blaze
|
||||
#= ENTITY_DRAGON_WITHER
|
||||
entity.*= ender_dragon wither
|
||||
|
||||
#= ENTITY_END_CRYSTAL
|
||||
entity.*= end_crystal
|
||||
|
||||
#= ENTITY_ITEM_FRAME
|
||||
entity.*= item_frame item_display
|
||||
|
||||
@ -30,7 +33,7 @@ entity.*= spectral_arrow bigglobe:torch_arrow
|
||||
|
||||
## medium sss (same as strong sss for blocks)
|
||||
#= ENTITY_SSS_MEDIUM
|
||||
entity.1401 = giant ghast elder_guardian
|
||||
entity.1801 = giant ghast elder_guardian
|
||||
|
||||
## weak sss (same as weak sss for blocks)
|
||||
#= ENTITY_SSS_WEAK
|
||||
|
Reference in New Issue
Block a user