Untitled

 avatar
unknown
plain_text
a year ago
1.1 kB
9
Indexable
steel-sword:
    
        # The item which the recipe gives
        output:
            type: SWORD
            id: STEEL_SWORD
            amount: 1
        
        # Time it takes to craft the item
        crafting-time: 3
        
        # Recipe options
        options:
            output-item: true # Set to false to give no item
            silent-craft: false # No sound when item is claimed
            hide-when-locked: false # Hide in the GUI when conditions are not met
        
        # Conditions to unlock the recipe
        conditions:
        - 'placeholder{placeholder="%heroes_prof_name%~equals~herreria";display="Requires Herreria profession"}'
        - 'placeholder{placeholder="%heroes_prof_lvl%~>=~40";display="Requires Hereria level > 40"}'
        # Ingredients needed for the recipe
        # Available properties: type, id, amount, display, level (optional)
        ingredients:
        - mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}
        - vanilla{type=STICK,amount=2,display="Wooden Stick"}
Editor is loading...
Leave a Comment