tooltip fix
This commit is contained in:
parent
36bc3c699c
commit
2b2deb72fe
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const registerTooltips = (event) =>
|
||||||
})
|
})
|
||||||
event.addAdvanced(['tfg:electric_greenhouse'], (item, advanced, text) => {
|
event.addAdvanced(['tfg:electric_greenhouse'], (item, advanced, text) => {
|
||||||
text.add(1, text.of('This machine has a §2Perfect Overclock§r!')),
|
text.add(1, text.of('This machine has a §2Perfect Overclock§r!')),
|
||||||
text.add(3, text.of(`The interior is customizable! Check the multiblock preview in JEI.`))
|
text.add(2, text.of(`The interior is customizable! Check the multiblock preview in JEI.`))
|
||||||
})
|
})
|
||||||
event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => {
|
event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => {
|
||||||
text.add(1, text.of('Artificial enviroment to simulate the Nether.')),
|
text.add(1, text.of('Artificial enviroment to simulate the Nether.')),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue