Fixed cocoa bean placement bug

This commit is contained in:
TenPlus1 2016-04-26 14:36:44 +01:00
parent 61088aeb38
commit 493566493b
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ function place_cocoa(itemstack, placer, pointed_thing, plantname)
end
-- 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
end