From 340f5ad29a68da6685d5c83852c547beca542adb Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:45:14 +1100 Subject: [PATCH] Fix AA Canola Tooltips, add AA Knife Tooltip Uses .addTooltip instead of .addDescription Adds tooltip for knife, addressing #229. --- overrides/scripts/aa xu2.zs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/overrides/scripts/aa xu2.zs b/overrides/scripts/aa xu2.zs index baa0770..3436154 100644 --- a/overrides/scripts/aa xu2.zs +++ b/overrides/scripts/aa xu2.zs @@ -384,7 +384,8 @@ recipes.addShaped(, [ -mods.jei.JEI.addDescription(, "Canola can be turned into Canola Oil via a Canola Press. This is a somewhat slow machine and requres RF to function"); - +.addTooltip(format.green("Canola can be turned into Canola Oil via a Canola Press. This is a somewhat slow machine and requres RF to function.")); + +.addTooltip(format.red("When making Hamburgers, make sure to place this in the Crafting Table last! Otherwise, Bio Mash will be created.")); print("--- ActuallyAdditions.zs initialized ---");