From ef7f8395ed375ec37db83ff3e90eb3a48e647abc Mon Sep 17 00:00:00 2001 From: ImJustANewt <161483057+ImJustANewt@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:17:06 -0800 Subject: [PATCH] Create an_apple_for_me.json Removes the error in the logs and fixes the advancement. --- .../advancements/an_apple_for_me.json | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 data/a_man_with_plushies/advancements/an_apple_for_me.json 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" +}