This commit is contained in:
Xeno333 2024-08-30 22:41:59 -05:00
parent 49b372afa6
commit 318c1b2cf0

View File

@ -20,7 +20,7 @@ mcl_better_end.api.register_biome({
type = "cave",
gen = function(data, vi, area, pr, x, y, z, noise_map, noise_center, plnoise, plnoise_1, lx,ly,lz)
local noise = noise_map[lx][ly-1][lz]
print(ly-1)
if mcl_better_end.api.is_island(noise) then
data[vi] = filler