Fix cactus spawning typo

This commit is contained in:
Wuzzy 2017-06-12 22:05:16 +02:00
parent 6eaa6cde54
commit d4799b5144
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ local function register_decorations()
minetest.register_decoration({
deco_type = "simple",
place_on = {"mcl_core:sand", "mcl_oore:redsand"},
place_on = {"mcl_core:sand", "mcl_core:redsand"},
sidelen = 16,
noise_params = {
offset = -0.0003,