fixed turtle inspect tags type
This commit is contained in:
parent
f45660c7bd
commit
3f5f304297
@ -16,7 +16,7 @@ extern class TurtleItemDetail {
|
||||
|
||||
extern class TurtleBlockDetail {
|
||||
public var name:String;
|
||||
public var metadata:Int;
|
||||
public var tags:lua.Table<String, Bool>;
|
||||
public var state:Dynamic;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user