I messed up the tooltips oops (#1703)
* stuff * Create wraptor.json * Update tags.js * fix wool * eggs * Update constants.js * more recipe stuff * doing tooltips the correct way * oops Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * oops --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
bc4f8aa452
commit
8435c3de21
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ const registerTooltips = (event) => {
|
|||
|
||||
event.addAdvanced(['tfg:sniffer_egg'], (item, advanced, text) => {
|
||||
text.add(1, Text.translate('tfg.tooltip.attribution.sniffer')),
|
||||
text.add(2, Text.translate('tfg.tooltip.large_egg')
|
||||
text.add(2, Text.translate('tfg.tooltip.large_egg'))
|
||||
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue