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:
GameStar 2025-08-25 17:36:55 -05:00 committed by GitHub
parent bc4f8aa452
commit 8435c3de21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'))
})