From 2c06b41d281e4ed594eccbf5dc49e8f2a849cdfc Mon Sep 17 00:00:00 2001 From: Lunya-sh Date: Sat, 25 Jan 2025 05:53:20 +0100 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D1=8B=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=BB=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=B8=D0=B7=20NC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.zs | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) 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,,]);