Aller au contenu principal

mmoitems_item_craft_objective

MMOItems Item Craft Objective — misc entry.

Entry Information

PropertyValue
Entry IDmmoitems_item_craft_objective
TypeMisc
ColorBlue_violet
Iconmaterial-symbols:construction

Fields

FieldTypeDescription
itemsList<MMOItemIdentifier>List of MMOItems to detect. Leave empty to detect any item.
stationIdStringSingle crafting station ID filter (legacy). Prefer stationIds for multiple stations.
stationIdsList<String>List of crafting station IDs to accept. Merged with stationId. Leave empty to accept any station.
detectInstantRecipeBooleanWhether to detect instant recipes (items crafted immediately)
detectCraftingQueueBooleanWhether to detect items claimed from crafting queue (non-instant recipes)
detectUpgradeRecipeBooleanWhether 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