Variable: linebreak - ScreamingSandals/SimpleInventories GitHub Wiki
linebreak
This simply breaks line :)
There are three types of line break:
before- Breaks line before item, so item will be on next lineafter- Breaks line after item, so next items will be on next lineboth- Breaks before and after item
Yaml:
- stack: ...
linebreak: before
Groovy:
item('...') {
linebreak 'before'
}
Result: