2706 lines
116 KiB
Plaintext
2706 lines
116 KiB
Plaintext
mods.jei.JEI.addDescription(<botania:terraplate>,
|
|
[
|
|
"Place on top of a 3x3 base, 5 blocks of livingrock in an X shape, 4 blocks of lapis to fill the edges.",
|
|
"Drop a manasteel ingot, a mana pearl, and a mana diamond on top of the plate to make terrasteel",
|
|
"It will consume half of a mana pool to craft, so make sure you have plenty of mana!"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "spectrolus"}),
|
|
[
|
|
"Generates mana by consuming wool blocks of the right colors, dropped in the right order",
|
|
"The wand of the forest can be used to check the desired order"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "omniviolet"}),
|
|
[
|
|
"Generates mana from books or written books (better)",
|
|
"Can be boosted by bookshelves like an enchanting table"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "stonesia"}),
|
|
[
|
|
"Generates mana from stone and ores, the rarer the ore, the more mana"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "dandelifeon"}),
|
|
[
|
|
"Generates mana from Conway's Game of Life in a 25x25 area centered around the flower",
|
|
"Best flower, but hardest to set up!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "endoflame"}),
|
|
[
|
|
"Generates mana from furnace fuels placed nearby"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "moonbless"}),
|
|
[
|
|
"Generates mana at night",
|
|
"Will decay eventually"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "bellflower"}),
|
|
[
|
|
"Generates mana passively, the higher the y leve the better",
|
|
"Will decay eventually"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "hydroangeas"}),
|
|
[
|
|
"Generates mana by sucking water in a 3x3 area",
|
|
"Will decay eventually"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "shulk_me_not"}),
|
|
[
|
|
"Generates mana if a mob nearby is hit by a shulker projectile, but only works if internal buffer is empty"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "reikarlily"}),
|
|
[
|
|
"Generates mana from lightning strikes"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "rafflowsia"}),
|
|
[
|
|
"Consumes flowers that are man-made to make mana, the more variety, the higher the output"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "arcanerose"}),
|
|
[
|
|
"Sucks experience to make mana"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "entropinnyum"}),
|
|
[
|
|
"Absorbs TNT explosions to generate mana, but it only works if it has no mana in its buffer"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "narslimmus"}),
|
|
[
|
|
"Consumes slimes to make mana, only works in a slime chunk"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "edelweiss"}),
|
|
[
|
|
"Consumes snow golems to make mana"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "kekimurus"}),
|
|
[
|
|
"Generates mana by eating cakes placed nearby"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "munchdew"}),
|
|
[
|
|
"Generates mana consuming leaves placed nearby"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "bloodyenchantress"}),
|
|
[
|
|
"Kills mobs nearby for mana"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "geminiorchid"}),
|
|
[
|
|
"Place lava and water on opposite corners to generate mana passively",
|
|
"Will decay eventually"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "tinkle"}),
|
|
[
|
|
"If you run around it, it generates mana"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "gourmaryllis"}),
|
|
[
|
|
"Generates mana from food dropped nearby",
|
|
"It will stop making mana after receiving too much of the same food"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "thermalily"}),
|
|
[
|
|
"Generates mana consuming lava in a 3x3 area",
|
|
"It has a cooldown period, when it will generate no mana while still absorbing lava"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "sunbless"}),
|
|
[
|
|
"Generates mana during the day",
|
|
"Will decay eventually"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "beegonia"}),
|
|
[
|
|
"Generates mana from forestry drones tossed nearby"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<bloodmagic:ritual_controller:1>,
|
|
[
|
|
"Place the following blocks on top for special effects, right click to activate:",
|
|
"",
|
|
"Lapis: make it night",
|
|
"",
|
|
"Water: make it thunder",
|
|
"",
|
|
"Coal: spawn a zombie"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<bloodmagic:ritual_controller:0>,
|
|
[
|
|
"The following rituals require a base ritual diviner (see questbook for info on each ritual):",
|
|
"",
|
|
"Satiated Stomach",
|
|
"",
|
|
"Magnetism",
|
|
"",
|
|
"Containment",
|
|
"",
|
|
"Call of Zephyr",
|
|
"",
|
|
"Suppression",
|
|
"",
|
|
"Sol",
|
|
"",
|
|
"Peaceful Soul",
|
|
"",
|
|
"Nature's Leech",
|
|
"",
|
|
"Laying of the Filler",
|
|
"",
|
|
"High Jump",
|
|
"",
|
|
"Steadfast Heart",
|
|
"",
|
|
"Interdiction",
|
|
"",
|
|
"Green Grove",
|
|
"",
|
|
"Crash of the Timberman",
|
|
"",
|
|
"Le Vulcanus Frigius",
|
|
"",
|
|
"Full Spring",
|
|
"",
|
|
"Serenade of the Nether"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<bloodmagic:ritual_controller:0>,
|
|
[
|
|
"The following rituals require a dusk ritual diviner (see questbook for info on each ritual):",
|
|
"",
|
|
"Infusion de Sanguine",
|
|
"",
|
|
"Blood Burner Rites",
|
|
"",
|
|
"Mark of the Falling Tower",
|
|
"",
|
|
"Assembly of the High Altar",
|
|
"",
|
|
"Reverence of the Condor",
|
|
"",
|
|
"Cry of Eternal Soul",
|
|
"",
|
|
"Purification",
|
|
"",
|
|
"Veil of Evil",
|
|
"",
|
|
"Penance of the Leadened Soul",
|
|
"",
|
|
"Sound of the Cleansing Soul",
|
|
"",
|
|
"Aura of Expulsion",
|
|
"",
|
|
"Ritual of Living Evolution",
|
|
"",
|
|
"Regeneration",
|
|
"",
|
|
"Gathering of the Forsaken Souls",
|
|
"",
|
|
"Crack of the Fractured Crystal",
|
|
"",
|
|
"unmaking",
|
|
"",
|
|
"Feathered Knife",
|
|
"",
|
|
"Feathered Earth",
|
|
"",
|
|
"Well of Suffering",
|
|
"",
|
|
"Ritual of Culling",
|
|
"",
|
|
"Cloned Soul",
|
|
"",
|
|
"Focus of the Ellipsoid",
|
|
"",
|
|
"Ward of Sacrosanctity",
|
|
"",
|
|
"Sanguine Urn",
|
|
"",
|
|
"Mechanical Altar",
|
|
"",
|
|
"Reap of the Harvest Moon",
|
|
"",
|
|
"Resonance of the Faceted Crystal",
|
|
"",
|
|
"Ritual of Eldritch Will",
|
|
"",
|
|
"Ritual of the Crusher",
|
|
"",
|
|
"Shepherd",
|
|
"",
|
|
"Gate of the Fold",
|
|
"",
|
|
"Ritual of Luna",
|
|
"",
|
|
"Grounding",
|
|
"",
|
|
"Speed",
|
|
"",
|
|
"Hymn of Siphoning"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<bloodmagic:ritual_diviner:1>,
|
|
[
|
|
"The following rituals require a dusk ritual diviner (see questbook for info on each ritual):",
|
|
"",
|
|
"Infusion de Sanguine",
|
|
"",
|
|
"Blood Burner Rites",
|
|
"",
|
|
"Mark of the Falling Tower",
|
|
"",
|
|
"Assembly of the High Altar",
|
|
"",
|
|
"Reverence of the Condor",
|
|
"",
|
|
"Cry of Eternal Soul",
|
|
"",
|
|
"Purification",
|
|
"",
|
|
"Veil of Evil",
|
|
"",
|
|
"Penance of the Leadened Soul",
|
|
"",
|
|
"Sound of the Cleansing Soul",
|
|
"",
|
|
"Aura of Expulsion",
|
|
"",
|
|
"Ritual of Living Evolution",
|
|
"",
|
|
"Regeneration",
|
|
"",
|
|
"Gathering of the Forsaken Souls",
|
|
"",
|
|
"Crack of the Fractured Crystal",
|
|
"",
|
|
"unmaking",
|
|
"",
|
|
"Feathered Knife",
|
|
"",
|
|
"Feathered Earth",
|
|
"",
|
|
"Well of Suffering",
|
|
"",
|
|
"Ritual of Culling",
|
|
"",
|
|
"Cloned Soul",
|
|
"",
|
|
"Focus of the Ellipsoid",
|
|
"",
|
|
"Ward of Sacrosanctity",
|
|
"",
|
|
"Sanguine Urn",
|
|
"",
|
|
"Mechanical Altar",
|
|
"",
|
|
"Reap of the Harvest Moon",
|
|
"",
|
|
"Resonance of the Faceted Crystal",
|
|
"",
|
|
"Ritual of Eldritch Will",
|
|
"",
|
|
"Ritual of the Crusher",
|
|
"",
|
|
"Shepherd",
|
|
"",
|
|
"Gate of the Fold",
|
|
"",
|
|
"Ritual of Luna",
|
|
"",
|
|
"Grounding",
|
|
"",
|
|
"Speed",
|
|
"",
|
|
"Hymn of Siphoning"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<bloodmagic:ritual_diviner:0>,
|
|
[
|
|
"The following rituals require a base ritual diviner (see questbook for info on each ritual):",
|
|
"",
|
|
"Satiated Stomach",
|
|
"",
|
|
"Magnetism",
|
|
"",
|
|
"Containment",
|
|
"",
|
|
"Call of Zephyr",
|
|
"",
|
|
"Suppression",
|
|
"",
|
|
"Sol",
|
|
"",
|
|
"Peaceful Soul",
|
|
"",
|
|
"Nature's Leech",
|
|
"",
|
|
"Laying of the Filler",
|
|
"",
|
|
"High Jump",
|
|
"",
|
|
"Steadfast Heart",
|
|
"",
|
|
"Interdiction",
|
|
"",
|
|
"Green Grove",
|
|
"",
|
|
"Crash of the Timberman",
|
|
"",
|
|
"Le Vulcanus Frigius",
|
|
"",
|
|
"Full Spring",
|
|
"",
|
|
"Serenade of the Nether"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<thaumcraft:thaumonomicon>,
|
|
[
|
|
"You have to complete these steps to obtain it:",
|
|
"",
|
|
"1. Mine some essentia crystals, you will get a message in chat if the requirement is complete",
|
|
"",
|
|
"2. Sleep, you will get a special book in your inventory",
|
|
"",
|
|
"3. Craft salis mundus",
|
|
"",
|
|
"4. Right click a bookshelf (vanilla) with the salis mundus"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<extrautils2:ingredients:10>,
|
|
[
|
|
"Right click a patch of dirt to transform it into cursed earth.",
|
|
"",
|
|
"Cursed earth increases all hostile mob spawns. And vanilla spawn proximity rules are ignored.",
|
|
"",
|
|
"As long as cursed earth is chunkloaded, monsters will spawn!",
|
|
"",
|
|
"The best place to use this is at y = 2 in the overworld.",
|
|
"",
|
|
"If you build a cursed earth farm in the nether, make sure you cover it with strings. This will prevent fires!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:quarry>,
|
|
[
|
|
"A quarry is the way you automate mining!",
|
|
"",
|
|
"The builder from RFTools can be upgraded with a shape card (quarry) to automatically dig out an area!",
|
|
"",
|
|
"Shift + right click the quarry card to set the size of the area you want to clear out.",
|
|
"",
|
|
"Place a chest above the builder to automatically collect drops! Ender chests are best ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<rftools:builder>,
|
|
[
|
|
"A quarry is the way you automate mining!",
|
|
"",
|
|
"The builder from RFTools can be upgraded with a shape card (quarry) to automatically dig out an area!",
|
|
"",
|
|
"Shift + right click the quarry card to set the size of the area you want to clear out.",
|
|
"",
|
|
"Place a chest above the builder to automatically collect drops! Ender chests are best ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<rftools:shape_card:2>,
|
|
[
|
|
"A quarry is the way you automate mining!",
|
|
"",
|
|
"The builder from RFTools can be upgraded with a shape card (quarry) to automatically dig out an area!",
|
|
"",
|
|
"Shift + right click the quarry card to set the size of the area you want to clear out.",
|
|
"",
|
|
"Place a chest above the builder to automatically collect drops! Ender chests are best ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<rftools:shape_card:3>,
|
|
[
|
|
"A quarry is the way you automate mining!",
|
|
"",
|
|
"The builder from RFTools can be upgraded with a shape card (quarry) to automatically dig out an area!",
|
|
"",
|
|
"Shift + right click the quarry card to set the size of the area you want to clear out.",
|
|
"",
|
|
"Place a chest above the builder to automatically collect drops! Ender chests are best ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<rftools:shape_card:4>,
|
|
[
|
|
"A quarry is the way you automate mining!",
|
|
"",
|
|
"The builder from RFTools can be upgraded with a shape card (quarry) to automatically dig out an area!",
|
|
"",
|
|
"Shift + right click the quarry card to set the size of the area you want to clear out.",
|
|
"",
|
|
"Place a chest above the builder to automatically collect drops! Ender chests are best ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<rftools:shape_card:5>,
|
|
[
|
|
"A quarry is the way you automate mining!",
|
|
"",
|
|
"The builder from RFTools can be upgraded with a shape card (quarry) to automatically dig out an area!",
|
|
"",
|
|
"Shift + right click the quarry card to set the size of the area you want to clear out.",
|
|
"",
|
|
"Place a chest above the builder to automatically collect drops! Ender chests are best ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<rftools:shape_card:6>,
|
|
[
|
|
"A quarry is the way you automate mining!",
|
|
"",
|
|
"The builder from RFTools can be upgraded with a shape card (quarry) to automatically dig out an area!",
|
|
"",
|
|
"Shift + right click the quarry card to set the size of the area you want to clear out.",
|
|
"",
|
|
"Place a chest above the builder to automatically collect drops! Ender chests are best ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<rftools:shape_card:7>,
|
|
[
|
|
"A quarry is the way you automate mining!",
|
|
"",
|
|
"The builder from RFTools can be upgraded with a shape card (quarry) to automatically dig out an area!",
|
|
"",
|
|
"Shift + right click the quarry card to set the size of the area you want to clear out.",
|
|
"",
|
|
"Place a chest above the builder to automatically collect drops! Ender chests are best ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:ore_processing>,
|
|
[
|
|
"Using a puverizer and redstone furnace will double most ores! The nuclearcraft manufactury is faster, but it's harder to craft.",
|
|
"",
|
|
"Using the flux anodizers upgrade on the redstone furnace will double ores!",
|
|
"",
|
|
"Using the pyro-concentrator upgrade on the induction smelter will quadruple ores!",
|
|
"",
|
|
"Ores from divinerpg and advent of ascension can be processed using a smeltery or using an industrial grinder!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<iceandfire:fire_dragon_heart>,
|
|
[
|
|
"The dragon heart loop is the best EMC farm in early game!",
|
|
"",
|
|
"Four blaze rods have a combined EMC value of 6144, a diamond has a value of 8192!",
|
|
"",
|
|
"The crafter from RFTools can be used to automate making diamonds from blaze rods! Make sure you set it to ExtC mode to keep the dragon heart!",
|
|
"",
|
|
"The diamonds can be piped into a condenser MK2 to make more blaze rods than you started with!",
|
|
"",
|
|
"Pipe the blaze rods from the condenser back into the crafter, to complete the loop!",
|
|
"",
|
|
"You can dump the excess blaze rods into another condenser to farm any EMC item you want!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<draconicevolution:celestial_manipulator>,
|
|
[
|
|
"There are two main ways of skipping days and making it night in this pack!",
|
|
"",
|
|
"The lapis imperfect ritual from blood magic lets you skip the day manually.",
|
|
"",
|
|
"The celestial manipulator from draconic evolution can do it automatically with some redstone!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<minecraft:lapis_block>,
|
|
[
|
|
"There are two main ways of skipping days and making it night in this pack!",
|
|
"",
|
|
"The lapis imperfect ritual from blood magic lets you skip the day manually.",
|
|
"",
|
|
"The celestial manipulator from draconic evolution can do it automatically with some redstone!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:make_it_night>,
|
|
[
|
|
"There are two main ways of skipping days and making it night in this pack!",
|
|
"",
|
|
"The lapis imperfect ritual from blood magic lets you skip the day manually.",
|
|
"",
|
|
"The celestial manipulator from draconic evolution can do it automatically with some redstone!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:hammock>,
|
|
[
|
|
"There are two main ways of skipping days and making it night in this pack!",
|
|
"",
|
|
"The lapis imperfect ritual from blood magic lets you skip the day manually.",
|
|
"",
|
|
"The celestial manipulator from draconic evolution can do it automatically with some redstone!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:skip_day>,
|
|
[
|
|
"There are two main ways of skipping days and making it night in this pack!",
|
|
"",
|
|
"The lapis imperfect ritual from blood magic lets you skip the day manually.",
|
|
"",
|
|
"The celestial manipulator from draconic evolution can do it automatically with some redstone!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<buildcraftsilicon:assembly_table>,
|
|
[
|
|
"The assembly table can only receive energy from buildcraft lasers! The more lasers, the faster!",
|
|
"",
|
|
"Lasers can be powered with any RF cable, but some can bug out and disconnect, use conduits!",
|
|
"",
|
|
"Lasers need line of sight to power the table!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<buildcraftsilicon:laser>,
|
|
[
|
|
"The assembly table can only receive energy from buildcraft lasers! The more lasers, the faster!",
|
|
"",
|
|
"Lasers can be powered with any RF cable, but some can bug out and disconnect, use conduits!",
|
|
"",
|
|
"Lasers need line of sight to power the table!"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<extrabees:hive:0>,
|
|
[
|
|
"Found in oceans and rivers! Drops a water princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<extrabees:hive:1>,
|
|
[
|
|
"Found underground! Mountain biomes are best! Drops a rocky princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<extrabees:hive:3>,
|
|
[
|
|
"Found in villager houses! Drops a marble princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<forestry:beehives:0>,
|
|
[
|
|
"Found in forests! Drops a forest princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<forestry:beehives:1>,
|
|
[
|
|
"Found in plains! Drops a meadows princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<forestry:beehives:2>,
|
|
[
|
|
"Found in deserts! Drops a modest princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<forestry:beehives:3>,
|
|
[
|
|
"Found in jungles! Drops a tropical princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<forestry:beehives:6>,
|
|
[
|
|
"Found in swamps! Drops a marshy princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<forestry:beehives:5>,
|
|
[
|
|
"Found in cold biomes! Drops a wintry princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<forestry:beehives:4>,
|
|
[
|
|
"Found in the end! Drops an ender princess and drones, with a chance of dropping a valiant!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<extrabees:hive:2>,
|
|
[
|
|
"Found in the nether! Drops an embittered princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<magicbees:hiveblock:0>,
|
|
[
|
|
"Found in forests! Drops a mystical princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<magicbees:hiveblock:1>,
|
|
[
|
|
"Found in plains and rivers! Drops an unusual princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<magicbees:hiveblock:2>,
|
|
[
|
|
"Found in deserts and mesas! Drops a sorcerous princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<magicbees:hiveblock:3>,
|
|
[
|
|
"Found in underground! Drops an attuned princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<magicbees:hiveblock:4>,
|
|
[
|
|
"Found in the nether! Drops an infernal princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<magicbees:hiveblock:5>,
|
|
[
|
|
"Found in the end! Drops an oblivion princess and drones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<torcherino:blocktorcherino>,
|
|
[
|
|
"The torcherino block lets you tick-accelerate adjacent tiles!",
|
|
"",
|
|
"Right click to increase range.",
|
|
"",
|
|
"Shift + right click to increase acceleration (default is 0%)."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:launchpad>,
|
|
[
|
|
"To lauch any rocket, satellite, or space station into orbit, you need a launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Place a platform of launchpads, this can be any size, as long as it's a rectangle! The wider, the bigger the rocket you can build!",
|
|
"",
|
|
"Place a single block tower of structure towers right next to the launchpad. The taller, the the bigger the rocket you can build!",
|
|
"",
|
|
"Any assembler block will need to be placed one level above the launchpad, right next to it!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:structuretower>,
|
|
[
|
|
"To lauch any rocket, satellite, or space station into orbit, you need a launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Place a platform of launchpads, this can be any size, as long as it's a rectangle! The wider, the bigger the rocket you can build!",
|
|
"",
|
|
"Place a single block tower of structure towers right next to the launchpad. The taller, the the bigger the rocket you can build!",
|
|
"",
|
|
"Any assembler block will need to be placed one level above the launchpad, right next to it!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:launchpad>,
|
|
[
|
|
"To lauch any rocket, satellite, or space station into orbit, you need a launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Place a platform of launchpads, this can be any size, as long as it's a rectangle! The wider, the bigger the rocket you can build!",
|
|
"",
|
|
"Place a single block tower of structure towers right next to the launchpad. The taller, the the bigger the rocket you can build!",
|
|
"",
|
|
"Any assembler block will need to be placed one level above the launchpad, right next to it!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:rocket>,
|
|
[
|
|
"A rocket requires the launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Rockets can be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"To produce boost, the rocket needs engines, the advanced rocket engine is the best! Use those!",
|
|
"",
|
|
"To store fuel, you need liquid fuel tanks!",
|
|
"",
|
|
"To control the rocket, you need one guidance computer!",
|
|
"",
|
|
"To house the player, you need one seat!",
|
|
"",
|
|
"The rocket assembling machine will tell you if the rocket is good for lift-off! Once you have built it, press build!",
|
|
"",
|
|
"Shift + right click the guidance computer to open the rocket GUI. Place a planet ID chip into the guidance computer. Use PlanetList in the top left of the selection screen to pick your destination!",
|
|
"",
|
|
"Right click the rocket with buckets of rocket fuel to fuel it, or use the fueling station (placed adjacent to launchpad, one block above).",
|
|
"",
|
|
"Make sure you have oxygen in your space suit or airtight seal armor!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:rocketmotor>,
|
|
[
|
|
"A rocket requires the launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Rockets can be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"To produce boost, the rocket needs engines, the advanced rocket engine is the best! Use those!",
|
|
"",
|
|
"To store fuel, you need liquid fuel tanks!",
|
|
"",
|
|
"To control the rocket, you need one guidance computer!",
|
|
"",
|
|
"To house the player, you need one seat!",
|
|
"",
|
|
"The rocket assembling machine will tell you if the rocket is good for lift-off! Once you have built it, press build!",
|
|
"",
|
|
"Shift + right click the guidance computer to open the rocket GUI. Place a planet ID chip into the guidance computer. Use PlanetList in the top left of the selection screen to pick your destination!",
|
|
"",
|
|
"Right click the rocket with buckets of rocket fuel to fuel it, or use the fueling station (placed adjacent to launchpad, one block above).",
|
|
"",
|
|
"Make sure you have oxygen in your space suit or airtight seal armor!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:advrocketmotor>,
|
|
[
|
|
"A rocket requires the launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Rockets can be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"To produce boost, the rocket needs engines, the advanced rocket engine is the best! Use those!",
|
|
"",
|
|
"To store fuel, you need liquid fuel tanks!",
|
|
"",
|
|
"To control the rocket, you need one guidance computer!",
|
|
"",
|
|
"To house the player, you need one seat!",
|
|
"",
|
|
"The rocket assembling machine will tell you if the rocket is good for lift-off! Once you have built it, press build!",
|
|
"",
|
|
"Shift + right click the guidance computer to open the rocket GUI. Place a planet ID chip into the guidance computer. Use PlanetList in the top left of the selection screen to pick your destination!",
|
|
"",
|
|
"Right click the rocket with buckets of rocket fuel to fuel it, or use the fueling station (placed adjacent to launchpad, one block above).",
|
|
"",
|
|
"Make sure you have oxygen in your space suit or airtight seal armor!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:fueltank>,
|
|
[
|
|
"A rocket requires the launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Rockets can be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"To produce boost, the rocket needs engines, the advanced rocket engine is the best! Use those!",
|
|
"",
|
|
"To store fuel, you need liquid fuel tanks!",
|
|
"",
|
|
"To control the rocket, you need one guidance computer!",
|
|
"",
|
|
"To house the player, you need one seat!",
|
|
"",
|
|
"The rocket assembling machine will tell you if the rocket is good for lift-off! Once you have built it, press build!",
|
|
"",
|
|
"Shift + right click the guidance computer to open the rocket GUI. Place a planet ID chip into the guidance computer. Use PlanetList in the top left of the selection screen to pick your destination!",
|
|
"",
|
|
"Right click the rocket with buckets of rocket fuel to fuel it, or use the fueling station (placed adjacent to launchpad, one block above).",
|
|
"",
|
|
"Make sure you have oxygen in your space suit or airtight seal armor!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:guidancecomputer>,
|
|
[
|
|
"A rocket requires the launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Rockets can be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"To produce boost, the rocket needs engines, the advanced rocket engine is the best! Use those!",
|
|
"",
|
|
"To store fuel, you need liquid fuel tanks!",
|
|
"",
|
|
"To control the rocket, you need one guidance computer!",
|
|
"",
|
|
"To house the player, you need one seat!",
|
|
"",
|
|
"The rocket assembling machine will tell you if the rocket is good for lift-off! Once you have built it, press build!",
|
|
"",
|
|
"Shift + right click the guidance computer to open the rocket GUI. Place a planet ID chip into the guidance computer. Use PlanetList in the top left of the selection screen to pick your destination!",
|
|
"",
|
|
"Right click the rocket with buckets of rocket fuel to fuel it, or use the fueling station (placed adjacent to launchpad, one block above).",
|
|
"",
|
|
"Make sure you have oxygen in your space suit or airtight seal armor!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:seat>,
|
|
[
|
|
"A rocket requires the launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Rockets can be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"To produce boost, the rocket needs engines, the advanced rocket engine is the best! Use those!",
|
|
"",
|
|
"To store fuel, you need liquid fuel tanks!",
|
|
"",
|
|
"To control the rocket, you need one guidance computer!",
|
|
"",
|
|
"To house the player, you need one seat!",
|
|
"",
|
|
"The rocket assembling machine will tell you if the rocket is good for lift-off! Once you have built it, press build!",
|
|
"",
|
|
"Shift + right click the guidance computer to open the rocket GUI. Place a planet ID chip into the guidance computer. Use PlanetList in the top left of the selection screen to pick your destination!",
|
|
"",
|
|
"Right click the rocket with buckets of rocket fuel to fuel it, or use the fueling station (placed adjacent to launchpad, one block above).",
|
|
"",
|
|
"Make sure you have oxygen in your space suit or airtight seal armor!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:rocketbuilder>,
|
|
[
|
|
"A rocket requires the launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Rockets can be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"To produce boost, the rocket needs engines, the advanced rocket engine is the best! Use those!",
|
|
"",
|
|
"To store fuel, you need liquid fuel tanks!",
|
|
"",
|
|
"To control the rocket, you need one guidance computer!",
|
|
"",
|
|
"To house the player, you need one seat!",
|
|
"",
|
|
"The rocket assembling machine will tell you if the rocket is good for lift-off! Once you have built it, press build!",
|
|
"",
|
|
"Shift + right click the guidance computer to open the rocket GUI. Place a planet ID chip into the guidance computer. Use PlanetList in the top left of the selection screen to pick your destination!",
|
|
"",
|
|
"Right click the rocket with buckets of rocket fuel to fuel it, or use the fueling station (placed adjacent to launchpad, one block above).",
|
|
"",
|
|
"Make sure you have oxygen in your space suit or airtight seal armor!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:planetidchip>,
|
|
[
|
|
"A rocket requires the launchpad multiblock! This has to be done in the overworld!",
|
|
"",
|
|
"Rockets can be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"To produce boost, the rocket needs engines, the advanced rocket engine is the best! Use those!",
|
|
"",
|
|
"To store fuel, you need liquid fuel tanks!",
|
|
"",
|
|
"To control the rocket, you need one guidance computer!",
|
|
"",
|
|
"To house the player, you need one seat!",
|
|
"",
|
|
"The rocket assembling machine will tell you if the rocket is good for lift-off! Once you have built it, press build!",
|
|
"",
|
|
"Shift + right click the guidance computer to open the rocket GUI. Place a planet ID chip into the guidance computer. Use PlanetList in the top left of the selection screen to pick your destination!",
|
|
"",
|
|
"Right click the rocket with buckets of rocket fuel to fuel it, or use the fueling station (placed adjacent to launchpad, one block above).",
|
|
"",
|
|
"Make sure you have oxygen in your space suit or airtight seal armor!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:space_station>,
|
|
[
|
|
"A space station requires the launchpad multiblock, and two rockets! This has to be done in the overworld!",
|
|
"",
|
|
"The space station be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"The space station assembler will tell you if the station structure is valid!",
|
|
"",
|
|
"To assemble the space station you will need a space station ID chip, and a satellite bay!",
|
|
"",
|
|
"Make multiple copies of the chip using the satellite builder!",
|
|
"",
|
|
"Build a valid rocket that has a satellite bay, and place the space station container inside the bay.",
|
|
"",
|
|
"Place one of your ID chips into the guidance computer.",
|
|
"",
|
|
"Use the rocket monitoring station to lauch the space station rocket!",
|
|
"",
|
|
"Build a rocket for yourself and place another ID chip into it to go to the space station!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:monitoringstation>,
|
|
[
|
|
"A space station requires the launchpad multiblock, and two rockets! This has to be done in the overworld!",
|
|
"",
|
|
"The space station be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"The space station assembler will tell you if the station structure is valid!",
|
|
"",
|
|
"To assemble the space station you will need a space station ID chip, and a satellite bay!",
|
|
"",
|
|
"Make multiple copies of the chip using the satellite builder!",
|
|
"",
|
|
"Build a valid rocket that has a satellite bay, and place the space station container inside the bay.",
|
|
"",
|
|
"Place one of your ID chips into the guidance computer.",
|
|
"",
|
|
"Use the rocket monitoring station to lauch the space station rocket!",
|
|
"",
|
|
"Build a rocket for yourself and place another ID chip into it to go to the space station!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:spacestationchip>,
|
|
[
|
|
"A space station requires the launchpad multiblock, and two rockets! This has to be done in the overworld!",
|
|
"",
|
|
"The space station be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"The space station assembler will tell you if the station structure is valid!",
|
|
"",
|
|
"To assemble the space station you will need a space station ID chip, and a satellite bay!",
|
|
"",
|
|
"Make multiple copies of the chip using the satellite builder!",
|
|
"",
|
|
"Build a valid rocket that has a satellite bay, and place the space station container inside the bay.",
|
|
"",
|
|
"Place one of your ID chips into the guidance computer.",
|
|
"",
|
|
"Use the rocket monitoring station to lauch the space station rocket!",
|
|
"",
|
|
"Build a rocket for yourself and place another ID chip into it to go to the space station!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:loader:1>,
|
|
[
|
|
"A space station requires the launchpad multiblock, and two rockets! This has to be done in the overworld!",
|
|
"",
|
|
"The space station be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"The space station assembler will tell you if the station structure is valid!",
|
|
"",
|
|
"To assemble the space station you will need a space station ID chip, and a satellite bay!",
|
|
"",
|
|
"Make multiple copies of the chip using the satellite builder!",
|
|
"",
|
|
"Build a valid rocket that has a satellite bay, and place the space station container inside the bay.",
|
|
"",
|
|
"Place one of your ID chips into the guidance computer.",
|
|
"",
|
|
"Use the rocket monitoring station to lauch the space station rocket!",
|
|
"",
|
|
"Build a rocket for yourself and place another ID chip into it to go to the space station!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:stationbuilder>,
|
|
[
|
|
"A space station requires the launchpad multiblock, and two rockets! This has to be done in the overworld!",
|
|
"",
|
|
"The space station be made out of any blocks as long as they are placed inside the launchpad volume!",
|
|
"",
|
|
"The space station assembler will tell you if the station structure is valid!",
|
|
"",
|
|
"To assemble the space station you will need a space station ID chip, and a satellite bay!",
|
|
"",
|
|
"Make multiple copies of the chip using the satellite builder!",
|
|
"",
|
|
"Build a valid rocket that has a satellite bay, and place the space station container inside the bay.",
|
|
"",
|
|
"Place one of your ID chips into the guidance computer.",
|
|
"",
|
|
"Use the rocket monitoring station to lauch the space station rocket!",
|
|
"",
|
|
"Build a rocket for yourself and place another ID chip into it to go to the space station!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:warp_drive>,
|
|
[
|
|
"The warp drive setup needs to be done in a space station!",
|
|
"",
|
|
"Assemble the warp core multiblock, you can use the holo-projector to see a preview!",
|
|
"",
|
|
"Pipe dilithium into the warp core.",
|
|
"",
|
|
"You can select your destination using the warp controller!",
|
|
"",
|
|
"Some planets need an artifact to be placed in the controller to be reached:",
|
|
"Sedna",
|
|
"Rhenia",
|
|
"Myrmex",
|
|
"Pixonia",
|
|
"Proxima belt",
|
|
"All Dynathos planets",
|
|
"Alkemia",
|
|
"",
|
|
"To reach sedna, it may be too far to do in one lauch, travel to haumea or falacer first if that's the case."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:warpcore>,
|
|
[
|
|
"The warp drive setup needs to be done in a space station!",
|
|
"",
|
|
"Assemble the warp core multiblock, you can use the holo-projector to see a preview!",
|
|
"",
|
|
"Pipe dilithium into the warp core.",
|
|
"",
|
|
"You can select your destination using the warp controller!",
|
|
"",
|
|
"Some planets need an artifact to be placed in the controller to be reached:",
|
|
"Sedna",
|
|
"Rhenia",
|
|
"Myrmex",
|
|
"Pixonia",
|
|
"Proxima belt",
|
|
"All Dynathos planets",
|
|
"Alkemia",
|
|
"",
|
|
"To reach sedna, it may be too far to do in one lauch, travel to haumea or falacer first if that's the case."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<advancedrocketry:warpmonitor>,
|
|
[
|
|
"The warp drive setup needs to be done in a space station!",
|
|
"",
|
|
"Assemble the warp core multiblock, you can use the holo-projector to see a preview!",
|
|
"",
|
|
"Pipe dilithium into the warp core.",
|
|
"",
|
|
"You can select your destination using the warp controller!",
|
|
"",
|
|
"Some planets need an artifact to be placed in the controller to be reached:",
|
|
"Sedna",
|
|
"Rhenia",
|
|
"Myrmex",
|
|
"Pixonia",
|
|
"Proxima belt",
|
|
"All Dynathos planets",
|
|
"Alkemia",
|
|
"",
|
|
"To reach sedna, it may be too far to do in one lauch, travel to haumea or falacer first if that's the case."
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:mob_farm>,
|
|
[
|
|
"There are a lot of ways to make a mob farm! The Book of Creation lists all options, but the recommended progression is:",
|
|
"Industrial Foregoing",
|
|
"Woot",
|
|
"Deep Mob Learning",
|
|
"Ultimate Mob Farm",
|
|
"",
|
|
"The best way to spawn mobs early on is to use a drop of evil on a patch of dirt to make cursed earth. It will increase hostile mob spawns! Y = 2 is the best place to do this!",
|
|
"",
|
|
"The mob crusher is the most convenient way to kill mobs. Range addons let you cover an entire patch of cursed earth!",
|
|
"",
|
|
"The essence from the crusher can be used to run mob duplicators for specific mob farms."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<industrialforegoing:mob_duplicator>,
|
|
[
|
|
"There are a lot of ways to make a mob farm! The Book of Creation lists all options, but the recommended progression is:",
|
|
"Industrial Foregoing",
|
|
"Woot",
|
|
"Deep Mob Learning",
|
|
"Ultimate Mob Farm",
|
|
"",
|
|
"The best way to spawn mobs early on is to use a drop of evil on a patch of dirt to make cursed earth. It will increase hostile mob spawns! Y = 2 is the best place to do this!",
|
|
"",
|
|
"The mob crusher is the most convenient way to kill mobs. Range addons let you cover an entire patch of cursed earth!",
|
|
"",
|
|
"The essence from the crusher can be used to run mob duplicators for specific mob farms."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<industrialforegoing:mob_relocator>,
|
|
[
|
|
"There are a lot of ways to make a mob farm! The Book of Creation lists all options, but the recommended progression is:",
|
|
"Industrial Foregoing",
|
|
"Woot",
|
|
"Deep Mob Learning",
|
|
"Ultimate Mob Farm",
|
|
"",
|
|
"The best way to spawn mobs early on is to use a drop of evil on a patch of dirt to make cursed earth. It will increase hostile mob spawns! Y = 2 is the best place to do this!",
|
|
"",
|
|
"The mob crusher is the most convenient way to kill mobs. Range addons let you cover an entire patch of cursed earth!",
|
|
"",
|
|
"The essence from the crusher can be used to run mob duplicators for specific mob farms."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<woot:controller>,
|
|
[
|
|
"Woot lets you build mob farms without spawning mobs. Note, they can get large!",
|
|
"",
|
|
"There are 4 tiers of woot farms! Each tier will drop shards of the tier after (tier 1 farm drops tier 1 and 2 shards)!",
|
|
"",
|
|
"To start, craft a factory heart and an intern! The intern lets you select a tier, and it will tell you the materials you need to build the woot farm! Clicking the heart with the intern will build the mobfarm!",
|
|
"",
|
|
"Woot is the best way to farm bosses from DivineRPG ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<woot:factory>,
|
|
[
|
|
"Woot lets you build mob farms without spawning mobs. Note, they can get large!",
|
|
"",
|
|
"There are 4 tiers of woot farms! Each tier will drop shards of the tier after (tier 1 farm drops tier 1 and 2 shards)!",
|
|
"",
|
|
"To start, craft a factory heart and an intern! The intern lets you select a tier, and it will tell you the materials you need to build the woot farm! Clicking the heart with the intern will build the mobfarm!",
|
|
"",
|
|
"Woot is the best way to farm bosses from DivineRPG ;)"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<woot:builder>,
|
|
[
|
|
"Woot lets you build mob farms without spawning mobs. Note, they can get large!",
|
|
"",
|
|
"There are 4 tiers of woot farms! Each tier will drop shards of the tier after (tier 1 farm drops tier 1 and 2 shards)!",
|
|
"",
|
|
"To start, craft a factory heart and an intern! The intern lets you select a tier, and it will tell you the materials you need to build the woot farm! Clicking the heart with the intern will build the mobfarm!",
|
|
"",
|
|
"Woot is the best way to farm bosses from DivineRPG ;)"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<thaumcraft:causality_collapser>,
|
|
[
|
|
"To unlock this with thaumcraft research complete:",
|
|
"1. Scan a vis crystal (the block not the item)",
|
|
"2. Unlock vis battery in auromancy"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<abyssalcraft:eoa>,
|
|
[
|
|
"Obtained from the ritual of the sleeper!",
|
|
"",
|
|
"The ritual must be performed in the abyssal wasteland, following the base abyssalcraft ritual shape. All the following ingredients are on the outside pedestals:",
|
|
"4 gold ingots",
|
|
"1 transmutation gem",
|
|
"1 bucket of liquid coralium",
|
|
"1 enchantment table",
|
|
"",
|
|
"The ritual costs 1000 PE."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:ritual_of_the_sleeper>,
|
|
[
|
|
"Obtained from the ritual of the sleeper!",
|
|
"",
|
|
"The ritual must be performed in the abyssal wasteland, following the base abyssalcraft ritual shape. All the following ingredients are on the outside pedestals:",
|
|
"4 gold ingots",
|
|
"1 transmutation gem",
|
|
"1 bucket of liquid coralium",
|
|
"1 enchantment table",
|
|
"",
|
|
"The ritual costs 1000 PE."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<abyssalcraft:necronomicon>,
|
|
[
|
|
"The necronomicon is used to perform rituals.",
|
|
"",
|
|
"The necronomicon is charged using statues from abyssalcraft, or using the necronomicomb (recommended).",
|
|
"The statues are obtained by having at least 10 shoggoths producing ooze in a wide open area (the more the better), or can be found in darklands biomes.",
|
|
"",
|
|
"Necronomicon rituals are formed using 9 cobblestone (one in the center, 4 two blocks away on the axes, 4 one block away diagonally) and clicking the center one with the necronomicon.",
|
|
"",
|
|
"JEI has recipes most rituals, the ritual of the sleeper and mass enchanting have their own explanations.",
|
|
"",
|
|
"Rituals can be performed only in the overworld and in the abyssalcraft dimensions (you need a necronomicon of the corresponding type). The abyssalnomicon can perform rituals in all dimensions!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<abyssalcraft:necronomicon_cor>,
|
|
[
|
|
"The necronomicon is used to perform rituals.",
|
|
"",
|
|
"The necronomicon is charged using statues from abyssalcraft, or using the necronomicomb (recommended).",
|
|
"The statues are obtained by having at least 10 shoggoths producing ooze in a wide open area (the more the better), or can be found in darklands biomes.",
|
|
"",
|
|
"Necronomicon rituals are formed using 9 cobblestone (one in the center, 4 two blocks away on the axes, 4 one block away diagonally) and clicking the center one with the necronomicon.",
|
|
"",
|
|
"JEI has recipes most rituals, the ritual of the sleeper and mass enchanting have their own explanations.",
|
|
"",
|
|
"Rituals can be performed only in the overworld and in the abyssalcraft dimensions (you need a necronomicon of the corresponding type). The abyssalnomicon can perform rituals in all dimensions!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<abyssalcraft:necronomicon_dre>,
|
|
[
|
|
"The necronomicon is used to perform rituals.",
|
|
"",
|
|
"The necronomicon is charged using statues from abyssalcraft, or using the necronomicomb (recommended).",
|
|
"The statues are obtained by having at least 10 shoggoths producing ooze in a wide open area (the more the better), or can be found in darklands biomes.",
|
|
"",
|
|
"Necronomicon rituals are formed using 9 cobblestone (one in the center, 4 two blocks away on the axes, 4 one block away diagonally) and clicking the center one with the necronomicon.",
|
|
"",
|
|
"JEI has recipes most rituals, the ritual of the sleeper and mass enchanting have their own explanations.",
|
|
"",
|
|
"Rituals can be performed only in the overworld and in the abyssalcraft dimensions (you need a necronomicon of the corresponding type). The abyssalnomicon can perform rituals in all dimensions!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<abyssalcraft:necronomicon_omt>,
|
|
[
|
|
"The necronomicon is used to perform rituals.",
|
|
"",
|
|
"The necronomicon is charged using statues from abyssalcraft, or using the necronomicomb (recommended).",
|
|
"The statues are obtained by having at least 10 shoggoths producing ooze in a wide open area (the more the better), or can be found in darklands biomes.",
|
|
"",
|
|
"Necronomicon rituals are formed using 9 cobblestone (one in the center, 4 two blocks away on the axes, 4 one block away diagonally) and clicking the center one with the necronomicon.",
|
|
"",
|
|
"JEI has recipes most rituals, the ritual of the sleeper and mass enchanting have their own explanations.",
|
|
"",
|
|
"Rituals can be performed only in the overworld and in the abyssalcraft dimensions (you need a necronomicon of the corresponding type). The abyssalnomicon can perform rituals in all dimensions!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<abyssalcraft:abyssalnomicon>,
|
|
[
|
|
"The necronomicon is used to perform rituals.",
|
|
"",
|
|
"The necronomicon is charged using statues from abyssalcraft, or using the necronomicomb (recommended).",
|
|
"The statues are obtained by having at least 10 shoggoths producing ooze in a wide open area (the more the better), or can be found in darklands biomes.",
|
|
"",
|
|
"Necronomicon rituals are formed using 9 cobblestone (one in the center, 4 two blocks away on the axes, 4 one block away diagonally) and clicking the center one with the necronomicon.",
|
|
"",
|
|
"JEI has recipes most rituals, the ritual of the sleeper and mass enchanting have their own explanations.",
|
|
"",
|
|
"Rituals can be performed only in the overworld and in the abyssalcraft dimensions (you need a necronomicon of the corresponding type). The abyssalnomicon can perform rituals in all dimensions!"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:infernal_furnace>,
|
|
[
|
|
"The infernal furnace is a 3x3x3 multiblock.",
|
|
"The four vertical corners of the structure are made out of nether bricks.",
|
|
"The middle block of one of the faces is an iron bar.",
|
|
"The top middle block is empty.",
|
|
"The rest is obsidian.",
|
|
"The center of the cube is lava.",
|
|
"Right click the structure with salis mundus to form the furnace.",
|
|
"",
|
|
"Drop items from the top to smelt them. Meats have a chance of producing meat nuggets!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thaumcraft:chunk:0>,
|
|
[
|
|
"The infernal furnace is a 3x3x3 multiblock.",
|
|
"The four vertical corners of the structure are made out of nether bricks.",
|
|
"The middle block of one of the faces is an iron bar.",
|
|
"The top middle block is empty.",
|
|
"The rest is obsidian.",
|
|
"The center of the cube is lava.",
|
|
"Right click the structure with salis mundus to form the furnace.",
|
|
"",
|
|
"Drop items from the top to smelt them. Meats have a chance of producing meat nuggets!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<thaumcraft:chunk:1>,
|
|
[
|
|
"The infernal furnace is a 3x3x3 multiblock.",
|
|
"The four vertical corners of the structure are made out of nether bricks.",
|
|
"The middle block of one of the faces is an iron bar.",
|
|
"The top middle block is empty.",
|
|
"The rest is obsidian.",
|
|
"The center of the cube is lava.",
|
|
"Right click the structure with salis mundus to form the furnace.",
|
|
"",
|
|
"Drop items from the top to smelt them. Meats have a chance of producing meat nuggets!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<thaumcraft:chunk:2>,
|
|
[
|
|
"The infernal furnace is a 3x3x3 multiblock.",
|
|
"The four vertical corners of the structure are made out of nether bricks.",
|
|
"The middle block of one of the faces is an iron bar.",
|
|
"The top middle block is empty.",
|
|
"The rest is obsidian.",
|
|
"The center of the cube is lava.",
|
|
"Right click the structure with salis mundus to form the furnace.",
|
|
"",
|
|
"Drop items from the top to smelt them. Meats have a chance of producing meat nuggets!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<thaumcraft:chunk:3>,
|
|
[
|
|
"The infernal furnace is a 3x3x3 multiblock.",
|
|
"The four vertical corners of the structure are made out of nether bricks.",
|
|
"The middle block of one of the faces is an iron bar.",
|
|
"The top middle block is empty.",
|
|
"The rest is obsidian.",
|
|
"The center of the cube is lava.",
|
|
"Right click the structure with salis mundus to form the furnace.",
|
|
"",
|
|
"Drop items from the top to smelt them. Meats have a chance of producing meat nuggets!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<thaumcraft:chunk:4>,
|
|
[
|
|
"The infernal furnace is a 3x3x3 multiblock.",
|
|
"The four vertical corners of the structure are made out of nether bricks.",
|
|
"The middle block of one of the faces is an iron bar.",
|
|
"The top middle block is empty.",
|
|
"The rest is obsidian.",
|
|
"The center of the cube is lava.",
|
|
"Right click the structure with salis mundus to form the furnace.",
|
|
"",
|
|
"Drop items from the top to smelt them. Meats have a chance of producing meat nuggets!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<thaumcraft:chunk:5>,
|
|
[
|
|
"The infernal furnace is a 3x3x3 multiblock.",
|
|
"The four vertical corners of the structure are made out of nether bricks.",
|
|
"The middle block of one of the faces is an iron bar.",
|
|
"The top middle block is empty.",
|
|
"The rest is obsidian.",
|
|
"The center of the cube is lava.",
|
|
"Right click the structure with salis mundus to form the furnace.",
|
|
"",
|
|
"Drop items from the top to smelt them. Meats have a chance of producing meat nuggets!"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<techreborn:machine_frame:0>,
|
|
[
|
|
"Tech reborn machines have a limit on the amount of power they can accept, this can be increased with the transformer upgrade!",
|
|
"",
|
|
"The overclocker upgrade lets you increase machine speed!",
|
|
"",
|
|
"The energy storage upgrade will increase machine buffer!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<techreborn:machine_frame:1>,
|
|
[
|
|
"Tech reborn machines have a limit on the amount of power they can accept, this can be increased with the transformer upgrade!",
|
|
"",
|
|
"The overclocker upgrade lets you increase machine speed!",
|
|
"",
|
|
"The energy storage upgrade will increase machine buffer!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<techreborn:machine_frame:2>,
|
|
[
|
|
"Tech reborn machines have a limit on the amount of power they can accept, this can be increased with the transformer upgrade!",
|
|
"",
|
|
"The overclocker upgrade lets you increase machine speed!",
|
|
"",
|
|
"The energy storage upgrade will increase machine buffer!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<techreborn:upgrades:0>,
|
|
[
|
|
"Tech reborn machines have a limit on the amount of power they can accept, this can be increased with the transformer upgrade!",
|
|
"",
|
|
"The overclocker upgrade lets you increase machine speed!",
|
|
"",
|
|
"The energy storage upgrade will increase machine buffer!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<techreborn:upgrades:1>,
|
|
[
|
|
"Tech reborn machines have a limit on the amount of power they can accept, this can be increased with the transformer upgrade!",
|
|
"",
|
|
"The overclocker upgrade lets you increase machine speed!",
|
|
"",
|
|
"The energy storage upgrade will increase machine buffer!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<techreborn:upgrades:2>,
|
|
[
|
|
"Tech reborn machines have a limit on the amount of power they can accept, this can be increased with the transformer upgrade!",
|
|
"",
|
|
"The overclocker upgrade lets you increase machine speed!",
|
|
"",
|
|
"The energy storage upgrade will increase machine buffer!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<techreborn:fusion_control_computer>,
|
|
[
|
|
"The solid fusion reactor is part of a multiblock! It requires a ring of fusion coils and a fusion control computer. You can right click the coils on the reactor to auto place!",
|
|
"",
|
|
"The reactor can have multiple sizes, but you should use the smallest size for all recipes except promethium and ruthenium.",
|
|
"",
|
|
"For energy-negative recipes (check JEI), the reactor will consume more power if it's larger.",
|
|
"",
|
|
"For energy-positive recipes (promethium and ruthenium) the reactor make more power if it's larger."
|
|
]);
|
|
mods.jei.JEI.addDescription(<techreborn:fusion_coil>,
|
|
[
|
|
"The solid fusion reactor is part of a multiblock! It requires a ring of fusion coils and a fusion control computer. You can right click the coils on the reactor to auto place!",
|
|
"",
|
|
"The reactor can have multiple sizes, but you should use the smallest size for all recipes except promethium and ruthenium.",
|
|
"",
|
|
"For energy-negative recipes (check JEI), the reactor will consume more power if it's larger.",
|
|
"",
|
|
"For energy-positive recipes (promethium and ruthenium) the reactor make more power if it's larger."
|
|
]);
|
|
mods.jei.JEI.addDescription(<contenttweaker:plasma_wood>,
|
|
[
|
|
"The solid fusion reactor is part of a multiblock! It requires a ring of fusion coils and a fusion control computer. You can right click the coils on the reactor to auto place!",
|
|
"",
|
|
"The reactor can have multiple sizes, but you should use the smallest size for all recipes except promethium and ruthenium.",
|
|
"",
|
|
"For energy-negative recipes (check JEI), the reactor will consume more power if it's larger.",
|
|
"",
|
|
"For energy-positive recipes (promethium and ruthenium) the reactor make more power if it's larger."
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<nuclearcraft:fusion_core>,
|
|
[
|
|
"The magnetic confinement fusion reactor is a multiblock made with one fusion core, a lot of fusion electromagnets, and at least four fusion connectors!",
|
|
"",
|
|
"The fusion connectors are placed in straight lines coming out of the core on all four sides. You need at least one on each side.",
|
|
"The longer the arms, the higher the energy output! All arms should be the same length!",
|
|
"",
|
|
"The fusion electromagnets are placed in four square rings around the connectors.",
|
|
"The first square is directly around the connectors.",
|
|
"The second and third squares are one block further out, and are located one block above and below.",
|
|
"The fourth square is one block away from the first square, at the same height.",
|
|
"These squares should for a shape with a hollow plus sign as a cross-section. Going in a square around the reactor.",
|
|
"",
|
|
"Place flux points or other energy transfer on the electromagnets until they are all green.",
|
|
"",
|
|
"To cool the reactor, place active coolers around the electromagnets, and pipe water into them.",
|
|
"If coolers are placed following central symmetry with respect to the core, they are more efficient.",
|
|
"The reactor makes the most power at 100% efficiency! No more, no less."
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<industrialforegoing:tinydryrubber>,
|
|
[
|
|
"To make tiny dry rubber you will need a latex processing unit, and tree fluid extractors!",
|
|
"",
|
|
"Three fluid extractors will make latex by breaking wood logs placed in front of them. Multiple extractors can be placed on the same wood block!",
|
|
"This can be automated with any block placer (mechanical user recommended) to continuosly refill wood!",
|
|
"",
|
|
"The latex processing unit takes water, latex, and energy to make tiny dry rubber!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<industrialforegoing:latex_processing_unit>,
|
|
[
|
|
"To make tiny dry rubber you will need a latex processing unit, and tree fluid extractors!",
|
|
"",
|
|
"Three fluid extractors will make latex by breaking wood logs placed in front of them. Multiple extractors can be placed on the same wood block!",
|
|
"This can be automated with any block placer (mechanical user recommended) to continuosly refill wood!",
|
|
"",
|
|
"The latex processing unit takes water, latex, and energy to make tiny dry rubber!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<industrialforegoing:tree_fluid_extractor>,
|
|
[
|
|
"To make tiny dry rubber you will need a latex processing unit, and tree fluid extractors!",
|
|
"",
|
|
"Three fluid extractors will make latex by breaking wood logs placed in front of them. Multiple extractors can be placed on the same wood block!",
|
|
"This can be automated with any block placer (mechanical user recommended) to continuosly refill wood!",
|
|
"",
|
|
"The latex processing unit takes water, latex, and energy to make tiny dry rubber!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:early_game_energy>,
|
|
[
|
|
"The recommended early-game energy progression is:",
|
|
"1. Thermoelectric generators (for getting started)",
|
|
"2. Any dynamo from thermal expansion (you may want to spam these), or the diesel generator from immersive engineering",
|
|
"3. Compression engine (to run mythic miners)",
|
|
"4. Yellorium Reactor",
|
|
"5. Nuclearcraft"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<astralsorcery:itemwand>,
|
|
[
|
|
"Recipes that require starlight are done in the large astral sorcery temples!",
|
|
"",
|
|
"Place a crafting table under the collector crystal, and break blocks so that the crystal can see the sky.",
|
|
"",
|
|
"Starlight recipes can only be made at night!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<astralsorcery:blockaltar:0>,
|
|
[
|
|
"Recipes that require starlight are done in the large astral sorcery temples!",
|
|
"",
|
|
"Place a crafting table under the collector crystal, and break blocks so that the crystal can see the sky.",
|
|
"",
|
|
"Starlight recipes can only be made at night!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<appliedenergistics2:part:360>,
|
|
[
|
|
"The ME crafting terminal lets you see all items in your AE2 network, and it includes a crafting table!",
|
|
"",
|
|
"You can import recipes from JEI. If an item shows as blue in the JEI recipe preview, you can middle click on it to automatically autocraft it!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<appliedenergistics2:part:380>,
|
|
[
|
|
"The ME terminal lets you see all items in your AE2 network. You should upgrade to the crafting terminal!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<appliedenergistics2:part:340>,<appliedenergistics2:part:340>],
|
|
[
|
|
"The ME pattern terminal lets you encode recipes into patterns for autocrafting.",
|
|
"",
|
|
"Patterns have two modes: 'Crafting Pattern' works for molecular assembler recipes, 'Processing Pattern' mode works for any interface-machine interaction!",
|
|
"",
|
|
"Press R on an item in JEI to add it as a recipe. Click and drag items in JEI to add them as recipes manually!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<appliedenergistics2:part:480>,
|
|
[
|
|
"The ME interface terminal lets you see all interfaces in your network!",
|
|
"",
|
|
"Each ineterface can be named, and patterns can be added directly from this terminal!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<appliedenergistics2:part:520>,
|
|
[
|
|
"The ME fluid terminal lets you see all fluids in your network!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<ae2fc:part_fluid_pattern_terminal>,
|
|
[
|
|
"The ME fluid pattern terminal works like the pattern terminal, but with fluids too!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<erebus:portal_activator>,
|
|
[
|
|
"Part of the portal to the erebus!",
|
|
"",
|
|
"Build a portal frame (any size) out of stone bricks, and place leaves inside!",
|
|
"",
|
|
"Place the gaean keystone within 6 blocks of the portal (same height as bottom block).",
|
|
"",
|
|
"Use the staff of Gaea on the altar to open the portal. This may bug out, so try different locations for the keystone!",
|
|
"",
|
|
"You will need a way back!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:connector:0>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:connector:1>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:wirecoil:0>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:wirecoil:6>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:connector:2>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:connector:3>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:wirecoil:1>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:wirecoil:7>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:connector:4>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:connector:5>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<immersiveengineering:wirecoil:2>,
|
|
[
|
|
"Place connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.",
|
|
"",
|
|
"Connectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!",
|
|
"",
|
|
"Connectors can only have one input and one output, relays can have multiple!",
|
|
"",
|
|
"If too much current is going through, the wire will explode!",
|
|
"",
|
|
"Non-insulated wires will damage you if you touch them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<tesslocator:basic_item_tesslocator>,
|
|
[
|
|
"Place two tesslocators in the same block space to transfer energy between them.",
|
|
"",
|
|
"Orange: output",
|
|
"Blue: input",
|
|
"",
|
|
"Add glowstone to incerase speed.",
|
|
"Add diamond to transfer fullstacks instead of items.",
|
|
"With max upgrades, tesslocators are one of the fastest item transfer in the pack!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<tesslocator:basic_fluid_tesslocator>,
|
|
[
|
|
"Place two tesslocators in the same block space to transfer energy between them."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<tesslocator:basic_energy_tesslocator>,
|
|
[
|
|
"Place two tesslocators in the same block space to transfer energy between them."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<enderio:item_item_conduit>,
|
|
[
|
|
"All conduits share the same block space, making them very useful for compact automations!",
|
|
"",
|
|
"To configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!",
|
|
"",
|
|
"Each connection can be configured to be input or output, and redstone interactions can be specified. 'Always on' mode is not active by default!",
|
|
"",
|
|
"Conduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!",
|
|
"",
|
|
"Inputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for 'conduit'!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<enderio:item_liquid_conduit>,
|
|
[
|
|
"All conduits share the same block space, making them very useful for compact automations!",
|
|
"",
|
|
"To configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!",
|
|
"",
|
|
"Each connection can be configured to be input or output, and redstone interactions can be specified. 'Always on' mode is not active by default!",
|
|
"",
|
|
"Conduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!",
|
|
"",
|
|
"Inputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for 'conduit'!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<enderio:item_liquid_conduit:1>,
|
|
[
|
|
"All conduits share the same block space, making them very useful for compact automations!",
|
|
"",
|
|
"To configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!",
|
|
"",
|
|
"Each connection can be configured to be input or output, and redstone interactions can be specified. 'Always on' mode is not active by default!",
|
|
"",
|
|
"Conduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!",
|
|
"",
|
|
"Inputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for 'conduit'!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<enderio:item_liquid_conduit:2>,
|
|
[
|
|
"All conduits share the same block space, making them very useful for compact automations!",
|
|
"",
|
|
"To configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!",
|
|
"",
|
|
"Each connection can be configured to be input or output, and redstone interactions can be specified. 'Always on' mode is not active by default!",
|
|
"",
|
|
"Conduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!",
|
|
"",
|
|
"Inputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for 'conduit'!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:servo:0>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Servos are used to extract from an inventory and push into other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:servo:1>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Servos are used to extract from an inventory and push into other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:servo:2>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Servos are used to extract from an inventory and push into other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:servo:3>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Servos are used to extract from an inventory and push into other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:servo:4>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Servos are used to extract from an inventory and push into other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:filter:0>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Filters are used to select or prevent specific items from entering an inventory."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:filter:1>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Filters are used to select or prevent specific items from entering an inventory."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:filter:2>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Filters are used to select or prevent specific items from entering an inventory."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:filter:3>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Filters are used to select or prevent specific items from entering an inventory."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:filter:4>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Filters are used to select or prevent specific items from entering an inventory."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:retriever:0>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Retrievers are used to pull items from other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:retriever:1>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Retrievers are used to pull items from other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:retriever:2>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Retrievers are used to pull items from other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:retriever:3>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Retrievers are used to pull items from other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<thermaldynamics:retriever:4>,
|
|
[
|
|
"Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.",
|
|
"",
|
|
"Right click the connection between a conduit and an inventory to place it. Use a crescent hammer to remove them from ducts!",
|
|
"",
|
|
"Retrievers are used to pull items from other inventories."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:magic_strategy_technologist>,
|
|
[
|
|
"Start with botania and bewitchment, these will unlock the builder and the ability to build modular machines!",
|
|
"Every magic mod you do after this point will be automatable!",
|
|
"",
|
|
"Continue with blood magic (to unlock the ability to make it night), and follow it with astral sorcery and wizardry!",
|
|
"",
|
|
"Finish with thaumcraft and abyssalcraft! Follow the guidelines for these!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:magic_strategy_warrior>,
|
|
[
|
|
"Start with wizardry, this will give you the best early game damage!",
|
|
"",
|
|
"Continue with blood magic (to unlock the ability to make it night), and follow it with astral sorcery.",
|
|
"",
|
|
"Set up botania and bewitchment to unlock the builder and the ability to build modular machines!",
|
|
"",
|
|
"Finish with thaumcraft and abyssalcraft! Follow the guidelines for these!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:magic_strategy_warped>,
|
|
[
|
|
"Start with blood magic to unlock the ritual of eldritch will!",
|
|
"",
|
|
"Go crazy with thaumcraft to unlock sanitizing soap.",
|
|
"",
|
|
"Get PTSD from abyssalcraft! But you will get your hands on the omothol warp cleanser!",
|
|
"",
|
|
"Unlock all thaumcraft research and get mithminite armor!",
|
|
"",
|
|
"Go through bewitchment and botania, these will unlock the builder and the ability to build modular machines!",
|
|
"",
|
|
"Finish with wizardry and astral sorcery."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:mining_advice>,
|
|
[
|
|
"This is the suggested strategy for obtaining ores resources!",
|
|
"",
|
|
"1. Get basic tools, and mine below y = 17 to get enough rupee to make a shickaxe!",
|
|
"",
|
|
"2. Use the shickaxe below y = 10 to obtain ascended sapphire to make a hammer from tinker's construct! Rupee is a good material for this because it gives haste!",
|
|
"",
|
|
"3. Craft the destruction catalyst after unlocking elite crafting. early on you will have to run it with coal, but as soon as you can use a klein star!",
|
|
"",
|
|
"4. Make a quarry using a builder after unlocking botania! If you have done astral sorcery, the mineralis ritual combined with the builder will give infinite ores!",
|
|
"",
|
|
"5. Void ore miner from environmental tech!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:ae2_base_management>,
|
|
[
|
|
"You should follow these practices when setting up an AE2 network!",
|
|
"",
|
|
"Make sure the entirety of your network (every single cabe and bus) is chunkloaded! FTB chunks sometimes can be unreliable, so chunk and spot loaders are better!",
|
|
"",
|
|
"Do not loop cables! Just don't do it! Colored cables and anchors are your friends!",
|
|
"",
|
|
"Store fluids in a separate subnet, hide fluids in your terminal, and avoid on-demand crafting with them. The constant changing of fluid values in the network will cause lag! It's better to passive fluids using other means!",
|
|
"",
|
|
"Make sure your network has a healthy supply of energy cells! You may need to place some on both sides of a quantum link connection!",
|
|
"",
|
|
"Turn off advanced tooltips (F3 + H)! It will recuce lag in the terminal!"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_blast_furnace>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Coke blocks are found on the roof of the library structures that spawn books and contain elytra.",
|
|
"",
|
|
"Blast bricks are found at the petrified troll camps around the fire, and in the middle of the watchtowers made out dried bricks with black ink chicken eggs!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_haumea>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"The bubbell structure has four signs, for four sigils, and the invar is SINGULAR!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft an invar singularity with these sigils: luck, battle, ruin, cleansing."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_osiris>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Black metal armmor, and mithminite ingots :)",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Surround the pieces of black metal armor found in the planet with mithrillium."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_ptah>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Press U on beecon comb, 5 reagents!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft these reagents together: air, haste, lightning, acquisition, magnetism"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_hator>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Corrupted hyperspace hearts are from the miniboss, worldgen will give you the other 5 ingredients!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft this recipe. Triquetra in the middle, four corrupted hyperspace hearts in the corners, anti-chicken, anti-pork, anti spider eye, anti-bone in the other slots."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_europa>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "",
|
|
"There are 7 capital sins runes, and seven azulejos types! What do they have in common? 9 10 11 12 13 14 15",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Surround the seven runes corresponding to capital sins (lust, gluttony, greed, sloth, wrath, envy, pride) with azulejo blocks with the same metadata."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_oi>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "",
|
|
"Worldgen will tell you what isotopes to use, search near liquid death!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft the core of undeath with the following isotopes: berkelium-248, plutonium-238, californium-249 oxide, neptunium-237 oxide."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_falacer>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"You use 8 combs in total, four from worldgen, four from the bubbell signs!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft a limonite bullet with these combs: papery, transmuting, mundane, molten, bomb, cannon, pistol, sniper rifle."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_orcus>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"The sword pedestals have two different colors, there are four of each, corresponding to two recipes!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Two recipes. Craft a blood infused dimensional ingot with aquatooth, carmile, hippogryph, darkwood swords.",
|
|
"Craft a blood infused dimensional ingot with legbone, bone from betweenlands, wasp, dragonbone swords.",
|
|
"All swords are found in orcus."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_sedna>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Sedna dust is not desnanite dust!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Surround a sedna dust (not sednanite dust) with gravity combs."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_first_shell>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"There is a dangerous temple in the abyss, the front contains some crystal clusters...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Combine the ragnarok sigil with the following crystal clusters: copper, methane, nitrate, oxygen."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_second_shell>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"The wildwood callstone has four spawn eggs...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Combine the sacrificial contract with soul vials for the following mobs: paratiku, fyracryx, seimer, golem of rejuvination.",
|
|
"They are found in the wildwood callstone!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_third_shell>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Apalachia has a lotto structure, check out the chest!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft the skotaninomicom with the following bejewelled banners: blood, ancient, boreic, mecha, nethengeic, runic, creation, void."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_fourth_shell>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"The skythern callstone sure has an interesting shape in the middle...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Use the tulite flower in skythern on top of a structure made out of purpur blocks.",
|
|
"First level (0 = empty, x = purpur):",
|
|
"0 x x x 0",
|
|
"x 0 x 0 x",
|
|
"x x x x x",
|
|
"x 0 x 0 x",
|
|
"0 x x x 0",
|
|
"Second level:",
|
|
"0 x 0 x 0",
|
|
"x 0 0 0 x",
|
|
"0 0 x 0 0",
|
|
"x 0 0 0 x",
|
|
"0 x 0 x 0"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_vethea>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"There are some tinkers components craftable from lumps ;)",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft a projector gem with the following tinkers parts: jade tough tool rod, endrod battery cell, titanium pipe piece, starmetal laser medium."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_recursion_dungeon>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Check the roof of the temple, two recipes, left and right!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft a sacred acorn with the following tree barks: erebus eucalyptus, shyre, teak, brazilwood, fusewood, olive, cedar, mortum.",
|
|
"Craft a sacred acorn with the following tree barks: darkwood, iroko, hellbark, umbran, baobab, dragons blood, runic, canopy tree."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<bloodmagic:altar>,
|
|
[
|
|
"The altar requires blood (LP) to craft, JEI will indicate the tier of altar and LP cost for each recipe.",
|
|
"",
|
|
"The inspectoris scandalum lets you see previews for each tier.",
|
|
"",
|
|
"To produce LP, this is the recommended progression:",
|
|
"1a. Sacrificial dagger to produce LP from yourself till you can make a ritual diviner dusk",
|
|
"1b. If making LP from yourself is a trigger, you can use the dagger of sacrifice to kill mobs nearby the altar",
|
|
"3. Ritual of culling with a mob farm (more info on questbook). Soul shards makes the fastest spawners ;)",
|
|
"4. Digital mob agonizers"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<bloodmagic:blood_orb>,
|
|
[
|
|
"The blood orb is how you start an LP network. Right click the orb to bind it to your player.",
|
|
"",
|
|
"The LP network is used to fuel all rituals.",
|
|
"",
|
|
"Place a blood orb in the blood altar to add LP to your LP network.",
|
|
"",
|
|
"The higher the blood orb tier, the higher the capacity of your LP network.",
|
|
"",
|
|
"Capacity:",
|
|
"Weak 5'000",
|
|
"Apprentice 25'000",
|
|
"Magician 150'000",
|
|
"Master 1'000'000",
|
|
"Archmage 10'000'000",
|
|
"Transcendent 30'000'000"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<projectex:stone_table>,
|
|
[
|
|
"The transmutation table lets learn and reproduce all items that have EMC values!",
|
|
"",
|
|
"Place an item in the table, or burn it in the fire, to learn it!",
|
|
"",
|
|
"Burnt items add to your personal EMC network, shared between all tables.",
|
|
"",
|
|
"All items that have been learned can be extracted if your network has enough EMC to sustain them!",
|
|
"",
|
|
"The klein star can be used to take EMC from your network to be used for other purposes. This can only be done with ProjectE tables, not the ProjectEX ones!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<projecte:transmutation_table>,
|
|
[
|
|
"The transmutation table lets learn and reproduce all items that have EMC values!",
|
|
"",
|
|
"Place an item in the table, or burn it in the fire, to learn it!",
|
|
"",
|
|
"Burnt items add to your personal EMC network, shared between all tables.",
|
|
"",
|
|
"All items that have been learned can be extracted if your network has enough EMC to sustain them!",
|
|
"",
|
|
"The klein star can be used to take EMC from your network to be used for other purposes. This can only be done with ProjectE tables, not the ProjectEX ones!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<projecte:item.pe_transmutation_tablet>,
|
|
[
|
|
"The transmutation table lets learn and reproduce all items that have EMC values!",
|
|
"",
|
|
"Place an item in the table, or burn it in the fire, to learn it!",
|
|
"",
|
|
"Burnt items add to your personal EMC network, shared between all tables.",
|
|
"",
|
|
"All items that have been learned can be extracted if your network has enough EMC to sustain them!",
|
|
"",
|
|
"The klein star can be used to take EMC from your network to be used for other purposes. This can only be done with ProjectE tables, not the ProjectEX ones!"
|
|
]);
|
|
mods.jei.JEI.addDescription(<projectex:arcane_tablet>,
|
|
[
|
|
"The transmutation table lets learn and reproduce all items that have EMC values!",
|
|
"",
|
|
"Place an item in the table, or burn it in the fire, to learn it!",
|
|
"",
|
|
"Burnt items add to your personal EMC network, shared between all tables.",
|
|
"",
|
|
"All items that have been learned can be extracted if your network has enough EMC to sustain them!",
|
|
"",
|
|
"The klein star can be used to take EMC from your network to be used for other purposes. This can only be done with ProjectE tables, not the ProjectEX ones!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:mk1_power_flower>,
|
|
[
|
|
"Use this to farm items with medium EMC (less than 100k).",
|
|
"",
|
|
"For larger EMC yield, use the dragon heart loop!",
|
|
"",
|
|
"For low EMC items, use less collectors and relays!",
|
|
"",
|
|
"After unlocking bonsai pots and EMC links, you should use those!"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription([<tconstruct:smeltery_controller>, <tconstruct:seared_tank>, <tconstruct:smeltery_io>, <tconstruct:seared>],
|
|
[
|
|
"The smeltery is the main multiblock in tinker's construct! It smelts ores and other metal items into molten fluids.",
|
|
"",
|
|
"The multiblock can be any cuboud shape (without corners and edges) with an open top, and it is made out of any seared stone block. ",
|
|
"",
|
|
"The multiblock needs one smeltery controller, this can replace any block! Item inputs can be piped into the controller.",
|
|
"",
|
|
"The multiblock needs at least one seared tank, but it can have more, those can replace any block! This is to input fuel into the tank. Lava is the easiest fuel to get.",
|
|
"",
|
|
"To output the fluids from the smeltery, you need seared drains. Those can replace any blocks!",
|
|
"",
|
|
"You can use fluiducts on the smeltery drains. EnderIO conduits in theory work too, but they can bug out."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<ore:cast>,
|
|
[
|
|
"To make a cast, you want to start by making a part in the part builder. You should use a cheap material like cobblestone.",
|
|
"",
|
|
"Place the part on the casting table, and pour a casting material by right clicking the faucet above the casting table.",
|
|
"",
|
|
"Casting materials can be molten gold or molten aluminum brass!",
|
|
"",
|
|
"After you have made a cast, you can place it in the table, and use it to make parts out of any metal you want!"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<gendustry:sampler>,
|
|
[
|
|
"To better the genes of your bees you need the genetic sampler, genetic transposer, and genetic imprinter.",
|
|
"",
|
|
"The genetic sampler takes bees, and has a chance of producing gene samples from a given bee.",
|
|
"",
|
|
"For each bee species that has a desirable gene (the best ones are listed in the following quests), you can dump excess drones into the sampler, until you obtain the gene samples you desire!",
|
|
"",
|
|
"See the book of creation for a list of the bees with the best genes!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<gendustry:transposer>,
|
|
[
|
|
"To better the genes of your bees you need the genetic sampler, genetic transposer, and genetic imprinter.",
|
|
"",
|
|
"The genetic transposer has two main functions.",
|
|
"",
|
|
"First, it can be used to duplicate gene samples, combine a black one with an imprinted one to duplicate it! This is how you can farm the ingredients to craft the torcherino!",
|
|
"",
|
|
"Second, you can combine genetic samples into templates, these will be used to customize your bees!",
|
|
"",
|
|
"NOTE: templates do not need to have all 12 genes! You can make templates with even one chromosome!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<gendustry:imprinter>,
|
|
[
|
|
"To better the genes of your bees you need the genetic sampler, genetic transposer, and genetic imprinter.",
|
|
"",
|
|
"Given a tamplate from the genetic transposer, you can use the imprinter to modify a bee's genes.",
|
|
"",
|
|
"WARNING: bees have a chance of being turned into genetic waste, so be careful about imprinting princesses and queens.",
|
|
"",
|
|
"The recommended strategy is to imprint a lot of drones from your desired species, and to continuously breed with the same princess until the genes are transferred."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<modularmachinery:itemblueprint>,
|
|
[
|
|
"Use a diamond chisel to transition between blueprints!",
|
|
"",
|
|
"The following blueprints are craftable, and can be turned into all others.",
|
|
"Steel Thermal Mixer for most machines!",
|
|
"Tier 1 mythic miner for all mythic miners!",
|
|
"Neutronium Cannon for chapter 6 multiblocks!",
|
|
"Relativistic Collapser for chapter 9 multiblocks!",
|
|
"Mythic Processor Alloy Furnace for all mythic processors!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:recursive_recipes>,
|
|
[
|
|
"There are two types of recursive recipes. For some inputs are reusable, for some they are not.",
|
|
"",
|
|
"For both types, if you want to set autocrafting recipes, the duplicated item SHOULD NOT be set as an input. Set your recipes in processing mode, without including the recursive item in the inputs list, and use an interface touching an RFTools crafter.",
|
|
"",
|
|
"If the input is reusable: use a crafter in extC mode and set it to remember the slot for the reusable input item.",
|
|
"",
|
|
"If the input is not reusable: set the crafter in the same way as above, and use item conduits (those can self feed) to pipe the non-reusable recursive item into the table's input slot.",
|
|
""
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<extrautils2:compressedcobblestone:0>,
|
|
<extrautils2:compressedcobblestone:1>,
|
|
<extrautils2:compressedcobblestone:2>,
|
|
<extrautils2:compressedcobblestone:3>,
|
|
<extrautils2:compressedcobblestone:4>,
|
|
<extrautils2:compressedcobblestone:5>,
|
|
<extrautils2:compressedcobblestone:6>,
|
|
<extrautils2:compressedcobblestone:7>,
|
|
<storagedrawers:compdrawers>,
|
|
<projecte:collector_mk1>,
|
|
<projecte:condenser_mk1>],
|
|
[
|
|
"To automate compressed cobblestone, you should start by making cobblestone using Projecte, and combine it with compacting drawers.",
|
|
"",
|
|
"A single cobblestone creation unit consists of a condenser MK1 with a collector on top (better MK3). You just need one collector for each condenser. If you need more cobble, make multiple of thse units.",
|
|
"",
|
|
"To compress the cobblestone, compacting drawers are best, just chain them till the desired tiers.",
|
|
"",
|
|
"To move the cobblestone and lower tiers, tesslocators are quite fast!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<contenttweaker:making_will>,
|
|
<bloodmagic:item_demon_crystal:0>],
|
|
[
|
|
"To make your first will crystal you will need a demon crucible, and a demon crystallizer.",
|
|
"",
|
|
"Place a tartaric gem of any type into the crucible. This will suck will out of the gem, and put it into the chunk.",
|
|
"",
|
|
"Place a demon crystallizer into the same chunk. A will crystal will eventaully grow. Break it to obtain a raw will crystal!",
|
|
"",
|
|
"The will aura gauge will show how much will of each type is present in a chunk.",
|
|
"========================"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<contenttweaker:making_colored_will>,
|
|
<bloodmagic:item_demon_crystal:1>,
|
|
<bloodmagic:item_demon_crystal:2>,
|
|
<bloodmagic:item_demon_crystal:3>,
|
|
<bloodmagic:item_demon_crystal:4>],
|
|
[
|
|
"To obtain your first aspected will, you need to set up the resonance of the faceted crystal ritual.",
|
|
"",
|
|
"In a chunk with demonic will from a demon crucible or other methods, place a crystallizer above the master ritual stone, and let a raw will crystal grow.",
|
|
"",
|
|
"Crystals of the other types will eventually grow on the ritual as long as you have enough raw will in the chunk.",
|
|
"========================"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<contenttweaker:farming_will>,
|
|
<bloodmagic:item_demon_crystal:0>,
|
|
<bloodmagic:item_demon_crystal:1>,
|
|
<bloodmagic:item_demon_crystal:2>,
|
|
<bloodmagic:item_demon_crystal:3>,
|
|
<bloodmagic:item_demon_crystal:4>],
|
|
[
|
|
"This is how you automate will crystals.",
|
|
"",
|
|
"You will need a fair amount of each will crystal type to start this process (10 or 20 to be safe), but it will run passively after that.",
|
|
"",
|
|
"You will need two rituals, both located in the same chunk. The crack of the fractured crystal should be at the top, and the gathering of the forsaken souls should be at the bottom. You can place both ritual stones on top of each other (see multiblock preview).",
|
|
"",
|
|
"Set up a passive mob farm below the rituals. The higher the variety of different animals, the faster this farm will work.",
|
|
"",
|
|
"Place the five will crystal clusters somewhere above the rituals, in the same chunk.",
|
|
"",
|
|
"Place five crucibles nearby the crystals, and pipe will crystals of each type into each.",
|
|
"",
|
|
"The crystal clusters will start growing, and they will drop will crystals on the ground. Use some sort of ranged collector to collect them, and pipe them into the crucibles.",
|
|
"",
|
|
"This setup will produce a surplus of will crystals. They will be made faster than the demon crucibles consume them. Profit!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<contenttweaker:ritual_mass_enchanting>],
|
|
[
|
|
"This is how you can combine enchantments over the vanilla anvil limit, up to level 15.",
|
|
"",
|
|
"The ritual requires the base abyssalcraft setup, using the Abyssalnomicon, and can be performed in any dimension!",
|
|
"",
|
|
"Place 8 enchanted books of any type (has to be eight) on the outer pedestals. Place a compatible enchantable item in the center.",
|
|
"",
|
|
"If multiple enchants of the same type are present, they will be added together up to level 15."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<thaumcraft:infusion_matrix>,
|
|
<minecraft:skull:0>,
|
|
<minecraft:skull:1>,
|
|
<minecraft:skull:2>,
|
|
<minecraft:skull:5>,
|
|
<bewitchment:white_candle>,
|
|
<bewitchment:orange_candle>,
|
|
<bewitchment:magenta_candle>,
|
|
<bewitchment:light_blue_candle>,
|
|
<bewitchment:yellow_candle>,
|
|
<bewitchment:lime_candle>,
|
|
<bewitchment:pink_candle>,
|
|
<bewitchment:gray_candle>,
|
|
<bewitchment:light_gray_candle>,
|
|
<bewitchment:cyan_candle>,
|
|
<bewitchment:purple_candle>,
|
|
<bewitchment:blue_candle>,
|
|
<bewitchment:brown_candle>,
|
|
<bewitchment:green_candle>,
|
|
<bewitchment:red_candle>,
|
|
<bewitchment:black_candle>,
|
|
<thaumcraft:candle_white>,
|
|
<thaumcraft:candle_orange>,
|
|
<thaumcraft:candle_magenta>,
|
|
<thaumcraft:candle_lightblue>,
|
|
<thaumcraft:candle_yellow>,
|
|
<thaumcraft:candle_lime>,
|
|
<thaumcraft:candle_pink>,
|
|
<thaumcraft:candle_gray>,
|
|
<thaumcraft:candle_silver>,
|
|
<thaumcraft:candle_cyan>,
|
|
<thaumcraft:candle_purple>,
|
|
<thaumcraft:candle_blue>,
|
|
<thaumcraft:candle_brown>,
|
|
<thaumcraft:candle_green>,
|
|
<thaumcraft:candle_red>,
|
|
<thaumcraft:candle_black>,
|
|
<bewitchment:candelabra_gold>,
|
|
<bewitchment:candelabra_iron>,
|
|
<bewitchment:candelabra_silver>],
|
|
[
|
|
"To stabilize thaumcraft rituals, you should place stabilizing blocks around the infusion matrix.",
|
|
"",
|
|
"All stabilizing blocks should be placed following central symmetry with respect to the center pedestal!",
|
|
"",
|
|
"The more variety of stabilizing blocks, the better! Different colors count as different blocks!",
|
|
"",
|
|
"In addition, Stabilizers from Thaumcraft can be used to prevent some bad effects. Redstone Inlays should be used to connect the stabilizers to each pedestal. These should still follow central symmetry.",
|
|
"",
|
|
"The following stabilizing blocks are listed in order of stability power (you should have at most 6 of each):",
|
|
"Candelabra,",
|
|
"Candles,",
|
|
"Mob heads"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<forestry:bee_drone_ge>,<forestry:bee_princess_ge>,<forestry:bee_queen_ge>],
|
|
[
|
|
"This will explain the basics, see the Book of Creation section of the questbook for more detailed info!",
|
|
"",
|
|
"To farm the drops of a bee (E.G. honey combs) you should use the industrial apiary. You start with a princess and a drone of the same species, and they make a queen. The queen will slowly die out, and it will produce drops, as well as a new princess and more drones.",
|
|
"",
|
|
"To make a new species of bee (with the exception of the mad scientist), you should use the advanced mutatron. It will take the drone and princess required (JEI will tell you) and it will make a queen of the new species."
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_sacredmushroom>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"One of the overworld structures uses sacred oak. Check the loot there!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft the glowshroom terrarium with the following glimmering mushrooms: black, cyan, blue, green!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_radiationsuit>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"There are shields hidden in Vox Ponds worldgen. You may have to break some blocks!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft the inert cursed jewel with the following shields: realmite, knightly, elementium, electrum."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "rannucarpus"}),
|
|
[
|
|
"Places blocks automatically in a radius around it. Mana will increase this radius. To place blocks with specific patters, place a specific filter block under the flower (right under the soil). Supplied blocks will only be placed above the filter block."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "tangleberrie"}),
|
|
[
|
|
"Acts as a magnet for mobs and animals at the cost of mana."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "fallenKanade"}),
|
|
[
|
|
"Gives regeneration in a radius around it at the cost of mana."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "necrofleur"}),
|
|
[
|
|
"Damages and prevents healing in mobs with less than half heath. "
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "stardustlotus"}),
|
|
[
|
|
"Consumes mana to teleport animals. Right click with a position reader set to a location to set where the entities will be teleported. Drop a paper on the flower to activate it. If done correctly, a particle effect will show up."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "orechidIgnem"}),
|
|
[
|
|
"This flower is gated to later on in progression. It has a custom loot table with unique drops. At the cost of mana, this flower converts nearby netherrack into ores. "
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "hopperhock"}),
|
|
[
|
|
"Vacuums items and puts them into nearby chests. You can whitelist specific chests by placing item frames on them. "
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "marimorphosis"}),
|
|
[
|
|
"Consumes mana to transform nearby stone into metamorphic stone (all types at random). "
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "daffomill"}),
|
|
[
|
|
"Pushes items in a given direction at a small cost of mana. Right clicking with a wand of the forest changes the pushing direction. "
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "jiyuulia"}),
|
|
[
|
|
"Pushes mobs away at the cost of mana. "
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "tigerseye"}),
|
|
[
|
|
"Prevents creeper explosions, and makes creepers run away from players. "
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "exoflame"}),
|
|
[
|
|
"Consumes mana to power nearby furnaces without the need for fuel. "
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "annoyingflower"}),
|
|
[
|
|
"Produces fishing loot from nearby livingrock pedestals. Drop fried chickens legs to give it luck of the sea."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "solegnolia"}),
|
|
[
|
|
"Prevents the ring of magnetization from working in a radius around it."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "hyacidus"}),
|
|
[
|
|
"Poisons nearby mobs."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "bellethorn"}),
|
|
[
|
|
"Consumes mana to damage nearby mobs."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "spectranthemum"}),
|
|
[
|
|
"Use a wand of the forest in bind mode to bind it to a specific block. Items dropped on this flower will be teleported there."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "agricarnation"}),
|
|
[
|
|
"Consumes mana to speed up plant growth."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "bubbell"}),
|
|
[
|
|
"Consumes mana to clear water within a 12 block radius."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "clayconia"}),
|
|
[
|
|
"Consumes mana to turn nearby sand into clay. "
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "dreadthorn"}),
|
|
[
|
|
"Consumes mana to hurt adult animals."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "heiseiDream"}),
|
|
[
|
|
"Consumes mana to make mobs hostile towards each other."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "jadedAmaranthus"}),
|
|
[
|
|
"Consumes mana to spawn mystical flowers nearby."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "mirrowtunia"}),
|
|
[
|
|
"Gives nearby players immunity against some bad effects. Won't work against warp."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "pollidisiac"}),
|
|
[
|
|
"Consumes mana to make animals breed."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "medumone"}),
|
|
[
|
|
"Gives slowness to nearby mobs."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "manalinkium"}),
|
|
[
|
|
"Moves mana wirelessly. Use the position reader to bind to an output manapool."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "loonium"}),
|
|
[
|
|
"Consumes mana to spawn mobs with extra loot. Anything that can be found in vanilla dungeon chests can be obtained with this flower."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "bergamute"}),
|
|
[
|
|
"Mutes animals."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<botania:specialflower>.withTag({type: "enchantedorchid"}), <botania:enchantedsoil>],
|
|
[
|
|
"Consumes a dropped black lotus and a lot of mana to turn grass into enchanted soil."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "orechid"}),
|
|
[
|
|
"This flower is gated to later on in progression. It has a custom loot table with unique drops. At the cost of mana, this flower converts nearby stone into ores."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<botania:specialflower>.withTag({type: "vinculotus"}),
|
|
[
|
|
"Prevents endermen from teleporting."
|
|
]);
|
|
|
|
|
|
|
|
|
|
|
|
|