diff --git a/scripts/main.zs b/scripts/main.zs index 85515d4..1b8f408 100644 --- a/scripts/main.zs +++ b/scripts/main.zs @@ -137,11 +137,13 @@ val removeditems = [ //removed , , , + , , , , , , + , , , , @@ -239,7 +241,26 @@ val changedrecipes = [ //Other change , , , - + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ] as IItemStack[]; //Removing recipes @@ -314,6 +335,7 @@ for item in removedvanillagear { //Removed vanill recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); //AcademyCraft + recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[null, null, null],[, , ], [, , ]]); recipes.addShaped(, [[null, , null],[, , ], [null, , null]]); @@ -332,7 +354,42 @@ for item in removedvanillagear { //Removed vanill recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[null, , null],[, , ], [null, , null]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); - //Arc Furnace RC alloys + //Davinci`s Vessels + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}).withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, .withTag({FluidName: "hydrogen", Amount: 1000}), ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShapeless(, [,]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + //Arc Furnace RC alloys mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 512, [*2]); mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 480, [*7]); mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 480, []); @@ -372,4 +429,10 @@ for item in removedvanillagear { //Removed vanill mods.immersiveengineering.MetalPress.addRecipe(, , , 1000, 4); //TiC casting mods.tconstruct.Casting.addTableRecipe(, , , 100, true, 20); - mods.tconstruct.Casting.addTableRecipe(, , , 72, false, 10); \ No newline at end of file + mods.tconstruct.Casting.addTableRecipe(, , , 72, false, 10); + //TiC melting + mods.tconstruct.Melting.addRecipe( * 144,, 500); + mods.tconstruct.Melting.addRecipe( * 288,, 500); + mods.tconstruct.Melting.addRecipe( * 288,, 500); + mods.tconstruct.Melting.addRecipe( * 432,, 500); + mods.tconstruct.Melting.addRecipe( * 432,, 500);