#Name: 1-InitialScripts.zs #Author: Feed the Beast import mods.nei.NEI; print("Initializing '1-InitialScripts.zs'..."); # - NEI Cleanup - Hide all non magic mod based obtainable items from NEI NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); //NEI.hide(); //NEI.hide(); //NEI.hide(); //NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); //NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); NEI.hide(); # - Ore Dictionary # -- Remove botania dye val dyeWhite = ; val dyeOrange = ; val dyeMagenta = ; val dyeLightBlue = ; val dyeYellow = ; val dyeLime = ; val dyePink = ; val dyeGray = ; val dyeLightGray = ; val dyeCyan = ; val dyePurple = ; val dyeBlue = ; val dyeBrown = ; val dyeGreen = ; val dyeRed = ; val dyeBlack = ; dyeWhite.remove(); dyeOrange.remove(); dyeMagenta.remove(); dyeLightBlue.remove(); dyeYellow.remove(); dyeLime.remove(); dyePink.remove(); dyeGray.remove(); dyeLightGray.remove(); dyeCyan.remove(); dyePurple.remove(); dyeBlue.remove(); dyeBrown.remove(); dyeGreen.remove(); dyeRed.remove(); dyeBlack.remove(); # -- Mystical Flowers Unified val flower = ; flower.add(); # -- Mystical Petals Unified val petal = ; petal.add(); # -- Thaumcraft Shard val shardBalance = ; shardBalance.add(); # -- Forbidden Magic Nuggets .remove(); .remove(); # - Crafting Recipes # -- Brewing Stand recipes.remove(); recipes.addShaped(, [[null], [null, ], [, , ]]); # -- Cauldron recipes.remove(); recipes.addShaped(, [[, null, ], [, null, ], [, , ]]); # -- Web (Only obtainable via Spinning wheel from witchery) recipes.remove(); mods.thaumcraft.Crucible.removeRecipe(); mods.bloodmagic.Alchemy.removeRecipe(); # -- Blood stained blocks & Blood (TCon Smeltery) recipes.removeShapeless(); recipes.addShapeless(, [, ]); recipes.addShapeless(, [, , , , ]); mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.addMelting(, *100, 300, ); # -- Minor things mods.tconstruct.Casting.addBasinRecipe(, *1000, , true, 20); mods.thaumcraft.Arcane.addShapeless("RESEARCH", *3, "ignis 10", [, , ]); # -- Smokey Quartz Consilidation Fix //recipes.remove(); //recipes.remove(); //recipes.remove(); //recipes.remove(); //mods.thaumcraft.Research.clearPages("DARK_QUARTZ"); //mods.thaumcraft.Research.addPage("DARK_QUARTZ", "ttresearch.page.DARK_QUARTZ.0"); //mods.thaumcraft.Research.addCraftingPage("DARK_QUARTZ", ); # - WIP Tooltips .addTooltip(format.red("[WIP] Not 100% accurate!")); .addTooltip(format.red("[WIP] Not 100% accurate!")); .addTooltip(format.white("Hold") + format.yellow(format.italic(" Shift ")) + format.white("for details")); .addShiftTooltip(format.underline("To Craft:")); .addShiftTooltip(format.green("Use Annointing Paste on a Cauldron")); print("Initialized '1-InitialScripts.zs'");