mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 08:01:07 +01:00
spawn iron golem on villagegen
This commit is contained in:
parent
539c31e8d6
commit
3ff4ea576d
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue