
-
{ "name": "craft", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "recipe_id", "type": "uint16" }, { "name": "quantity", "type": "uint32" }, { "name": "inputs", "type": "cargo_item[]" }, { "name": "target", "type": "uint64?" }, { "name": "slot", "type": "uint8?" } ] }