This commit is contained in:
Modmuss50 2015-09-23 17:27:41 +01:00
parent 111c5e6d5c
commit 3f4b59faaf
5 changed files with 77 additions and 3 deletions

View file

@ -1164,6 +1164,14 @@ public class RecipesIC2 implements ICompatModule {
40, 60
));
}
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("NaKCoolantSimple"),
"TST", "PCP", "TST",
'T', "ingotTin",
'S', ItemCells.getCellByName("sodium"),
'P', ItemCells.getCellByName("potassium"),
'C', IC2Items.getItem("reactorCoolantSimple")
);
}
static void removeIc2Recipes() {