From 4d3edb5fa3e9252d7d68df8657cece9c27e45670 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 12 Jan 2025 14:08:39 +0000 Subject: [PATCH] Update tooltips.js Signed-off-by: Pyritie --- kubejs/client_scripts/tooltips.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index edc161882..820683e04 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -28,4 +28,7 @@ ItemEvents.tooltip(event => { text.add(2, text.of(`Select Circuit 1 for LV, 2 for MV, 3 for HV, and 4 for EV.`)), text.add(3, text.of(`§cRequires 256 RPM to run.§r`)) }) + event.addAdvanced(['create:blaze_burner'], (item, advanced, text) => { + text.add(1, text.of('§cSuperheat§r with Flawless and Exquisite coal gems.')) + }) })