From f5e3b8ea9105fc2eeeee49b4aabaf95d0dc464ef Mon Sep 17 00:00:00 2001 From: Ayutac Date: Sat, 18 Dec 2021 17:52:59 +0100 Subject: [PATCH] Added centrifuge recipe advancements. Centrifuge doesn't have correct symbol displayed in toast Excluding calciumcarbonate_cell, deuterium_cell, helium_cell, hydrogen_cell, lava_cell, sulfur_cell --- .../recipes/centrifuge/apple.json | 32 +++++++++++++++++++ .../recipes/centrifuge/ashes_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/baked_potato.json | 32 +++++++++++++++++++ .../recipes/centrifuge/basalt_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/beetroot.json | 32 +++++++++++++++++++ .../recipes/centrifuge/brass_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/bread.json | 32 +++++++++++++++++++ .../recipes/centrifuge/bronze_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/brown_mushroom.json | 32 +++++++++++++++++++ .../centrifuge/brown_mushroom_block.json | 32 +++++++++++++++++++ .../recipes/centrifuge/carrot.json | 32 +++++++++++++++++++ .../recipes/centrifuge/cooked_meat.json | 32 +++++++++++++++++++ .../recipes/centrifuge/cookie.json | 32 +++++++++++++++++++ .../recipes/centrifuge/dark_ashes_dust.json | 32 +++++++++++++++++++ .../advancements/recipes/centrifuge/dirt.json | 32 +++++++++++++++++++ .../recipes/centrifuge/electrum_dust.json | 32 +++++++++++++++++++ .../centrifuge/enchanted_golden_apple.json | 32 +++++++++++++++++++ .../recipes/centrifuge/ender_eye_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/endstone_dust.json | 32 +++++++++++++++++++ .../centrifuge/glistering_melon_slice.json | 32 +++++++++++++++++++ .../recipes/centrifuge/glowstone_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/golden_apple.json | 32 +++++++++++++++++++ .../recipes/centrifuge/golden_carrot.json | 32 +++++++++++++++++++ .../recipes/centrifuge/grass_block.json | 32 +++++++++++++++++++ .../advancements/recipes/centrifuge/kelp.json | 32 +++++++++++++++++++ .../recipes/centrifuge/lapis_lazuli.json | 32 +++++++++++++++++++ .../recipes/centrifuge/magma_cream.json | 32 +++++++++++++++++++ .../recipes/centrifuge/marble_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/melon_slice.json | 32 +++++++++++++++++++ .../recipes/centrifuge/mushroom_stew.json | 32 +++++++++++++++++++ .../recipes/centrifuge/mycelium.json | 32 +++++++++++++++++++ .../recipes/centrifuge/nether_wart.json | 32 +++++++++++++++++++ .../recipes/centrifuge/netherrack_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/nickel_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/platinum_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/poisonous_potato.json | 32 +++++++++++++++++++ .../recipes/centrifuge/potato.json | 32 +++++++++++++++++++ .../recipes/centrifuge/pumpkin.json | 32 +++++++++++++++++++ .../recipes/centrifuge/raw_copper.json | 32 +++++++++++++++++++ .../recipes/centrifuge/raw_gold.json | 32 +++++++++++++++++++ .../recipes/centrifuge/raw_iron.json | 32 +++++++++++++++++++ .../recipes/centrifuge/raw_lead.json | 32 +++++++++++++++++++ .../recipes/centrifuge/raw_meat.json | 32 +++++++++++++++++++ .../recipes/centrifuge/raw_silver.json | 32 +++++++++++++++++++ .../recipes/centrifuge/raw_tin.json | 32 +++++++++++++++++++ .../recipes/centrifuge/red_garnet_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/red_mushroom.json | 32 +++++++++++++++++++ .../centrifuge/red_mushroom_block.json | 32 +++++++++++++++++++ .../recipes/centrifuge/redstone.json | 32 +++++++++++++++++++ .../recipes/centrifuge/rotten_flesh.json | 32 +++++++++++++++++++ .../recipes/centrifuge/rubber_logs.json | 32 +++++++++++++++++++ .../advancements/recipes/centrifuge/sap.json | 32 +++++++++++++++++++ .../recipes/centrifuge/soul_sand.json | 32 +++++++++++++++++++ .../recipes/centrifuge/soul_soil.json | 32 +++++++++++++++++++ .../recipes/centrifuge/spider_eye.json | 32 +++++++++++++++++++ .../recipes/centrifuge/sweet_berries.json | 32 +++++++++++++++++++ .../centrifuge/yellow_garnet_dust.json | 32 +++++++++++++++++++ .../recipes/centrifuge/zinc_dust.json | 32 +++++++++++++++++++ 58 files changed, 1856 insertions(+) create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/apple.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/ashes_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/baked_potato.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/basalt_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/beetroot.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/brass_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/bread.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/bronze_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/brown_mushroom.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/brown_mushroom_block.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/carrot.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/cooked_meat.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/cookie.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/dark_ashes_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/dirt.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/electrum_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/enchanted_golden_apple.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/ender_eye_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/endstone_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/glistering_melon_slice.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/glowstone_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/golden_apple.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/golden_carrot.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/grass_block.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/kelp.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/lapis_lazuli.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/magma_cream.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/marble_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/melon_slice.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/mushroom_stew.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/mycelium.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/nether_wart.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/netherrack_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/nickel_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/platinum_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/poisonous_potato.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/potato.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/pumpkin.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_copper.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_gold.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_iron.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_lead.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_meat.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_silver.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_tin.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_garnet_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_mushroom.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_mushroom_block.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/redstone.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/rotten_flesh.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/rubber_logs.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/sap.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/soul_sand.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/soul_soil.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/spider_eye.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/sweet_berries.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/yellow_garnet_dust.json create mode 100644 src/main/resources/data/techreborn/advancements/recipes/centrifuge/zinc_dust.json diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/apple.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/apple.json new file mode 100644 index 000000000..661f211d3 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/apple.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/apple" + ] + }, + "criteria": { + "has_apple": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:apple"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/apple" + } + } + }, + "requirements": [ + [ + "has_apple", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/ashes_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/ashes_dust.json new file mode 100644 index 000000000..a475f0b31 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/ashes_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/ashes_dust" + ] + }, + "criteria": { + "has_ashes_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:ashes_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/ashes_dust" + } + } + }, + "requirements": [ + [ + "has_ashes_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/baked_potato.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/baked_potato.json new file mode 100644 index 000000000..cff1a7332 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/baked_potato.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/baked_potato" + ] + }, + "criteria": { + "has_baked_potato": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:baked_potato"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/baked_potato" + } + } + }, + "requirements": [ + [ + "has_baked_potato", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/basalt_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/basalt_dust.json new file mode 100644 index 000000000..106f155c8 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/basalt_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/basalt_dust" + ] + }, + "criteria": { + "has_basalt_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:basalt_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/basalt_dust" + } + } + }, + "requirements": [ + [ + "has_basalt_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/beetroot.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/beetroot.json new file mode 100644 index 000000000..459ea4669 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/beetroot.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/beetroot" + ] + }, + "criteria": { + "has_beetroot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:beetroot"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/beetroot" + } + } + }, + "requirements": [ + [ + "has_beetroot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/brass_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/brass_dust.json new file mode 100644 index 000000000..e377f03f3 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/brass_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/brass_dust" + ] + }, + "criteria": { + "has_brass_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "c:brass_dusts" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/brass_dust" + } + } + }, + "requirements": [ + [ + "has_brass_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/bread.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/bread.json new file mode 100644 index 000000000..3595d55fc --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/bread.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/bread" + ] + }, + "criteria": { + "has_bread": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:bread"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/bread" + } + } + }, + "requirements": [ + [ + "has_bread", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/bronze_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/bronze_dust.json new file mode 100644 index 000000000..b03c5be3d --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/bronze_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/bronze_dust" + ] + }, + "criteria": { + "has_bronze_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:bronze_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/bronze_dust" + } + } + }, + "requirements": [ + [ + "has_bronze_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/brown_mushroom.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/brown_mushroom.json new file mode 100644 index 000000000..682e83d44 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/brown_mushroom.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/brown_mushroom" + ] + }, + "criteria": { + "has_brown_mushroom": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:brown_mushroom"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/brown_mushroom" + } + } + }, + "requirements": [ + [ + "has_brown_mushroom", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/brown_mushroom_block.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/brown_mushroom_block.json new file mode 100644 index 000000000..f03966381 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/brown_mushroom_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/brown_mushroom_block" + ] + }, + "criteria": { + "has_brown_mushroom_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:brown_mushroom_block"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/brown_mushroom_block" + } + } + }, + "requirements": [ + [ + "has_brown_mushroom_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/carrot.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/carrot.json new file mode 100644 index 000000000..32f898423 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/carrot.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/carrot" + ] + }, + "criteria": { + "has_carrot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:carrot"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/carrot" + } + } + }, + "requirements": [ + [ + "has_carrot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/cooked_meat.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/cooked_meat.json new file mode 100644 index 000000000..77744259f --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/cooked_meat.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/cooked_meat" + ] + }, + "criteria": { + "has_cooked_meat": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "c:cooked_meat" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/cooked_meat" + } + } + }, + "requirements": [ + [ + "has_cooked_meat", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/cookie.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/cookie.json new file mode 100644 index 000000000..52edb2a1d --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/cookie.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/cookie" + ] + }, + "criteria": { + "has_cookie": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:cookie"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/cookie" + } + } + }, + "requirements": [ + [ + "has_cookie", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/dark_ashes_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/dark_ashes_dust.json new file mode 100644 index 000000000..f414f989a --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/dark_ashes_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/dark_ashes_dust" + ] + }, + "criteria": { + "has_dark_ashes_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:dark_ashes_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/dark_ashes_dust" + } + } + }, + "requirements": [ + [ + "has_dark_ashes_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/dirt.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/dirt.json new file mode 100644 index 000000000..734b005a3 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/dirt.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/dirt" + ] + }, + "criteria": { + "has_dirt": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:dirt"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/dirt" + } + } + }, + "requirements": [ + [ + "has_dirt", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/electrum_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/electrum_dust.json new file mode 100644 index 000000000..ad5ea3736 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/electrum_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/electrum_dust" + ] + }, + "criteria": { + "has_electrum_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "c:electrum_dusts" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/electrum_dust" + } + } + }, + "requirements": [ + [ + "has_electrum_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/enchanted_golden_apple.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/enchanted_golden_apple.json new file mode 100644 index 000000000..cab156ba3 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/enchanted_golden_apple.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/enchanted_golden_apple" + ] + }, + "criteria": { + "has_enchanted_golden_apple": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:enchanted_golden_apple"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/enchanted_golden_apple" + } + } + }, + "requirements": [ + [ + "has_enchanted_golden_apple", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/ender_eye_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/ender_eye_dust.json new file mode 100644 index 000000000..70044addc --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/ender_eye_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/ender_eye_dust" + ] + }, + "criteria": { + "has_ender_eye_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:ender_eye_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/ender_eye_dust" + } + } + }, + "requirements": [ + [ + "has_ender_eye_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/endstone_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/endstone_dust.json new file mode 100644 index 000000000..70d07d8b4 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/endstone_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/endstone_dust" + ] + }, + "criteria": { + "has_endstone_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:endstone_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/endstone_dust" + } + } + }, + "requirements": [ + [ + "has_endstone_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/glistering_melon_slice.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/glistering_melon_slice.json new file mode 100644 index 000000000..7503cadec --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/glistering_melon_slice.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/glistering_melon_slice" + ] + }, + "criteria": { + "has_glistering_melon_slice": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:glistering_melon_slice"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/glistering_melon_slice" + } + } + }, + "requirements": [ + [ + "has_glistering_melon_slice", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/glowstone_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/glowstone_dust.json new file mode 100644 index 000000000..1c698b7a3 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/glowstone_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/glowstone_dust" + ] + }, + "criteria": { + "has_glowstone_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:glowstone_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/glowstone_dust" + } + } + }, + "requirements": [ + [ + "has_glowstone_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/golden_apple.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/golden_apple.json new file mode 100644 index 000000000..c94533c68 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/golden_apple.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/golden_apple" + ] + }, + "criteria": { + "has_golden_apple": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:golden_apple"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/golden_apple" + } + } + }, + "requirements": [ + [ + "has_golden_apple", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/golden_carrot.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/golden_carrot.json new file mode 100644 index 000000000..dff7a6726 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/golden_carrot.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/golden_carrot" + ] + }, + "criteria": { + "has_golden_carrot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:golden_carrot"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/golden_carrot" + } + } + }, + "requirements": [ + [ + "has_golden_carrot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/grass_block.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/grass_block.json new file mode 100644 index 000000000..70ecf8128 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/grass_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/grass_block" + ] + }, + "criteria": { + "has_grass_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:grass_block"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/grass_block" + } + } + }, + "requirements": [ + [ + "has_grass_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/kelp.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/kelp.json new file mode 100644 index 000000000..3853d1862 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/kelp.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/kelp" + ] + }, + "criteria": { + "has_kelp": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:kelp"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/kelp" + } + } + }, + "requirements": [ + [ + "has_kelp", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/lapis_lazuli.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/lapis_lazuli.json new file mode 100644 index 000000000..9fb23c000 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/lapis_lazuli.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/lapis_lazuli" + ] + }, + "criteria": { + "has_lapis_lazuli": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:lapis_lazuli"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/lapis_lazuli" + } + } + }, + "requirements": [ + [ + "has_lapis_lazuli", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/magma_cream.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/magma_cream.json new file mode 100644 index 000000000..9625b517b --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/magma_cream.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/magma_cream" + ] + }, + "criteria": { + "has_magma_cream": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:magma_cream"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/magma_cream" + } + } + }, + "requirements": [ + [ + "has_magma_cream", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/marble_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/marble_dust.json new file mode 100644 index 000000000..3cd756c40 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/marble_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/marble_dust" + ] + }, + "criteria": { + "has_marble_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:marble_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/marble_dust" + } + } + }, + "requirements": [ + [ + "has_marble_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/melon_slice.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/melon_slice.json new file mode 100644 index 000000000..530abd5e2 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/melon_slice.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/melon_slice" + ] + }, + "criteria": { + "has_melon_slice": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:melon_slice"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/melon_slice" + } + } + }, + "requirements": [ + [ + "has_melon_slice", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/mushroom_stew.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/mushroom_stew.json new file mode 100644 index 000000000..e0131d4e4 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/mushroom_stew.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/mushroom_stew" + ] + }, + "criteria": { + "has_mushroom_stew": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:mushroom_stew"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/mushroom_stew" + } + } + }, + "requirements": [ + [ + "has_mushroom_stew", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/mycelium.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/mycelium.json new file mode 100644 index 000000000..ee7d2864b --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/mycelium.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/mycelium" + ] + }, + "criteria": { + "has_mycelium": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:mycelium"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/mycelium" + } + } + }, + "requirements": [ + [ + "has_mycelium", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/nether_wart.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/nether_wart.json new file mode 100644 index 000000000..4ec5ca09f --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/nether_wart.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/nether_wart" + ] + }, + "criteria": { + "has_nether_wart": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:nether_wart"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/nether_wart" + } + } + }, + "requirements": [ + [ + "has_nether_wart", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/netherrack_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/netherrack_dust.json new file mode 100644 index 000000000..4275af941 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/netherrack_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/netherrack_dust" + ] + }, + "criteria": { + "has_netherrack_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:netherrack_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/netherrack_dust" + } + } + }, + "requirements": [ + [ + "has_netherrack_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/nickel_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/nickel_dust.json new file mode 100644 index 000000000..6453efdc9 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/nickel_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/nickel_dust" + ] + }, + "criteria": { + "has_nickel_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:nickel_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/nickel_dust" + } + } + }, + "requirements": [ + [ + "has_nickel_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/platinum_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/platinum_dust.json new file mode 100644 index 000000000..a8e2184b7 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/platinum_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/platinum_dust" + ] + }, + "criteria": { + "has_platinum_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "c:platinum_dusts" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/platinum_dust" + } + } + }, + "requirements": [ + [ + "has_platinum_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/poisonous_potato.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/poisonous_potato.json new file mode 100644 index 000000000..8fd10ef5c --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/poisonous_potato.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/poisonous_potato" + ] + }, + "criteria": { + "has_poisonous_potato": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:poisonous_potato"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/poisonous_potato" + } + } + }, + "requirements": [ + [ + "has_poisonous_potato", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/potato.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/potato.json new file mode 100644 index 000000000..8e266ee54 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/potato.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/potato" + ] + }, + "criteria": { + "has_potato": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:potato"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/potato" + } + } + }, + "requirements": [ + [ + "has_potato", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/pumpkin.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/pumpkin.json new file mode 100644 index 000000000..814e66337 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/pumpkin.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/pumpkin" + ] + }, + "criteria": { + "has_pumpkin": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:pumpkin"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/pumpkin" + } + } + }, + "requirements": [ + [ + "has_pumpkin", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_copper.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_copper.json new file mode 100644 index 000000000..f8a82b7d2 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_copper.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/raw_copper" + ] + }, + "criteria": { + "has_raw_copper": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:raw_copper"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/raw_copper" + } + } + }, + "requirements": [ + [ + "has_raw_copper", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_gold.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_gold.json new file mode 100644 index 000000000..5d5d0edf9 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_gold.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/raw_gold" + ] + }, + "criteria": { + "has_raw_gold": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:raw_gold"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/raw_gold" + } + } + }, + "requirements": [ + [ + "has_raw_gold", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_iron.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_iron.json new file mode 100644 index 000000000..6123bc8fc --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_iron.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/raw_iron" + ] + }, + "criteria": { + "has_raw_iron": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:raw_iron"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/raw_iron" + } + } + }, + "requirements": [ + [ + "has_raw_iron", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_lead.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_lead.json new file mode 100644 index 000000000..9945859ce --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_lead.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/raw_lead_ores" + ] + }, + "criteria": { + "has_raw_lead_ores": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "c:raw_lead_ores" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/raw_lead_ores" + } + } + }, + "requirements": [ + [ + "has_raw_lead_ores", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_meat.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_meat.json new file mode 100644 index 000000000..eab1b2cd3 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_meat.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/raw_meat" + ] + }, + "criteria": { + "has_raw_meat": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "c:raw_meat" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/raw_meat" + } + } + }, + "requirements": [ + [ + "has_raw_meat", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_silver.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_silver.json new file mode 100644 index 000000000..bf5ad3a14 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_silver.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/raw_silver_ores" + ] + }, + "criteria": { + "has_raw_silver_ores": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "c:raw_silver_ores" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/raw_silver_ores" + } + } + }, + "requirements": [ + [ + "has_raw_silver_ores", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_tin.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_tin.json new file mode 100644 index 000000000..9c97fbb21 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/raw_tin.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/raw_tin_ores" + ] + }, + "criteria": { + "has_raw_tin_ores": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "c:raw_tin_ores" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/raw_tin_ores" + } + } + }, + "requirements": [ + [ + "has_raw_tin_ores", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_garnet_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_garnet_dust.json new file mode 100644 index 000000000..7aa96a0c5 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_garnet_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/red_garnet_dust" + ] + }, + "criteria": { + "has_red_garnet_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:red_garnet_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/red_garnet_dust" + } + } + }, + "requirements": [ + [ + "has_red_garnet_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_mushroom.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_mushroom.json new file mode 100644 index 000000000..bf0093db0 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_mushroom.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/red_mushroom" + ] + }, + "criteria": { + "has_red_mushroom": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:red_mushroom"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/red_mushroom" + } + } + }, + "requirements": [ + [ + "has_red_mushroom", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_mushroom_block.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_mushroom_block.json new file mode 100644 index 000000000..d6a4be137 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/red_mushroom_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/red_mushroom_block" + ] + }, + "criteria": { + "has_red_mushroom_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:red_mushroom_block"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/red_mushroom_block" + } + } + }, + "requirements": [ + [ + "has_red_mushroom_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/redstone.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/redstone.json new file mode 100644 index 000000000..5c30f3e27 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/redstone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/redstone" + ] + }, + "criteria": { + "has_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:redstone"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/redstone" + } + } + }, + "requirements": [ + [ + "has_redstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/rotten_flesh.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/rotten_flesh.json new file mode 100644 index 000000000..fa11b30ce --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/rotten_flesh.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/rotten_flesh" + ] + }, + "criteria": { + "has_rotten_flesh": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:rotten_flesh"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/rotten_flesh" + } + } + }, + "requirements": [ + [ + "has_rotten_flesh", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/rubber_logs.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/rubber_logs.json new file mode 100644 index 000000000..4b985b014 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/rubber_logs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/rubber_logs" + ] + }, + "criteria": { + "has_rubber_logs": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "techreborn:rubber_logs" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/rubber_logs" + } + } + }, + "requirements": [ + [ + "has_rubber_logs", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/sap.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/sap.json new file mode 100644 index 000000000..2d642059e --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/sap.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/sap" + ] + }, + "criteria": { + "has_sap": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:sap"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/sap" + } + } + }, + "requirements": [ + [ + "has_sap", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/soul_sand.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/soul_sand.json new file mode 100644 index 000000000..49bd78b78 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/soul_sand.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/soul_sand" + ] + }, + "criteria": { + "has_soul_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:soul_sand"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/soul_sand" + } + } + }, + "requirements": [ + [ + "has_soul_sand", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/soul_soil.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/soul_soil.json new file mode 100644 index 000000000..f0ae82b86 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/soul_soil.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/soul_soil" + ] + }, + "criteria": { + "has_soul_soil": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:soul_soil"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/soul_soil" + } + } + }, + "requirements": [ + [ + "has_soul_soil", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/spider_eye.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/spider_eye.json new file mode 100644 index 000000000..4cc2c5dd1 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/spider_eye.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/spider_eye" + ] + }, + "criteria": { + "has_spider_eye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:spider_eye"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/spider_eye" + } + } + }, + "requirements": [ + [ + "has_spider_eye", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/sweet_berries.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/sweet_berries.json new file mode 100644 index 000000000..c6c64a8c8 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/sweet_berries.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/sweet_berries" + ] + }, + "criteria": { + "has_sweet_berries": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["minecraft:sweet_berries"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/sweet_berries" + } + } + }, + "requirements": [ + [ + "has_sweet_berries", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/yellow_garnet_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/yellow_garnet_dust.json new file mode 100644 index 000000000..d5c207f14 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/yellow_garnet_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/yellow_garnet_dust" + ] + }, + "criteria": { + "has_yellow_garnet_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": ["techreborn:yellow_garnet_dust"] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/yellow_garnet_dust" + } + } + }, + "requirements": [ + [ + "has_yellow_garnet_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/centrifuge/zinc_dust.json b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/zinc_dust.json new file mode 100644 index 000000000..fdb93cf45 --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/centrifuge/zinc_dust.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "techreborn:centrifuge/zinc_dust" + ] + }, + "criteria": { + "has_zinc_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "tag": "c:zinc_dusts" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "techreborn:centrifuge/zinc_dust" + } + } + }, + "requirements": [ + [ + "has_zinc_dust", + "has_the_recipe" + ] + ] +} \ No newline at end of file