From f7ca47ba8132addd94928aa8615448c47a6b3d7b Mon Sep 17 00:00:00 2001 From: Maximusbarcz Date: Fri, 23 Dec 2022 22:31:38 +0100 Subject: Enormous amounts of trolling :tomfoolery:, not only that I fixed basically everything and switched the entire system to advancements, it now also has a cool custom book that you can open and stuff! Only issue I'm currently facing is that you get a skill point when you get the advancement for opening the gui and clicking stuff... right not that big of an issue but when I add 2 billion advancements its gonna hurt a bit. Love, Mayaqq --- .../data/minecraft/advancements/ygasi/root.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/main/generated/data/minecraft/advancements/ygasi/root.json (limited to 'src/main/generated/data/minecraft/advancements/ygasi/root.json') diff --git a/src/main/generated/data/minecraft/advancements/ygasi/root.json b/src/main/generated/data/minecraft/advancements/ygasi/root.json new file mode 100644 index 0000000..4452389 --- /dev/null +++ b/src/main/generated/data/minecraft/advancements/ygasi/root.json @@ -0,0 +1,28 @@ +{ + "criteria": { + "opened_skill_menu": { + "trigger": "minecraft:impossible" + } + }, + "display": { + "announce_to_chat": false, + "background": "minecraft:textures/block/sculk_catalyst_top.png", + "description": { + "text": "The journey begins here!" + }, + "frame": "challenge", + "hidden": false, + "icon": { + "item": "minecraft:diamond" + }, + "show_toast": true, + "title": { + "text": "You've got a skill issue!" + } + }, + "requirements": [ + [ + "opened_skill_menu" + ] + ] +} \ No newline at end of file -- cgit