Paste #116453: Unnamed Denizen Script Paste

Date: 2023/10/14 08:45:20 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link



mcve_hooks:
    type: world
    debug: true
    events:
        on brewing stand brews:
            - announce "Brewing... Going to be: <&e><context.result> <&f>Inventory: <&e><context.inventory.list_contents>"
        after brewing stand brews:
            - announce "All done brewing. <&e><context.result>"

item_potion_water:
    type: item
    material: potion
    mechanisms:
        color: <&3>
        display: <&r><&f>Water Bottle
        potion_effects:
            - <map[type=WATER;upgraded=FALSE;extended=FALSE]>

item_potion_awkward:
    type: item
    material: potion
    mechanisms:
        color: <&3>
        display: <&r><&f>Akward Bottle
        potion_effects:
            - <map[type=AWKWARD;upgraded=FALSE;extended=FALSE]>
    recipes:
        1:
            type: brewing
            input: item_potion_water
            ingredient: nether_wart