mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
spawn iron golem on villagegen
This commit is contained in:
@ -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
|
||||
|
||||
--
|
||||
|
Reference in New Issue
Block a user