diff --git a/main.zs b/main.zs index 6988072..103bfca 100644 --- a/main.zs +++ b/main.zs @@ -193,9 +193,6 @@ val removedItems = [ //removed , , , - , - , - , ] as IItemStack[]; @@ -268,15 +265,19 @@ val changeRecipes = [ //Other changed recipes , , , - //, //альтернативный способ получения гелия через термоядерные реакции доступен лишь в лейтгейме, перенесён в секцию изменённых рецептов - //, - //, //единственный способ получения азота, перенесён в секцию изменённых рецептов - //, - //, - //, - //, //на поверку полезная штука, перенесён в секцию изменённых рецептов - //, - //, + , + , + , + , + , + , + , + , + , + , + , + , + , , ] as IItemStack[]; @@ -325,6 +326,18 @@ for item in removedvanillagear { mods.nuclearcraft.manufactory.removeAllRecipes(); //Adding crafting recipes + //NuclearCraft + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); //Cyberware recipes.addShaped(, [[, .withTag({cyberwareQuality: "cyberware.quality.scavenged"}).onlyWithTag({cyberwareQuality: "cyberware.quality.scavenged"}), ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); @@ -410,7 +423,7 @@ for item in removedvanillagear { recipes.addShaped(, [[, null, ],[, , ], [null, .withTag({Material: "cobalt"}).onlyWithTag({Material: "cobalt"}), null]]); //Arc Furnace NC alloys mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 512, [*2]); - mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 480, [*7]); + mods.immersiveengineering.ArcFurnace.addRecipe(*8, , null, 200, 480, [*7]); mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 480, []); mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 480, []); mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 200, 480, [*2]); @@ -451,8 +464,8 @@ for item in removedvanillagear { mods.immersiveengineering.Blueprint.addRecipe("MW Clips", , [*3]); //SKS x10 mods.immersiveengineering.Blueprint.addRecipe("MW Clips", , [*2]); //Mosin Nagant x5 //MW Mags //Магазины из MW - mods.immersiveengineering.Blueprint.addRecipe("MW Mags", , [*5,]); - mods.immersiveengineering.Blueprint.addRecipe("MW Mags", , [*7,]); + mods.immersiveengineering.Blueprint.addRecipe("MW Mags", , [*5,]); + mods.immersiveengineering.Blueprint.addRecipe("MW Mags", , [*7,]); //MW Grenades mods.immersiveengineering.Blueprint.addRecipe("MW Grenades", , [*2,*9,,]); mods.immersiveengineering.Blueprint.addRecipe("MW Grenades", , [,*2,,]);