This commit is contained in:
Xeno333 2024-08-30 20:47:26 -05:00
parent f8b797ecff
commit b8c23f9084

View File

@ -107,7 +107,7 @@ if minp.y > YMAX_biome then
for z = maxp.z, minp.z, -1 do
for x = maxp.x, minp.x, -1 do
local vi = area:index(x, y, z)
local noise = noise_map[x-minp.x][y-minp.y][z-minp.z]
local noise = noise_map[x-minp.x+x][y-minp.y+1][z-minp.z+1]
if not mcl_better_end.api.is_island(noise) then
data[vi] = mcl_better_end.mapgen.registered_nodes.air