aboutsummaryrefslogtreecommitdiff
path: root/src/main/generated/data/ygasi/advancements/recipes/misc/skill_book.json
blob: b44f4de88b1e22ba5e94bedf7a149b616a4ca0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "parent": "minecraft:recipes/root",
  "criteria": {
    "has_book": {
      "trigger": "minecraft:impossible"
    },
    "has_the_recipe": {
      "conditions": {
        "recipe": "ygasi:skill_book"
      },
      "trigger": "minecraft:recipe_unlocked"
    }
  },
  "requirements": [
    [
      "has_book",
      "has_the_recipe"
    ]
  ],
  "rewards": {
    "recipes": [
      "ygasi:skill_book"
    ]
  }
}