3495 lines
161 KiB
Plaintext
3495 lines
161 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:factory>,<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!",
|
|
"",
|
|
"After the structure is complete, you will have to add some blocks manually. To check is those are correct, right click the factory heart with a ya hammer. ",
|
|
"",
|
|
"Place the following blocks under the farm, in this exact order from top to bottom, directly under the heart, with a gap of at most 10 blocks: power cell, factory importer, factory exporter.",
|
|
"",
|
|
"To farm a specific mob with woot, you need a bound ender shard. Hit a mob with it, and kill it after to bind your shard (it will start glowing).",
|
|
"",
|
|
"Use the bound shard to craft a controller, and place it on top of the block behind the factory heart!"
|
|
]);
|
|
|
|
|
|
|
|
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. See the JEI preview for the structure.",
|
|
"",
|
|
"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 stencil from tinker's construct! Shocking is a good trait 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_branchoflife>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"In Pixonia there is a structure with special blocky bugs, the chest there will tell you what to craft together.",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft a compressed cobblestone with these saplings: turquoise haven, lucalus, haunted, blue celevus."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_rosidianblend>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"The crates in gardencia contain many dusts. These will tell you what small piles of dust you should craft with rosidons.",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft a rosidon with these tiny piles of dust: netherrack, ruby, sapphire, phosphorous, marble, sphalerite, galena, pyrite."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_livingmyrmitite>,
|
|
[
|
|
"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 four specific modifier tomes found in chests in precasia!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft an enchanted myrmitite with the following modifier tomes: aura of destruction 2, loot farmer 4, experienced 5, razor edge 5."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_marksamurai>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"To craft this you will need an armor piece, and eight fruits, the chests and signs in rhenia will tell you what armor to use and what fruits.",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft a dreading samurai helmet with the following aspectus fruits: Celawynn, Azuwynn, Yeowynn, Geoliirgaz, Armaniis, Fergalaz, Firnalaz, Ordaniis."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_kikoku>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"To craft the essence, surround recursive powder with correctly renamed pieces of paper. A house in rhenia will tell you what word the papers should spell. Start from top left, and go clockwise!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Follow this recipe layout:",
|
|
"<C> <H> <A>",
|
|
"<S> <recursive powder> <M>",
|
|
"<E> <R> <B>"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_mysterium>,
|
|
[
|
|
"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 four structures in mysterium that have a blood magic theme? Check their blocks, and read the signs!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft the lunar block in the center with a rune of the orb on top, a charging rune on the right, a rune of self sacrifice on the left, a speed rune at the bottom."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_runandor>,
|
|
[
|
|
"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 three structures in runandor with chests containing various runes. There are eight runes in total!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft the filled openblocks elecanium tank with the following runes: compass, storm, distortion, kinetic, strike, poison, fire, wither."
|
|
]);
|
|
|
|
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 mithrillium 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_furnacedim>,
|
|
[
|
|
"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 villager houses in the overworld has useful portable loot, and a book on the nether roof will tell you how to use it!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft a demonically gargantuan drum full of netherite with a portable furnace!"
|
|
]);
|
|
|
|
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_masterwizards>,
|
|
[
|
|
"Come on! At least try to solve the puzzle!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"In Taerrapiatta, there are four different special pumpkins. Make soul vials for the corresponding mobs, and craft them with an astral animator!",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Imagine not trying to connect the dots...",
|
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
"Craft a an astral animator with the following soul vials: cyclops, ghast, skeleton, frost."
|
|
]);
|
|
|
|
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>],
|
|
[
|
|
"Thaumcraft infusion is a crafting mechanic that uses altars to craft (see multiblock preview for infusion setup). Right click the matrix with salis mundus to form the structure.",
|
|
"",
|
|
"Infusion recipes require the right items to be placed in the altars, and essentia from nearby jars (or the infusion provider).",
|
|
"",
|
|
"To start a recipe, after placing the correct items, right click the matrix with a casting gauntlet, the infusion will start with esselntia being automatically sucked out of the nearby sources.",
|
|
"",
|
|
"All infusion recipes have a chance of going wrong and causing bad effects. If the runic matrix is stable (you can see stability while looking at it with goggles of revealing) those will not happen.",
|
|
"",
|
|
"To stabilize thaumcraft infusions, 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([<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 infusions, 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([<thaumcraft:stabilizer>,
|
|
<thaumcraft:inlay>],
|
|
[
|
|
"§7§oStabilizers can be used to prevent some bad effects if infusions go unstable.",
|
|
"",
|
|
"Redstone Inlays should be used to connect the stabilizers to each pedestal. Redstone inlays behave like redstone, with a maximum range of 15 blocks.",
|
|
"",
|
|
"These should still follow central symmetry."
|
|
]);
|
|
|
|
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."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:making_unattuned_celestial_crystals>,
|
|
[
|
|
"To make your first celestial crystal, you need liquid starlight, stardust, and a rock crystal.",
|
|
"",
|
|
"Place down a bucket of liquid starlight, with sky access, a preferably nearby a collector crystal.",
|
|
"",
|
|
"Drop the stardust and rock crystal into the liquid starlight, and a celestial crystal cluster will form.",
|
|
"",
|
|
"The cluster will drop a celestial crystal when fully grown. Using a linking tool to bind a collector crystal with the cluster will speed up its growth!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription(<contenttweaker:farming_unattuned_celestial_crystals>,
|
|
[
|
|
"Celestial crystals can be duplicated using liquid starlight.",
|
|
"",
|
|
"If a celestial crystal is at max size (900) it has a chance of being split in two different crystals when dropped in liquid starlight. This will consume the bucket of starlight.",
|
|
"",
|
|
"This process can be automated by using an auto-placer to keep a block space full of starlight, and by using an entity detector from cyclic to send a redstone signal to a collector when two entities (aka two crystals) are present in the designated block space.",
|
|
"",
|
|
"The system can be set up to pick up only one of the two crystals, or to pick up both, and drop one of them back into the starlight."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<contenttweaker:levelling_up_crystals>,
|
|
<astralsorcery:blockmachine:1>,
|
|
<forge:bucketfilled>.withTag({FluidName: "astralsorcery.liquidstarlight", Amount: 1000})],
|
|
[
|
|
"Crystals from astral sorcery have three stats that determine how good they are. The higher the number, the more effective they are.",
|
|
"",
|
|
"Attuned crystals with max stats have custom recipes, but you may want to level some manually for other purposes.",
|
|
"",
|
|
"Size is increased by using starlight. A crystal dropped in liquid starlight will consume the liquid to increase its size by a bit.",
|
|
"",
|
|
"Purity is increased by duplicating crystals. A max size crystal will split in two after colelcting more starlight, and one of the two crystals may have higher purity than the previous generation.",
|
|
"",
|
|
"Cut can be increased using a grindstone. Every time the grindstone is used, the crystal will gain cut, but lose size (which can be increased again using starlight)."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<contenttweaker:dimension_ids>],
|
|
[
|
|
"Terra (overworld): 0",
|
|
"Void World: 43",
|
|
"Woot Dimension (tartarus): 418",
|
|
"Nether: -1",
|
|
"End: 1",
|
|
"Furnace World (Telos): 623",
|
|
"Twilight Forest: 7",
|
|
"Aether: 4",
|
|
"Erebus: 66",
|
|
"Betweenlands: 20",
|
|
"Iceika: 425",
|
|
"Arcana: 426",
|
|
"Abyssal wasteland: 50",
|
|
"Dreadlands: 51",
|
|
"Omothol: 52",
|
|
"Dark realm: 53",
|
|
"Dimensional Doors: 684 (and consecutive numbers)",
|
|
"Emptiness: 14676",
|
|
"Deep Dark: -11325",
|
|
"Taerrapiatta: 180",
|
|
"Diamerisma: 181",
|
|
"Furatto: 182",
|
|
"Vibe: 183",
|
|
"Apichisi: 184",
|
|
"Finem:185",
|
|
"Luna: 145",
|
|
"Osiris: 148",
|
|
"Ptah: 149",
|
|
"Hator: 150",
|
|
"Europa: 151",
|
|
"Oi: 152",
|
|
"Falacer:160",
|
|
"Orcus: 161",
|
|
"Haumea: 146",
|
|
"Sedna: 147",
|
|
"Eden: 420",
|
|
"Precasia: 818",
|
|
"Barathos: 802",
|
|
"Lelyetia: 815",
|
|
"Creeponia: 805",
|
|
"Deeplands: 807",
|
|
"Abyss: 800",
|
|
"Rhenia: 163",
|
|
"Myrmex: 164",
|
|
"Wildwood: 421",
|
|
"Candyland: 803",
|
|
"Gardencia: 809",
|
|
"Celeve: 804",
|
|
"Crystevia: 806",
|
|
"Haven: 811",
|
|
"Iromine: 813",
|
|
"Mysterium: 817",
|
|
"Vox Ponds: 821",
|
|
"Pixonia: 165",
|
|
"Spatial Storage: -26",
|
|
"Apalachia: 422",
|
|
"Lyndenwyrm: 162",
|
|
"L'Borean: 814",
|
|
"Runandor: 819",
|
|
"Lunalus: 816",
|
|
"Proxima Belt: 166",
|
|
"Skythern: 423",
|
|
"Ancient Cavern: 801",
|
|
"Immortallis: 812",
|
|
"Greckon: 810",
|
|
"Dustopia: 808",
|
|
"Vethea: 427",
|
|
"Zoi: 171",
|
|
"Nero: 170",
|
|
"Akathartos: 172",
|
|
"Pauram: 173",
|
|
"Mortum: 424",
|
|
"Shyrelands: 820",
|
|
"Alkemia: 174",
|
|
"Earth (Lost Cities): 111",
|
|
"Gallifrey: 624",
|
|
"RFTools Dimensions: 900 (and consecutive numbers)"
|
|
]);
|
|
|
|
|
|
|
|
mods.jei.JEI.addDescription([<appliedenergistics2:part:460>, <betterp2p_plusplus:advanced_memory_card>, <appliedenergistics2:certus_quartz_cutting_knife>],
|
|
[
|
|
"P2P buses are used to connect transport of items, redstone, fluids, light, energy, and AE2 channels using AE2.",
|
|
"",
|
|
"Right click with the following items to change mode:",
|
|
"Bucket for fluid mode,",
|
|
"Chest for item mode,",
|
|
"Smart cable for channel mode,",
|
|
"Energy cell for energy mode,",
|
|
"Redstone for redstone mode.",
|
|
"",
|
|
"Two or more P2P buses are connected between each other using the advanced memory card. P2P connections can be renamed using a quartz knife, making it easy to keep track of stuff!",
|
|
"",
|
|
"These buses can be used to move a lot of channels using a lot less cables, making it easier to manage the logistics in your base. The best way to do this is by using a smaller AE2 network, called a subnet, that just consists of P2P connections used to connect your main controller with other parts of your base. This way a single dense smart cable can transport up to 1024 channels.",
|
|
"",
|
|
"The multiblock preview shows how P2P can be used to move channels. The main network is in white, the subnet is in purple.",
|
|
"The center controller is the main controller, P2P buses can be placed directly on it, or through a dense cable. This is the input side.",
|
|
"The output side can be placed anywhere on the same subnet used for the input side (the purple ones).",
|
|
"Subnets can be powered by using external controllers, or by connecting to the main network using quartz fiber.",
|
|
"NOTE: you should not connect the main net and the subnet together with any ME cable outside of quartz fiber."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<contenttweaker:yellorite_reactor>],
|
|
[
|
|
"To build a yellorite reactor you need rector casings (or glass), a reactor controller, two access ports, a redstone flux power tap, fuel rods, control rods, and coolers.",
|
|
"",
|
|
"There are multiple multiblock previews to show how each component works! Reactors can be made out of any size, with any number of fuel rods. Right click the controller with an empty hand to check if a given reactor structure is valid.",
|
|
"",
|
|
"You can search 'reactor cooler' in JEI for a list of the available coolers. Draconium blocks are the best!",
|
|
"",
|
|
"To run the reactor, input yellorium into one access port, and it will be consumed and turned into cyanite. You will need to set the other access port to output mode to auto extract cyanite.",
|
|
"",
|
|
"To turn it into a steam-making reactor, you will need to replace the power tap with two coolant ports, one to input water, and one to output steam."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<deepmoblearning:simulation_chamber>, <deepmoblearning:extraction_chamber>, <deepmoblearning:polymer_clay>, <deepmoblearning:deep_learner>],
|
|
[
|
|
"To farm mob drops with Deep Mob Learning (Evolution), you need a simulation chamber, a loot fabricator, and a steady supply of polymer clay (which has EMC), as well as a data model.",
|
|
"",
|
|
"To function, a simulation chamber needs a data model that has been configured to a mob.",
|
|
"",
|
|
"To configure a model, you need to place one for the mob you want to farm into the deep learner. Then you want to slay a certain number that mob to activate the model, while holding the learner into your hotbar.",
|
|
"",
|
|
"The more mobs you slay, the higher the tier of the model. The higher the tier, the better.",
|
|
"",
|
|
"Placing a model in the simulation chamber will produce pristine matter, which is consumed in loot fabricators to farm specific mob drops."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<deepmoblearningbm:digital_agonizer>,<deepmoblearningbm:altar_linker>],
|
|
[
|
|
"The digital mob agonizer is a very effective way to produce essence for a blood altar.",
|
|
"",
|
|
"Place one next to a blood altar, and use the altar linker to bind it.",
|
|
"",
|
|
"The digital mob agonizer needs a data model, and a steady supply of matter, and it will automatically add life essence to the altar.",
|
|
"",
|
|
"Multiple agonizers can be connected to the same altar!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([<extrautils2:terraformer:0>,<extrautils2:terraformer:1>,<extrautils2:biomemarker>,<extrautils2:terraformer:2>,<extrautils2:terraformer:3>,<extrautils2:terraformer:4>,<extrautils2:terraformer:5>,<extrautils2:terraformer:6>,<extrautils2:terraformer:7>,<extrautils2:terraformer:8>],
|
|
[
|
|
"To change biomes using extra utilities, you need a terraformer, a biome marker, some antennas, and other blocks depending on the biome.",
|
|
"",
|
|
"After placing a biome marker inside the terraformer, the GUI will tell you what other blocks are needed.",
|
|
"",
|
|
"For each of the required blocks, place an antenna on top of them, and add the required ingredients listed by clicking the arrow.",
|
|
"",
|
|
"If configured correctly, the terraformer will start automatically! Make sure you set the correct range!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<astralsorcery:itemperkgem:0>,
|
|
<astralsorcery:itemperkgem:1>,
|
|
<astralsorcery:itemperkgem:2>,
|
|
<contenttweaker:making_dynamism_gems>],
|
|
[
|
|
"To craft dynamism gems, you need to drop a rock crystal and glowstone inliquid starlight.",
|
|
"",
|
|
"Depending on the time of day this happens, the resulting crystal will drop a different gem.",
|
|
"Day = ilium",
|
|
"Night = fengarum",
|
|
"Morning/Evening = ourium"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:magic_mushroom_dark>],
|
|
[
|
|
"The really scary vishroom lets you unlock all thaumcraft research, but it will also fill your warp bar! Unless you really like thaumcraft research, you should probably do this, since the pack also uses a lot of addons with complicated research.",
|
|
"",
|
|
"In addition to the following steps, it's a good idea to have some permanent warp cleaning ability, either using the warp cleansers found in the dreadlands dimension, or crafting the omothol warp cleanser.",
|
|
"",
|
|
"To craft this item, though, you will still need to do a little bit of research by yourself. The following steps are the bare minimum required to unlock this item.",
|
|
"",
|
|
"1. Fundamentals: first steps > discovering alchemy > discovering infusion > discovering auromancy",
|
|
"",
|
|
"2. Alchemy: basic alchemy > alumentum > alchemical metalurgy > essentia smelting > warded jars and labels ",
|
|
"",
|
|
"3. Arcane Infusion: basic infusion > infusion > (optional) infusion stablizer"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:flux_basics>],
|
|
[
|
|
"Flux in one of the core thaumcraft mechanics. ",
|
|
"",
|
|
"Flux is similar to radiation, where each chunk has a certain flux level. If flux is too high, bad things will happen.",
|
|
"",
|
|
"The thaumometer lets you see the flux levels in a given chunk (the dark purple bar). You can sneak to see the numerical value.",
|
|
"",
|
|
"Flux is created when a few things in thaumcraft are done:",
|
|
"1. A crucible has excess essentia (use quartz slivers to prevent this)",
|
|
"2. An essentia smeltery is processing items (mithrillium tier and above don't make flux)",
|
|
"3. You fail an infusion craft"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:remove_flux>],
|
|
[
|
|
"There are a few ways to remove flux:",
|
|
"",
|
|
"1. The ritual of eldritch will from blood magic (good start). Place the ritual down, it will reduce flux levels in a 3x3 chunk area, and it will convert it to demonic will. If the 9 chunks are full of will, the ritual will stop clearing flux. Use demon crystallizers to make sure your chunks doesn't fill with will!",
|
|
"",
|
|
"2. The flux condenser (not recommended). To unlock this you will need to have progressed through some thaumcraft. A set of lattices should be placed above the flux condenser. Lattices have a chance of clogging, if that happens you should break and replace them. This block consumes herba to function, and it produces vitium. You should have essentia pipes to input and output the two.",
|
|
"",
|
|
"3. The puriflower (best for long term). The puriflower simply drains flux from the chunk it's placed in passively, nothing else needed!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:eldritch_will_ritual>],
|
|
[
|
|
"The ritual of eldritch will from blood magic is the easiest way of getting rid of flux. Place the ritual down, it will reduce flux levels in a 3x3 chunk area, and it will convert it to demonic will. If the 9 chunks are full of will, the ritual will stop clearing flux. Use demon crystallizers to make sure your chunks doesn't fill with will!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:aura_basics>],
|
|
[
|
|
"Aura is one of the main mechanics in thaumcraft.",
|
|
"",
|
|
"Aura is magical energy used to craft using some of the blocks and items in the mod.",
|
|
"",
|
|
"Each chunk has a different aura level. Once it is depleted, it will slowly go back up to a maximum value that depends on seed.",
|
|
"",
|
|
"Regardless of your world, magical forest biomes have much higher aura levels than all other biomes."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:thaumcraft_research>,
|
|
<thaumcraft:scribing_tools>,
|
|
<thaumcraft:table_wood>],
|
|
[
|
|
"To unlock pages in the thaumonomicon, you need to perform research.",
|
|
"",
|
|
"There are eight types of research, and each type can be an obervation or a theory!",
|
|
"",
|
|
"Observation research is performed by scanning things using the thaumometer. In this pack there is an addon that lets you scan items directly in chests. Just mouse over them while holding the thaumometer!",
|
|
"",
|
|
"Theory research is performed in the reserach table, obtained by right clicking scribing tools on a wood table. To unlock research, place paper in the scribing table, and click pages until completing a theory. This task must be reepated till the desired research is obtained.",
|
|
"",
|
|
"In addition to this, preserved curiosities let you unlock any research at random!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumcraft:thaumometer>],
|
|
[
|
|
"The thaumometer has three main uses.",
|
|
"",
|
|
"It allows you to see the presence of the two main thaumic fields, vis (good) and flux (bad).",
|
|
"",
|
|
"It can be used to scan items and blocks (both in world and from the inventory) to reveal the essentia they possess, and to gain knowledge about the thaumic arts.",
|
|
"",
|
|
"It shows its user the presence of essentia in a given block or machine."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:warp_basics>,
|
|
<thaumcraft:sanity_checker>],
|
|
[
|
|
"Warp is a mechanic used in both thaumcraft and abyssalcraft.",
|
|
"",
|
|
"Warp is something that is directly connected to your player, and it is gained in a varity of ways:",
|
|
"1. Eating brains",
|
|
"2. Unlocking thaumcraft research",
|
|
"3. Fighting mobs from abyssalcraft",
|
|
"4. Exploring abyssalcraft dimensions",
|
|
"",
|
|
"Warp is checked using a sanity checker!",
|
|
"",
|
|
"If your warp level is high, you will gain debuffs, and special mobs will start spawning around you.",
|
|
"",
|
|
"There are three types of warp, temporary, sticky, and permanent.",
|
|
"Temporary warp goes down over time, and is bright pink in the sanity checker.",
|
|
"Sticky warp needs sanityzing soap or warp cleansers to be removed, and is purple in the sanity checker.",
|
|
"Permanent warp is only removed using the dreadlands and omothol warp cleansers, and is dark purple in the sanity checker."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumcraft:crucible>],
|
|
[
|
|
"The crucible is a crafting mechanic that uses essentia. Essentia is a magical fluid obtained in a varity of way in thaumcraft.",
|
|
"",
|
|
"To function properly, a crucible needs to be on top of fire, or on top of nitor, and it needs to be full of water. If a crucible is working properly, the water in the crucible will make bubbles.",
|
|
"",
|
|
"Items dropped in the crucible will be decomposed into their essentia. Holding shift over an item after having scanned it with the thaumometer will show what essentia they have. Alternatively, all essentia for each item will be shown in JEI.",
|
|
"",
|
|
"If you are wearing the goggles of revealing, you will see the essentia in the crucible.",
|
|
"",
|
|
"If an appropriate combination of essentia is present, items dropped in the crucible will be transformed. JEI lists the available transformations.",
|
|
"",
|
|
"Essentia will slowly disappear from the crucible after it is added, and it will turn into flux. Drop quartz slivers in the crucible to collect any leftover essentia, and to avoid flux from building up!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:essentia_management>],
|
|
[
|
|
"Essentia is a magical fluid that can be created, moved, and consumed as part of many thaumcraft mechanics. While the crucible can be used to create essentia, it can only be used within those constraints.",
|
|
"",
|
|
"To create essentia, you need an essentia smeltery, which works like a furnace that 'smelts' items into their essentia component (which can be seen in JEI).",
|
|
"Place arcane alembics on top of the smeltery to collect the output. If no alembics are present, flux will be made.",
|
|
"The higher the tier, the better the yield out of each item, and the least flux will be made each operation. Mithrillium tier and above make no flux.",
|
|
"",
|
|
"Essentia can be stored using phials, or using jars. Phials are like buckets, which can be used to move essentia between containers. Jars are like tanks, which can be placed in world. Labels can be used to filter jars to store only one type of essentia.",
|
|
"",
|
|
"To transport essentia, there are pipes, but you should not use those. Instead, the filling and emptying essentia transfusers can be used to move essentia wirelessly.",
|
|
"The filling essentia transposer is used as a machine output, and it automatically pushes essentia into jars.",
|
|
"The emptying essentia transposer is used as a machine input, and it automatically pulls essentia out of jars."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumcraft:phial>],
|
|
[
|
|
"Phials are used to store essentia similarly to how buckets are used to store fluids.",
|
|
"",
|
|
"One phial stores 10 of a given essentia.",
|
|
"",
|
|
"Phials can be right clicked on essentia machines or storage to collect or deposit essentia just like buckets!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumcraft:jar_normal>,
|
|
<thaumcraft:jar_void>,
|
|
<thaumadditions:jar_brass>,
|
|
<thaumadditions:jar_thaumium>,
|
|
<thaumadditions:jar_eldritch>,
|
|
<thaumadditions:jar_mithrillium>,
|
|
<thaumadditions:jar_adaminite>,
|
|
<thaumadditions:jar_mithminite>,
|
|
<thaumcraft:label>],
|
|
[
|
|
"Jars are used to store essentia similarly to how tanks are used to store fluids.",
|
|
"",
|
|
"To fill a jar, you can use phials, or you can directly click them on essentia containers.",
|
|
"",
|
|
"Right clicking a jar with a label will whitelist the essentia it's currently storing so that no other essentia can enter, even after the jar has been emptied. This can be used for essentia storage systems.",
|
|
"",
|
|
"There are multiple tiers of jars, each with a different capacity:",
|
|
"Warded: 250",
|
|
"Void: 250 + void excess (makes flux)",
|
|
"Brass: 275",
|
|
"Thaumium: 350",
|
|
"Void reinforced: 500",
|
|
"Mithrillium: 1000",
|
|
"Adaminite: 2000 (cannot store vitium)",
|
|
"Adaminite: 4000 + void excess"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumcraft:essentia_input>,
|
|
<thaumcraft:essentia_output>],
|
|
[
|
|
"Essentia transfusers are the best way to move essentia around!",
|
|
"",
|
|
"Place them on essentia machines, and they automatically move essentia to/from jars nearby.",
|
|
"",
|
|
"Filling = from machines to jars",
|
|
"Emptying = from jars to machines"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<botania:pool:0>,
|
|
<botania:pool:1>,
|
|
<botania:pool:2>,
|
|
<botania:pool:3>],
|
|
[
|
|
"The mana pool transforms items that are dropped in it consuming some mana.",
|
|
"",
|
|
"It is also the main way to store mana, which can be transferred using sparks or mana spreaders."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<botania:spreader:0>,
|
|
<botania:spreader:2>,
|
|
<botania:spreader:1>,
|
|
<botania:spreader:3>],
|
|
[
|
|
"Mana spreaders are used to transfer mana between mana sources or containers.",
|
|
"",
|
|
"The wand of the forest is used to bind generating flora to a spreader. Make sure the wand is in bind mode. Shift + right click on flower first, then shift + right click the spreader.",
|
|
"",
|
|
"The wand of the forest is used to bind the spreader to a mana pool. Shift + right click on spreader first, then shift + right click the pool.",
|
|
"",
|
|
"If a mana spreader is directly adjacent to a mana pool, there is no need to bind them. The adjacent mana pool will be emptied by the spreader if it has another target."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<botania:spark>,
|
|
<botania:sparkupgrade:0>,
|
|
<botania:sparkupgrade:1>,
|
|
<botania:sparkupgrade:2>,
|
|
<botania:sparkupgrade:3>],
|
|
[
|
|
"Sparks can be used to transfer mana between mana pools and other botania items. Right click a spark on the pool to place it.",
|
|
"",
|
|
"By default, all blocks with a spark will share mana equally, but spark augments can be used to change priorities.",
|
|
"",
|
|
"Dominant: will take mana from other pools until it's full.",
|
|
"Dispersive: will send mana to players.",
|
|
"Recessive: will send mana to other pools if they can take it.",
|
|
"Isolated: will not send mana to other normal sparks."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<botania:runealtar>],
|
|
[
|
|
"The rune altar can only accept mana from mana spreaders.",
|
|
"",
|
|
"Drop the required materials for a recipe on the altar.",
|
|
"",
|
|
"If the recipe is successful, the spreader will start shooting mana, until the altar is full.",
|
|
"",
|
|
"Once the altar is full, you have to drop a livingrock on it, and right click with a wand of the forest to complete the craft.",
|
|
"",
|
|
"Runes in rune altar recipes are not consumed."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:crucible_automation>,
|
|
<thaumcraft:thaumatorium>],
|
|
[
|
|
"The crucible can be transformed into the thaumatorium, an upgraded version that has a user interface, and can be automated.",
|
|
"",
|
|
"To form the thaumatorium, place two alchemical contructs on top of a formed crucible, and right click them with salis mundus.",
|
|
"",
|
|
"The thaumatorium can receive essentia from an emptying essentia transfuser placed on its side. It can collect from both nearby jars, and from an essentia infusion provider.",
|
|
"",
|
|
"To select a recipe, place the desired input item, and click on the desired output to bind the thaumatorium to that recipe. If the input item is present, essentia will be automatically drained and the recipe output will be dropped in world in fron of the crucible. A hungry chest or a vacuum chest can be used to collect outputs.",
|
|
"",
|
|
"By default, the thaumatorium can only perform one recipe, but if you place a mnemonic matrix on one of its sides, you will be able to set an additional one."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumcraft:smelter_basic>,
|
|
<thaumcraft:smelter_thaumium>,
|
|
<thaumcraft:smelter_void>,
|
|
<thaumadditions:mithrillium_smelter>,
|
|
<thaumadditions:adaminite_smelter>,
|
|
<thaumadditions:mithminite_smelter>],
|
|
[
|
|
"Smelteries are used to make essentia out of items. To see what essentia a given item will produce, you can check the JEI tab for essentia, or press shift while hovering over an item in JEI.",
|
|
"",
|
|
"A smeltery works like a furnace, where it needs fuel, which can be automatically inputted from the bottom, to function.",
|
|
"",
|
|
"To function properly, a smeltery needs at least one alembic placed on top. If an alembic is not present, all that is smelted will be tuned into flux.",
|
|
"",
|
|
"When an item with essentia is smelted, it will be turned into an essentia slurry, shown as a purple bar on the left of the smeltery interface. If an alembic is present, the slurry will be transferred as essentia to the alembic.",
|
|
"",
|
|
"Essentia can be collected from the alembic using phials, or you can place a filling essentia transfuser to automatically push essentia to nearby jars.",
|
|
"",
|
|
"All operations done by the smeltery will produce a bit of flux, so be careful! Mithrillium tier and above will not make any flux!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumcraft:sanity_soap>],
|
|
[
|
|
"To unlock this, you will need to have completed the following research steps.",
|
|
"",
|
|
"1. Fundamentals: first steps > discovering alchemy",
|
|
"",
|
|
"2. Alchemy: basic alchemy > hedge alchemy",
|
|
"",
|
|
"3. Gain warp until you get the message 'Surely there must be a way to stop these headaches?', exploring abyssalcraft worlds is a good way to get there",
|
|
"",
|
|
"4. Alchemy: purifying bath salts > sanity soap"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumicenergistics:infusion_provider>],
|
|
[
|
|
"The essentia infusion provider works like an extension of your essentia storage that lets you interact directly with thaumcraft machines.",
|
|
"",
|
|
"If the provider is nearby your infusion setup, it will automatically collect essentia from your network.",
|
|
"",
|
|
"The same applies to emptying essentia transfusers. This can be used for fully-automated setups for machines like the crucible/thaumatorium."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumcraft:void_siphon>,
|
|
<thaumcraft:void_seed>,
|
|
<thaumcraft:causality_collapser>],
|
|
[
|
|
"The void siphon is used to obtain void seeds from a flux rift. You can also use causality collapsers but they are not as reliable.",
|
|
"",
|
|
"To make a flux rift, you need high levels of flux in a chunk. The best way of doing this is to go far far away from your base, and to drop a lot of compressed cobblestone into a crucible.",
|
|
"",
|
|
"Place the siphon near the rift, and it will slowly suck it and drop void seeds nearby. You can collect those with a vacuum chest of some sort.",
|
|
"",
|
|
"If you want to use the collapser, just click it on a rift, and it will explode with a chance of dropping void seeds.",
|
|
"",
|
|
"After making an initial batch, the void seedling can be used to safely automate void seeds."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumicaugmentation:rift_seed>],
|
|
[
|
|
"Flux seeds are used to make rifts at your own will.",
|
|
"",
|
|
"To grow the seed, perform infusion by placing any number of void seeds around the flux seed."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumicaugmentation:fracture_locator>,
|
|
<thaumicaugmentation:augment_caster_rift_energy_storage>,
|
|
<thaumicaugmentation:gauntlet:0>,
|
|
<thaumicaugmentation:gauntlet:1>],
|
|
[
|
|
"To enter the emptiness, you need to use the fracture locator to find fractures. The nether roof is a good place to look for them. The locator will glow if you are nearby a fracture.",
|
|
"",
|
|
"To open the fracture you need to use a fully charged thaumium or voidseer casting gauntlet augmented with the impetus conductor. To charge the augmented gauntlet, stand nearby a flux rift, and it will slowly consume it.",
|
|
"",
|
|
"Once the gauntlet is charged, you can right click a fracture to open it!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumcraft:condenser>,
|
|
<thaumcraft:condenser_lattice>],
|
|
[
|
|
"The flux condenser is a fast but unreliable way or removing flux.",
|
|
"",
|
|
"A set of lattices should be placed above the flux condenser. Lattices have a chance of clogging, if that happens you should break and replace them.",
|
|
"",
|
|
"This block consumes herba to function, and it produces vitium. You should have essentia pipes to input and output the two."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumicaugmentation:impetus_drainer>,
|
|
<thaumicaugmentation:impetus_relay>,
|
|
<thaumicaugmentation:impetus_linker>,
|
|
<thaumicaugmentation:impetus_matrix>,
|
|
<thaumicaugmentation:rift_seed>,
|
|
<thaumicaugmentation:material:3>],
|
|
[
|
|
"Impetus is an energy system based around flux rifts.",
|
|
"",
|
|
"To generate impetus, you need to place an impetus drainer nearby a flux rift. It will slowly drain the rift, and make impetus!",
|
|
"",
|
|
"To transfer impetus, you need an impetus resonator and impetus relays. The relays are like cables used to transfer this energy, and the resonator is like a wrench. To connect two impetus blocks to each other, shift right click the starting block, and right click the destination block. If this is done correctly, a visual effect will start connecting the two blocks.",
|
|
"",
|
|
"To store impetus, you need an impetus matrix, which behaves like a battery. To make one, assemble a structure with a runic matrix and two eldritch pedestals (see JEI preview). Right click the matrix with salis mundus, and use eight impetus cells on the pedestals, one on each side. This battery is liked using the impetus resonator."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<thaumicaugmentation:arcane_terraformer>],
|
|
[
|
|
"The arcane terraformer is a powerful block that lets you transform the biomes of individual blocks. It is used as part of puzzles and rituals.",
|
|
"",
|
|
"To power the arcane terraformer you need aura, impetus, and essentia in the form of ignis, aer, aqua, terra, and permutatio. To see a setup for inputting all of these resources, read the info box on impetus, and check the multiblock preview for the arcane terraformer. Permuatatio in inputted at the bottom, and the other essentia aspects are inputted from the sides of the corresponding colors. The impetus can be obtained directly from a drainer, but it is a good idea to use relays to check your system. The impetus matrix is not needed, and it may overcomplicate things.",
|
|
"",
|
|
"Once your connections have been setup, place the biome focus in the arcane terraformer and select the shape and size of the biome you want to create. For soem of the puzzles in the pack you will need to change single blocks, defined as a circle of radius one (do not do square of radius one).",
|
|
"",
|
|
"To tart changing the biome, right click the center of the terraformer with an upgraded thaumium or voidseer casting gauntlet. A particle effect will show up if you have done this correctly.",
|
|
"",
|
|
"Because of a bug with the mod, it's possible nothing may happen after the particle effect shows up. If that happens relogging generally fixes things and it will update the biome."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<botania:alfheimportal>],
|
|
[
|
|
"Construct a 3x3 portal of livingwood (no corners), with the gateway core at the middle of the bottom, and the glimmering livingwood in the middle of the other three sides.",
|
|
"",
|
|
"Place two mana pools with pylons on top within three blocks of the gateway core, at the same y level. There will be the mana buffer for the gateway. If the pools don't have enough mana, the portal will close!",
|
|
"",
|
|
"To start the gateway, right click the core with the wand of the forest. You will need a lot of mana to open the portal.",
|
|
"",
|
|
"Throw items into the portal to craft. This will consume a small amount of mana.",
|
|
"",
|
|
"Be careful, throwing other items that do not have recipes will delete them!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<ore:bewitchmentAltar>],
|
|
[
|
|
"The witches altar is how you generate magical energy (ME) in bewitchment!",
|
|
"",
|
|
"The structure for the altar is a 3x2 table, and it can be made by any type of altar. Right click the structure with a vanilla carpet to form the altar!",
|
|
"",
|
|
"The altar generates energy passively. Right clicking the altar with an empty hand will tell you the available energy, as well as the maximum energy for the altar. Most mechanics in bewitchment use ME to run!",
|
|
"",
|
|
"The amount of diverse nature (crops, trees, flowers) will set the maximum ME. The more different plants you have, the higher the maximum energy in the altar!",
|
|
"",
|
|
"You can place statues around the altar, or particular artifacts on the altar to add multipliers to ME rate and amount. These will show up when searching 'witches altar' in JEI."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<bewitchment:witches_cauldron>],
|
|
[
|
|
"Place on top of fire, lava, or a magma block, and near a witches altar.",
|
|
"",
|
|
"To start every recipe in the cauldron, place a water bucket inside. If the water stays in the cauldron too long, it will evaporate!",
|
|
"",
|
|
"JEI will show the required ingredients for recipes and brews! ",
|
|
"",
|
|
"To craft using the cauldron, drop in the required items after the water starts boiling! If a recipe was done correctly, the output will pop out automatically! Make sure you drop each ingredient quickly, otherwise the recipe won't complete.",
|
|
"",
|
|
"To make brews, drop a mandrake root, and drop a combination of the desired brew items (JEI will show). Right click the cauldron with empty bottles to collect the potions!"
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:full_essentia_automation>],
|
|
[
|
|
"To fully farm essentia crystals, the recommended way is to use vis seeds, phytogenic insolators, essentia crystallizers, and deep mob evolution. You should have an insolator for each seed, with a steady supply of raw ironwood from swamp creatures data models.",
|
|
"Depending on your insolator speed, you will need multiple essentia crystallizers. For a setup at base speed, 7 or 8 crystallizers can process all pods.",
|
|
"",
|
|
"To produce essentia, mithrillium tier and above essentia smelteries can be used to passively make it from crystals. These are recommended becuase they do not make flux.",
|
|
"Some sort of redstone control is recommended for this setup to avoid essentia buildups. This can be done using comparators on jars that are hooked up to your automation system, and setting the smelteries to only run if essentia is below a certain threshold.",
|
|
"",
|
|
"The mechanized essentia smeltery can also be used to make essentia out of the crystals. This multiblock does not require a redstone contraption, as it will stop once its essentia output hatch gets full."
|
|
]);
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:draconic_energy_orb>,
|
|
<draconicevolution:energy_storage_core>,
|
|
<draconicevolution:energy_pylon>,
|
|
<draconicevolution:particle_generator:2>],
|
|
[
|
|
"The draconic energy orb is a very large and versatile energy storage option. You shoudl definitely make one!",
|
|
"",
|
|
"To start, place down an energy core. You can right click it to select the desired tier, and to turn on a build guide. To assemble the multiblock, all tiers but the final one use redstone and draconium blocks. The final tier uses awakened draconium.",
|
|
"",
|
|
"After building the central sphere, stabilizers must be placed around it, within 16 blocks of the center. Tiers 1,2,3,4 require 4 stabilizers, one on each side. All other tiers use 36, 9 on each side in 3x3 squares. If formed correcly, they will change textures.",
|
|
"",
|
|
"Finally, to input and output energy, place energy pylons within 16 blocks of the core, and place glass on top of them. If formed correctly, the glass will turn into a sphere. Right click the sphere with an empty hand to switch the pylon between input and output mode."
|
|
]); |