forked from VoxeLibre/VoxeLibre
spawn iron golem on villagegen
This commit is contained in:
parent
539c31e8d6
commit
3ff4ea576d
|
@ -59,6 +59,8 @@ local function spawn_villagers(minp,maxp)
|
|||
v:get_luaentity().bed = bed
|
||||
end
|
||||
end
|
||||
local p = minetest.find_node_near(minp,50,"mcl_core:grass_path")
|
||||
minetest.add_entity(p,"mobs_mc:iron_golem")
|
||||
end
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue