Skip to main content

🎯 Objectives

StoneCut

Triggers when a player interacts with a crafted item from the Stone Cutter.

Syntax: stoneCut

ParameterSyntaxDefault ValueExplanation
itemQuestItemnoneThe resulting item.
amountamount:Int1The number of resulting items.
Example
items:
stone: simple stone_brick_slab
topaz: craftEngine default:topaz

objectives:
testCut: stoneCut stone amount:2
topazCut: stoneCut topaz amount:4
important

The item requires a definition of items!

Smith

Triggers when a player interacts with a crafted item from the Stone Cutter.

Syntax: smith

ParameterSyntaxDefault ValueExplanation
itemQuestItemnoneThe resulting item.
amountamount:Int1The number of resulting items.
Example
items:
netherite_sword: simple netherite_sword
topaz_bow: craftEngine default:topaz_bow

objectives:
netheriteSwordSmith: smith netherite_sword
topazBowSmith: smith topaz_bow
important

The item requires a definition of items!