Make double tallgrass more likely

This commit is contained in:
Wuzzy 2017-03-15 04:27:35 +01:00
parent 5c9045ce9a
commit e5709d3533
1 changed files with 3 additions and 3 deletions

View File

@ -593,12 +593,12 @@ local function register_mgv6_decorations()
place_on = {"mcl_core:dirt_with_grass"}, place_on = {"mcl_core:dirt_with_grass"},
sidelen = 8, sidelen = 8,
noise_params = { noise_params = {
offset = -0.05, offset = -0.01,
scale = 0.025, scale = 0.03,
spread = {x = 500, y = 500, z = 500}, spread = {x = 500, y = 500, z = 500},
seed = 420, seed = 420,
octaves = 2, octaves = 2,
persist = 0.63, persist = 0.6,
}, },
y_min = 1, y_min = 1,
y_max = 40, y_max = 40,