import crafttweaker.item.IItemStack; #Heavy Engineering Block recipes.remove(); recipes.addShaped("Heavy Engineering Block", *2, [ [, , ], [, , ], [, , ] ]); #Iron Mechanical Component recipes.remove(); recipes.addShaped("Iron Mechanical Component", , [ [, , ], [, , ], [, , ] ]); #Coke Brick recipes.remove(); recipes.addShaped("Coke Brick", *2, [ [, , ], [, , ], [, , ] ]); #Steel Rod recipes.remove(); recipes.addShapedMirrored("Steel Rod", , [ [null, , .anyDamage().transformDamage(1)], [null, , null], [null, , null] ]); #Iron Rod recipes.remove(); recipes.addShapedMirrored("Iron Rod", , [ [null, , .withDamage(0).transformDamage(1)], [null, , null], [null, , null] ]); #Aluminium Rod recipes.remove(); recipes.addShapedMirrored("Aluminium Rod", , [ [null, , .withDamage(0).transformDamage(1)], [null, , null], [null, , null] ]); #Light Engineering Block recipes.remove(); recipes.addShaped("Light Engineering Block", *2, [ [, , ], [, , ], [, , ] ]); #Redstone Engineering Block recipes.remove(); recipes.addShaped("Redstone Engineering Block", *2, [ [, , ], [, , ], [, , ] ]); #Lv Wire Connector recipes.remove(); recipes.addShaped("Lv Wire Connector", *4, [ [null, , null], [, , ], [, , ] ]); #Lv Wire Relay recipes.remove(); recipes.addShaped("Lv Wire Relay", *6, [ [null, null, null], [, , ], [, , ] ]); #Mv Wire Connector recipes.remove(); recipes.addShaped("Mv Wire Connector", *4, [ [null, , null], [, , ], [, , ] ]); #Mv Wire Relay recipes.remove(); recipes.addShaped("Mv Wire Relay", *6, [ [null, null, null], [, , ], [, , ] ]); #Hv Wire Connector recipes.remove(); recipes.addShaped("Hv Wire Connector", *4, [ [null, , null], [, , ], [, , ] ]); #Hv Wire Relay recipes.remove(); recipes.addShaped("Hv Wire Relay", *6, [ [null, , null], [, , ], [, , ] ]); #LV Capacitor recipes.remove(); recipes.addShaped("LV Capacitor", , [ [, , ], [, , ], [, , ] ]); #MV Capacitor recipes.remove(); recipes.addShaped("MV Capacitor", , [ [, , ], [, , ], [, , ] ]); #HV Capacitor recipes.remove(); recipes.addShaped("HV Capacitor", , [ [, , ], [, , ], [, , ] ]); #Transformer recipes.remove(); recipes.addShaped("Transformer", , [ [, null, ], [, , ], [, , ] ]);