Allow placing cactus only on cactus or any sand
This commit is contained in:
parent
19e2d5f09e
commit
bcc07bb2aa
2 changed files with 30 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue