#Name: Tooltip.zs #Author: Feed the Beast and Sunekaer print("Initializing 'Tooltip.zs'..."); //Mega Torch .addTooltip(format.yellow("Stops Mob Spawns in a")); .addTooltip(format.yellow("64 Block Radius")); //AE2 .addTooltip(format.yellow("Can be crafted")); .addTooltip(format.yellow("Can be crafted")); .addTooltip(format.yellow("Can be crafted")); .addTooltip(format.yellow("Can be crafted")); .addTooltip(format.yellow("Facades are not disabled in this pack; just hidden in JEI. To craft facades, place the block you want to create a facade out of in the centre of the crafting grid (3x3) and four AE2 cable anchors on all adjacent sides of that block. If no output appears then you cannot create a facade with that block.")); //Sieves .addTooltip(format.yellow("Requires a Mesh")); .addTooltip(format.yellow("Requires a Mesh")); .addTooltip(format.yellow("Only sieves compressed blocks")); .addTooltip(format.yellow("Requires a Mesh")); .addTooltip(format.yellow("Only sieves compressed blocks")); .addTooltip(format.yellow("Requires a Mesh")); .addTooltip(format.yellow("Only sieves compressed blocks")); .addTooltip(format.yellow("Requires a Mesh")); .addTooltip(format.yellow("Only sieves compressed blocks")); .addTooltip(format.yellow("Requires a Mesh")); .addTooltip(format.yellow("Only sieves compressed blocks")); .addTooltip(format.yellow("Requires a Mesh")); .addTooltip(format.yellow("Only sieves compressed blocks")); //Hammers .addTooltip(format.yellow("Hammers Compressed Blocks")); .addTooltip(format.yellow("Hammers Compressed Blocks")); .addTooltip(format.yellow("Hammers Compressed Blocks")); .addTooltip(format.yellow("Hammers Compressed Blocks")); .addTooltip(format.yellow("Hammers Compressed Blocks")); //What makes lava in Crucible .addTooltip(format.yellow("Following makes lava")); .addTooltip(format.yellow("Cobblestone")); .addTooltip(format.yellow("Granite")); .addTooltip(format.yellow("Diorite")); .addTooltip(format.yellow("Andesite")); //spawner .addTooltip(format.yellow("Entity type can be changed with Spawner Changer")); .addTooltip(format.yellow("Or by being broken and combined with Soul Vial in a Soul Binder")); // .addTooltip(format.yellow("Used to tame a petrock")); print("Initialized 'Tooltip.zs'");