From 8d8c18c3dbcd01c7463d3031384bd4a0c9490265 Mon Sep 17 00:00:00 2001 From: kepler155c Date: Fri, 2 Feb 2018 16:50:55 -0500 Subject: [PATCH] handle AE again --- apis/chestAdapter18.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/chestAdapter18.lua b/apis/chestAdapter18.lua index 1bcb5c3..474ded1 100644 --- a/apis/chestAdapter18.lua +++ b/apis/chestAdapter18.lua @@ -45,7 +45,7 @@ function ChestAdapter:getItemDetails(index, item) end return detail else - local detail = self.findItem(item) + local detail = self.findItems(item) if detail then return detail.getMetadata() end