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,