spawn iron golem on villagegen

This commit is contained in:
cora 2022-05-19 18:36:54 +02:00
parent 539c31e8d6
commit 3ff4ea576d
1 changed files with 2 additions and 0 deletions

View File

@ -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
--