add missing badger spawn (thx blaboing)

This commit is contained in:
tenplus1 2024-04-17 12:23:52 +01:00
parent 68cdaf4125
commit 99c767c590

View File

@ -82,6 +82,17 @@ if dmobs.regulars then
max_height = 2000
})
mobs:spawn({
name = "dmobs:badger",
nodes = {"default:dirt_with_grass", "default:dirt"},
min_light = 10,
interval = 300,
chance = 16000,
active_object_count = 2,
min_height = 0,
max_height = 2000
})
mobs:spawn({
name = "dmobs:pig",
nodes = {"default:dirt_with_grass", "ethereal:prairie_dirt", "nyanland:cloudstone"},