From d115e4365d0a5a492a55e56a7a4dcf034419e1b4 Mon Sep 17 00:00:00 2001 From: Maximusbarcz Date: Sun, 15 Jan 2023 18:40:24 +0100 Subject: More stuff! The Mercenary gui is basically done other than the translations, I tried and failed to add modrinth publishing thing to gradle, I redid some stuff, I added stuff, I removed stuff and mainly... I broke the reset command (it works but says it broke) and I have no idea how to fix it! --- .../advancements/recipes/misc/skill_book.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/main/generated/data/ygasi/advancements/recipes/misc/skill_book.json (limited to 'src/main/generated/data/ygasi/advancements/recipes/misc') diff --git a/src/main/generated/data/ygasi/advancements/recipes/misc/skill_book.json b/src/main/generated/data/ygasi/advancements/recipes/misc/skill_book.json new file mode 100644 index 0000000..b44f4de --- /dev/null +++ b/src/main/generated/data/ygasi/advancements/recipes/misc/skill_book.json @@ -0,0 +1,25 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_book": { + "trigger": "minecraft:impossible" + }, + "has_the_recipe": { + "conditions": { + "recipe": "ygasi:skill_book" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_book", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "ygasi:skill_book" + ] + } +} \ No newline at end of file -- cgit