mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Fix cactus spawning typo
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user