oops
This commit is contained in:
parent
43f8b9ac28
commit
49391a733b
@ -37,7 +37,7 @@ local function cache(item, chest, slot)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function to_wyvern_item(plethora_item)
|
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
|
end
|
||||||
|
|
||||||
local index = {}
|
local index = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user