Variable: row - ScreamingSandals/SimpleInventories GitHub Wiki
row
This sets row of item. There are four rows (on one page): 1, 2, 3, 4
Yaml:
- stack: ...
row: 4
Groovy:
item('...') {
row(4)
}
Result:
rowThis sets row of item. There are four rows (on one page): 1, 2, 3, 4
Yaml:
- stack: ...
row: 4
Groovy:
item('...') {
row(4)
}
Result: