Variable: column - ScreamingSandals/SimpleInventories GitHub Wiki
column
This sets item's column!
There are 9 colums (3 with name)
0,left,first1234,center,middle5678,right,last
Yaml:
- stack: ...
column: 1
Groovy:
item('...') {
column(1)
}
Result: