From 35503c6217a09184f468e21e1e5fa79ec884f511 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sun, 14 Jun 2020 00:32:48 +0200 Subject: [PATCH] =?UTF-8?q?[nalc=5Fmoretrees]=20Change=20g=C3=A9n=C3=A9rat?= =?UTF-8?q?ion=20de=20quelques=20arbres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nalc_moretrees/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nalc_moretrees/init.lua b/nalc_moretrees/init.lua index f273b1a..718b7b9 100644 --- a/nalc_moretrees/init.lua +++ b/nalc_moretrees/init.lua @@ -248,7 +248,7 @@ if not moretrees.enable_rubber_tree then place_on = {"default:dirt_with_rainforest_litter", "default:dry_dirt_with_dry_grass", "default:dirt", "default:dry_dirt"}, sidelen = 16, -- fill_ratio = 0.005, - noise_params = noise_param(754, 130, densités[1]), + noise_params = noise_param(754, 130, densités[2]), -- noise_params = { -- offset = 0.00015, -- scale = 0.0008, @@ -271,7 +271,7 @@ if not moretrees.enable_willow then place_on = {"default:dirt_with_grass"}, sidelen = 16, -- fill_ratio = 0.0005, - noise_params = noise_param(755, 130, densités[1]), + noise_params = noise_param(755, 130, densités[2]), -- noise_params = { -- offset = 0.00015, -- scale = 0.0008, @@ -447,7 +447,7 @@ if not moretrees.enable_poplar then place_on = {"default:dirt_with_grass"}, sidelen = 16, -- fill_ratio = 0.05, - noise_params = noise_param(759, 250, densités[4], 3), + noise_params = noise_param(759, 100, densités[4], 3), -- noise_params = { -- offset = 0.0006, -- scale = 0.006,