Update 'Turtle/Turtle.lua'
This commit is contained in:
parent
4ec5586b63
commit
76e3c47c27
@ -154,7 +154,7 @@ function Turtle:checkItemTag(tag, slot)
|
||||
end
|
||||
end
|
||||
|
||||
function Wood:dropItemsDown(item, update)
|
||||
function Turtle:dropItemsDown(item, update)
|
||||
assert(type(item) == "string", "item must be a string")
|
||||
self:assertInvUpdate(update)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user