
-
{ "name": "craftjob", "base": "", "fields": [ { "name": "ship_id", "type": "uint64" }, { "name": "workshop_id", "type": "uint64" }, { "name": "slot", "type": "uint8" }, { "name": "recipe_id", "type": "uint16" }, { "name": "quantity", "type": "uint32" }, { "name": "inputs", "type": "cargo_item[]" } ] }