add land_guard to spawn_example.lua file for custom spawns

This commit is contained in:
tenplus1 2023-06-19 16:58:47 +01:00
parent 885ba57efb
commit 51d7677e65
1 changed files with 14 additions and 0 deletions

View File

@ -171,3 +171,17 @@ mobs:spawn({
min_height = 0,
day_toggle = false,
})
-- Land Guard
mobs:spawn({
name = "mobs_monster:land_guard",
nodes = {
"default:snow", "default:ice", "default:stone",
"default:dry_dirt_with_dry_grass", "ethereal:dry_dirt"
},
max_light = 7,
chance = 25000,
min_height = 0,
active_object_count = 1,
})