moved biome tag file into kubejs #1422

This commit is contained in:
Pyritie
2025-07-23 11:00:43 +01:00
parent 96d24e7b14
commit 3e5e4a2d33
2 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
{
"values": [
"tfg:mars/martian_dunes"
]
}

View File

@@ -279,6 +279,9 @@ const registerAdAstraBiomeTags = (event) => {
event.add('tfg:has_structure/moon_rabbit_houses', biome)
event.add('species:limpet_spawns', biome)
})
event.add('sandworm_mod:can_spawn_sandworms', 'tfg:mars/martian_dunes')
event.add('sandworm_mod:can_spawn_sandworms', 'tfg:mars/martian_deep_desert')
}
const registerAdAstraEntityTypeTags = (event) => {