forked from VoxeLibre/VoxeLibre
Fix cactus spawning typo
This commit is contained in:
parent
6eaa6cde54
commit
d4799b5144
|
@ -164,7 +164,7 @@ local function register_decorations()
|
||||||
|
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = {"mcl_core:sand", "mcl_oore:redsand"},
|
place_on = {"mcl_core:sand", "mcl_core:redsand"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = -0.0003,
|
offset = -0.0003,
|
||||||
|
|
Loading…
Reference in New Issue