feat: energy condenser recipe

This commit is contained in:
Timo Ley 2023-12-22 13:51:07 +01:00
parent 9fa12c054c
commit 1c8d921aca
2 changed files with 38 additions and 3 deletions

View file

@ -13,9 +13,6 @@ public class RecipeRemovals implements IEventBusRegisterable {
if (!FMLEnvironment.production)
return;
ev.removeRecipesMatching(new RecipeContainsPredicate(
Util.stackFromRegistry(new Identifier("projecte", "condenser_mk1"))
));
ev.removeRecipesMatching(new RecipeContainsPredicate(
Util.stackFromRegistry(new Identifier("projecte", "transmutation_table"))
));
@ -31,6 +28,7 @@ public class RecipeRemovals implements IEventBusRegisterable {
ev.removeRecipeID(new Identifier("beyond_earth", "steel_ingot_blasting"));
ev.removeRecipeID(new Identifier("enderrift", "rift_orb"));
ev.removeRecipeID(new Identifier("crossroads", "base_materials/bronze_alloy_ingot"));
ev.removeRecipeID(new Identifier("projecte", "condenser_mk1"));
}
@Override

View file

@ -0,0 +1,37 @@
{
"type": "draconicevolution:fusion_crafting",
"result": {
"item": "projecte:condenser_mk1"
},
"catalyst": {
"item": "projecte:alchemical_chest"
},
"total_energy": 10000000,
"tier": "DRACONIC",
"ingredients": [
{
"item": "ae2:condenser"
},
{
"item": "projecte:relay_mk3"
},
{
"item": "mekanismmatter:matter_synthesizer"
},
{
"item": "mekanismmatter:matter_fabricator"
},
{
"item": "alchemistry:dissolver"
},
{
"item": "alchemistry:compactor"
},
{
"item": "projecte:philosophers_stone"
},
{
"item": "ntx4core:awakened_construct"
}
]
}