From 688f488a6223f6a3050fc6c92c6be77058840af4 Mon Sep 17 00:00:00 2001 From: Lunya-sh Date: Fri, 24 Jan 2025 16:12:51 +0100 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=89?= =?UTF-8?q?=D1=91=D0=BD=20rock=20crusher,=20=D1=83=D0=BF=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=B4=D0=BD=D1=91=D0=BD=20=D0=BA=D0=BE=D1=81=D1=82=D1=8B=D0=BB?= =?UTF-8?q?=D1=8C=20=D0=BA=D0=BE=D1=81=D1=82=D1=8B=D0=BB=D1=8F,?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.zs | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/main.zs b/main.zs index c63e746..c673885 100644 --- a/main.zs +++ b/main.zs @@ -279,29 +279,29 @@ val changeRecipes = [ //Other changed recipes ] as IItemStack[]; //Removing recipes -for item in removedItems { //Remove items +for item in removedItems { //Remove items item.addTooltip(format.red("Удалено")); recipes.remove(item); mods.jei.JEI.hide(item); } -for item in changeRecipes { //Remove unchanged recipes +for item in changeRecipes { //Remove unchanged recipes recipes.remove(item); } -for item in unusedMaterials { //Remove useless NuclearCraft alloys +for item in unusedMaterials { //Remove useless NuclearCraft alloys item.addTooltip(format.red("Неиспользуемый материал")); recipes.remove(item); mods.jei.JEI.hide(item); } -for item in removeFurnaceSmelting { //Remove & tooltip furnace smelting recipes +for item in removeFurnaceSmelting { //Remove & tooltip furnace smelting recipes furnace.remove(item); - item.addTooltip(format.darkGray("Нажмите Shift для подсказки")); //"Press Shift" tooltips + item.addTooltip(format.darkGray("[H] Нажмите Shift для подсказки")); //"Press Shift" tooltips item.addShiftTooltip(format.aqua("Требует продвинутой технологии для плавки")); } -for item in ores { //Remove & tooltip furnace smelting recipes - item.addTooltip(format.darkGray("Нажмите Shift для подсказки")); //"Press Shift" tooltips +for item in ores { //Remove & tooltip furnace smelting recipes + item.addTooltip(format.darkGray("[H] Нажмите Shift для подсказки")); //"Press Shift" tooltips item.addShiftTooltip(format.aqua("Требует продвинутой технологии для плавки")); } -for item in removedvanillagear { //Removed vanilla gear +for item in removedvanillagear { //Removed vanilla gear item.addTooltip(format.red("Не используются в рамках сборки")); recipes.remove(item); mods.jei.JEI.hide(item); @@ -320,8 +320,6 @@ for item in removedvanillagear { //Removed vanill //NuclearCraft //Manufactory mods.nuclearcraft.manufactory.removeAllRecipes(); - //RockCrasher - //mods.nuclearcraft.rock_crusher.removeAllRecipes(); //удаление рецептов не имеет смысла //Adding crafting recipes //Cyberware @@ -417,12 +415,12 @@ for item in removedvanillagear { //Removed vanill mods.immersiveengineering.AlloySmelter.addRecipe(*16, *16, , 2000); mods.immersiveengineering.AlloySmelter.addRecipe(, *2, *2, 1000); //IECrusher - mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.5); //Гранит - mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Полированный гранит - mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Диорит - mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Полированный диорит - mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Андезит - mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Полированный андезит + //mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.5); //Гранит + //mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Полированный гранит + //mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Диорит + //mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Полированный диорит + //mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Андезит + //mods.immersiveengineering.Crusher.addRecipe(, , 8000, *2, 0.7); //Полированный андезит mods.immersiveengineering.Crusher.addRecipe(, , 1000); //Мука mods.immersiveengineering.Crusher.addRecipe(, , 8000); //Эндерняковая пыль mods.immersiveengineering.Crusher.addRecipe(, , 2000); //Кокаинум