forked from VoxeLibre/VoxeLibre
Cacti and dead bushes min Y limit increased by 1
This commit is contained in:
parent
63f14ed3d5
commit
3bf5dfa0f8
|
@ -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",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue