Advertisement
Pepijn

custom/otherstuff/BranchA_advancement.json

May 1st, 2017
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.46 KB | None | 0 0
  1. {
  2.     "parent":"custom:stuff/root",
  3.     "criteria": {
  4.         "Criteria_Name": {
  5.             "trigger": "minecraft:inventory_changed",
  6.             "conditions": {
  7.                 "items": [
  8.                     {
  9.                         "item": "minecraft:stone",
  10.                         "data": 0
  11.                     },
  12.                     {
  13.                         "item": "minecraft:enchanting_table"
  14.                     }
  15.                 ]
  16.             }
  17.         }
  18.     },
  19.     "rewards": {
  20.         "experience": 20
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement