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); //Кокаинум