Craft With Character Step
Introduction
Opens the crafting interface with a specific character for collaborative crafting.
Interface
interface CraftWithCharacterStep {
kind: 'craftWithCharacter';
condition?: string;
character: string;
}
Properties
kind- Always'craftWithCharacter'character- Character to craft withcondition(optional) - Conditional execution
Examples
Basic Collaborative Crafting
{
kind: 'craftWithCharacter',
character: 'MasterCraftsman'
}