add missing badger spawn (thx blaboing)
This commit is contained in:
parent
68cdaf4125
commit
99c767c590
11
spawn.lua
11
spawn.lua
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user