Update tooltips.js

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-12 14:08:39 +00:00 committed by GitHub
parent 725e44381e
commit 4d3edb5fa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.'))
})
})