diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_boots.json index 2125774..455e432 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_boots.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ghostly_armor_boots" + "recipe": "mcda:ghostly_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:ghostly_armor_boots" + "mcda:ghostly_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_chestplate.json index 7e410d6..3a42f7f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_chestplate.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ghostly_armor_chestplate" + "recipe": "mcda:ghostly_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:ghostly_armor_chestplate" + "mcda:ghostly_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_helmet.json index 5b715a5..5141a34 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_helmet.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ghostly_armor_helmet" + "recipe": "mcda:ghostly_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:ghostly_armor_helmet" + "mcda:ghostly_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_leggings.json index da2dc20..94649df 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/ghostly_leggings.json @@ -59,7 +59,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ghostly_armor_leggings" + "recipe": "mcda:ghostly_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -75,7 +75,7 @@ ], "rewards": { "recipes": [ - "mcda:ghostly_armor_leggings" + "mcda:ghostly_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_boots.json index 0e55a44..b7616be 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:grim_armor_boots" + "recipe": "mcda:grim_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:grim_armor_boots" + "mcda:grim_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_chestplate.json index b8ac051..35c15a1 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_chestplate.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:grim_armor_chestplate" + "recipe": "mcda:grim_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:grim_armor_chestplate" + "mcda:grim_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_helmet.json index 7d91f72..2654199 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_helmet.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:grim_armor_helmet" + "recipe": "mcda:grim_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:grim_armor_helmet" + "mcda:grim_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_leggings.json index da72db8..1638d28 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/grim_armor_leggings.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:grim_armor_leggings" + "recipe": "mcda:grim_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:grim_armor_leggings" + "mcda:grim_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_boots.json index d2d75f4..78545a5 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:guards_armor_boots" + "recipe": "mcda:guards_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:guards_armor_boots" + "mcda:guards_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_chestplate.json index 8f8cdf9..568ac2c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_chestplate.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:guards_armor_chestplate" + "recipe": "mcda:guards_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:guards_armor_chestplate" + "mcda:guards_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_helmet.json index 23a45a4..c0a5141 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_helmet.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:guards_armor_helmet" + "recipe": "mcda:guards_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:guards_armor_helmet" + "mcda:guards_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_leggings.json index 937d544..f104f1f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/guards_armor_leggings.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:guards_armor_leggings" + "recipe": "mcda:guards_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:guards_armor_leggings" + "mcda:guards_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_boots.json index f04564d..c401a39 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:living_vines_armor_boots" + "recipe": "mcda:living_vines_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:living_vines_armor_boots" + "mcda:living_vines_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_chestplate.json index 2a7c8c9..765dbcd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_chestplate.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:living_vines_armor_chestplate" + "recipe": "mcda:living_vines_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:living_vines_armor_chestplate" + "mcda:living_vines_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_helmet.json index b24582b..9fccd0d 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_helmet.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:living_vines_armor_helmet" + "recipe": "mcda:living_vines_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:living_vines_armor_helmet" + "mcda:living_vines_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_leggings.json index 1019a90..c29a861 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/living_vines_armor_leggings.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:living_vines_armor_leggings" + "recipe": "mcda:living_vines_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:living_vines_armor_leggings" + "mcda:living_vines_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_boots.json index d139301..8f4283d 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:mercenary_armor_boots" + "recipe": "mcda:mercenary_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:mercenary_armor_boots" + "mcda:mercenary_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_chestplate.json index ad9c41d..32bc261 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_chestplate.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:mercenary_armor_chestplate" + "recipe": "mcda:mercenary_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:mercenary_armor_chestplate" + "mcda:mercenary_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_helmet.json index d44d7b2..8c3d08f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_helmet.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:mercenary_armor_helmet" + "recipe": "mcda:mercenary_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:mercenary_armor_helmet" + "mcda:mercenary_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_leggings.json index 6a2cbf1..0ac25ee 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mercenary_armor_leggings.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:mercenary_armor_leggings" + "recipe": "mcda:mercenary_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:mercenary_armor_leggings" + "mcda:mercenary_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_boots.json index d3eb249..fcfd79a 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:blue_mystery_armor_boots" + "recipe": "mcda:mystery_armor_blue_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:blue_mystery_armor_boots" + "mcda:mystery_armor_blue_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_chestplate.json index 792c762..4778ebf 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_chestplate.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:blue_mystery_armor_chestplate" + "recipe": "mcda:mystery_armor_blue_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:blue_mystery_armor_chestplate" + "mcda:mystery_armor_blue_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_helmet.json index be42c80..9fb7f3f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_helmet.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:blue_mystery_armor_helmet" + "recipe": "mcda:mystery_armor_blue_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:blue_mystery_armor_helmet" + "mcda:mystery_armor_blue_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_leggings.json index fe83388..8b7c388 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_blue_leggings.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:blue_mystery_armor_leggings" + "recipe": "mcda:mystery_armor_blue_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:blue_mystery_armor_leggings" + "mcda:mystery_armor_blue_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_boots.json index bc806ea..2e51df1 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:green_mystery_armor_boots" + "recipe": "mcda:mystery_armor_green_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:green_mystery_armor_boots" + "mcda:mystery_armor_green_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_chestplate.json index 934aba6..072d8bd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_chestplate.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:green_mystery_armor_chestplate" + "recipe": "mcda:mystery_armor_green_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:green_mystery_armor_chestplate" + "mcda:mystery_armor_green_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_helmet.json index 4418369..cd89f31 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_helmet.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:green_mystery_armor_helmet" + "recipe": "mcda:mystery_armor_green_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:green_mystery_armor_helmet" + "mcda:mystery_armor_green_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_leggings.json index 87daee2..389daf1 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_green_leggings.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:green_mystery_armor_leggings" + "recipe": "mcda:mystery_armor_green_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:green_mystery_armor_leggings" + "mcda:mystery_armor_green_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_boots.json index d426681..e4dfc12 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:purple_mystery_armor_boots" + "recipe": "mcda:mystery_armor_purple_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:purple_mystery_armor_boots" + "mcda:mystery_armor_purple_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_chestplate.json index 63902c1..2d83699 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_chestplate.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:purple_mystery_armor_chestplate" + "recipe": "mcda:mystery_armor_purple_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:purple_mystery_armor_chestplate" + "mcda:mystery_armor_purple_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_helmet.json index f8ec16b..ad41673 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_helmet.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:purple_mystery_armor_helmet" + "recipe": "mcda:mystery_armor_purple_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:purple_mystery_armor_helmet" + "mcda:mystery_armor_purple_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_leggings.json index 09c306f..34c1928 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_purple_leggings.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:purple_mystery_armor_leggings" + "recipe": "mcda:mystery_armor_purple_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:purple_mystery_armor_leggings" + "mcda:mystery_armor_purple_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_boots.json index 0b0fada..68ebc17 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:red_mystery_armor_boots" + "recipe": "mcda:mystery_armor_red_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:red_mystery_armor_boots" + "mcda:mystery_armor_red_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_chestplate.json index 111aad6..d7d54f0 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_chestplate.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:red_mystery_armor_chestplate" + "recipe": "mcda:mystery_armor_red_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:red_mystery_armor_chestplate" + "mcda:mystery_armor_red_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_helmet.json index 1edab5b..d4c4a96 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_helmet.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:red_mystery_armor_helmet" + "recipe": "mcda:mystery_armor_red_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:red_mystery_armor_helmet" + "mcda:mystery_armor_red_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_leggings.json index 30ac303..df117cc 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_red_leggings.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:red_mystery_armor_leggings" + "recipe": "mcda:mystery_armor_red_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:red_mystery_armor_leggings" + "mcda:mystery_armor_red_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_boots.json index 3f2c525..d77e0bd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:white_mystery_armor_boots" + "recipe": "mcda:mystery_armor_white_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:white_mystery_armor_boots" + "mcda:mystery_armor_white_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_chestplate.json index 2fc3484..b35c30d 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_chestplate.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:white_mystery_armor_chestplate" + "recipe": "mcda:mystery_armor_white_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:white_mystery_armor_chestplate" + "mcda:mystery_armor_white_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_helmet.json index 0c45831..d196eb2 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_helmet.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:white_mystery_armor_helmet" + "recipe": "mcda:mystery_armor_white_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:white_mystery_armor_helmet" + "mcda:mystery_armor_white_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_leggings.json index 82b9975..506d1bd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/mystery_armor_white_leggings.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:white_mystery_armor_leggings" + "recipe": "mcda:mystery_armor_white_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:white_mystery_armor_leggings" + "mcda:mystery_armor_white_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_boots.json index fa7d636..600ec02 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_boots.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ocelot_armor_boots" + "recipe": "mcda:ocelot_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:ocelot_armor_boots" + "mcda:ocelot_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_chestplate.json index f029a0e..437db9c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_chestplate.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ocelot_armor_chestplate" + "recipe": "mcda:ocelot_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:ocelot_armor_chestplate" + "mcda:ocelot_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_helmet.json index e7cacaf..889bda0 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_helmet.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ocelot_armor_helmet" + "recipe": "mcda:ocelot_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:ocelot_armor_helmet" + "mcda:ocelot_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_leggings.json index 39b5164..21ef966 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/ocelot_armor_leggings.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ocelot_armor_leggings" + "recipe": "mcda:ocelot_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:ocelot_armor_leggings" + "mcda:ocelot_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_boots.json index 22795b8..56df9b1 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_boots.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:phantom_armor_boots" + "recipe": "mcda:phantom_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:phantom_armor_boots" + "mcda:phantom_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_chestplate.json index d6dde77..54d3574 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_chestplate.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:phantom_armor_chestplate" + "recipe": "mcda:phantom_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:phantom_armor_chestplate" + "mcda:phantom_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_helmet.json index d5ca39f..0149118 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_helmet.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:phantom_armor_helmet" + "recipe": "mcda:phantom_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:phantom_armor_helmet" + "mcda:phantom_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_leggings.json index 6c598b6..9908fc9 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/phantom_armor_leggings.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:phantom_armor_leggings" + "recipe": "mcda:phantom_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:phantom_armor_leggings" + "mcda:phantom_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_boots.json index 7b3d3da..43aef84 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_boots.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:plate_armor_boots" + "recipe": "mcda:plate_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:plate_armor_boots" + "mcda:plate_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_chestplate.json index e7c4a23..b764def 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_chestplate.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:plate_armor_chestplate" + "recipe": "mcda:plate_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:plate_armor_chestplate" + "mcda:plate_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_helmet.json index 4c3e27a..be0d3d0 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_helmet.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:plate_armor_helmet" + "recipe": "mcda:plate_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:plate_armor_helmet" + "mcda:plate_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_leggings.json index f64e274..fb9f23e 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/plate_armor_leggings.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:plate_armor_leggings" + "recipe": "mcda:plate_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:plate_armor_leggings" + "mcda:plate_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_boots.json index 0190b38..549bae7 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:reinforced_mail_boots" + "recipe": "mcda:reinforced_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:reinforced_mail_boots" + "mcda:reinforced_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_chestplate.json index e9f5552..ef1d8b2 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_chestplate.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:reinforced_mail_chestplate" + "recipe": "mcda:reinforced_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:reinforced_mail_chestplate" + "mcda:reinforced_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_helmet.json index 4cd2439..07c14d6 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_helmet.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:reinforced_mail_helmet" + "recipe": "mcda:reinforced_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:reinforced_mail_helmet" + "mcda:reinforced_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_leggings.json index 8baf5a7..d045375 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/reinforced_mail_leggings.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:reinforced_mail_leggings" + "recipe": "mcda:reinforced_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:reinforced_mail_leggings" + "mcda:reinforced_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_boots.json index 40f7420..31a5006 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_boots.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:spelunker_armor_boots" + "recipe": "mcda:spelunker_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:spelunker_armor_boots" + "mcda:spelunker_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_chestplate.json index a4d8040..c14d440 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_chestplate.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:spelunker_armor_chestplate" + "recipe": "mcda:spelunker_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:spelunker_armor_chestplate" + "mcda:spelunker_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_helmet.json index e32b493..70f3031 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_helmet.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:spelunker_armor_helmet" + "recipe": "mcda:spelunker_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:spelunker_armor_helmet" + "mcda:spelunker_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_leggings.json index f5df73d..75d5872 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/spelunker_armor_leggings.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:spelunker_armor_leggings" + "recipe": "mcda:spelunker_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:spelunker_armor_leggings" + "mcda:spelunker_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_boots.json index 8b7c514..4e2a555 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:sprout_armor_boots" + "recipe": "mcda:sprout_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:sprout_armor_boots" + "mcda:sprout_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_chestplate.json index 7e0de36..4a5aa7c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_chestplate.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:sprout_armor_chestplate" + "recipe": "mcda:sprout_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:sprout_armor_chestplate" + "mcda:sprout_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_helmet.json index 966c44a..3b31da4 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_helmet.json @@ -47,7 +47,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:sprout_armor_helmet" + "recipe": "mcda:sprout_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -62,7 +62,7 @@ ], "rewards": { "recipes": [ - "mcda:sprout_armor_helmet" + "mcda:sprout_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_leggings.json index 65e585a..bd8f9ed 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/sprout_armor_leggings.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:sprout_armor_leggings" + "recipe": "mcda:sprout_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:sprout_armor_leggings" + "mcda:sprout_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_boots.json index b2f70bc..6e3ba10 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_boots.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:wolf_armor_boots" + "recipe": "mcda:wolf_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:wolf_armor_boots" + "mcda:wolf_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_chestplate.json index d53fad2..374b580 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_chestplate.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:wolf_armor_chestplate" + "recipe": "mcda:wolf_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:wolf_armor_chestplate" + "mcda:wolf_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_helmet.json index f3fa696..6cfa14a 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_helmet.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:wolf_armor_helmet" + "recipe": "mcda:wolf_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:wolf_armor_helmet" + "mcda:wolf_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_leggings.json index ad1c6f2..94524ef 100644 --- a/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/base_armors/wolf_armor_leggings.json @@ -23,7 +23,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:wolf_armor_leggings" + "recipe": "mcda:wolf_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -36,7 +36,7 @@ ], "rewards": { "recipes": [ - "mcda:wolf_armor_leggings" + "mcda:wolf_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/bone_rib_cage.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/bone_rib_cage.json index 92633dd..4bf48f9 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/bone_rib_cage.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/bone_rib_cage.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:bone_rib_cage" + "recipe": "mcda:bone_rib_cage_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:bone_rib_cage" + "mcda:bone_rib_cage_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_black.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_black.json index 5058346..fe86392 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_black.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_black.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_black" + "recipe": "mcda:fabric_bolt_black_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_black" + "mcda:fabric_bolt_black_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_blue.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_blue.json index 90e8215..c91b9d2 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_blue.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_blue.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_blue" + "recipe": "mcda:fabric_bolt_blue_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_blue" + "mcda:fabric_bolt_blue_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_brown.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_brown.json index 829a5d9..e479168 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_brown.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_brown.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_brown" + "recipe": "mcda:fabric_bolt_brown_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_brown" + "mcda:fabric_bolt_brown_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_cyan.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_cyan.json index b0533d6..439241f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_cyan.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_cyan.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_cyan" + "recipe": "mcda:fabric_bolt_cyan_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_cyan" + "mcda:fabric_bolt_cyan_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_gray.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_gray.json index 92b4e22..bf87baa 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_gray.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_gray.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_gray" + "recipe": "mcda:fabric_bolt_gray_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_gray" + "mcda:fabric_bolt_gray_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_green.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_green.json index 0daee3d..f118364 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_green.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_green.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_green" + "recipe": "mcda:fabric_bolt_green_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_green" + "mcda:fabric_bolt_green_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_light_blue.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_light_blue.json index 535aaea..c689062 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_light_blue.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_light_blue.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_light_blue" + "recipe": "mcda:fabric_bolt_light_blue_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_light_blue" + "mcda:fabric_bolt_light_blue_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_light_gray.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_light_gray.json index f166f95..d5fc0cd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_light_gray.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_light_gray.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_light_gray" + "recipe": "mcda:fabric_bolt_light_gray_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_light_gray" + "mcda:fabric_bolt_light_gray_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_lime.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_lime.json index 457e579..89184e4 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_lime.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_lime.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_lime" + "recipe": "mcda:fabric_bolt_lime_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_lime" + "mcda:fabric_bolt_lime_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_magenta.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_magenta.json index 81db5c7..8eed1ba 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_magenta.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_magenta.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_magenta" + "recipe": "mcda:fabric_bolt_magenta_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_magenta" + "mcda:fabric_bolt_magenta_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_orange.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_orange.json index 4ed9098..f899456 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_orange.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_orange.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_orange" + "recipe": "mcda:fabric_bolt_orange_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_orange" + "mcda:fabric_bolt_orange_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_pink.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_pink.json index 31c01f6..3da717a 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_pink.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_pink.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_pink" + "recipe": "mcda:fabric_bolt_pink_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_pink" + "mcda:fabric_bolt_pink_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_purple.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_purple.json index dc77a9c..1cf5b03 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_purple.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_purple.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_purple" + "recipe": "mcda:fabric_bolt_purple_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_purple" + "mcda:fabric_bolt_purple_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_red.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_red.json index 6a1ae59..5461ef0 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_red.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_red.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_red" + "recipe": "mcda:fabric_bolt_red_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_red" + "mcda:fabric_bolt_red_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_white.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_white.json index 08fef82..91a6d5c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_white.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_white.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_white" + "recipe": "mcda:fabric_bolt_white_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_white" + "mcda:fabric_bolt_white_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_yellow.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_yellow.json index 12e5569..e6f52be 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_yellow.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/fabric_bolt_yellow.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fabric_bolt_yellow" + "recipe": "mcda:fabric_bolt_yellow_c" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:fabric_bolt_yellow" + "mcda:fabric_bolt_yellow_c" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_blue.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_blue.json index 3b9f226..ebc94e5 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_blue.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_blue.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gemstone_blue" + "recipe": "mcda:recipe_gemstone_blue" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:gemstone_blue" + "mcda:recipe_gemstone_blue" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_green.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_green.json index 52f207f..a705908 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_green.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_green.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gemstone_green" + "recipe": "mcda:recipe_gemstone_green" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:gemstone_green" + "mcda:recipe_gemstone_green" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_purple.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_purple.json index 0252e10..b10a80c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_purple.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_purple.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gemstone_purple" + "recipe": "mcda:recipe_gemstone_purple" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:gemstone_purple" + "mcda:recipe_gemstone_purple" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_red.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_red.json index 1bca9ae..2c44d02 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_red.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_red.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gemstone_red" + "recipe": "mcda:recipe_gemstone_red" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:gemstone_red" + "mcda:recipe_gemstone_red" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_white.json b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_white.json index 0b371ce..8bc24bb 100644 --- a/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_white.json +++ b/src/main/resources/data/mcda/advancements/recipes/crafting_items/gemstone_white.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gemstone_white" + "recipe": "mcda:recipe_gemstone_white" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:gemstone_white" + "mcda:recipe_gemstone_white" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_boots.json index cc0a0df..253f81f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_boots.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:archers_boots" + "recipe": "mcda:upgrade_archers_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:archers_boots" + "mcda:upgrade_archers_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_chestplate.json index 0632b1c..ef4627a 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:archers_chestplate" + "recipe": "mcda:upgrade_archers_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:archers_chestplate" + "mcda:upgrade_archers_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_helmet.json index da003c3..3f1bc3b 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_helmet.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:archers_helmet" + "recipe": "mcda:upgrade_archers_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:archers_helmet" + "mcda:upgrade_archers_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_leggings.json index f5681b5..49f38a9 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/archers_leggings.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:archers_leggings" + "recipe": "mcda:upgrade_archers_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:archers_leggings" + "mcda:upgrade_archers_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_boots.json index fee96fe..a5ab9e4 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:arctic_fox_armor_boots" + "recipe": "mcda:arctic_fox_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:arctic_fox_armor_boots" + "mcda:arctic_fox_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_chestplate.json index 83b7599..c1d362d 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:arctic_fox_armor_chestplate" + "recipe": "mcda:arctic_fox_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:arctic_fox_armor_chestplate" + "mcda:arctic_fox_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_helmet.json index d35534d..e364336 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:arctic_fox_armor_helmet" + "recipe": "mcda:arctic_fox_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:arctic_fox_armor_helmet" + "mcda:arctic_fox_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_leggings.json index e3a4499..706a2c2 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/arctic_fox_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:arctic_fox_armor_leggings" + "recipe": "mcda:arctic_fox_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:arctic_fox_armor_leggings" + "mcda:arctic_fox_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_boots.json index b1ff21e..bc1ec8b 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:beehive_armor_boots" + "recipe": "mcda:upgrade_beehive_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:beehive_armor_boots" + "mcda:upgrade_beehive_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_chestplate.json index 0bc8639..66c2c3c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:beehive_armor_chestplate" + "recipe": "mcda:upgrade_beehive_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:beehive_armor_chestplate" + "mcda:upgrade_beehive_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_helmet.json index b6f6771..70bb8b4 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:beehive_armor_helmet" + "recipe": "mcda:upgrade_beehive_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:beehive_armor_helmet" + "mcda:upgrade_beehive_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_leggings.json index cf9bf61..36460a2 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/beehive_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:beehive_armor_leggings" + "recipe": "mcda:upgrade_beehive_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:beehive_armor_leggings" + "mcda:upgrade_beehive_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_boots.json index 3fe2a04..a39aada 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:black_wolf_armor_boots" + "recipe": "mcda:upgrade_black_wolf_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:black_wolf_armor_boots" + "mcda:upgrade_black_wolf_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_chestplate.json index 0916ade..21f1b49 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:black_wolf_armor_chestplate" + "recipe": "mcda:upgrade_black_wolf_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:black_wolf_armor_chestplate" + "mcda:upgrade_black_wolf_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_helmet.json index 549c721..d7da518 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:black_wolf_armor_helmet" + "recipe": "mcda:upgrade_black_wolf_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:black_wolf_armor_helmet" + "mcda:upgrade_black_wolf_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_leggings.json index f51c415..1cdb918 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/black_wolf_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:black_wolf_armor_leggings" + "recipe": "mcda:upgrade_black_wolf_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:black_wolf_armor_leggings" + "mcda:upgrade_black_wolf_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_boots.json index 62012a2..c71d636 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:cauldron_armor_boots" + "recipe": "mcda:upgrade_cauldron_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:cauldron_armor_boots" + "mcda:upgrade_cauldron_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_chestplate.json index 457dd91..9765d5b 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_chestplate.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:cauldron_armor_chestplate" + "recipe": "mcda:upgrade_cauldron_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:cauldron_armor_chestplate" + "mcda:upgrade_cauldron_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_helmet.json index ead6276..fcbd6cd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:cauldron_armor_helmet" + "recipe": "mcda:upgrade_cauldron_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:cauldron_armor_helmet" + "mcda:upgrade_cauldron_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_leggings.json index 231305e..d535d96 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cauldron_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:cauldron_armor_leggings" + "recipe": "mcda:upgrade_cauldron_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:cauldron_armor_leggings" + "mcda:upgrade_cauldron_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_boots.json index e2f66ff..b9a764c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:cave_crawler_boots" + "recipe": "mcda:upgrade_cave_crawler_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:cave_crawler_boots" + "mcda:upgrade_cave_crawler_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_chestplate.json index 490029d..3e1d8f6 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:cave_crawler_chestplate" + "recipe": "mcda:upgrade_cave_crawler_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:cave_crawler_chestplate" + "mcda:upgrade_cave_crawler_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_helmet.json index b76e97e..86bb91c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:cave_crawler_helmet" + "recipe": "mcda:upgrade_cave_crawler_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:cave_crawler_helmet" + "mcda:upgrade_cave_crawler_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_leggings.json index 02ebca5..1dec607 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/cave_crawler_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:cave_crawler_leggings" + "recipe": "mcda:upgrade_cave_crawler_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:cave_crawler_leggings" + "mcda:upgrade_cave_crawler_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_boots.json index d72405a..e7a9e05 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:curious_armor_boots" + "recipe": "mcda:upgrade_curious_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:curious_armor_boots" + "mcda:upgrade_curious_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_chestplate.json index 7886f1c..2f912fc 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:curious_armor_chestplate" + "recipe": "mcda:upgrade_curious_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:curious_armor_chestplate" + "mcda:upgrade_curious_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_helmet.json index 16c94eb..0f8e83b 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:curious_armor_helmet" + "recipe": "mcda:upgrade_curious_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:curious_armor_helmet" + "mcda:upgrade_curious_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_leggings.json index 8ce6cb2..4ff7306 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/curious_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:curious_armor_leggings" + "recipe": "mcda:upgrade_curious_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:curious_armor_leggings" + "mcda:upgrade_curious_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_chestplate.json index a4be8e4..c04792d 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ember_robe_chestplate" + "recipe": "mcda:upgrade_ember_robe_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:ember_robe_chestplate" + "mcda:upgrade_ember_robe_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_helmet.json index 521682a..f24e55c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ember_robe_helmet" + "recipe": "mcda:upgrade_ember_robe_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:ember_robe_helmet" + "mcda:upgrade_ember_robe_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_leggings.json index d7f3461..75c6a55 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ember_robe_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ember_robe_leggings" + "recipe": "mcda:upgrade_ember_robe_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:ember_robe_leggings" + "mcda:upgrade_ember_robe_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_boots.json index 93125d6..aea93fa 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fox_armor_boots" + "recipe": "mcda:upgrade_fox_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:fox_armor_boots" + "mcda:upgrade_fox_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_chestplate.json index 707cd2c..eb12ead 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fox_armor_chestplate" + "recipe": "mcda:upgrade_fox_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:fox_armor_chestplate" + "mcda:upgrade_fox_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_helmet.json index de5b455..fb19f2e 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fox_armor_helmet" + "recipe": "mcda:upgrade_fox_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:fox_armor_helmet" + "mcda:upgrade_fox_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_leggings.json index a71c70e..31034ce 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/fox_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:fox_armor_leggings" + "recipe": "mcda:upgrade_fox_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:fox_armor_leggings" + "mcda:upgrade_fox_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_boots.json index d03fe2d..2ef3afd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:frost_armor_boots" + "recipe": "mcda:upgrade_frost_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:frost_armor_boots" + "mcda:upgrade_frost_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_chestplate.json index 11e9ccf..3170f98 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:frost_armor_chestplate" + "recipe": "mcda:upgrade_frost_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:frost_armor_chestplate" + "mcda:upgrade_frost_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_helmet.json index bc5a9d2..ed7187a 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:frost_armor_helmet" + "recipe": "mcda:upgrade_frost_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:frost_armor_helmet" + "mcda:upgrade_frost_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_leggings.json index 2881f52..10ac0d3 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:frost_armor_leggings" + "recipe": "mcda:upgrade_frost_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:frost_armor_leggings" + "mcda:upgrade_frost_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_boots.json index 14c95c5..7138332 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:frost_bite_armor_boots" + "recipe": "mcda:upgrade_frost_bite_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:frost_bite_armor_boots" + "mcda:upgrade_frost_bite_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_chestplate.json index 261469d..91208fa 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:frost_bite_armor_chestplate" + "recipe": "mcda:upgrade_frost_bite_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:frost_bite_armor_chestplate" + "mcda:upgrade_frost_bite_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_helmet.json index a7a8d98..4e426c8 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:frost_bite_armor_helmet" + "recipe": "mcda:upgrade_frost_bite_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:frost_bite_armor_helmet" + "mcda:upgrade_frost_bite_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_leggings.json index 3f48cfc..a2a49fc 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/frost_bite_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:frost_bite_armor_leggings" + "recipe": "mcda:upgrade_frost_bite_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:frost_bite_armor_leggings" + "mcda:upgrade_frost_bite_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_boots.json index 27254c8..65a2bbc 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:full_metal_armor_boots" + "recipe": "mcda:upgrade_full_metal_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:full_metal_armor_boots" + "mcda:upgrade_full_metal_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_chestplate.json index cef28bc..72ad9af 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:full_metal_armor_chestplate" + "recipe": "mcda:upgrade_full_metal_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:full_metal_armor_chestplate" + "mcda:upgrade_full_metal_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_helmet.json index 8f7f84d..61c8aa2 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:full_metal_armor_helmet" + "recipe": "mcda:upgrade_full_metal_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:full_metal_armor_helmet" + "mcda:upgrade_full_metal_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_leggings.json index 9107a00..57642ff 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/full_metal_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:full_metal_armor_leggings" + "recipe": "mcda:upgrade_full_metal_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:full_metal_armor_leggings" + "mcda:upgrade_full_metal_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_boots.json index 422a6de..756a580 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ghost_kindler_boots" + "recipe": "mcda:upgrade_ghost_kindler_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:ghost_kindler_boots" + "mcda:upgrade_ghost_kindler_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_chestplate.json index 419b4f2..0a47f1f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ghost_kindler_chestplate" + "recipe": "mcda:upgrade_ghost_kindler_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:ghost_kindler_chestplate" + "mcda:upgrade_ghost_kindler_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_helmet.json index a98e97e..d3cdc28 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ghost_kindler_helmet" + "recipe": "mcda:upgrade_ghost_kindler_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:ghost_kindler_helmet" + "mcda:upgrade_ghost_kindler_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_leggings.json index 2a1c338..9e4f680 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/ghost_kindler_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:ghost_kindler_leggings" + "recipe": "mcda:upgrade_ghost_kindler_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:ghost_kindler_leggings" + "mcda:upgrade_ghost_kindler_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_boots.json index 85448b5..1e37626 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gilded_glory_boots" + "recipe": "mcda:upgrade_gilded_glory_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:gilded_glory_boots" + "mcda:upgrade_gilded_glory_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_chestplate.json index 14e98df..3f17434 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gilded_glory_chestplate" + "recipe": "mcda:upgrade_gilded_glory_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:gilded_glory_chestplate" + "mcda:upgrade_gilded_glory_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_helmet.json index 284e30d..9962541 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gilded_glory_helmet" + "recipe": "mcda:upgrade_gilded_glory_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:gilded_glory_helmet" + "mcda:upgrade_gilded_glory_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_leggings.json index c73757c..19ee78c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gilded_glory_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gilded_glory_leggings" + "recipe": "mcda:upgrade_gilded_glory_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:gilded_glory_leggings" + "mcda:upgrade_gilded_glory_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_boots.json index a698e85..836415b 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:glow_squid_armor_boots" + "recipe": "mcda:upgrade_glow_squid_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:glow_squid_armor_boots" + "mcda:upgrade_glow_squid_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_chestplate.json index 2d09570..121e5e3 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:glow_squid_armor_chestplate" + "recipe": "mcda:upgrade_glow_squid_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:glow_squid_armor_chestplate" + "mcda:upgrade_glow_squid_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_helmet.json index 9b51d58..99e3ba1 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:glow_squid_armor_helmet" + "recipe": "mcda:upgrade_glow_squid_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:glow_squid_armor_helmet" + "mcda:upgrade_glow_squid_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_leggings.json index 88b3c6d..15d7b33 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/glow_squid_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:glow_squid_armor_leggings" + "recipe": "mcda:upgrade_glow_squid_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:glow_squid_armor_leggings" + "mcda:upgrade_glow_squid_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_boots.json index 0c66860..6196d44 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:golden_piglin_armor_boots" + "recipe": "mcda:upgrade_golden_piglin_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:golden_piglin_armor_boots" + "mcda:upgrade_golden_piglin_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_chestplate.json index 6bb84fb..34fc784 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:golden_piglin_armor_chestplate" + "recipe": "mcda:upgrade_golden_piglin_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:golden_piglin_armor_chestplate" + "mcda:upgrade_golden_piglin_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_helmet.json index 3a64df4..874ff03 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:golden_piglin_armor_helmet" + "recipe": "mcda:upgrade_golden_piglin_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:golden_piglin_armor_helmet" + "mcda:upgrade_golden_piglin_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_leggings.json index a3b8619..54c2451 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/golden_piglin_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:golden_piglin_armor_leggings" + "recipe": "mcda:upgrade_golden_piglin_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:golden_piglin_armor_leggings" + "mcda:upgrade_golden_piglin_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_boots.json index 92b7df5..963a011 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gourdian_armor_boots" + "recipe": "mcda:upgrade_gourdian_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:gourdian_armor_boots" + "mcda:upgrade_gourdian_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_chestplate.json index 1e524e3..84ad412 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gourdian_armor_chestplate" + "recipe": "mcda:upgrade_gourdian_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:gourdian_armor_chestplate" + "mcda:upgrade_gourdian_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_helmet.json index 6261cc4..8345b6c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gourdian_armor_helmet" + "recipe": "mcda:upgrade_gourdian_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:gourdian_armor_helmet" + "mcda:upgrade_gourdian_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_leggings.json index 77b48ad..42bfb1d 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/gourdian_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:gourdian_armor_leggings" + "recipe": "mcda:upgrade_gourdian_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:gourdian_armor_leggings" + "mcda:upgrade_gourdian_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_boots.json index 15a0daa..5027a48 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:heros_armor_boots" + "recipe": "mcda:upgrade_heros_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:heros_armor_boots" + "mcda:upgrade_heros_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_chestplate.json index 01d65f1..701ebc7 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:heros_armor_chestplate" + "recipe": "mcda:upgrade_heros_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:heros_armor_chestplate" + "mcda:upgrade_heros_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_helmet.json index 68a2439..2f679a0 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:heros_armor_helmet" + "recipe": "mcda:upgrade_heros_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:heros_armor_helmet" + "mcda:upgrade_heros_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_leggings.json index 71a6af1..a5dc15a 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/heros_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:heros_armor_leggings" + "recipe": "mcda:upgrade_heros_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:heros_armor_leggings" + "mcda:upgrade_heros_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_boots.json index 9b5c25d..93480d6 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:highland_armor_boots" + "recipe": "mcda:upgrade_highland_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:highland_armor_boots" + "mcda:upgrade_highland_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_chestplate.json index aab0b3c..9c5a548 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:highland_armor_chestplate" + "recipe": "mcda:upgrade_highland_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:highland_armor_chestplate" + "mcda:upgrade_highland_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_helmet.json index e6f95d1..ae6c34a 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_helmet.json @@ -35,7 +35,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:highland_armor_helmet" + "recipe": "mcda:upgrade_highland_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -49,7 +49,7 @@ ], "rewards": { "recipes": [ - "mcda:highland_armor_helmet" + "mcda:upgrade_highland_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_leggings.json index 9bbb28f..8741644 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/highland_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:highland_armor_leggings" + "recipe": "mcda:upgrade_highland_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:highland_armor_leggings" + "mcda:upgrade_highland_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_boots.json index 24b62cc..9c7cf13 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:hungry_horror_boots" + "recipe": "mcda:upgrade_hungry_horror_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:hungry_horror_boots" + "mcda:upgrade_hungry_horror_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_chestplate.json index 7d36870..6161e0f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:hungry_horror_chestplate" + "recipe": "mcda:upgrade_hungry_horror_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:hungry_horror_chestplate" + "mcda:upgrade_hungry_horror_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_helmet.json index 356e37a..10b078e 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:hungry_horror_helmet" + "recipe": "mcda:upgrade_hungry_horror_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:hungry_horror_helmet" + "mcda:upgrade_hungry_horror_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_leggings.json index 719d9a8..d2e3a5a 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/hungry_horror_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:hungry_horror_leggings" + "recipe": "mcda:upgrade_hungry_horror_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:hungry_horror_leggings" + "mcda:upgrade_hungry_horror_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_boots.json index 0ada671..a9366fe 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:nimble_turtle_armor_boots" + "recipe": "mcda:upgrade_nimble_turtle_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:nimble_turtle_armor_boots" + "mcda:upgrade_nimble_turtle_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_chestplate.json index d1affff..0113e8f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:nimble_turtle_armor_chestplate" + "recipe": "mcda:upgrade_nimble_turtle_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:nimble_turtle_armor_chestplate" + "mcda:upgrade_nimble_turtle_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_helmet.json index f7c2d43..4c406b6 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:nimble_turtle_armor_helmet" + "recipe": "mcda:upgrade_nimble_turtle_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:nimble_turtle_armor_helmet" + "mcda:upgrade_nimble_turtle_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_leggings.json index d9c2d08..20164b8 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/nimble_turtle_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:nimble_turtle_armor_leggings" + "recipe": "mcda:upgrade_nimble_turtle_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:nimble_turtle_armor_leggings" + "mcda:upgrade_nimble_turtle_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_boots.json index 83c8d4b..21d1e54 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:opulent_armor_boots" + "recipe": "mcda:upgrade_opulent_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:opulent_armor_boots" + "mcda:upgrade_opulent_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_chestplate.json index 565328a..6ced268 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:opulent_armor_chestplate" + "recipe": "mcda:upgrade_opulent_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:opulent_armor_chestplate" + "mcda:upgrade_opulent_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_helmet.json index d7ce5d8..59439a4 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:opulent_armor_helmet" + "recipe": "mcda:upgrade_opulent_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:opulent_armor_helmet" + "mcda:upgrade_opulent_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_leggings.json index b9bb22a..8596601 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/opulent_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:opulent_armor_leggings" + "recipe": "mcda:upgrade_opulent_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:opulent_armor_leggings" + "mcda:upgrade_opulent_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_boots.json index 9c90bec..4fe28a4 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:renegade_armor_boots" + "recipe": "mcda:upgrade_renegade_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:renegade_armor_boots" + "mcda:upgrade_renegade_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_chestplate.json index 0356c86..c03a2cd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:renegade_armor_chestplate" + "recipe": "mcda:upgrade_renegade_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:renegade_armor_chestplate" + "mcda:upgrade_renegade_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_helmet.json index b89454d..efecebd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:renegade_armor_helmet" + "recipe": "mcda:upgrade_renegade_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:renegade_armor_helmet" + "mcda:upgrade_renegade_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_leggings.json index f6de9b8..bacae21 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/renegade_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:renegade_armor_leggings" + "recipe": "mcda:upgrade_renegade_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:renegade_armor_leggings" + "mcda:upgrade_renegade_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_boots.json index 4edcb03..b8e8c68 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:royal_guard_armor_boots" + "recipe": "mcda:upgrade_royal_guard_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:royal_guard_armor_boots" + "mcda:upgrade_royal_guard_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_chestplate.json index 3b15e96..bd62f54 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:royal_guard_armor_chestplate" + "recipe": "mcda:upgrade_royal_guard_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:royal_guard_armor_chestplate" + "mcda:upgrade_royal_guard_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_helmet.json index 327ceb3..35831c8 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:royal_guard_armor_helmet" + "recipe": "mcda:upgrade_royal_guard_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:royal_guard_armor_helmet" + "mcda:upgrade_royal_guard_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_leggings.json index 2923026..f7b2c17 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/royal_guard_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:royal_guard_armor_leggings" + "recipe": "mcda:upgrade_royal_guard_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:royal_guard_armor_leggings" + "mcda:upgrade_royal_guard_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_boots.json index 1d5152d..9e5687f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:rugged_climbing_gear_boots" + "recipe": "mcda:upgrade_rugged_climbing_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:rugged_climbing_gear_boots" + "mcda:upgrade_rugged_climbing_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_chestplate.json index ba4b3a7..df38fd8 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:rugged_climbing_gear_chestplate" + "recipe": "mcda:upgrade_rugged_climbing_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:rugged_climbing_gear_chestplate" + "mcda:upgrade_rugged_climbing_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_helmet.json index 151d13d..bf3e967 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:rugged_climbing_gear_helmet" + "recipe": "mcda:upgrade_rugged_climbing_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:rugged_climbing_gear_helmet" + "mcda:upgrade_rugged_climbing_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_leggings.json index 76a92d2..fbe2535 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/rugged_climbing_gear_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:rugged_climbing_gear_leggings" + "recipe": "mcda:upgrade_rugged_climbing_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:rugged_climbing_gear_leggings" + "mcda:upgrade_rugged_climbing_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_boots.json index dff631c..d66b731 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:shadow_walker_armor_boots" + "recipe": "mcda:upgrade_shadow_walker_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:shadow_walker_armor_boots" + "mcda:upgrade_shadow_walker_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_chestplate.json index 18c368f..f1fd273 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:shadow_walker_armor_chestplate" + "recipe": "mcda:upgrade_shadow_walker_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:shadow_walker_armor_chestplate" + "mcda:upgrade_shadow_walker_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_helmet.json index c39f958..14ac17d 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:shadow_walker_armor_helmet" + "recipe": "mcda:upgrade_shadow_walker_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:shadow_walker_armor_helmet" + "mcda:upgrade_shadow_walker_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_leggings.json index d0be492..f5e657e 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/shadow_walker_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:shadow_walker_armor_leggings" + "recipe": "mcda:upgrade_shadow_walker_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:shadow_walker_armor_leggings" + "mcda:upgrade_shadow_walker_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_boots.json index 48b6792..271948c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:souldancer_robe_boots" + "recipe": "mcda:upgrade_soul_dancer_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:souldancer_robe_boots" + "mcda:upgrade_soul_dancer_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_chestplate.json index 5a60806..7559469 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:souldancer_robe_chestplate" + "recipe": "mcda:upgrade_soul_dancer_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:souldancer_robe_chestplate" + "mcda:upgrade_soul_dancer_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_helmet.json index 7d18f25..6dd04a3 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:souldancer_robe_helmet" + "recipe": "mcda:upgrade_soul_dancer_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:souldancer_robe_helmet" + "mcda:upgrade_soul_dancer_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_leggings.json index 44a1e88..7d4f228 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/souldancer_robe_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:souldancer_robe_leggings" + "recipe": "mcda:upgrade_soul_dancer_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:souldancer_robe_leggings" + "mcda:upgrade_soul_dancer_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_boots.json index 44d47b0..b8ed950 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:spider_armor_boots" + "recipe": "mcda:upgrade_spider_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:spider_armor_boots" + "mcda:upgrade_spider_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_chestplate.json index 2afa553..f456ad3 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:spider_armor_chestplate" + "recipe": "mcda:upgrade_spider_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:spider_armor_chestplate" + "mcda:upgrade_spider_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_helmet.json index 6515671..08185ef 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:spider_armor_helmet" + "recipe": "mcda:upgrade_spider_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:spider_armor_helmet" + "mcda:upgrade_spider_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_leggings.json index 418df1e..c5e3be1 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/spider_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:spider_armor_leggings" + "recipe": "mcda:upgrade_spider_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:spider_armor_leggings" + "mcda:upgrade_spider_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/splendid_robe_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/splendid_robe_chestplate.json index dacdb23..9c24f89 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/splendid_robe_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/splendid_robe_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:splendid_robe_chestplate" + "recipe": "mcda:upgrade_splended_robe_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:splendid_robe_chestplate" + "mcda:upgrade_splended_robe_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/splendid_robe_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/splendid_robe_leggings.json index d9398d6..9802c91 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/splendid_robe_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/splendid_robe_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:splendid_robe_leggings" + "recipe": "mcda:upgrade_splended_robe_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:splendid_robe_leggings" + "mcda:upgrade_splended_robe_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_boots.json index 90e3042..ffec4ed 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:stalwart_armor_boots" + "recipe": "mcda:upgrade_stalwart_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:stalwart_armor_boots" + "mcda:upgrade_stalwart_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_chestplate.json index 05eb2b5..a1b6ddd 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:stalwart_armor_chestplate" + "recipe": "mcda:upgrade_stalwart_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:stalwart_armor_chestplate" + "mcda:upgrade_stalwart_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_helmet.json index f6585b3..53ef70b 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:stalwart_armor_helmet" + "recipe": "mcda:upgrade_stalwart_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:stalwart_armor_helmet" + "mcda:upgrade_stalwart_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_leggings.json index 05797e0..6d1bd2f 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/stalwart_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:stalwart_armor_leggings" + "recipe": "mcda:upgrade_stalwart_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:stalwart_armor_leggings" + "mcda:upgrade_stalwart_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_boots.json index 80c7424..4763905 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:sturdy_shulker_armor_boots" + "recipe": "mcda:upgrade_sturdy_shulker_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:sturdy_shulker_armor_boots" + "mcda:upgrade_sturdy_shulker_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_chestplate.json index 5a62447..5f7c4b9 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:sturdy_shulker_armor_chestplate" + "recipe": "mcda:upgrade_sturdy_shulker_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:sturdy_shulker_armor_chestplate" + "mcda:upgrade_sturdy_shulker_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_helmet.json index 0396620..e8770be 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:sturdy_shulker_armor_helmet" + "recipe": "mcda:upgrade_sturdy_shulker_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:sturdy_shulker_armor_helmet" + "mcda:upgrade_sturdy_shulker_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_leggings.json index 2878f6d..9d132c6 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/sturdy_shulker_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:sturdy_shulker_armor_leggings" + "recipe": "mcda:upgrade_sturdy_shulker_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:sturdy_shulker_armor_leggings" + "mcda:upgrade_sturdy_shulker_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_boots.json index 578005b..0df348c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:titans_shroud_boots" + "recipe": "mcda:upgrade_titan_shroud_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:titans_shroud_boots" + "mcda:upgrade_titan_shroud_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_chestplate.json index 6fb3c90..ebf7683 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:titans_shroud_chestplate" + "recipe": "mcda:upgrade_titan_shroud_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:titans_shroud_chestplate" + "mcda:upgrade_titan_shroud_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_helmet.json index a2dc16f..35d3ac7 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:titans_shroud_helmet" + "recipe": "mcda:upgrade_titan_shroud_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:titans_shroud_helmet" + "mcda:upgrade_titan_shroud_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_leggings.json index 3d35de9..0021c9c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/titans_shroud_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:titans_shroud_leggings" + "recipe": "mcda:upgrade_titan_shroud_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:titans_shroud_leggings" + "mcda:upgrade_titan_shroud_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_boots.json index 88597e0..6aedb55 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:troubadour_armor_boots" + "recipe": "mcda:upgrade_troubadour_armor_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:troubadour_armor_boots" + "mcda:upgrade_troubadour_armor_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_chestplate.json index a3bec06..cf27baf 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:troubadour_armor_chestplate" + "recipe": "mcda:upgrade_troubadour_armor_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:troubadour_armor_chestplate" + "mcda:upgrade_troubadour_armor_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_helmet.json index d0f503a..5744893 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:troubadour_armor_helmet" + "recipe": "mcda:upgrade_troubadour_armor_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:troubadour_armor_helmet" + "mcda:upgrade_troubadour_armor_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_leggings.json index 037fc98..e1b8037 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/troubadour_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:troubadour_armor_leggings" + "recipe": "mcda:upgrade_troubadour_armor_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:troubadour_armor_leggings" + "mcda:upgrade_troubadour_armor_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_boots.json index f322f79..b8a0757 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:unstable_robe_boots" + "recipe": "mcda:upgrade_unstable_robe_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:unstable_robe_boots" + "mcda:upgrade_unstable_robe_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_chestplate.json index 15777b2..1251b01 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:unstable_robe_chestplate" + "recipe": "mcda:upgrade_unstable_robe_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:unstable_robe_chestplate" + "mcda:upgrade_unstable_robe_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_helmet.json index 789d7ca..a0aefee 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:unstable_robe_helmet" + "recipe": "mcda:upgrade_unstable_robe_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:unstable_robe_helmet" + "mcda:upgrade_unstable_robe_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_leggings.json index 718db78..7ac0812 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/unstable_robe_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:unstable_robe_leggings" + "recipe": "mcda:upgrade_unstable_robe_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:unstable_robe_leggings" + "mcda:upgrade_unstable_robe_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_chestplate.json index c51a706..12462f6 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:verdant_robe_chestplate" + "recipe": "mcda:upgrade_verdant_robe_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:verdant_robe_chestplate" + "mcda:upgrade_verdant_robe_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_helmet.json index 6d10be0..2d3e4b4 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:verdant_robe_helmet" + "recipe": "mcda:upgrade_verdant_robe_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:verdant_robe_helmet" + "mcda:upgrade_verdant_robe_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_leggings.json index e5efc8e..fb674b3 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/verdant_robe_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:verdant_robe_leggings" + "recipe": "mcda:upgrade_verdant_robe_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:verdant_robe_leggings" + "mcda:upgrade_verdant_robe_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_boots.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_boots.json index 9287f97..f3da4d5 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_boots.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_boots.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:wither_armor_boots" + "recipe": "mcda:upgrade_wither_boots" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:wither_armor_boots" + "mcda:upgrade_wither_boots" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_chestplate.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_chestplate.json index d4d7de5..3cc224b 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_chestplate.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_chestplate.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:wither_armor_chestplate" + "recipe": "mcda:upgrade_wither_chestplate" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:wither_armor_chestplate" + "mcda:upgrade_wither_chestplate" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_helmet.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_helmet.json index f594949..c1461e2 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_helmet.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_helmet.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:wither_armor_helmet" + "recipe": "mcda:upgrade_wither_helmet" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:wither_armor_helmet" + "mcda:upgrade_wither_helmet" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_leggings.json b/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_leggings.json index 1ea65fd..2c7ca6c 100644 --- a/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_leggings.json +++ b/src/main/resources/data/mcda/advancements/recipes/unique_armors/wither_armor_leggings.json @@ -36,7 +36,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:wither_armor_leggings" + "recipe": "mcda:upgrade_wither_leggings" }, "trigger": "minecraft:recipe_unlocked" } @@ -50,7 +50,7 @@ ], "rewards": { "recipes": [ - "mcda:wither_armor_leggings" + "mcda:upgrade_wither_leggings" ] } } \ No newline at end of file diff --git a/src/main/resources/data/mcda/advancements/recipes/upgrade_cores/upgrade_core_shadows.json b/src/main/resources/data/mcda/advancements/recipes/upgrade_cores/upgrade_core_shadows.json index 05f1e33..eaca9d5 100644 --- a/src/main/resources/data/mcda/advancements/recipes/upgrade_cores/upgrade_core_shadows.json +++ b/src/main/resources/data/mcda/advancements/recipes/upgrade_cores/upgrade_core_shadows.json @@ -27,7 +27,7 @@ }, "has_the_recipe": { "conditions": { - "recipe": "mcda:upgrade_core_shadows" + "recipe": "mcda:upgrade_core_shadow" }, "trigger": "minecraft:recipe_unlocked" } @@ -41,7 +41,7 @@ ], "rewards": { "recipes": [ - "mcda:upgrade_core_shadows" + "mcda:upgrade_core_shadow" ] } } \ No newline at end of file