swap carbon to oil

This commit is contained in:
tracer4b 2022-07-13 19:36:14 +08:00
parent fca28c3c97
commit 430bfb1cca
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ var outputInputMap as IIngredient[][IItemStack] = {
<actuallyadditions:block_crystal:3>, <actuallyadditions:block_crystal:3>,
<ore:gemQuartzBlack>, <ore:gemQuartzBlack>,
<ore:ingotDarkSteel>, <ore:ingotDarkSteel>,
<forge:bucketfilled>.withTag({FluidName: "carbon", Amount: 1000}), <metaitem:fluid_cell>.withTag({Fluid: {FluidName: "oil", Amount: 1000}}),
<extendedcrafting:material:15> <extendedcrafting:material:15>
], ],
#Empowered Emeradic #Empowered Emeradic

View File

@ -36,7 +36,7 @@ mods.actuallyadditions.Empowerer.addRecipe(<actuallyadditions:block_crystal_empo
mods.actuallyadditions.Empowerer.removeRecipe(<actuallyadditions:item_crystal_empowered:3>); mods.actuallyadditions.Empowerer.removeRecipe(<actuallyadditions:item_crystal_empowered:3>);
mods.actuallyadditions.Empowerer.removeRecipe(<actuallyadditions:block_crystal_empowered:3>); mods.actuallyadditions.Empowerer.removeRecipe(<actuallyadditions:block_crystal_empowered:3>);
mods.actuallyadditions.Empowerer.removeRecipe(<moreplates:empowered_void_gear>); mods.actuallyadditions.Empowerer.removeRecipe(<moreplates:empowered_void_gear>);
mods.actuallyadditions.Empowerer.addRecipe(<actuallyadditions:block_crystal_empowered:3>, <actuallyadditions:block_crystal:3>, <actuallyadditions:item_misc:5>, <metaitem:ingotDarkSteel>, <forge:bucketfilled>.withTag({FluidName: "carbon", Amount: 1000}), <extendedcrafting:material:15>, 1000000, 400); mods.actuallyadditions.Empowerer.addRecipe(<actuallyadditions:block_crystal_empowered:3>, <actuallyadditions:block_crystal:3>, <actuallyadditions:item_misc:5>, <metaitem:ingotDarkSteel>, <metaitem:fluid_cell>.withTag({Fluid: {FluidName: "oil", Amount: 1000}}), <extendedcrafting:material:15>, 1000000, 400);
//Empowered Diamatine //Empowered Diamatine