make village tool experimental

This commit is contained in:
AFCMS 2021-03-07 17:07:55 +01:00
parent a6bceb08ee
commit bddc4a3ac7
1 changed files with 1 additions and 0 deletions

View File

@ -106,4 +106,5 @@ if minetest.is_creative_enabled("") then
build_a_settlement(minp, maxp, math.random(0,32767))
end
})
mcl_wip.register_experimental_item("mcl_villages:tool")
end