Fixes #130
This commit is contained in:
parent
111c5e6d5c
commit
3f4b59faaf
5 changed files with 77 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue