From fbb674a01c3941d3f4658ee702bad785cb0b5e8b Mon Sep 17 00:00:00 2001 From: sys4 Date: Thu, 4 Apr 2019 16:29:07 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9duit=20le=20spawn=20des=20pyramides?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index fb91745..1b9cc75 100644 --- a/init.lua +++ b/init.lua @@ -144,7 +144,7 @@ minetest.register_on_generated( local perlin1 = minetest.env:get_perlin(perl1.SEED1, perl1.OCTA1, perl1.PERS1, perl1.SCAL1) local noise1 = perlin1:get2d({x=minp.x,y=minp.y})--,z=minp.z}) - if noise1 > 0.25 or noise1 < -0.26 then + if noise1 > 0.75 or noise1 < -0.76 then local mpos = {x=random(minp.x,maxp.x), y=random(minp.y,maxp.y), z=random(minp.z,maxp.z)} local sands = {"default:desert_sand"}