commit
2c6a0f93ca
@ -26,7 +26,7 @@ var outputInputMap as IIngredient[][IItemStack] = {
|
|||||||
<actuallyadditions:block_crystal>,
|
<actuallyadditions:block_crystal>,
|
||||||
<ore:ingotRedAlloy>,
|
<ore:ingotRedAlloy>,
|
||||||
<ore:gemAlmandine>,
|
<ore:gemAlmandine>,
|
||||||
<metaitem:fluid_cell>.withTag({Fluid: {FluidName: "sulfuric_acid", Amount: 1000}}),
|
<gregtech:meta_item_1:85>.withTag({Fluid: {FluidName: "sulfuric_acid", Amount: 1000}}),
|
||||||
<extendedcrafting:material:19> //conflux component
|
<extendedcrafting:material:19> //conflux component
|
||||||
],
|
],
|
||||||
#Empowered Palis
|
#Empowered Palis
|
||||||
@ -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>,
|
||||||
<metaitem:fluid_cell>.withTag({Fluid: {FluidName: "carbon", Amount: 1000}}),
|
<metaitem:fluid_cell>.withTag({Fluid: {FluidName: "oil", Amount: 1000}}),
|
||||||
<extendedcrafting:material:15>
|
<extendedcrafting:material:15>
|
||||||
],
|
],
|
||||||
#Empowered Emeradic
|
#Empowered Emeradic
|
||||||
|
@ -15,7 +15,7 @@ mods.thermalexpansion.Compactor.removeGearRecipe(<actuallyadditions:item_crystal
|
|||||||
mods.actuallyadditions.Empowerer.removeRecipe(<actuallyadditions:item_crystal_empowered>);
|
mods.actuallyadditions.Empowerer.removeRecipe(<actuallyadditions:item_crystal_empowered>);
|
||||||
mods.actuallyadditions.Empowerer.removeRecipe(<actuallyadditions:block_crystal_empowered>);
|
mods.actuallyadditions.Empowerer.removeRecipe(<actuallyadditions:block_crystal_empowered>);
|
||||||
mods.actuallyadditions.Empowerer.removeRecipe(<moreplates:empowered_restonia_gear>);
|
mods.actuallyadditions.Empowerer.removeRecipe(<moreplates:empowered_restonia_gear>);
|
||||||
mods.actuallyadditions.Empowerer.addRecipe(<actuallyadditions:block_crystal_empowered>, <actuallyadditions:block_crystal>, <metaitem:gemAlmandine>, <metaitem:ingotRedAlloy>, <metaitem:fluid_cell>.withTag({Fluid: {FluidName: "sulfuric_acid", Amount: 1000}}), <extendedcrafting:material:19>, 1000000, 400);
|
mods.actuallyadditions.Empowerer.addRecipe(<actuallyadditions:block_crystal_empowered>, <actuallyadditions:block_crystal>, <metaitem:gemAlmandine>, <metaitem:ingotRedAlloy>, <gregtech:meta_item_1:85>.withTag({Fluid: {FluidName: "sulfuric_acid", Amount: 1000}}), <extendedcrafting:material:19>, 1000000, 400);
|
||||||
|
|
||||||
|
|
||||||
//Empowered Palis
|
//Empowered Palis
|
||||||
@ -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>, <metaitem:fluid_cell>.withTag({Fluid: {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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user