forked from mtcontrib/mobs_animal
kittens spawn on both green grass and ethereal's grove dirt
This commit is contained in:
parent
f70cab6894
commit
0f2f607803
|
@ -55,15 +55,9 @@ mobs:register_mob("mobs_animal:kitten", {
|
|||
})
|
||||
|
||||
|
||||
local spawn_on = "default:dirt_with_grass"
|
||||
|
||||
if minetest.get_modpath("ethereal") then
|
||||
spawn_on = "ethereal:grove_dirt"
|
||||
end
|
||||
|
||||
mobs:spawn({
|
||||
name = "mobs_animal:kitten",
|
||||
nodes = {spawn_on},
|
||||
nodes = {"default:dirt_with_grass", "ethereal:grove_dirt"},
|
||||
min_light = 12,
|
||||
chance = 22000,
|
||||
min_height = 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user