forked from mtcontrib/farming
Fixed cocoa bean placement bug
This commit is contained in:
parent
61088aeb38
commit
493566493b
@ -17,7 +17,8 @@ function place_cocoa(itemstack, placer, pointed_thing, plantname)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- check if pointing at jungletree
|
-- check if pointing at jungletree
|
||||||
if under.name ~= "default:jungletree" then
|
if under.name ~= "default:jungletree"
|
||||||
|
or minetest.get_node(pt.above).name ~= "air" then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user