Update tooltips.js
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
725e44381e
commit
4d3edb5fa3
1 changed files with 3 additions and 0 deletions
|
|
@ -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.'))
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue