added nbt to ReducedItemInfo

This commit is contained in:
Djeeberjr 2024-08-11 22:10:06 +02:00
parent a941f3bbe2
commit 699c9a2ad2

View File

@ -5,6 +5,7 @@ import lua.Table;
interface ReducedItemInfo {
public var count:Int;
public var name:String;
public var nbt:Null<String>;
}
interface DetailedItemInfo extends ReducedItemInfo {