#Name: ThermalDynamics.zs #Author: Feed the Beast print("Initializing 'ThermalDynamics.zs'..."); //Itemducts // Remove recipes.removeShaped(); recipes.removeShaped(); // Add recipes.addShaped( * 6, [[null, , null], [, , ], [null, , null]]); recipes.addShaped( * 6, [[null, , null], [, , ], [null, , null]]); //Fluiducts // Remove recipes.removeShaped(); recipes.removeShaped(); recipes.removeShaped(); recipes.removeShaped(); recipes.remove(); recipes.remove(); // Add recipes.addShaped( * 6, [[null, , null], [, , ], [null, , null]]); recipes.addShaped( * 6, [[null, , null], [, , ], [null, , null]]); recipes.addShaped( * 6, [[null, , null], [, , ], [null, , null]]); recipes.addShaped( * 6, [[null, , null], [, , ], [null, , null]]); recipes.addShaped( * 3, [[, , ], [, , ], [, , ]]); recipes.addShaped( * 3, [[, , ], [, , ], [, , ]]); //Fluxducts // Remove recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); // Add recipes.addShaped( * 6, [[, , ], [, , ], [, , ]]); recipes.addShaped( * 6, [[, , ], [, , ], [, , ]]); recipes.addShaped( * 6, [[, , ], [, , ], [, , ]]); recipes.addShaped( * 6, [[, , ], [, , ], [, , ]]); recipes.addShaped( * 6, [[, , ], [, , ], [, , ]]); recipes.addShaped( * 3, [[, , ], [, , ], [, , ]]); //MultiMode ducts // Remove recipes.remove(); recipes.remove(); // Add recipes.addShapeless( * 2, [, ]); recipes.addShapeless( * 2, [, ]); print("Initialized 'ThermalDynamics.zs'");