added waves to the mars water
This commit is contained in:
parent
e3702a0076
commit
38e25f943f
1 changed files with 9 additions and 0 deletions
|
|
@ -417,6 +417,15 @@ const registerAdAstraBiomeTags = (event) => {
|
|||
event.add('tfg:has_light_sand_particles', 'tfg:mars/rusticus_edge')
|
||||
event.add('tfg:has_light_sand_particles', 'tfg:mars/sangnum_edge')
|
||||
event.add('tfg:has_light_sand_particles', 'tfg:mars/martian_river')
|
||||
|
||||
event.add('waves:has_waves', 'tfg:mars/martian_river')
|
||||
event.add('waves:has_waves', 'tfg:mars/martian_mountains')
|
||||
event.add('waves:has_waves', 'tfg:mars/amber_plains')
|
||||
event.add('waves:has_waves', 'tfg:mars/amber_hills')
|
||||
event.add('waves:has_waves', 'tfg:mars/rusticus_plains')
|
||||
event.add('waves:has_waves', 'tfg:mars/rusticus_hills')
|
||||
event.add('waves:has_waves', 'tfg:mars/sangnum_plains')
|
||||
event.add('waves:has_waves', 'tfg:mars/sangnum_hills')
|
||||
}
|
||||
|
||||
const registerAdAstraEntityTypeTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue