forked from mtcontrib/biome_lib
Fixes
This commit is contained in:
@ -51,3 +51,10 @@ function biome_lib:find_open_side(pos)
|
||||
end
|
||||
return nil
|
||||
end
|
||||
|
||||
-- "Record" the chunks being generated by the core mapgen
|
||||
|
||||
minetest.register_on_generated(function(minp, maxp, blockseed)
|
||||
biome_lib.blocklist_aircheck[#biome_lib.blocklist_aircheck + 1] = { minp, maxp }
|
||||
biome_lib.blocklist_no_aircheck[#biome_lib.blocklist_no_aircheck + 1] = { minp, maxp }
|
||||
end)
|
||||
|
Reference in New Issue
Block a user