diff --git a/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java b/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java index 05f4cad..8c27f0d 100644 --- a/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java +++ b/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java @@ -25,8 +25,8 @@ public class RecipeRemovals implements IEventBusRegisterable { && id.getPath().startsWith("inscriber"); }); ev.removeRecipeID(new Identifier("projecte", "red_matter_alt")); - ev.removeRecipeID(new Identifier("draconicevolution", "components/awakened_core") - ); + ev.removeRecipeID(new Identifier("draconicevolution", "components/awakened_core")); + ev.removeRecipeID(new Identifier("draconicevolution", "awakened_crafting_injector")); ev.removeRecipeID(new Identifier("electrodynamics", "ingotsteel_ingot_smelting")); ev.removeRecipeID(new Identifier("beyond_earth", "steel_ingot_blasting")); ev.removeRecipeID(new Identifier("enderrift", "rift_orb")); diff --git a/src/main/resources/data/ntx4core/recipes/awakened_crafting_injector.json b/src/main/resources/data/ntx4core/recipes/awakened_crafting_injector.json new file mode 100644 index 0000000..6dc82cb --- /dev/null +++ b/src/main/resources/data/ntx4core/recipes/awakened_crafting_injector.json @@ -0,0 +1,37 @@ +{ + "type": "draconicevolution:fusion_crafting", + "result": { + "item": "draconicevolution:awakened_crafting_injector" + }, + "catalyst": { + "item": "draconicevolution:wyvern_crafting_injector" + }, + "total_energy": 256000, + "tier": "WYVERN", + "ingredients": [ + { + "tag": "forge:gems/diamond" + }, + { + "tag": "forge:gems/diamond" + }, + { + "item": "draconicevolution:wyvern_core" + }, + { + "tag": "forge:storage_blocks/draconium_awakened" + }, + { + "item": "draconicevolution:wyvern_core" + }, + { + "tag": "forge:gems/diamond" + }, + { + "tag": "forge:gems/diamond" + }, + { + "item": "projecte:red_matter" + } + ] + } \ No newline at end of file