aboutsummaryrefslogtreecommitdiff
path: root/src/main/generated/data/ygasi/advancements/recipes/misc
diff options
context:
space:
mode:
authorMaximusbarcz <maxim.baranek@gmail.com>2023-01-15 18:40:24 +0100
committerMaximusbarcz <maxim.baranek@gmail.com>2023-01-15 18:40:24 +0100
commitd115e4365d0a5a492a55e56a7a4dcf034419e1b4 (patch)
treee9aec4f8b180c4a6b90d194f31e95a8df8863bb4 /src/main/generated/data/ygasi/advancements/recipes/misc
parent5bcb1830298caad87a63f44c4e7f1553074cf4c8 (diff)
downloadygasi-d115e4365d0a5a492a55e56a7a4dcf034419e1b4.tar.gz
ygasi-d115e4365d0a5a492a55e56a7a4dcf034419e1b4.tar.bz2
ygasi-d115e4365d0a5a492a55e56a7a4dcf034419e1b4.zip
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!
Diffstat (limited to 'src/main/generated/data/ygasi/advancements/recipes/misc')
-rw-r--r--src/main/generated/data/ygasi/advancements/recipes/misc/skill_book.json25
1 files changed, 25 insertions, 0 deletions
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