forked from VoxeLibre/VoxeLibre
master #15
|
@ -139,7 +139,7 @@ local function composter_add_item(pos, node, player, itemstack, pointed_thing)
|
||||||
-- handle filling the composter when rightclicked
|
-- handle filling the composter when rightclicked
|
||||||
-- as an on_rightclick handles, it returns an itemstack
|
-- as an on_rightclick handles, it returns an itemstack
|
||||||
--
|
--
|
||||||
if not player or player:get_player_control().sneak then
|
if not player or (player:get_player_control() and player:get_player_control().sneak) then
|
||||||
return itemstack
|
return itemstack
|
||||||
end
|
end
|
||||||
if not itemstack and itemstack:is_empty() then
|
if not itemstack and itemstack:is_empty() then
|
||||||
|
|
Loading…
Reference in New Issue