CRAFT
CRAFT(<item[:damage]>,[amount],[throw],[verbose])
Type: Action
Category: GUI
Permission: mod.macros.script.craft.craft
Since Minecraft Version: v1.3
Since Version: v0.9
Minor: 9
API: N/A
Patch: N/A
Description
Queues an auto-crafting request
Example
// Crafts only once
CRAFT("planks")
// Crafts 12 planks
CRAFT("planks",12)
// Crafts 12 planks and throws it on the ground
CRAFT("planks",12,true)
// Logs additional messages to the chat window
CRAFT("planks",12,false,true)
Useful Links
Changelog
- Added em v0.9:
- Updated em v0.12.1: Available again
- Updated em v0.11.3: New internal algorithm
- Fixed em v0.9.9: Recipes with wildcard block types work now
- Fixed em v0.9.4: Parses variables correctly