[nalc_moretrees] Change génération de quelques arbres
This commit is contained in:
parent
60d957d7c8
commit
35503c6217
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user