Paste #32102: Untitled Paste

Date: 2016/03/28 19:30:54 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


CowSpawnerFix:
  type: world
  events:
    on brewing stand brews:
    - wait 4s
    - if <player.inventory.contains<[373:8233]>
      - define PotAmount <in@inventory.quantity<[373:8233]>
      - take 373:8233 qty:<def[PotAmount]>
      - give 373:8297 qty:<def[PotAmount]>
      - narrate "<&b>Successfully extended potions."
    }