This commit is contained in:
Xeno333 2024-08-30 22:21:14 -05:00
parent ff31c86252
commit 48a95e6497

View File

@ -85,7 +85,7 @@ mcl_better_end.api.register_biome({
elseif pr:next(1, 100) == 5 then
data[vi] = mcl_better_end.mapgen.registered_nodes.end_stone
grow_chorus_branch({x = x, y = y, z = z}, pr:next(1, 20), pr, data, area, noise_map)
grow_chorus_branch({x = x, y = y, z = z}, math.floor(pr:next(1, 20), 80-ly), pr, data, area, noise_map)
elseif pr:next(1, 200) == 46 then
if not mcl_better_end.api.is_island(plnoise_1) then