Update tooltips.js
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
5a70837dd0
commit
b8d9d261e1
1 changed files with 6 additions and 1 deletions
|
|
@ -23,4 +23,9 @@ ItemEvents.tooltip(event => {
|
||||||
event.addAdvanced(['firmalife:beehive'], (item, advanced, text) => {
|
event.addAdvanced(['firmalife:beehive'], (item, advanced, text) => {
|
||||||
text.add(1, [text.of('Needs to be filled with empty frames and surrounded by flowers to attract bees.')])
|
text.add(1, [text.of('Needs to be filled with empty frames and surrounded by flowers to attract bees.')])
|
||||||
})
|
})
|
||||||
|
event.addAdvanced(['gtceu:alternator'], (item, advanced, text) => {
|
||||||
|
text.add(1, text.of('Generates 2A of the matching §6Kinetic Input Box§r and §6Dynamo Hatch§r.')),
|
||||||
|
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`))
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue