diff --git a/Turtle/Wheat.lua b/Turtle/Wheat.lua index 595dc0c..675b365 100644 --- a/Turtle/Wheat.lua +++ b/Turtle/Wheat.lua @@ -19,4 +19,9 @@ function Wheat:isPlantable(slot, update) return false end return self.inv[slot].tags["forge:seeds"] == true +end + +function Wheat:getPlantable(update) + self:assertInvUpdate(update) + end \ No newline at end of file