Make sugar canes less common in v6

This commit is contained in:
Wuzzy 2017-09-19 13:47:04 +02:00
parent 2f0450a0c3
commit e03a2ee9a2
1 changed files with 2 additions and 2 deletions

View File

@ -691,10 +691,10 @@ local function register_mgv6_decorations()
place_on = {"mcl_core:dirt", "mcl_core:coarse_dirt", "mcl_core:dirt_with_grass", "group:sand", "mcl_core:podzol", "mcl_core:reeds"},
sidelen = 16,
noise_params = {
offset = 0.3,
offset = -0.3,
scale = 0.7,
spread = {x = 100, y = 100, z = 100},
seed = 2,
seed = 465,
octaves = 3,
persist = 0.7
},