diff --git a/overrides/scripts/AE2.zs b/overrides/scripts/AE2.zs index 57d5faf..74132db 100644 --- a/overrides/scripts/AE2.zs +++ b/overrides/scripts/AE2.zs @@ -427,10 +427,13 @@ recipes.addShapeless(, [); +// Tooltips .addTooltip(format.yellow("Used with the Quantum Ring multiblock. Allows wireless access from anywhere. Check the Quest Book for more information.")); .addTooltip(format.red("Made in a Crystal Growth Chamber from a Certus Quartz Seed.")); .addTooltip(format.red("Made in a Crystal Growth Chamber from a Nether Quartz Seed.")); .addTooltip(format.red("Made in a Crystal Growth Chamber from a Fluix Seed.")); -.addTooltip(format.aqua(format.italic( - "Obtained by charging with RF power in the AE2 Charger, or the Energetic Infuser."))); +.addTooltip(format.aqua(format.italic("Obtained by charging with RF power in the AE2 Charger, or the Energetic Infuser."))); + +.addTooltip(format.green(format.italic("Made by right-clicking ME P2P Tunnel with any GregTech wire or cable."))); +.addTooltip(format.green(format.italic("The basis for all other P2P Tunnels."))); \ No newline at end of file