diff --git a/data/a_man_with_plushies/advancements/an_apple_for_me.json b/data/a_man_with_plushies/advancements/an_apple_for_me.json new file mode 100644 index 0000000..50b42ce --- /dev/null +++ b/data/a_man_with_plushies/advancements/an_apple_for_me.json @@ -0,0 +1,41 @@ +{ + "display": { + "icon": { + "item": "a_man_with_plushies:baldi_plush_eating_an_apple" + }, + "title": "An apple?, for me?", + "description": "Thanks!", + "frame": "task", + "show_toast": true, + "announce_to_chat": true, + "hidden": false + }, + "criteria": { + "an_apple_for_me": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "a_man_with_plushies:baldi_plush" + ], + "count": { + "min": 1, + "max": 2368 + } + } + ] + } + } + } + , + "rewards": { + "experience": 0, + "recipes": [ + "a_man_with_plushies:baldi_plush_eating_an_apple_duplication_recipe", + "a_man_with_plushies:baldi_plush_eating_an_apple_2", + "a_man_with_plushies:baldi_plush_eating_an_apple_3", + "a_man_with_plushies:baldi_plush_eating_an_apple_4" ] + } + ,"parent": "a_man_with_plushies:first_uncommon_plushie" +}