forked from VoxeLibre/VoxeLibre
Removed unused get_content_id
This commit is contained in:
parent
b5dcd46193
commit
d05fb0c15f
|
@ -476,7 +476,6 @@ minetest.register_on_generated(function(minp, maxp)
|
||||||
local area = VoxelArea:new({MinEdge=emin, MaxEdge=emax})
|
local area = VoxelArea:new({MinEdge=emin, MaxEdge=emax})
|
||||||
local c_bedrock = minetest.get_content_id("mcl_core:bedrock")
|
local c_bedrock = minetest.get_content_id("mcl_core:bedrock")
|
||||||
local c_void = minetest.get_content_id("mcl_core:void")
|
local c_void = minetest.get_content_id("mcl_core:void")
|
||||||
local c_air = minetest.get_content_id("air")
|
|
||||||
|
|
||||||
for y = minp.y, math.min(maxp.y, BEDROCK_MAX) do
|
for y = minp.y, math.min(maxp.y, BEDROCK_MAX) do
|
||||||
for x = minp.x, maxp.x do
|
for x = minp.x, maxp.x do
|
||||||
|
|
Loading…
Reference in New Issue