From 49391a733b8d2f6dfb8b00ca1a1a591db336a14d Mon Sep 17 00:00:00 2001 From: osmarks Date: Mon, 13 Aug 2018 08:26:16 +0100 Subject: [PATCH] oops --- backend-chests.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-chests.lua b/backend-chests.lua index 8559d79..817f63d 100644 --- a/backend-chests.lua +++ b/backend-chests.lua @@ -37,7 +37,7 @@ local function cache(item, chest, slot) end local function to_wyvern_item(plethora_item) - return { NBT = plethora_item.nbtHash, ID = plethora_item.name, damage = plethora_item, display_name = plethora_item.displayName, count = plethora_item.count } + return { NBT = plethora_item.nbtHash, ID = plethora_item.name, meta = plethora_item.damage, display_name = plethora_item.displayName, count = plethora_item.count } end local index = {}