added waves to the mars water

This commit is contained in:
Pyritie 2025-09-24 21:53:59 +01:00
parent e3702a0076
commit 38e25f943f

View file

@ -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) => {