mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-25 18:02:58 +08:00
remap entities
This commit is contained in:
@ -1,20 +1,20 @@
|
||||
#if MC_VERSION >= 11300
|
||||
entity.1201= player
|
||||
|
||||
entity.1202 = minecraft:lightning_bolt weather2:lightning_bolt
|
||||
|
||||
## misc stuff
|
||||
entity.1203 = ender_dragon wither
|
||||
|
||||
entity.1301= item_frame item_display
|
||||
entity.1302= spectral_arrow bigglobe:torch_arrow
|
||||
entity.1303= tnt firework_rocket
|
||||
|
||||
######
|
||||
###### all the different strengths of subsurface scattering and what entities to put them on.
|
||||
######
|
||||
|
||||
## medium sss (same as strong sss for blocks)
|
||||
entity.1100 = slime giant ghast elder_guardian
|
||||
entity.1401 = slime giant ghast elder_guardian
|
||||
|
||||
## weak sss (same as weak sss for blocks)
|
||||
entity.1200 = player sheep frog chicken snow_golem polar_bear zombie_horse armor_stand arrow squid bat cat cod cow donkey fox horse mooshroom mule ocelot parrot pig piglin polar_bear pufferfish rabbit salmon strider tropical_fish turtle villager wandering_trader bee cave_spider dolphin enderman llama panda spider wolf zombified_piglin blaze creeper drowned endermite evoker guardian hoglin husk magma_cube phantom piglin_brute pillager ravager silverfish stray vex vindicator witch zoglin zombie zombie_villager trader_llama
|
||||
|
||||
## misc stuff
|
||||
entity.1300 = ender_dragon wither
|
||||
|
||||
entity.12345 = minecraft:lightning_bolt \
|
||||
weather2:lightning_bolt
|
||||
|
||||
# all of these get excluded from POM
|
||||
entity.2300 = minecraft:item_frame minecraft:item_display
|
||||
entity.1402 = sheep frog chicken snow_golem polar_bear zombie_horse armor_stand arrow squid bat cat cod cow donkey fox horse mooshroom mule ocelot parrot pig piglin polar_bear pufferfish rabbit salmon strider tropical_fish turtle villager wandering_trader bee cave_spider dolphin enderman llama panda spider wolf zombified_piglin blaze creeper drowned endermite evoker guardian hoglin husk magma_cube phantom piglin_brute pillager ravager silverfish stray vex vindicator witch zoglin zombie zombie_villager trader_llama
|
||||
|
Reference in New Issue
Block a user