Tweaked thermal generator, closes #100
This commit is contained in:
parent
5b2bc53cfc
commit
ccb028a202
2 changed files with 17 additions and 2 deletions
|
@ -117,13 +117,20 @@ public class RecipesIC2 implements ICompatModule {
|
|||
'I', "plateInvar",
|
||||
'H', IC2Items.getItem("reinforcedGlass"),
|
||||
'C', "circuitBasic",
|
||||
'G', IC2Items.getItem("geothermalGenerator"));
|
||||
'G', new ItemStack(ModBlocks.heatGenerator));
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.thermalGenerator),
|
||||
"AAA", "AHA", "CGC",
|
||||
'A', "plateAluminum",
|
||||
'H', IC2Items.getItem("reinforcedGlass"),
|
||||
'C', "circuitBasic",
|
||||
'G', new ItemStack(ModBlocks.heatGenerator));
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.heatGenerator),
|
||||
"III", "IHI", "CGC",
|
||||
'I', "plateIron",
|
||||
'H', new ItemStack(Blocks.iron_bars),
|
||||
'C', "circuitBasic",
|
||||
'G', IC2Items.getItem("geothermalGenerator"));
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.Gasturbine),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue