Advertisement
Pepijn

custom/stuff/root.json

May 1st, 2017
752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.83 KB | None | 0 0
  1. {
  2.     "display": {
  3.         "icon": {
  4.             "item": "minecraft:planks",
  5.             "data": 2
  6.         },
  7.         "title": "A Root",
  8.         "description": "The root of this tree.",
  9.         "background": "minecraft:textures/gui/advancements/backgrounds/stone.png",
  10.         "frame": "task",
  11.         "show_toast": true,
  12.         "announce_to_chat": true
  13.     },
  14.     "criteria": {
  15.         "Criteria_Name": {
  16.             "trigger": "minecraft:bred_animals",
  17.             "conditions": {
  18.                 "parent": {
  19.                     "type": "minecraft:cow"
  20.                 }
  21.             }
  22.         }
  23.     },
  24.     "rewards": {
  25.         "recipes": ["minecraft:stone_pickaxe","minecraft:enchanting_table"],
  26.         "loot": ["minecraft:entities/enderman", "minecraft:chests/simple_dungeon"],
  27.         "experience": 20,
  28.         "commands": [
  29.             "/say @s has completed this advancement",
  30.             "/give @s ender_pearl 1 0"
  31.         ]
  32.     }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement