Allow placing cactus only on cactus or any sand

This commit is contained in:
Wuzzy 2017-03-21 21:48:26 +01:00
parent 19e2d5f09e
commit bcc07bb2aa
2 changed files with 30 additions and 2 deletions

View file

@ -147,7 +147,7 @@ minetest.register_abm({
-- Papyrus and cactus drop
--
local timber_nodenames={"mcl_core:reeds", "mcl_core:cactus"}
local timber_nodenames={"mcl_core:reeds"}
minetest.register_on_dignode(function(pos, node)
local i=1