Advertisement
Pepijn

custom/otherstuff/BranchA_advancement.json

May 1st, 2017
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.65 KB | None | 0 0
  1. {
  2.     "display": {
  3.         "icon": {
  4.             "item": "minecraft:stick"
  5.         },
  6.         "title": "Branch",
  7.         "description": "One branch of the tree.",
  8.         "frame": "task"
  9.     },
  10.     "parent":"custom:stuff/root",
  11.     "criteria": {
  12.         "Criteria_Name": {
  13.             "trigger": "minecraft:inventory_changed",
  14.             "conditions": {
  15.                 "items": [
  16.                     {
  17.                         "item": "minecraft:stone",
  18.                         "data": 0
  19.                     },
  20.                     {
  21.                         "item": "minecraft:enchanting_table"
  22.                     }
  23.                 ]
  24.             }
  25.         }
  26.     },
  27.     "rewards": {
  28.         "experience": 20
  29.     }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement