mars biome particle tags
This commit is contained in:
parent
7c8d765768
commit
90ce71d94a
1 changed files with 14 additions and 5 deletions
|
|
@ -314,6 +314,20 @@ const registerAdAstraBiomeTags = (event) => {
|
|||
|
||||
event.add('sandworm_mod:can_spawn_sandworms', 'tfg:mars/martian_dunes')
|
||||
event.add('sandworm_mod:can_spawn_sandworms', 'tfg:mars/martian_deep_desert')
|
||||
|
||||
event.add('tfg:has_dark_sand_particles', 'tfg:mars/martian_dunes')
|
||||
event.add('tfg:has_dark_sand_particles', 'tfg:mars/martian_deep_desert')
|
||||
event.add('tfg:has_medium_sand_particles', 'tfg:mars/martian_dune_edge')
|
||||
event.add('tfg:has_medium_sand_particles', 'tfg:mars/amber_plains')
|
||||
event.add('tfg:has_medium_sand_particles', 'tfg:mars/amber_hills')
|
||||
event.add('tfg:has_medium_sand_particles', 'tfg:mars/rusticus_plains')
|
||||
event.add('tfg:has_medium_sand_particles', 'tfg:mars/rusticus_hills')
|
||||
event.add('tfg:has_medium_sand_particles', 'tfg:mars/sangnum_plains')
|
||||
event.add('tfg:has_medium_sand_particles', 'tfg:mars/sangnum_hills')
|
||||
event.add('tfg:has_medium_sand_particles', 'tfg:mars/martian_oasis')
|
||||
event.add('tfg:has_medium_sand_particles', 'tfg:mars/martian_mountains')
|
||||
event.add('tfg:has_light_sand_particles', 'tfg:mars/martian_river')
|
||||
event.add('tfg:has_light_sand_particles', 'tfg:mars/martian_riverbed')
|
||||
}
|
||||
|
||||
const registerAdAstraEntityTypeTags = (event) => {
|
||||
|
|
@ -432,11 +446,6 @@ const registerAdAstraPlacedFeatures = (event) => {
|
|||
|
||||
event.add("tfg:mars_global_small_plants", "tfg:mars/surface/small_amaranita_mushroom")
|
||||
|
||||
// TODO
|
||||
//event.add("tfg:mars_trees", "species:alphacene_mushroom")
|
||||
event.add("tfg:mars_global_small_plants", "tfg:mars/surface/aeronos_patch")
|
||||
event.add("tfg:mars_global_small_plants", "tfg:mars/surface/strophar_patch")
|
||||
|
||||
event.add("tfg:mars_amber_vegetal_decoration", 'tfg:mars_forest')
|
||||
event.add("tfg:mars_amber_vegetal_decoration", "#tfg:mars_amber_small_plants")
|
||||
event.add("tfg:mars_amber_vegetal_decoration", "#tfg:mars_global_small_plants")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue