Paste #16864: Edit of P#16863 - Untitled Paste

Date: 2015/06/23 23:26:03 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


BlockCraftingItems:
  type: world
  events:
    on item crafted:
    - define unCraftables li@i@gapple|i@enderchest|i@beacon|i@etable
    - if <context.item.contains_any[<def[unCraftables]>]> {
      - determine CANCELLED
    }