mmoitems_item_craft_objective
MMOItems Item Craft Objective — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | mmoitems_item_craft_objective |
| Type | Misc |
| Color | Blue_violet |
| Icon | material-symbols:construction |
Fields
| Field | Type | Description |
|---|---|---|
items | List<MMOItemIdentifier> | List of MMOItems to detect. Leave empty to detect any item. |
stationId | String | Single crafting station ID filter (legacy). Prefer stationIds for multiple stations. |
stationIds | List<String> | List of crafting station IDs to accept. Merged with stationId. Leave empty to accept any station. |
detectInstantRecipe | Boolean | Whether to detect instant recipes (items crafted immediately) |
detectCraftingQueue | Boolean | Whether to detect items claimed from crafting queue (non-instant recipes) |
detectUpgradeRecipe | Boolean | Whether to detect upgrade recipes |
Usage Example
- entry: mmoitems_item_craft_objective
name: "MMOItems Item Craft Objective"
items: []
stationId: ""
stationIds: []
detectInstantRecipe: false
detectCraftingQueue: false
detectUpgradeRecipe: false