Cacti and dead bushes min Y limit increased by 1

This commit is contained in:
Wuzzy 2017-03-10 05:29:00 +01:00
parent 63f14ed3d5
commit 3bf5dfa0f8
1 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ local function register_mgv6_decorations()
octaves = 3,
persist = 0.6
},
y_min = 3,
y_min = 4,
y_max = 30,
decoration = "mcl_core:cactus",
height = 1,
@ -580,7 +580,7 @@ local function register_mgv6_decorations()
octaves = 3,
persist = 0.6
},
y_min = 3,
y_min = 4,
y_max = 50,
decoration = "mcl_core:deadbush",
})