Update 'Turtle/Wheat.lua'

This commit is contained in:
manuel 2023-01-08 14:24:11 +00:00
parent 86d41a2364
commit 71e4a2b6b2

View File

@ -20,3 +20,8 @@ function Wheat:isPlantable(slot, update)
end
return self.inv[slot].tags["forge:seeds"] == true
end
function Wheat:getPlantable(update)
self:assertInvUpdate(update)
end