[0.16.51] Item descriptions in tooltips should linewrap.
Posted: Thu Nov 01, 2018 9:18 am
What?
Item descriptions for (some?) items do not linewrap.
My mod quickprint adds a new blueprint prototype with a longish description:
⇒ I can "fix" this by adding some manual linebreaks...
⇒ But vanilla items seem to automatically linebreak...
Item descriptions for (some?) items do not linewrap.
My mod quickprint adds a new blueprint prototype with a longish description:
⇒ I can "fix" this by adding some manual linebreaks...
Code: Select all
[item-description]
er-quickprint=Blueprint that automatically resets itself after use.\nCan be customized with mod settings.\nPress __CONTROL__er-quickprint:copy-to-blueprint__ while holding it to get a standard blueprint copy.
⇒ But vanilla items seem to automatically linebreak...