diff --git a/src/scripts/ct/TConstruct.zs b/src/scripts/ct/TConstruct.zs index 2988528..aaa82d1 100644 --- a/src/scripts/ct/TConstruct.zs +++ b/src/scripts/ct/TConstruct.zs @@ -17,13 +17,40 @@ Melting.removeRecipe(, ); //Dupe bug Melting.removeRecipe(, ); Melting.removeRecipe(, ); +Melting.removeRecipe(, ); //craftable using iron alloy +Melting.removeRecipe(, ); //rolling machine dupes +Melting.removeRecipe(, ); +Melting.removeRecipe(, ); +Melting.removeRecipe(, ); +Melting.removeRecipe(, ); +Melting.removeRecipe(, ); Melting.removeRecipe(, ); Melting.removeRecipe(, ); Melting.removeRecipe(, ); +Melting.removeRecipe(, ); +Melting.removeRecipe(, ); + +//Force use of the induction smelter to smelt blends into ingots Melting.removeRecipe(, ); Melting.removeRecipe(, ); Melting.removeRecipe(, ); +//Fix being unable to make gear casts using certain gears and brass or aluminium brass +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 288, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 288, true); +Casting.addTableRecipe(, , , 144, true); +Casting.addTableRecipe(, , , 144, true); + //Remove direct trait components as they do not respect actual block drops for item in scripts.ct.JEI.directs { Casting.removeTableRecipe(item); diff --git a/src/scripts/ct/TE.zs b/src/scripts/ct/TE.zs index 39847b0..ff0d3b7 100644 --- a/src/scripts/ct/TE.zs +++ b/src/scripts/ct/TE.zs @@ -17,6 +17,20 @@ InductionSmelter.removeRecipe(, ); Pulverizer.removeRecipe(); +//Dupe Bug +InductionSmelter.removeRecipe(, ); //can be crafted using iron alloy +InductionSmelter.removeRecipe(, ); //the rest of these are rolling machine dupes +InductionSmelter.removeRecipe(, ); +InductionSmelter.removeRecipe(, ); +InductionSmelter.removeRecipe(, ); +InductionSmelter.removeRecipe(, ); +InductionSmelter.removeRecipe(, ); +InductionSmelter.removeRecipe(, ); +InductionSmelter.removeRecipe(, ); +InductionSmelter.removeRecipe(, ); +InductionSmelter.removeRecipe(, ); +InductionSmelter.removeRecipe(, ); +Pulverizer.removeRecipe(); //add var coils = [, , ] as IItemStack[];