CRAFTANDWAIT(<item[:id]>,[amount],[throw],[verbose])

Category
GUI
Added in
v0.9.1
Permission
mod.macros.script.craft.craftandwait

Queues an auto-crafting request and waits for it to complete

Example

// Crafts only once
CRAFTANDWAIT("planks")

// Crafts 12 planks
CRAFTANDWAIT("planks",12)

// Crafts 12 planks and throws it on the ground
CRAFTANDWAIT("planks",12,true)

// Logs additional messages to the chat window
CRAFTANDWAIT("planks",12,false,true)

See also

Changelog