From 71e4a2b6b201c11c807d440248d9aaa610c866de Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 8 Jan 2023 14:24:11 +0000 Subject: [PATCH] Update 'Turtle/Wheat.lua' --- Turtle/Wheat.lua | 5 +++++ 1 file changed, 5 insertions(+) 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