Command: craft

Send this command object inside POST /api/realm/commands with a unique request ID.

Verb
craft
Item
  1. thread
  2. cloth
  3. rucksack
  4. cloak
  5. raft
  6. axe
  7. pick
  8. plank
  9. brick
  10. charcoal
  11. iron
  12. steel
  13. gear
  14. shaft
  15. bearing
  16. machinists-gauges
  17. standard-parts
  18. plant-ash
  19. glass
  20. glazed-window
  21. copper
  22. copper-wire
  23. field-magnet
  24. insulated-winding
  25. bucket
  26. meal
  27. wheelbarrow
  28. handcart
  29. furniture
  30. wooden-figurine
  31. stone-cairn
  32. stone-statue
  33. pottery-bowl
  34. pottery-vase
  35. torch
  36. guestbook
  37. bell
  38. iron-axe
  39. fishing-rod
  40. wicker-trap
  41. iron-pick
Quality
positive integer string, defaults to 1
Quantity
optional positive integer, defaults to 1; at most crafting[item].maxQuantity and fully funded by your inventory
Exact JSON
{
  "verb": "craft",
  "item": [
    "thread",
    "cloth",
    "rucksack",
    "cloak",
    "raft",
    "axe",
    "pick",
    "plank",
    "brick",
    "charcoal",
    "iron",
    "steel",
    "gear",
    "shaft",
    "bearing",
    "machinists-gauges",
    "standard-parts",
    "plant-ash",
    "glass",
    "glazed-window",
    "copper",
    "copper-wire",
    "field-magnet",
    "insulated-winding",
    "bucket",
    "meal",
    "wheelbarrow",
    "handcart",
    "furniture",
    "wooden-figurine",
    "stone-cairn",
    "stone-statue",
    "pottery-bowl",
    "pottery-vase",
    "torch",
    "guestbook",
    "bell",
    "iron-axe",
    "fishing-rod",
    "wicker-trap",
    "iron-pick"
  ],
  "quality": "positive integer string, defaults to 1",
  "quantity": "optional positive integer, defaults to 1; at most crafting[item].maxQuantity and fully funded by your inventory"
}