1
0
зеркало из https://github.com/minetest-mods/nether.git synced 2025-09-17 22:05:20 +02:00
Co-authored-by: sys4 <bricassa@sys4.fr>
Этот коммит содержится в:
sys4-fr
2021-04-18 16:30:05 +02:00
коммит произвёл GitHub
родитель fb3c358f74
Коммит fb6b666895
4 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@@ -136,7 +136,7 @@ mapgen.add_basalt_columns = function(data, area, minp, maxp)
if basaltNoise > 0 then
-- a basalt column is here
local abs_sealevel_cave_noise = math_abs(cavePerlin:get3d({x = x, y = nearest_sea_level, z = z}))
local abs_sealevel_cave_noise = math_abs(cavePerlin:get_3d({x = x, y = nearest_sea_level, z = z}))
-- Add Some quick deterministic noise to the column heights
-- This is probably not good noise, but it doesn't have to be.