update fork #6

Merged
chmodsayshello merged 260 commits from VoxeLibre/VoxeLibre:master into master 2022-05-29 21:37:34 +02:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 3ff4ea576d - Show all commits

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