This commit is contained in:
Pyritie 2025-07-25 21:51:56 +01:00
parent dabc75b332
commit 4984ddb14a
2 changed files with 7 additions and 5 deletions

View file

@ -75,7 +75,7 @@ const registerTooltips = (event) =>
text.add(3, text.of('§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.'))
})
//supports
// Supports
global.TFC_WOOD_TYPES.forEach(wood => {
event.addAdvanced([`tfc:wood/support/${wood}`], (item, advanced, text) => {
text.add(1, text.of('§79 x 5 x 9'))
@ -112,17 +112,16 @@ const registerTooltips = (event) =>
})
// Solar Panel
// Solar Panel
event.addAdvanced(['ad_astra:solar_panel'], (item, advanced, text) => {
text.add(1, text.of('Produces §664 Eu/t§r on the §6moon§r during the §6day§r'))
})
// MEGA Deprecated 0.10
event.addAdvanced(['#megacells:mega_interface'], (item, advanced, text) => {
text.add(1, text.of('§cDeprecated cannot be craft anymore'))
text.add(1, text.of('§cDeprecated, cannot be crafted any more'))
})
event.addAdvanced(['#megacells:mega_pattern_provider'], (item, advanced, text) => {
text.add(1, text.of('§cDeprecated cannot be craft anymore'))
text.add(1, text.of('§cDeprecated, cannot be crafted any more'))
})
}