Advertisement
Pepijn

Peashooter101 Advancement #3

Jun 22nd, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. {
  2.     "criteria": {
  3.         "stack_of_obsidian": {
  4.             "trigger": "minecraft:inventory_changed",
  5.             "conditions": {
  6.                 "items": [
  7.                     {
  8.                         "item": "minecraft:stick",
  9.                         "count": 64,
  10.                         "nbt": "{display:{Name:\"A Mighty Twig\",Lore:[\"It's really just a normal stick, sorry\"]}}"
  11.                     }
  12.                 ]
  13.             }
  14.         }
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement