From 486b84c7c88aa5c548ce3225f64f31ad90749159 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 19 Sep 2017 13:51:09 +0200 Subject: [PATCH] Increase sugar canes spread in non-v6 mapgens --- mods/MAPGEN/mcl_biomes/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index 28ae10ef9..9131a63fb 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -2360,7 +2360,7 @@ local function register_decorations() noise_params = { offset = -0.3, scale = 0.7, - spread = {x = 100, y = 100, z = 100}, + spread = {x = 200, y = 200, z = 200}, seed = 2, octaves = 3, persist = 0.7 @@ -2380,7 +2380,7 @@ local function register_decorations() noise_params = { offset = 0.0, scale = 0.5, - spread = {x = 100, y = 100, z = 100}, + spread = {x = 200, y = 200, z = 200}, seed = 2, octaves = 3, persist = 0.7,