diff --git a/scripts/main.zs b/scripts/main.zs index 6523b81..6ca37e1 100644 --- a/scripts/main.zs +++ b/scripts/main.zs @@ -10,7 +10,7 @@ mods.jei.JEI.addDescription(,"Его пиздец как .addTooltip(format.red("[H]Arxaniys bath water")); -val removedvanillagear = [ //Removed vanilla-stile gear +val removedvanillagear = [ //Rremoved vanilla-stile gear , , , @@ -261,7 +261,9 @@ val changedrecipes = [ //Other change , , , - + , + , + ] as IItemStack[]; //Removing recipes @@ -390,6 +392,9 @@ for item in removedvanillagear { //Removed vanill recipes.addShapeless(, [,]); recipes.addShapeless(, [,]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); + //Transtructors + recipes.addShaped(, [[, null, ],[, , ], [null, .withTag({Material: "copper"}).onlyWithTag({Material: "copper"}), null]]); + recipes.addShaped(, [[, null, ],[, , ], [null, .withTag({Material: "cobalt"}).onlyWithTag({Material: "cobalt"}), null]]); //Arc Furnace RC alloys mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 512, [*2]); mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 480, [*7]);