mars biome tags
This commit is contained in:
parent
66a66e48a3
commit
d6e6d94b4c
1 changed files with 4 additions and 5 deletions
|
|
@ -404,6 +404,10 @@ const registerAdAstraBiomeTags = (event) => {
|
|||
event.add('species:limpet_spawns', biome)
|
||||
})
|
||||
|
||||
global.MARS_BIOMES.forEach(biome => {
|
||||
event.add('tfg:mars_biomes', biome)
|
||||
})
|
||||
|
||||
event.add('sandworm_mod:can_spawn_sandworms', 'tfg:mars/martian_dunes')
|
||||
event.add('sandworm_mod:can_spawn_sandworms', 'tfg:mars/martian_deep_desert')
|
||||
|
||||
|
|
@ -528,11 +532,6 @@ const registerAdAstraPlacedFeatures = (event) => {
|
|||
|
||||
//#region Mars
|
||||
|
||||
// Craters
|
||||
//event.add('tfg:mars_craters', 'tfg:mars/terrain/crater_extra_large')
|
||||
//event.add('tfg:mars_craters', 'tfg:mars/terrain/crater_large')
|
||||
//event.add('tfg:mars_craters', 'tfg:mars/terrain/crater_medium')
|
||||
|
||||
// Underground decoration
|
||||
event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/loose_rocks')
|
||||
event.add('tfg:mars_underground_decoration', 'tfc:cave_spike')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue