Hello everyone;
I have the following question: How do I manually place a line break in a string, e. g. the mod description in info.json?
Any answer is appreciated.
Thanks
How to enforce line break in visible text?
-
- Burner Inserter
- Posts: 5
- Joined: Sat Jul 27, 2024 5:37 pm
- Contact:
Re: How to enforce line break in visible text?
Use the C-style escape sequence "\n" (backslash n)
My mods: Multiple Unit Train Control, RGB Pipes, Shipping Containers, Rocket Log, Smart Artillery Wagons.
Maintainer of Auto Deconstruct, Cargo Ships, Vehicle Wagon, Honk, Shortwave.
Maintainer of Auto Deconstruct, Cargo Ships, Vehicle Wagon, Honk, Shortwave.
-
- Burner Inserter
- Posts: 5
- Joined: Sat Jul 27, 2024 5:37 pm
- Contact:
Re: How to enforce line break in visible text?
Works, thanks!