swap carbon to oil
This commit is contained in:
parent
fca28c3c97
commit
430bfb1cca
@ -50,7 +50,7 @@ var outputInputMap as IIngredient[][IItemStack] = {
|
||||
<actuallyadditions:block_crystal:3>,
|
||||
<ore:gemQuartzBlack>,
|
||||
<ore:ingotDarkSteel>,
|
||||
<forge:bucketfilled>.withTag({FluidName: "carbon", Amount: 1000}),
|
||||
<metaitem:fluid_cell>.withTag({Fluid: {FluidName: "oil", Amount: 1000}}),
|
||||
<extendedcrafting:material:15>
|
||||
],
|
||||
#Empowered Emeradic
|
||||
|
@ -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:block_crystal_empowered:3>);
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user