From 2aebc9cf849a95fa3e80c7890db36681dd8fd946 Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Thu, 6 Apr 2023 20:54:53 +1000 Subject: [PATCH] Add some p2p tooltips --- overrides/scripts/AE2.zs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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