plethora import/export support

This commit is contained in:
kepler155c
2018-03-29 21:50:27 -04:00
parent 0441662514
commit dc67a4e9ac
4 changed files with 17 additions and 27 deletions

View File

@@ -113,12 +113,6 @@ function ChestAdapter:getItemInfo(item)
return self.cache[key]
end
function ChestAdapter:craft()
end
function ChestAdapter:craftItems()
end
function ChestAdapter:getPercentUsed()
if self.cache and self.getDrawerCount then
return math.floor(Util.size(self.cache) / self.getDrawerCount() * 100)