forked from VoxeLibre/VoxeLibre
make village tool experimental
This commit is contained in:
parent
a6bceb08ee
commit
bddc4a3ac7
|
@ -106,4 +106,5 @@ if minetest.is_creative_enabled("") then
|
||||||
build_a_settlement(minp, maxp, math.random(0,32767))
|
build_a_settlement(minp, maxp, math.random(0,32767))
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
mcl_wip.register_experimental_item("mcl_villages:tool")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue