removed sandworm spawning in the vanilla Minecraft desert biome (#2662)
Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com>
This commit is contained in:
parent
bec8ffee42
commit
4bfcd6f7d4
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue