Advertisement
Pepijn

Advancement Example 1

May 1st, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "criteria": {
  3.         "Criteria_Name": {
  4.             "trigger": "minecraft:bred_animals",
  5.             "conditions": {
  6.                 "parent": {
  7.                     "type": "minecraft:cow"
  8.                 }
  9.             }
  10.         },
  11.         "Another_Criteria_Name": {
  12.             "trigger": "minecraft:location",
  13.             "conditions": {
  14.                 "biome": "minecraft:desert"
  15.             }
  16.         }
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement