Now the Molds and Extruder Shapes need aTinkers Construct Smeltery. Maybe Greg will kill me for that
Code
// --- Remove Recipes
// --- Extruder Shape Plate
recipes.remove(<gregtech:gt.metaitem.01:32350>);
// --- Extruder Shape Rod
recipes.remove(<gregtech:gt.metaitem.01:32351>);
// --- Extruder Shape Bolt
recipes.remove(<gregtech:gt.metaitem.01:32352>);
// --- Extruder Shape Cell
recipes.remove(<gregtech:gt.metaitem.01:32353>);
// --- Extruder Shape Ring
recipes.remove(<gregtech:gt.metaitem.01:32354>);
// --- Extruder Shape Ingot
recipes.remove(<gregtech:gt.metaitem.01:32355>);
// --- Extruder Shape Wire
recipes.remove(<gregtech:gt.metaitem.01:32356>);
// --- Extruder Shape Casing
recipes.remove(<gregtech:gt.metaitem.01:32357>);
// --- Extruder Shape Tiny Pipe
recipes.remove(<gregtech:gt.metaitem.01:32358>);
// --- Extruder Shape Small Pipe
recipes.remove(<gregtech:gt.metaitem.01:32359>);
// --- Extruder Shape Normal Pipe
recipes.remove(<gregtech:gt.metaitem.01:32360>);
// --- Extruder Shape Lage Pipe
recipes.remove(<gregtech:gt.metaitem.01:32361>);
// --- Extruder Shape Huge Pipe
recipes.remove(<gregtech:gt.metaitem.01:32362>);
// --- Extruder Shape Block
recipes.remove(<gregtech:gt.metaitem.01:32363>);
// --- Extruder Shape Sword Blade
recipes.remove(<gregtech:gt.metaitem.01:32364>);
// --- Extruder Shape Pickaxe Head
recipes.remove(<gregtech:gt.metaitem.01:32365>);
// --- Extruder Shape Shove Head
recipes.remove(<gregtech:gt.metaitem.01:32366>);
// --- Extruder Shape Axe Head
recipes.remove(<gregtech:gt.metaitem.01:32367>);
// --- Extruder Shape Hoe Head
recipes.remove(<gregtech:gt.metaitem.01:32368>);
// --- Extruder Shape Hammer Head
recipes.remove(<gregtech:gt.metaitem.01:32369>);
// --- Extruder Shape File Head
recipes.remove(<gregtech:gt.metaitem.01:32370>);
// --- Extruder Shape Saw Blade
recipes.remove(<gregtech:gt.metaitem.01:32371>);
// --- Extruder Shape Gear
recipes.remove(<gregtech:gt.metaitem.01:32372>);
// --- Extruder Shape Bottle
recipes.remove(<gregtech:gt.metaitem.01:32373>);
// --- Add Recipes ---
// --- Extruder Shape Plate
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32350>, <liquid:steel.molten> * 576, <Railcraft:part.plate:1>, true, 100);
// --- Extruder Shape Rod
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32351>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:23305>, true, 100);
// --- Extruder Shape Bolt
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32352>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:26305>, true, 100);
// --- Extruder Shape Cell
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32353>, <liquid:steel.molten> * 576, <IC2:itemCellEmpty>, true, 100);
// --- Extruder Shape Ring
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32354>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:28305>, true, 100);
// --- Extruder Shape Ingot
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32355>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:11305>, true, 100);
// --- Extruder Shape Wire
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32356>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:1520>, true, 100);
// --- Extruder Shape Casing
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32357>, <liquid:steel.molten> * 576, <IC2:itemCasing:5>, true, 100);
// --- Extruder Shape Tiny Pipe
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32358>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:1521>, true, 100);
// --- Extruder Shape Small Pipe
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32359>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:5131>, true, 100);
// --- Extruder Shape Normal Pipe
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32360>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:5132>, true, 100);
// --- Extruder Shape Lage Pipe
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32361>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:5133>, true, 100);
// --- Extruder Shape Huge Pipe
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32362>, <liquid:steel.molten> * 576, <GemBlocksForGreg:tile.metalBlock3:12>, true, 100);
// --- Extruder Shape Block
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32363>, <liquid:steel.molten> * 576, <IC2:blockMetal:5>, true, 100);
// --- Extruder Shape Sword Blade
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32364>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:305>, true, 100);
// --- Extruder Shape Pickaxe Head
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32365>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:1305>, true, 100);
// --- Extruder Shape Shove Head
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32366>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:2305>, true, 100);
// --- Extruder Shape Axe Head
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32367>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:3305>, true, 100);
// --- Extruder Shape Hoe Head
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32368>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:4305>, true, 100);
// --- Extruder Shape Hammer Head
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32369>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:5305>, true, 100);
// --- Extruder Shape File Head
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32370>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:6305>, true, 100);
// --- Extruder Shape Saw Blade
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32371>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:7305>, true, 100);
// --- Extruder Shape Gear
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32372>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:31305>, true, 100);
// --- Extruder Shape Bottle
mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32373>, <liquid:steel.molten> * 576, <BiomesOPlenty:jarEmpty>, true, 100);
Display More