From 8d7fd07ae3407503ab99c456808dda13d08be747 Mon Sep 17 00:00:00 2001 From: Horny-sh <62596799+Horny-sh@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:04:25 +0100 Subject: [PATCH] Update main.zs Added recipes for MW guns&stuff requested by fellow lava enjoyer Arxaniys --- scripts/main.zs | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/scripts/main.zs b/scripts/main.zs index b1f6fc6..c4ff293 100644 --- a/scripts/main.zs +++ b/scripts/main.zs @@ -277,7 +277,7 @@ for item in changedrecipes { //Remove unchang recipes.remove(item); } for item in uslessncalloys { //Remove usless NuclearCraft alloys - item.addTooltip("Я бесполезный слиток"); + item.addTooltip("Useless ingot"); recipes.remove(item); mods.jei.JEI.hide(item); } @@ -285,7 +285,7 @@ for item in removesmelting { //Tag non-smelti item.addTooltip("Ну давай давай переплавь в печке"); } for item in removedvanillagear { //Removed vanilla gear - item.addTooltip("Ваниль? Нет, спасибо"); + item.addTooltip("Removed for balancing purpose"); recipes.remove(item); mods.jei.JEI.hide(item); } @@ -393,16 +393,16 @@ for item in removedvanillagear { //Removed vanill recipes.addShapeless(, [,]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); - //ModularWarfare - //Firearms - recipes.addShaped(, [[null, , .withTag({Material: "treatedwood"}).onlyWithTag({Material: "treatedwood"})],[, , ], [, , ]]); - recipes.addShaped(, [[null, , .withTag({Material: "treatedwood"}).onlyWithTag({Material: "treatedwood"})],[, , ], [, , ]]); - recipes.addShaped(, [[, .withTag({Material: "steel"}).onlyWithTag({Material: "steel"}), .withTag({Material: "treatedwood"}).onlyWithTag({Material: "treatedwood"})],[, , ], [, , ]]); - recipes.addShaped(, [[, , ],[, , ], [null, , ]]); - //Blueprints - recipes.addShaped(.withTag({blueprint: "MW Mags"}), [[, , ],[, , ], [, , ]]); - recipes.addShaped(.withTag({blueprint: "MW Clips"}), [[, , ],[, , ], [, , ]]); - recipes.addShaped(.withTag({blueprint: "MW Ammo"}), [[, , ],[, , ], [, , ]]); + //ModularWarfare + //Firearms + recipes.addShaped(, [[null, , .withTag({Material: "treatedwood"}).onlyWithTag({Material: "treatedwood"})],[, , ], [, , ]]); + recipes.addShaped(, [[null, , .withTag({Material: "treatedwood"}).onlyWithTag({Material: "treatedwood"})],[, , ], [, , ]]); + recipes.addShaped(, [[, .withTag({Material: "steel"}).onlyWithTag({Material: "steel"}), .withTag({Material: "treatedwood"}).onlyWithTag({Material: "treatedwood"})],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [null, , ]]); + //Blueprints + recipes.addShaped(.withTag({blueprint: "MW Mags"}), [[, , ],[, , ], [, , ]]); + recipes.addShaped(.withTag({blueprint: "MW Clips"}), [[, , ],[, , ], [, , ]]); + recipes.addShaped(.withTag({blueprint: "MW Ammo"}), [[, , ],[, , ], [, , ]]); //Transtructors recipes.addShaped(, [[, null, ],[, , ], [null, .withTag({Material: "copper"}).onlyWithTag({Material: "copper"}), null]]); recipes.addShaped(, [[, null, ],[, , ], [null, .withTag({Material: "cobalt"}).onlyWithTag({Material: "cobalt"}), null]]); @@ -444,19 +444,19 @@ for item in removedvanillagear { //Removed vanill //IEMetalPress mods.immersiveengineering.MetalPress.addRecipe(, , , 1000, 4); //IERefinery - mods.immersiveengineering.Refinery.addRecipe(, , , 2048); - //IEBlueprints - //MW Ammo //Патроны из MW - mods.immersiveengineering.Blueprint.addRecipe("MW Ammo", , [, , ]); //9x19(MP40) - mods.immersiveengineering.Blueprint.addRecipe("MW Ammo", , [, , ]); //7,62x39(SKS) - mods.immersiveengineering.Blueprint.addRecipe("MW Ammo", , [, , ]); //7,62x54(Mosin Nagant) - mods.immersiveengineering.Blueprint.addRecipe("MW Ammo", , [, , ]); //7,62x57(MG42) - //MW Clips //Обоймы из MW - mods.immersiveengineering.Blueprint.addRecipe("MW Clips", , [*3]); //SKS x10 - mods.immersiveengineering.Blueprint.addRecipe("MW Clips", , [*2]); //Mosin Nagant x5 - //MW Mags - mods.immersiveengineering.Blueprint.addRecipe("MW Mags", , [*5,]); - mods.immersiveengineering.Blueprint.addRecipe("MW Mags", , [*7,]); + mods.immersiveengineering.Refinery.addRecipe(, , , 2048); + //IEBlueprints + //MW Ammo //Патроны из MW + mods.immersiveengineering.Blueprint.addRecipe("MW Ammo", , [, , ]); //9x19(MP40) + mods.immersiveengineering.Blueprint.addRecipe("MW Ammo", , [, , ]); //7,62x39(SKS) + mods.immersiveengineering.Blueprint.addRecipe("MW Ammo", , [, , ]); //7,62x54(Mosin Nagant) + mods.immersiveengineering.Blueprint.addRecipe("MW Ammo", , [, , ]); //7,62x57(MG42) + //MW Clips //Обоймы из MW + 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,]); //TiC casting mods.tconstruct.Casting.addTableRecipe(, , , 100, true, 20); mods.tconstruct.Casting.addTableRecipe(, , , 72, false, 10);