Add some p2p tooltips

This commit is contained in:
IntegerLimit 2023-04-06 20:54:53 +10:00
parent 82bf56b6ec
commit 2aebc9cf84

View File

@ -427,10 +427,13 @@ recipes.addShapeless(<metaitem:dustCertusQuartz>, [<appliedenergistics2:material
mods.jei.JEI.removeAndHide(<appliedenergistics2:material:0>);
// Tooltips
<appliedenergistics2:material:59>.addTooltip(format.yellow("Used with the Quantum Ring multiblock. Allows wireless access from anywhere. Check the Quest Book for more information."));
<appliedenergistics2:material:10>.addTooltip(format.red("Made in a Crystal Growth Chamber from a Certus Quartz Seed."));
<appliedenergistics2:material:11>.addTooltip(format.red("Made in a Crystal Growth Chamber from a Nether Quartz Seed."));
<appliedenergistics2:material:12>.addTooltip(format.red("Made in a Crystal Growth Chamber from a Fluix Seed."));
<appliedenergistics2:material:1>.addTooltip(format.aqua(format.italic(
"Obtained by charging with RF power in the AE2 Charger, or the Energetic Infuser.")));
<appliedenergistics2:material:1>.addTooltip(format.aqua(format.italic("Obtained by charging with RF power in the AE2 Charger, or the Energetic Infuser.")));
<appliedenergistics2:part:470>.addTooltip(format.green(format.italic("Made by right-clicking ME P2P Tunnel with any GregTech wire or cable.")));
<appliedenergistics2:part:460>.addTooltip(format.green(format.italic("The basis for all other P2P Tunnels.")));