Skip to content
Snippets Groups Projects
Commit 0f2f6078 authored by TenPlus1's avatar TenPlus1
Browse files

kittens spawn on both green grass and ethereal's grove dirt

parent f70cab68
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment