(Official) LUA Scripting Documentation
blueprint_material
Define the material for a blueprint (crafting recipe) slot.
Spec:
blueprint_material(
long item_id,
long slot_id,
long slot_item_id,
long slot_qty,
long slot_durability)
Parameters
item_id: The item being craftedslot_id: The slot number for this material (1 - 9)slot_item_id: The material item for this slotslot_qty: The qty needed of the slot item for a single craftslot_durability: The durability subtracted from the slot item on a single craft
Incomplete
This documentation is incomplete