Stop fossil schematics replacing air
This commit is contained in:
parent
8576d36a2c
commit
576a31ac7f
9 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ mcl_structures.generate_fossil = function(pos)
|
|||
}
|
||||
local r = math.random(1, #fossils)
|
||||
local path = minetest.get_modpath("mcl_structures").."/schematics/"..fossils[r]
|
||||
minetest.place_schematic(newpos, path, "random", nil, false)
|
||||
minetest.place_schematic(newpos, path, "random", nil, true)
|
||||
end
|
||||
|
||||
mcl_structures.generate_desert_temple = function(pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue