From f6130ab0e5c00cdd91b92746260fafb8ddff0dbb Mon Sep 17 00:00:00 2001 From: ayutac Date: Fri, 19 May 2023 05:39:10 +0200 Subject: [PATCH] Moved most of extractor recipes to datagen. Also added Pitcher Plant and book variants to extractor recipes. --- .../extractor/ExtractorRecipesProvider.groovy | 269 ++++++++++++++++-- .../recipes/extractor/clay_ball.json | 32 --- .../advancements/recipes/extractor/flint.json | 32 --- .../recipes/extractor/gunpowder.json | 32 --- .../recipes/extractor/hanging_roots.json | 32 --- .../recipes/extractor/mangrove_roots.json | 32 --- .../recipes/extractor/paper_from_book.json | 32 --- .../phantom_membrane_from_elytra.json | 32 --- .../purple_dye_from_shulker_shell.json | 32 --- .../recipes/extractor/rubber_from_sap.json | 32 --- .../extractor/rubber_from_sapling.json | 32 --- .../extractor/rubber_from_slime_ball.json | 32 --- .../advancements/recipes/extractor/sculk.json | 32 --- .../slime_ball_from_sticky_piston.json | 32 --- .../extractor/sponge_piece_from_cod.json | 32 --- .../sponge_piece_from_pufferfish.json | 32 --- .../extractor/stick_from_armor_stand.json | 32 --- .../extractor/stick_from_dead_bush.json | 32 --- .../recipes/extractor/string_from_bow.json | 32 --- .../extractor/string_from_crossbow.json | 32 --- .../extractor/string_from_painting_tool.json | 32 --- .../advancements/recipes/extractor/sugar.json | 32 --- .../extractor/wheat_seeds_from_fern.json | 32 --- .../extractor/wheat_seeds_from_tallgrass.json | 32 --- .../extractor/blue_dye_from_coral_block.json | 16 -- .../extractor/blue_dye_from_small_coral.json | 16 -- .../recipes/extractor/clay_ball.json | 16 -- .../recipes/extractor/cyan_dye.json | 15 - .../techreborn/recipes/extractor/flint.json | 15 - .../extractor/gray_dye_from_coral_block.json | 16 -- .../extractor/gray_dye_from_small_coral.json | 16 -- .../recipes/extractor/green_dye.json | 16 -- .../recipes/extractor/gunpowder.json | 16 -- .../recipes/extractor/hanging_roots.json | 15 - .../recipes/extractor/heart_of_the_sea.json | 15 - .../recipes/extractor/mangrove_roots.json | 15 - .../extractor/orange_dye_from_carrot.json | 16 -- .../orange_dye_from_glow_berries.json | 16 -- .../recipes/extractor/paper_from_book.json | 16 -- .../phantom_membrane_from_elytra.json | 16 -- .../extractor/pink_dye_from_coral_block.json | 16 -- .../extractor/pink_dye_from_small_coral.json | 16 -- .../purple_dye_from_coral_block.json | 16 -- .../purple_dye_from_shulker_shell.json | 16 -- .../purple_dye_from_small_coral.json | 16 -- .../extractor/red_dye_from_beetroot.json | 16 -- .../extractor/red_dye_from_coral_block.json | 16 -- .../extractor/red_dye_from_small_coral.json | 16 -- .../extractor/red_dye_from_sweet_berries.json | 16 -- .../recipes/extractor/rooted_dirt.json | 16 -- .../recipes/extractor/rubber_from_sap.json | 16 -- .../extractor/rubber_from_sapling.json | 15 - .../extractor/rubber_from_slime_ball.json | 16 -- .../techreborn/recipes/extractor/sculk.json | 15 - .../slime_ball_from_sticky_piston.json | 15 - .../extractor/sponge_piece_from_cod.json | 16 -- .../sponge_piece_from_pufferfish.json | 16 -- .../extractor/stick_from_armor_stand.json | 16 -- .../extractor/stick_from_dead_bush.json | 16 -- .../recipes/extractor/string_from_bow.json | 15 - .../extractor/string_from_crossbow.json | 15 - .../extractor/string_from_painting_tool.json | 16 -- .../techreborn/recipes/extractor/sugar.json | 17 -- .../extractor/wheat_seeds_from_fern.json | 15 - .../extractor/wheat_seeds_from_tallgrass.json | 15 - .../yellow_dye_from_coral_block.json | 16 -- .../yellow_dye_from_small_coral.json | 16 -- 67 files changed, 249 insertions(+), 1433 deletions(-) delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/clay_ball.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/flint.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/gunpowder.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/hanging_roots.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/mangrove_roots.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/paper_from_book.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/phantom_membrane_from_elytra.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/purple_dye_from_shulker_shell.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_sap.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_sapling.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_slime_ball.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/sculk.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/slime_ball_from_sticky_piston.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/sponge_piece_from_cod.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/sponge_piece_from_pufferfish.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/stick_from_armor_stand.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/stick_from_dead_bush.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_bow.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_crossbow.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_painting_tool.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/sugar.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/wheat_seeds_from_fern.json delete mode 100644 src/main/resources/data/techreborn/advancements/recipes/extractor/wheat_seeds_from_tallgrass.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/blue_dye_from_coral_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/blue_dye_from_small_coral.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/clay_ball.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/cyan_dye.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/flint.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/gray_dye_from_coral_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/gray_dye_from_small_coral.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/green_dye.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/gunpowder.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/hanging_roots.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/heart_of_the_sea.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/mangrove_roots.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/orange_dye_from_carrot.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/orange_dye_from_glow_berries.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/paper_from_book.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/phantom_membrane_from_elytra.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/pink_dye_from_coral_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/pink_dye_from_small_coral.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_coral_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_shulker_shell.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_small_coral.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/red_dye_from_beetroot.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/red_dye_from_coral_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/red_dye_from_small_coral.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/red_dye_from_sweet_berries.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/rooted_dirt.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/rubber_from_sap.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/rubber_from_sapling.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/rubber_from_slime_ball.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/sculk.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/slime_ball_from_sticky_piston.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/sponge_piece_from_cod.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/sponge_piece_from_pufferfish.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/stick_from_armor_stand.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/stick_from_dead_bush.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/string_from_bow.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/string_from_crossbow.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/string_from_painting_tool.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/sugar.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/wheat_seeds_from_fern.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/wheat_seeds_from_tallgrass.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/yellow_dye_from_coral_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/extractor/yellow_dye_from_small_coral.json diff --git a/src/datagen/groovy/techreborn/datagen/recipes/machine/extractor/ExtractorRecipesProvider.groovy b/src/datagen/groovy/techreborn/datagen/recipes/machine/extractor/ExtractorRecipesProvider.groovy index 7950b9b2a..034e501e2 100644 --- a/src/datagen/groovy/techreborn/datagen/recipes/machine/extractor/ExtractorRecipesProvider.groovy +++ b/src/datagen/groovy/techreborn/datagen/recipes/machine/extractor/ExtractorRecipesProvider.groovy @@ -43,7 +43,10 @@ class ExtractorRecipesProvider extends TechRebornRecipesProvider { void generateRecipes() { generateDoubleDyes() generateQuadrupleDyes() - generateFroglight() + generateDyesFromCoralBlock() + generateDyesFromSmallCoral() + generateDyesFromFroglight() + generateDyesFromMisc() generateMisc() generateFluidExtraction() } @@ -62,7 +65,9 @@ class ExtractorRecipesProvider extends TechRebornRecipesProvider { (Items.WHITE_TULIP) : Items.LIGHT_GRAY_DYE, (Items.ALLIUM) : Items.MAGENTA_DYE, (Items.ORANGE_TULIP) : Items.ORANGE_DYE, + (Items.TORCHFLOWER) : Items.ORANGE_DYE, (Items.PINK_TULIP) : Items.PINK_DYE, + (Items.PINK_PETALS) : Items.PINK_DYE, (Items.POPPY) : Items.RED_DYE, (Items.RED_TULIP) : Items.RED_DYE, (Items.BONE_MEAL) : Items.WHITE_DYE, @@ -78,24 +83,12 @@ class ExtractorRecipesProvider extends TechRebornRecipesProvider { criterion getCriterionName(item), getCriterionConditions(item) } } - [ - (Items.TORCHFLOWER) : Items.ORANGE_DYE, - (Items.PINK_PETALS) : Items.PINK_DYE - ].each { item, dye -> - offerExtractorRecipe { - ingredients item - outputs stack(dye, 2) - source item.toString() - power 10 - time 300 - criterion getCriterionName(item), getCriterionConditions(item) - } - } } // ONLY for doubling vanilla double dye recipes void generateQuadrupleDyes() { [ + (Items.PITCHER_PLANT) : Items.CYAN_DYE, (Items.LILAC) : Items.MAGENTA_DYE, (Items.PEONY) : Items.PINK_DYE, (Items.ROSE_BUSH) : Items.RED_DYE, @@ -111,8 +104,66 @@ class ExtractorRecipesProvider extends TechRebornRecipesProvider { } } } + void generateDyesFromCoralBlock() { + [ + (Items.TUBE_CORAL_BLOCK) : Items.BLUE_DYE, + (Items.BRAIN_CORAL_BLOCK) : Items.PINK_DYE, + (Items.BUBBLE_CORAL_BLOCK) : Items.PURPLE_DYE, + (Items.FIRE_CORAL_BLOCK) : Items.RED_DYE, + (Items.HORN_CORAL_BLOCK) : Items.YELLOW_DYE, + (Items.DEAD_TUBE_CORAL_BLOCK) : Items.GRAY_DYE, + (Items.DEAD_BRAIN_CORAL_BLOCK) : Items.GRAY_DYE, + (Items.DEAD_BUBBLE_CORAL_BLOCK) : Items.GRAY_DYE, + (Items.DEAD_FIRE_CORAL_BLOCK) : Items.GRAY_DYE, + (Items.DEAD_HORN_CORAL_BLOCK) : Items.GRAY_DYE + ].each { item, dye -> + offerExtractorRecipe { + ingredients item + outputs stack(dye, 5) + source item.toString() + power 10 + time 400 + criterion getCriterionName(item), getCriterionConditions(item) + } + } + } - void generateFroglight() { + void generateDyesFromSmallCoral() { + [ + (Items.TUBE_CORAL) : Items.BLUE_DYE, + (Items.TUBE_CORAL_FAN) : Items.BLUE_DYE, + (Items.BRAIN_CORAL) : Items.PINK_DYE, + (Items.BRAIN_CORAL_FAN) : Items.PINK_DYE, + (Items.BUBBLE_CORAL) : Items.PURPLE_DYE, + (Items.BUBBLE_CORAL_FAN) : Items.PURPLE_DYE, + (Items.FIRE_CORAL) : Items.RED_DYE, + (Items.FIRE_CORAL_FAN) : Items.RED_DYE, + (Items.HORN_CORAL) : Items.YELLOW_DYE, + (Items.HORN_CORAL_FAN) : Items.YELLOW_DYE, + (Items.DEAD_TUBE_CORAL) : Items.GRAY_DYE, + (Items.DEAD_TUBE_CORAL_FAN) : Items.GRAY_DYE, + (Items.DEAD_BRAIN_CORAL) : Items.GRAY_DYE, + (Items.DEAD_BRAIN_CORAL_FAN) : Items.GRAY_DYE, + (Items.DEAD_BUBBLE_CORAL) : Items.GRAY_DYE, + (Items.DEAD_BUBBLE_CORAL_FAN) : Items.GRAY_DYE, + (Items.DEAD_FIRE_CORAL) : Items.GRAY_DYE, + (Items.DEAD_FIRE_CORAL_FAN) : Items.GRAY_DYE, + (Items.DEAD_HORN_CORAL) : Items.GRAY_DYE, + (Items.DEAD_HORN_CORAL_FAN) : Items.GRAY_DYE + ].each { item, dye -> + offerExtractorRecipe { + ingredients item + outputs dye + source item.toString() + power 10 + time 200 + criterion getCriterionName(item), getCriterionConditions(item) + } + } + + } + + void generateDyesFromFroglight() { [ (Items.OCHRE_FROGLIGHT) : Items.YELLOW_DYE, (Items.VERDANT_FROGLIGHT) : Items.GREEN_DYE, @@ -129,14 +180,192 @@ class ExtractorRecipesProvider extends TechRebornRecipesProvider { } } - void generateMisc() { + void generateDyesFromMisc() { + [ + (Items.PRISMARINE_SHARD) : Items.CYAN_DYE, + (TRContent.Parts.PLANTBALL) : Items.GREEN_DYE + ].each { item, dye -> + offerExtractorRecipe { + ingredients item + outputs dye + source item.asItem().toString() + power 10 + time 300 + criterion getCriterionName(item), getCriterionConditions(item) + } + } + [ + (Items.SWEET_BERRIES) : Items.RED_DYE, + (Items.GLOW_BERRIES) : Items.ORANGE_DYE + ].each { item, dye -> + offerExtractorRecipe { + ingredients stack(item, 4) + outputs dye + source item.toString() + power 10 + time 300 + criterion getCriterionName(item), getCriterionConditions(item) + } + } offerExtractorRecipe { - ingredients Items.CHERRY_LEAVES - outputs stack(Items.PINK_PETALS, 4) - source Items.CHERRY_LEAVES.toString() + ingredients stack(Items.CARROT, 3) + outputs Items.ORANGE_DYE + source Items.CARROT.toString() power 10 time 300 - criterion getCriterionName(Items.CHERRY_LEAVES), getCriterionConditions(Items.CHERRY_LEAVES) + criterion getCriterionName(Items.CARROT), getCriterionConditions(Items.CARROT) + } + offerExtractorRecipe { + ingredients Items.BEETROOT + outputs stack(Items.RED_DYE, 2) + source Items.BEETROOT.toString() + power 10 + time 300 + criterion getCriterionName(Items.BEETROOT), getCriterionConditions(Items.BEETROOT) + } + offerExtractorRecipe { + ingredients Items.SHULKER_SHELL + outputs stack(Items.PURPLE_DYE, 4) + source Items.SHULKER_SHELL.toString() + power 10 + time 300 + criterion getCriterionName(Items.SHULKER_SHELL), getCriterionConditions(Items.SHULKER_SHELL) + } + } + + void generateMisc() { + offerExtractorRecipe { + ingredients Items.CONDUIT + outputs Items.HEART_OF_THE_SEA + source Items.CONDUIT.toString() + power 10 + time 1000 + criterion getCriterionName(Items.CONDUIT), getCriterionConditions(Items.CONDUIT) + } + [ + (Items.COD) : 64, + (Items.PUFFERFISH) : 32 + ].each { input, amount -> + offerExtractorRecipe { + ingredients stack(input, amount) + outputs TRContent.Parts.SPONGE_PIECE + source input.asItem().toString() + power 10 + time 1000 + criterion getCriterionName(input), getCriterionConditions(input) + } + } + [ + (Items.CHERRY_LEAVES) : Items.PINK_PETALS, + (Items.CLAY) : Items.CLAY_BALL + ].each { input, output -> + offerExtractorRecipe { + ingredients input + outputs stack(output, 4) + source input.asItem().toString() + power 10 + time 300 + criterion getCriterionName(input), getCriterionConditions(input) + } + } + [ + (TRContent.Parts.SAP) : TRContent.Parts.RUBBER, + (Items.ARMOR_STAND) : Items.STICK + ].each { input, output -> + offerExtractorRecipe { + ingredients input + outputs stack(output, 3) + source input.asItem().toString() + power 10 + time 300 + criterion getCriterionName(TRContent.Parts.SAP), getCriterionConditions(TRContent.Parts.SAP) + } + } + [ + (Items.TNT) : Items.GUNPOWDER, + (Items.ELYTRA) : Items.PHANTOM_MEMBRANE, + (Items.SLIME_BALL) : TRContent.Parts.RUBBER, + (Items.DEAD_BUSH) : Items.STICK + ].each { input, output -> + offerExtractorRecipe { + ingredients input + outputs stack(output, 2) + source input.asItem().toString() + power 10 + time 300 + criterion getCriterionName(input), getCriterionConditions(input) + } + } + [ + (TRContent.RUBBER_SAPLING) : TRContent.Parts.RUBBER, + (Items.STICKY_PISTON) : Items.SLIME_BALL, + (Items.BOW) : Items.STRING, + (Items.CROSSBOW) : Items.STRING, + (Items.FERN) : Items.WHEAT_SEEDS, + (Items.GRASS) : Items.WHEAT_SEEDS + ].each { input, output -> + offerExtractorRecipe { + ingredients input + outputs output + source input.asItem().toString() + power 10 + time 300 + criterion getCriterionName(input), getCriterionConditions(input) + } + } + [ + Items.BOOK, + Items.ENCHANTED_BOOK, + Items.WRITABLE_BOOK, + Items.WRITTEN_BOOK, + TRContent.MANUAL + ].each {item -> + offerExtractorRecipe { + ingredients item + outputs stack(Items.PAPER, 2) + source item.toString() + power 10 + time 200 + criterion getCriterionName(item), getCriterionConditions(item) + } + } + offerExtractorRecipe { + ingredients Items.SCULK_CATALYST + outputs Items.SCULK + source Items.SCULK_CATALYST.toString() + power 10 + time 200 + criterion getCriterionName(Items.SCULK_CATALYST), getCriterionConditions(Items.SCULK_CATALYST) + } + [ + (Items.GRAVEL) : Items.FLINT, + (Items.MANGROVE_ROOTS) : Items.HANGING_ROOTS, + (Items.MUDDY_MANGROVE_ROOTS) : Items.MANGROVE_ROOTS + ].each {input, output -> + offerExtractorRecipe { + ingredients input + outputs output + source input.toString() + power 2 + time 200 + criterion getCriterionName(input), getCriterionConditions(input) + } + } + offerExtractorRecipe { + ingredients stack(Items.SUGAR_CANE, 2) + outputs stack(Items.SUGAR, 3) + source Items.SUGAR_CANE.toString() + power 2 + time 200 + criterion getCriterionName(Items.SUGAR_CANE), getCriterionConditions(Items.SUGAR_CANE) + } + offerExtractorRecipe { + ingredients TRContent.PAINTING_TOOL + outputs Items.STRING + source TRContent.PAINTING_TOOL.toString() + power 10 + time 150 + criterion getCriterionName(TRContent.PAINTING_TOOL), getCriterionConditions(TRContent.PAINTING_TOOL) } } diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/clay_ball.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/clay_ball.json deleted file mode 100644 index 0a721255c..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/clay_ball.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/clay_ball" - ] - }, - "criteria": { - "has_clay": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:clay"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/clay_ball" - } - } - }, - "requirements": [ - [ - "has_clay", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/flint.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/flint.json deleted file mode 100644 index a8581982d..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/flint.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/flint" - ] - }, - "criteria": { - "has_gravel": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:gravel"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/flint" - } - } - }, - "requirements": [ - [ - "has_gravel", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/gunpowder.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/gunpowder.json deleted file mode 100644 index 3bff32692..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/gunpowder.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/gunpowder" - ] - }, - "criteria": { - "has_tnt": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:tnt"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/gunpowder" - } - } - }, - "requirements": [ - [ - "has_tnt", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/hanging_roots.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/hanging_roots.json deleted file mode 100644 index 259df9e0d..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/hanging_roots.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/hanging_roots" - ] - }, - "criteria": { - "has_mangrove_roots": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:mangrove_roots"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/hanging_roots" - } - } - }, - "requirements": [ - [ - "has_mangrove_roots", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/mangrove_roots.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/mangrove_roots.json deleted file mode 100644 index 9a3150cd2..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/mangrove_roots.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/mangrove_roots" - ] - }, - "criteria": { - "has_muddy_mangrove_roots": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:muddy_mangrove_roots"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/mangrove_roots" - } - } - }, - "requirements": [ - [ - "has_muddy_mangrove_roots", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/paper_from_book.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/paper_from_book.json deleted file mode 100644 index 264790a9f..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/paper_from_book.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/paper_from_book" - ] - }, - "criteria": { - "has_book": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:book"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/paper_from_book" - } - } - }, - "requirements": [ - [ - "has_book", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/phantom_membrane_from_elytra.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/phantom_membrane_from_elytra.json deleted file mode 100644 index 3bfb85c08..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/phantom_membrane_from_elytra.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/phantom_membrane_from_elytra" - ] - }, - "criteria": { - "has_elytra": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:elytra"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/phantom_membrane_from_elytra" - } - } - }, - "requirements": [ - [ - "has_elytra", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/purple_dye_from_shulker_shell.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/purple_dye_from_shulker_shell.json deleted file mode 100644 index 8e92e5b69..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/purple_dye_from_shulker_shell.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/purple_dye_from_shulker_shell" - ] - }, - "criteria": { - "has_shulker_shell": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:shulker_shell"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/purple_dye_from_shulker_shell" - } - } - }, - "requirements": [ - [ - "has_shulker_shell", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_sap.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_sap.json deleted file mode 100644 index fef47564c..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_sap.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/rubber_from_sap" - ] - }, - "criteria": { - "has_sap": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["techreborn:sap"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/rubber_from_sap" - } - } - }, - "requirements": [ - [ - "has_sap", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_sapling.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_sapling.json deleted file mode 100644 index ec6c4b406..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_sapling.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/rubber_from_sapling" - ] - }, - "criteria": { - "has_rubber_sapling": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["techreborn:rubber_sapling"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/rubber_from_sapling" - } - } - }, - "requirements": [ - [ - "has_rubber_sapling", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_slime_ball.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_slime_ball.json deleted file mode 100644 index 8563d032a..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/rubber_from_slime_ball.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/rubber_from_slime_ball" - ] - }, - "criteria": { - "has_slime_ball": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:slime_ball"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/rubber_from_slime_ball" - } - } - }, - "requirements": [ - [ - "has_slime_ball", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/sculk.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/sculk.json deleted file mode 100644 index 94c000356..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/sculk.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/sculk" - ] - }, - "criteria": { - "has_sculk_catalyst": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:sculk_catalyst"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/sculk" - } - } - }, - "requirements": [ - [ - "has_sculk_catalyst", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/slime_ball_from_sticky_piston.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/slime_ball_from_sticky_piston.json deleted file mode 100644 index 9aedb9b85..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/slime_ball_from_sticky_piston.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/slime_ball_from_sticky_piston" - ] - }, - "criteria": { - "has_sticky_piston": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:sticky_piston"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/slime_ball_from_sticky_piston" - } - } - }, - "requirements": [ - [ - "has_sticky_piston", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/sponge_piece_from_cod.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/sponge_piece_from_cod.json deleted file mode 100644 index 784b3ad73..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/sponge_piece_from_cod.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/sponge_piece_from_cod" - ] - }, - "criteria": { - "has_cod": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:cod"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/sponge_piece_from_cod" - } - } - }, - "requirements": [ - [ - "has_cod", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/sponge_piece_from_pufferfish.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/sponge_piece_from_pufferfish.json deleted file mode 100644 index d7e301b58..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/sponge_piece_from_pufferfish.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/sponge_piece_from_pufferfish" - ] - }, - "criteria": { - "has_pufferfish": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:pufferfish"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/sponge_piece_from_pufferfish" - } - } - }, - "requirements": [ - [ - "has_pufferfish", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/stick_from_armor_stand.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/stick_from_armor_stand.json deleted file mode 100644 index d9459493c..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/stick_from_armor_stand.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/stick_from_armor_stand" - ] - }, - "criteria": { - "has_armor_stand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:armor_stand"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/stick_from_armor_stand" - } - } - }, - "requirements": [ - [ - "has_armor_stand", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/stick_from_dead_bush.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/stick_from_dead_bush.json deleted file mode 100644 index 6253e9165..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/stick_from_dead_bush.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/stick_from_dead_bush" - ] - }, - "criteria": { - "has_dead_bush": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:dead_bush"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/stick_from_dead_bush" - } - } - }, - "requirements": [ - [ - "has_dead_bush", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_bow.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_bow.json deleted file mode 100644 index 3cb2ad67c..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_bow.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/string_from_bow" - ] - }, - "criteria": { - "has_bow": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:bow"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/string_from_bow" - } - } - }, - "requirements": [ - [ - "has_bow", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_crossbow.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_crossbow.json deleted file mode 100644 index 0c5d966ba..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_crossbow.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/string_from_crossbow" - ] - }, - "criteria": { - "has_crossbow": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:crossbow"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/string_from_crossbow" - } - } - }, - "requirements": [ - [ - "has_crossbow", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_painting_tool.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_painting_tool.json deleted file mode 100644 index 883271349..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/string_from_painting_tool.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/string_from_painting_tool" - ] - }, - "criteria": { - "has_painting_tool": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["techreborn:painting_tool"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/string_from_painting_tool" - } - } - }, - "requirements": [ - [ - "has_painting_tool", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/sugar.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/sugar.json deleted file mode 100644 index 6752aeef7..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/sugar.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/sugar" - ] - }, - "criteria": { - "has_sugar_cane": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:sugar_cane"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/sugar" - } - } - }, - "requirements": [ - [ - "has_sugar_cane", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/wheat_seeds_from_fern.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/wheat_seeds_from_fern.json deleted file mode 100644 index 1b379e7c9..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/wheat_seeds_from_fern.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/wheat_seeds_from_fern" - ] - }, - "criteria": { - "has_large_fern": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:large_fern"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/wheat_seeds_from_fern" - } - } - }, - "requirements": [ - [ - "has_large_fern", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/advancements/recipes/extractor/wheat_seeds_from_tallgrass.json b/src/main/resources/data/techreborn/advancements/recipes/extractor/wheat_seeds_from_tallgrass.json deleted file mode 100644 index 17b59e943..000000000 --- a/src/main/resources/data/techreborn/advancements/recipes/extractor/wheat_seeds_from_tallgrass.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "techreborn:extractor/wheat_seeds_from_tallgrass" - ] - }, - "criteria": { - "has_tall_grass": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": ["minecraft:tall_grass"] - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "techreborn:extractor/wheat_seeds_from_tallgrass" - } - } - }, - "requirements": [ - [ - "has_tall_grass", - "has_the_recipe" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/blue_dye_from_coral_block.json b/src/main/resources/data/techreborn/recipes/extractor/blue_dye_from_coral_block.json deleted file mode 100644 index 50e3bdc11..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/blue_dye_from_coral_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 400, - "ingredients": [ - { - "item": "minecraft:tube_coral_block" - } - ], - "results": [ - { - "item": "minecraft:blue_dye", - "count": 5 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/blue_dye_from_small_coral.json b/src/main/resources/data/techreborn/recipes/extractor/blue_dye_from_small_coral.json deleted file mode 100644 index 6d313160a..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/blue_dye_from_small_coral.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 200, - "ingredients": [ - { - "tag": "c:small_corals_blue" - } - ], - "results": [ - { - "item": "minecraft:blue_dye", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/clay_ball.json b/src/main/resources/data/techreborn/recipes/extractor/clay_ball.json deleted file mode 100644 index fbfa40f59..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/clay_ball.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:clay" - } - ], - "results": [ - { - "item": "minecraft:clay_ball", - "count": 4 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/cyan_dye.json b/src/main/resources/data/techreborn/recipes/extractor/cyan_dye.json deleted file mode 100644 index 398650948..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/cyan_dye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:prismarine_shard" - } - ], - "results": [ - { - "item": "minecraft:cyan_dye" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/flint.json b/src/main/resources/data/techreborn/recipes/extractor/flint.json deleted file mode 100644 index 4fe5aa0ad..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/flint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 2, - "time": 200, - "ingredients" : [ - { - "item": "minecraft:gravel" - } - ], - "results" : [ - { - "item": "minecraft:flint" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/gray_dye_from_coral_block.json b/src/main/resources/data/techreborn/recipes/extractor/gray_dye_from_coral_block.json deleted file mode 100644 index a3a3e43ec..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/gray_dye_from_coral_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 400, - "ingredients": [ - { - "tag": "c:dead_coral_blocks" - } - ], - "results": [ - { - "item": "minecraft:gray_dye", - "count": 5 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/gray_dye_from_small_coral.json b/src/main/resources/data/techreborn/recipes/extractor/gray_dye_from_small_coral.json deleted file mode 100644 index 4462be0b7..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/gray_dye_from_small_coral.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 200, - "ingredients": [ - { - "tag": "c:small_corals_dead" - } - ], - "results": [ - { - "item": "minecraft:gray_dye", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/green_dye.json b/src/main/resources/data/techreborn/recipes/extractor/green_dye.json deleted file mode 100644 index 57a63fb08..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/green_dye.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "techreborn:plantball" - } - ], - "results": [ - { - "item": "minecraft:green_dye", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/gunpowder.json b/src/main/resources/data/techreborn/recipes/extractor/gunpowder.json deleted file mode 100644 index 19e867a20..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/gunpowder.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:tnt" - } - ], - "results": [ - { - "item": "minecraft:gunpowder", - "count": 2 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/hanging_roots.json b/src/main/resources/data/techreborn/recipes/extractor/hanging_roots.json deleted file mode 100644 index 0f8f702c1..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/hanging_roots.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 2, - "time": 200, - "ingredients" : [ - { - "item": "minecraft:mangrove_roots" - } - ], - "results" : [ - { - "item": "minecraft:hanging_roots" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/heart_of_the_sea.json b/src/main/resources/data/techreborn/recipes/extractor/heart_of_the_sea.json deleted file mode 100644 index 9620a0e44..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/heart_of_the_sea.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 1000, - "ingredients": [ - { - "item": "minecraft:conduit" - } - ], - "results": [ - { - "item": "minecraft:heart_of_the_sea" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/mangrove_roots.json b/src/main/resources/data/techreborn/recipes/extractor/mangrove_roots.json deleted file mode 100644 index 2316bc0c2..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/mangrove_roots.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 2, - "time": 200, - "ingredients" : [ - { - "item": "minecraft:muddy_mangrove_roots" - } - ], - "results" : [ - { - "item": "minecraft:mangrove_roots" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/orange_dye_from_carrot.json b/src/main/resources/data/techreborn/recipes/extractor/orange_dye_from_carrot.json deleted file mode 100644 index 036258746..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/orange_dye_from_carrot.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:carrot", - "count": 3 - } - ], - "results": [ - { - "item": "minecraft:orange_dye" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/orange_dye_from_glow_berries.json b/src/main/resources/data/techreborn/recipes/extractor/orange_dye_from_glow_berries.json deleted file mode 100644 index f98a1228a..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/orange_dye_from_glow_berries.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:glow_berries", - "count": 4 - } - ], - "results": [ - { - "item": "minecraft:orange_dye" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/paper_from_book.json b/src/main/resources/data/techreborn/recipes/extractor/paper_from_book.json deleted file mode 100644 index 4fc53dc8c..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/paper_from_book.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 200, - "ingredients": [ - { - "item": "minecraft:book" - } - ], - "results": [ - { - "item": "minecraft:paper", - "count": 2 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/phantom_membrane_from_elytra.json b/src/main/resources/data/techreborn/recipes/extractor/phantom_membrane_from_elytra.json deleted file mode 100644 index 12a5c9b4d..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/phantom_membrane_from_elytra.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:elytra" - } - ], - "results": [ - { - "item": "minecraft:phantom_membrane", - "count": 2 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/pink_dye_from_coral_block.json b/src/main/resources/data/techreborn/recipes/extractor/pink_dye_from_coral_block.json deleted file mode 100644 index 8c65129af..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/pink_dye_from_coral_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 400, - "ingredients": [ - { - "item": "minecraft:brain_coral_block" - } - ], - "results": [ - { - "item": "minecraft:pink_dye", - "count": 5 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/pink_dye_from_small_coral.json b/src/main/resources/data/techreborn/recipes/extractor/pink_dye_from_small_coral.json deleted file mode 100644 index 4bf22eb33..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/pink_dye_from_small_coral.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 200, - "ingredients": [ - { - "tag": "c:small_corals_pink" - } - ], - "results": [ - { - "item": "minecraft:pink_dye", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_coral_block.json b/src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_coral_block.json deleted file mode 100644 index 3ff7dd5f8..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_coral_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 400, - "ingredients": [ - { - "item": "minecraft:bubble_coral_block" - } - ], - "results": [ - { - "item": "minecraft:purple_dye", - "count": 5 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_shulker_shell.json b/src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_shulker_shell.json deleted file mode 100644 index d7c7ceafc..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_shulker_shell.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 400, - "ingredients": [ - { - "item": "minecraft:shulker_shell" - } - ], - "results": [ - { - "item": "minecraft:purple_dye", - "count": 4 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_small_coral.json b/src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_small_coral.json deleted file mode 100644 index fde1aa45f..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/purple_dye_from_small_coral.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 200, - "ingredients": [ - { - "tag": "c:small_corals_purple" - } - ], - "results": [ - { - "item": "minecraft:purple_dye", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_beetroot.json b/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_beetroot.json deleted file mode 100644 index 3f4cb9a6c..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_beetroot.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:beetroot" - } - ], - "results": [ - { - "item": "minecraft:red_dye", - "count": 2 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_coral_block.json b/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_coral_block.json deleted file mode 100644 index 47cc0dfea..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_coral_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 400, - "ingredients": [ - { - "item": "minecraft:fire_coral_block" - } - ], - "results": [ - { - "item": "minecraft:red_dye", - "count": 5 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_small_coral.json b/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_small_coral.json deleted file mode 100644 index eed37a192..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_small_coral.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 200, - "ingredients": [ - { - "tag": "c:small_corals_red" - } - ], - "results": [ - { - "item": "minecraft:red_dye", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_sweet_berries.json b/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_sweet_berries.json deleted file mode 100644 index a9fc9f428..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/red_dye_from_sweet_berries.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:sweet_berries", - "count": 4 - } - ], - "results": [ - { - "item": "minecraft:red_dye" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/rooted_dirt.json b/src/main/resources/data/techreborn/recipes/extractor/rooted_dirt.json deleted file mode 100644 index c0e2b0dc6..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/rooted_dirt.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:rooted_dirt" - } - ], - "results": [ - { - "item": "minecraft:hanging_roots", - "count": 2 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/rubber_from_sap.json b/src/main/resources/data/techreborn/recipes/extractor/rubber_from_sap.json deleted file mode 100644 index dc6170f1c..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/rubber_from_sap.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "techreborn:sap" - } - ], - "results": [ - { - "item": "techreborn:rubber", - "count": 3 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/rubber_from_sapling.json b/src/main/resources/data/techreborn/recipes/extractor/rubber_from_sapling.json deleted file mode 100644 index ce1302c31..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/rubber_from_sapling.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "techreborn:rubber_sapling" - } - ], - "results": [ - { - "item": "techreborn:rubber" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/rubber_from_slime_ball.json b/src/main/resources/data/techreborn/recipes/extractor/rubber_from_slime_ball.json deleted file mode 100644 index 278040b0c..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/rubber_from_slime_ball.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:slime_ball" - } - ], - "results": [ - { - "item": "techreborn:rubber", - "count": 2 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/sculk.json b/src/main/resources/data/techreborn/recipes/extractor/sculk.json deleted file mode 100644 index 0f56fae9c..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/sculk.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 200, - "ingredients" : [ - { - "item": "minecraft:sculk_catalyst" - } - ], - "results" : [ - { - "item": "minecraft:sculk" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/slime_ball_from_sticky_piston.json b/src/main/resources/data/techreborn/recipes/extractor/slime_ball_from_sticky_piston.json deleted file mode 100644 index f55080426..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/slime_ball_from_sticky_piston.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:sticky_piston" - } - ], - "results": [ - { - "item": "minecraft:slime_ball" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/sponge_piece_from_cod.json b/src/main/resources/data/techreborn/recipes/extractor/sponge_piece_from_cod.json deleted file mode 100644 index b5dec6b8a..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/sponge_piece_from_cod.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 1000, - "ingredients" : [ - { - "item": "minecraft:cod", - "count": 64 - } - ], - "results" : [ - { - "item": "techreborn:sponge_piece" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/sponge_piece_from_pufferfish.json b/src/main/resources/data/techreborn/recipes/extractor/sponge_piece_from_pufferfish.json deleted file mode 100644 index e933b0541..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/sponge_piece_from_pufferfish.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 1000, - "ingredients" : [ - { - "item": "minecraft:pufferfish", - "count": 32 - } - ], - "results" : [ - { - "item": "techreborn:sponge_piece" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/stick_from_armor_stand.json b/src/main/resources/data/techreborn/recipes/extractor/stick_from_armor_stand.json deleted file mode 100644 index 1ccc98bb1..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/stick_from_armor_stand.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:armor_stand" - } - ], - "results": [ - { - "item": "minecraft:stick", - "count": 3 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/stick_from_dead_bush.json b/src/main/resources/data/techreborn/recipes/extractor/stick_from_dead_bush.json deleted file mode 100644 index 64a785f3d..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/stick_from_dead_bush.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:dead_bush" - } - ], - "results": [ - { - "item": "minecraft:stick", - "count": 2 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/string_from_bow.json b/src/main/resources/data/techreborn/recipes/extractor/string_from_bow.json deleted file mode 100644 index 380b0b829..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/string_from_bow.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:bow" - } - ], - "results": [ - { - "item": "minecraft:string" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/string_from_crossbow.json b/src/main/resources/data/techreborn/recipes/extractor/string_from_crossbow.json deleted file mode 100644 index dd6c1a24e..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/string_from_crossbow.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:crossbow" - } - ], - "results": [ - { - "item": "minecraft:string" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/string_from_painting_tool.json b/src/main/resources/data/techreborn/recipes/extractor/string_from_painting_tool.json deleted file mode 100644 index caa2db89e..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/string_from_painting_tool.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 150, - "ingredients": [ - { - "item": "techreborn:painting_tool" - } - ], - "results": [ - { - "item": "minecraft:string", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/sugar.json b/src/main/resources/data/techreborn/recipes/extractor/sugar.json deleted file mode 100644 index 4d5dd8503..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/sugar.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 2, - "time": 200, - "ingredients" : [ - { - "item": "minecraft:sugar_cane", - "count": 2 - } - ], - "results" : [ - { - "item": "minecraft:sugar", - "count": 3 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/wheat_seeds_from_fern.json b/src/main/resources/data/techreborn/recipes/extractor/wheat_seeds_from_fern.json deleted file mode 100644 index 18f942f9f..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/wheat_seeds_from_fern.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:large_fern" - } - ], - "results": [ - { - "item": "minecraft:wheat_seeds" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/wheat_seeds_from_tallgrass.json b/src/main/resources/data/techreborn/recipes/extractor/wheat_seeds_from_tallgrass.json deleted file mode 100644 index 6e11f47ae..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/wheat_seeds_from_tallgrass.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 300, - "ingredients": [ - { - "item": "minecraft:tall_grass" - } - ], - "results": [ - { - "item": "minecraft:wheat_seeds" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/yellow_dye_from_coral_block.json b/src/main/resources/data/techreborn/recipes/extractor/yellow_dye_from_coral_block.json deleted file mode 100644 index 78ff50687..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/yellow_dye_from_coral_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 400, - "ingredients": [ - { - "item": "minecraft:horn_coral_block" - } - ], - "results": [ - { - "item": "minecraft:yellow_dye", - "count": 5 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/yellow_dye_from_small_coral.json b/src/main/resources/data/techreborn/recipes/extractor/yellow_dye_from_small_coral.json deleted file mode 100644 index ffd7adcfc..000000000 --- a/src/main/resources/data/techreborn/recipes/extractor/yellow_dye_from_small_coral.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "techreborn:extractor", - "power": 10, - "time": 200, - "ingredients": [ - { - "tag": "c:small_corals_yellow" - } - ], - "results": [ - { - "item": "minecraft:yellow_dye", - "count": 1 - } - ] -} \ No newline at end of file