mirror of
https://github.com/mt-mods/biome_lib.git
synced 2024-11-13 22:20:21 +01:00
oops, forgot to allow for no-air-check blocks
This commit is contained in:
parent
89ca62e492
commit
bef0a0d87e
|
@ -66,6 +66,7 @@ minetest.register_on_generated(function(minp, maxp, blockseed)
|
|||
local bmin = {x=minx, y=miny, z=minz}
|
||||
local bmax = {x=minx + 15, y=miny + 15, z=minz + 15}
|
||||
biome_lib.block_log[#biome_lib.block_log + 1] = { bmin, bmax, true }
|
||||
biome_lib.block_log[#biome_lib.block_log + 1] = { bmin, bmax, false }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user