Paste #48424: Edit of P#48423 - Untitled Paste

Date: 2018/07/07 04:11:46 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


glowdrop:
  type: world
  events:
    on player breaks glowstone:
    - determine passively cancelled
    - if - if <player.item_in_hand.material.contains[pickaxe]> && <player.item_in_hand.enchantments.contains[silk]> {
      - drop i@glowstone <c.location> qty:1
      } else {
      - drop i@glowstone_dust <c.location> qty:4
      }