From 0faabb6af8395d43f4c85cbc31c86fafcc4a4b49 Mon Sep 17 00:00:00 2001 From: Micle Date: Fri, 4 Nov 2022 01:48:48 +0000 Subject: [PATCH] Generated data. --- .gitignore | 2 +- .../totemofreviving/diamond_charge.json | 20 ++++++------- .../totemofreviving/diamond_totem.json | 20 ++++++------- .../recipes/totemofreviving/iron_charge.json | 20 ++++++------- .../recipes/totemofreviving/iron_totem.json | 20 ++++++------- .../totemofreviving/netherite_charge.json | 20 ++++++------- .../totemofreviving/netherite_totem.json | 20 ++++++------- .../recipes/totemofreviving/straw_charge.json | 20 ++++++------- .../recipes/totemofreviving/straw_totem.json | 20 ++++++------- .../recipes/diamond_charge.json | 16 +++++------ .../recipes/diamond_totem.json | 16 +++++------ .../totemofreviving/recipes/iron_charge.json | 10 +++---- .../totemofreviving/recipes/iron_totem.json | 10 +++---- .../recipes/netherite_charge.json | 22 +++++++-------- .../recipes/netherite_totem.json | 28 +++++++++---------- .../totemofreviving/recipes/straw_charge.json | 22 +++++++-------- .../totemofreviving/recipes/straw_totem.json | 22 +++++++-------- 17 files changed, 154 insertions(+), 154 deletions(-) diff --git a/.gitignore b/.gitignore index f83c7f7..1fec6d4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ /build/ /run/ /src/test/ -/src/generated/resources/.cache/cache +/src/generated/resources/.cache/ diff --git a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/diamond_charge.json b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/diamond_charge.json index 30f7066..62c6977 100644 --- a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/diamond_charge.json +++ b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/diamond_charge.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "totemofreviving:diamond_charge" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "totemofreviving:diamond_charge" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "totemofreviving:diamond_charge" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/diamond_totem.json b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/diamond_totem.json index 675d846..cbf8701 100644 --- a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/diamond_totem.json +++ b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/diamond_totem.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "totemofreviving:diamond_totem" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "totemofreviving:diamond_totem" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "totemofreviving:diamond_totem" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/iron_charge.json b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/iron_charge.json index c8524a5..1acb7f3 100644 --- a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/iron_charge.json +++ b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/iron_charge.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "totemofreviving:iron_charge" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "totemofreviving:iron_charge" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "totemofreviving:iron_charge" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/iron_totem.json b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/iron_totem.json index c223cc3..22595a8 100644 --- a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/iron_totem.json +++ b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/iron_totem.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "totemofreviving:iron_totem" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "totemofreviving:iron_totem" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "totemofreviving:iron_totem" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/netherite_charge.json b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/netherite_charge.json index 83bc10b..7bba880 100644 --- a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/netherite_charge.json +++ b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/netherite_charge.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "totemofreviving:netherite_charge" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "totemofreviving:netherite_charge" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "totemofreviving:netherite_charge" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/netherite_totem.json b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/netherite_totem.json index 8ecf2c3..84a9203 100644 --- a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/netherite_totem.json +++ b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/netherite_totem.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "totemofreviving:netherite_totem" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "totemofreviving:netherite_totem" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "totemofreviving:netherite_totem" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/straw_charge.json b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/straw_charge.json index ba74046..30910c2 100644 --- a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/straw_charge.json +++ b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/straw_charge.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "totemofreviving:straw_charge" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "totemofreviving:straw_charge" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "totemofreviving:straw_charge" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/straw_totem.json b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/straw_totem.json index 989ec4a..185d4a0 100644 --- a/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/straw_totem.json +++ b/src/generated/resources/data/totemofreviving/advancements/recipes/totemofreviving/straw_totem.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "totemofreviving:straw_totem" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "totemofreviving:straw_totem" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "totemofreviving:straw_totem" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/totemofreviving/recipes/diamond_charge.json b/src/generated/resources/data/totemofreviving/recipes/diamond_charge.json index ff747ed..c2055c8 100644 --- a/src/generated/resources/data/totemofreviving/recipes/diamond_charge.json +++ b/src/generated/resources/data/totemofreviving/recipes/diamond_charge.json @@ -1,17 +1,12 @@ { "type": "totemofreviving:charge_recipe", - "pattern": [ - "IDI", - "PEP", - "IDI" - ], "key": { - "E": { - "item": "minecraft:emerald" - }, "D": { "item": "minecraft:diamond" }, + "E": { + "item": "minecraft:emerald" + }, "I": { "item": "minecraft:iron_ingot" }, @@ -19,6 +14,11 @@ "item": "minecraft:ender_pearl" } }, + "pattern": [ + "IDI", + "PEP", + "IDI" + ], "result": { "item": "totemofreviving:diamond_charge" } diff --git a/src/generated/resources/data/totemofreviving/recipes/diamond_totem.json b/src/generated/resources/data/totemofreviving/recipes/diamond_totem.json index 731576c..e93c8c4 100644 --- a/src/generated/resources/data/totemofreviving/recipes/diamond_totem.json +++ b/src/generated/resources/data/totemofreviving/recipes/diamond_totem.json @@ -1,21 +1,21 @@ { "type": "totemofreviving:totem_recipe", - "pattern": [ - "EDE", - "DTD", - "EDE" - ], "key": { - "T": { - "item": "minecraft:totem_of_undying" - }, "D": { "item": "minecraft:diamond" }, "E": { "item": "minecraft:ender_pearl" + }, + "T": { + "item": "minecraft:totem_of_undying" } }, + "pattern": [ + "EDE", + "DTD", + "EDE" + ], "result": { "item": "totemofreviving:diamond_totem" } diff --git a/src/generated/resources/data/totemofreviving/recipes/iron_charge.json b/src/generated/resources/data/totemofreviving/recipes/iron_charge.json index d9047ba..f44eb51 100644 --- a/src/generated/resources/data/totemofreviving/recipes/iron_charge.json +++ b/src/generated/resources/data/totemofreviving/recipes/iron_charge.json @@ -1,10 +1,5 @@ { "type": "totemofreviving:charge_recipe", - "pattern": [ - "NIN", - "IEI", - "NIN" - ], "key": { "E": { "item": "minecraft:emerald" @@ -16,6 +11,11 @@ "item": "minecraft:iron_nugget" } }, + "pattern": [ + "NIN", + "IEI", + "NIN" + ], "result": { "item": "totemofreviving:iron_charge" } diff --git a/src/generated/resources/data/totemofreviving/recipes/iron_totem.json b/src/generated/resources/data/totemofreviving/recipes/iron_totem.json index 8633d2c..3b6b512 100644 --- a/src/generated/resources/data/totemofreviving/recipes/iron_totem.json +++ b/src/generated/resources/data/totemofreviving/recipes/iron_totem.json @@ -1,10 +1,5 @@ { "type": "totemofreviving:totem_recipe", - "pattern": [ - " E ", - "IBI", - " I " - ], "key": { "B": { "item": "minecraft:iron_block" @@ -16,6 +11,11 @@ "item": "minecraft:iron_ingot" } }, + "pattern": [ + " E ", + "IBI", + " I " + ], "result": { "item": "totemofreviving:iron_totem" } diff --git a/src/generated/resources/data/totemofreviving/recipes/netherite_charge.json b/src/generated/resources/data/totemofreviving/recipes/netherite_charge.json index 1b247d3..a596dc5 100644 --- a/src/generated/resources/data/totemofreviving/recipes/netherite_charge.json +++ b/src/generated/resources/data/totemofreviving/recipes/netherite_charge.json @@ -1,21 +1,21 @@ { "type": "totemofreviving:charge_recipe", + "key": { + "C": { + "item": "totemofreviving:diamond_charge" + }, + "G": { + "item": "minecraft:gold_ingot" + }, + "N": { + "item": "minecraft:netherite_scrap" + } + }, "pattern": [ "GNG", "NCN", "GNG" ], - "key": { - "C": { - "item": "totemofreviving:diamond_charge" - }, - "N": { - "item": "minecraft:netherite_scrap" - }, - "G": { - "item": "minecraft:gold_ingot" - } - }, "result": { "item": "totemofreviving:netherite_charge" } diff --git a/src/generated/resources/data/totemofreviving/recipes/netherite_totem.json b/src/generated/resources/data/totemofreviving/recipes/netherite_totem.json index 5cf767e..417f2dc 100644 --- a/src/generated/resources/data/totemofreviving/recipes/netherite_totem.json +++ b/src/generated/resources/data/totemofreviving/recipes/netherite_totem.json @@ -1,24 +1,24 @@ { "type": "totemofreviving:totem_recipe", + "key": { + "B": { + "item": "minecraft:nether_brick" + }, + "G": { + "item": "minecraft:gold_ingot" + }, + "N": { + "item": "minecraft:netherite_scrap" + }, + "T": { + "item": "totemofreviving:diamond_totem" + } + }, "pattern": [ "BNB", "NTN", "BGB" ], - "key": { - "T": { - "item": "totemofreviving:diamond_totem" - }, - "N": { - "item": "minecraft:netherite_scrap" - }, - "G": { - "item": "minecraft:gold_ingot" - }, - "B": { - "item": "minecraft:nether_brick" - } - }, "result": { "item": "totemofreviving:netherite_totem" } diff --git a/src/generated/resources/data/totemofreviving/recipes/straw_charge.json b/src/generated/resources/data/totemofreviving/recipes/straw_charge.json index 875e21a..3fce551 100644 --- a/src/generated/resources/data/totemofreviving/recipes/straw_charge.json +++ b/src/generated/resources/data/totemofreviving/recipes/straw_charge.json @@ -1,21 +1,21 @@ { "type": "totemofreviving:charge_recipe", + "key": { + "E": { + "item": "minecraft:emerald" + }, + "N": { + "item": "minecraft:iron_nugget" + }, + "W": { + "item": "minecraft:wheat" + } + }, "pattern": [ "NWN", "WEW", "NWN" ], - "key": { - "E": { - "item": "minecraft:emerald" - }, - "W": { - "item": "minecraft:wheat" - }, - "N": { - "item": "minecraft:iron_nugget" - } - }, "result": { "item": "totemofreviving:straw_charge" } diff --git a/src/generated/resources/data/totemofreviving/recipes/straw_totem.json b/src/generated/resources/data/totemofreviving/recipes/straw_totem.json index 3c73d16..84c65cf 100644 --- a/src/generated/resources/data/totemofreviving/recipes/straw_totem.json +++ b/src/generated/resources/data/totemofreviving/recipes/straw_totem.json @@ -1,24 +1,24 @@ { "type": "totemofreviving:totem_recipe", - "pattern": [ - "NSN", - "NWN", - "N|N" - ], "key": { + "N": { + "item": "minecraft:iron_nugget" + }, + "S": { + "item": "minecraft:string" + }, "W": { "item": "minecraft:wheat" }, "|": { "item": "minecraft:stick" - }, - "S": { - "item": "minecraft:string" - }, - "N": { - "item": "minecraft:iron_nugget" } }, + "pattern": [ + "NSN", + "NWN", + "N|N" + ], "result": { "item": "totemofreviving:straw_totem" }