Work for #182
This commit is contained in:
parent
f326dbfec9
commit
3799eb3eb2
2 changed files with 28 additions and 0 deletions
|
@ -342,6 +342,14 @@ public class RecipesIC2 implements ICompatModule {
|
|||
'Q', ModBlocks.digitalChest,
|
||||
'T', IC2Items.getItem("teleporter"));
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.PlasmaGenerator),
|
||||
"PPP", "PTP", "CGC",
|
||||
'P', ItemPlates.getPlateByName("tungstensteel"),
|
||||
'T', IC2Items.getItem("hvTransformer"),
|
||||
'G', IC2Items.getItem("generator"),
|
||||
'C', ItemParts.getPartByName("energyFlowCircuit")
|
||||
);
|
||||
|
||||
|
||||
//Smetling
|
||||
GameRegistry.addSmelting(ItemDusts.getDustByName("copper", 1), IC2Items.getItem("copperIngot"), 1F);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue