From 155581f491d1dbcb45daedbd0e7c84b1e50630fd Mon Sep 17 00:00:00 2001 From: Lunya-sh Date: Sat, 25 Jan 2025 04:57:30 +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=B3=D1=80=D0=B0=D0=BD=D0=B0=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.zs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.zs b/main.zs index c28e778..6988072 100644 --- a/main.zs +++ b/main.zs @@ -404,6 +404,7 @@ for item in removedvanillagear { recipes.addShaped(.withTag({blueprint: "MW Mags"}), [[, , ],[, , ], [, , ]]); recipes.addShaped(.withTag({blueprint: "MW Clips"}), [[, , ],[, , ], [, , ]]); recipes.addShaped(.withTag({blueprint: "MW Ammo"}), [[, , ],[, , ], [, , ]]); + recipes.addShaped(.withTag({blueprint: "MW Grenades"}), [[, , ],[, , ], [, , ]]); //Transtructors recipes.addShaped(, [[, null, ],[, , ], [null, .withTag({Material: "copper"}).onlyWithTag({Material: "copper"}), null]]); recipes.addShaped(, [[, null, ],[, , ], [null, .withTag({Material: "cobalt"}).onlyWithTag({Material: "cobalt"}), null]]); @@ -452,6 +453,10 @@ for item in removedvanillagear { //MW Mags //Магазины из MW 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,,]); + mods.immersiveengineering.Blueprint.addRecipe("MW Grenades", , [,,,]); //TiC casting mods.tconstruct.Casting.addTableRecipe(, , , 100, true, 20); mods.tconstruct.Casting.addTableRecipe(, , , 72, false, 10);