mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-03-15 08:50:30 +01:00
```
Use:
local tab = minetest.wrap_text(content, guide_size.fx, true)
Needs 3rd argument 'true' to ensure 'tab' is a table.
See 649eef9e4f/builtin/common/misc_helpers.lua (L311)
```