Make dispesers never drop shears
This commit is contained in:
parent
36f0159419
commit
6a8227a34e
@ -231,7 +231,7 @@ local dispenserdef = {
|
||||
stack:take_item()
|
||||
inv:set_stack("main", stack_id, stack)
|
||||
end
|
||||
else
|
||||
elseif minetest.get_item_group(dropitem:get_name(), "shears") == 0 then
|
||||
-- Drop item otherwise
|
||||
local pos_variation = 100
|
||||
droppos = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user