added nbt to ReducedItemInfo
This commit is contained in:
parent
a941f3bbe2
commit
699c9a2ad2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user