removed sandworm spawning in the vanilla Minecraft desert biome (#2662)

Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com>
This commit is contained in:
thederpysockdude123 2026-01-07 17:45:52 -07:00 committed by GitHub
parent bec8ffee42
commit 4bfcd6f7d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -335,6 +335,7 @@ function registerTFGMarsBiomeTags(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.remove('sandworm_mod:can_spawn_sandworms', 'minecraft:desert')
event.add('tfg:has_dark_sand_particles', 'tfg:mars/martian_dunes')
event.add('tfg:has_dark_sand_particles', 'tfg:mars/martian_deep_desert')
@ -526,4 +527,4 @@ function registerTFGMarsPlacedFeatures(event) {
event.add("tfg:mars_top_layer_modification", "tfg:glow_lichen")
event.add("tfg:mars_top_layer_modification", "tfc:surface_loose_rocks")
event.add("tfg:mars_top_layer_modification", "tfg:mars/terrain/mars_poles")
}
}