Variable: absolute - ScreamingSandals/SimpleInventories GitHub Wiki
absolute
This sets absolute position!
If you set absolute: 0 it will be on first page, first row and first column!
We recommended to use relative position variables such as skip, linebreak, pagebreak, column etc.
Yaml:
- stack: ...
absolute: 3
Groovy:
item('...') {
absolute(3)
}