Update 'Turtle/Wheat.lua'
This commit is contained in:
parent
86d41a2364
commit
71e4a2b6b2
@ -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
|
Loading…
x
Reference in New Issue
Block a user