remove generator script load_structures function

This commit is contained in:
MihailRis
2024-09-24 17:16:52 +03:00
parent 806ed4b155
commit 983a24bd05
4 changed files with 0 additions and 36 deletions
-11
View File
@@ -62,17 +62,6 @@ biomes = {
}
}
function load_structures()
local structures = {}
local names = {"tree0", "tree1", "tree2", "tower"}
for i, name in ipairs(names) do
local filename = "core:default/"..name
debug.log("loading structure "..filename)
table.insert(structures, generation.load_structure(filename))
end
return structures
end
function place_structures(x, z, w, d, seed, hmap)
local placements = {}
return placements