diff options
Diffstat (limited to 'src/main/generated/data/potato-crime/advancements/recipes')
-rw-r--r-- | src/main/generated/data/potato-crime/advancements/recipes/tools/contraband.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/main/generated/data/potato-crime/advancements/recipes/tools/contraband.json b/src/main/generated/data/potato-crime/advancements/recipes/tools/contraband.json new file mode 100644 index 0000000..c13496b --- /dev/null +++ b/src/main/generated/data/potato-crime/advancements/recipes/tools/contraband.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_carrot": { + "conditions": { + "items": [ + { + "items": "minecraft:carrot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_paper": { + "conditions": { + "items": [ + { + "items": "minecraft:paper" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "potato-crime:contraband" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_paper", + "has_carrot" + ] + ], + "rewards": { + "recipes": [ + "potato-crime:contraband" + ] + } +}
\ No newline at end of file |