Create basin integration `getInventory()` returns multiple values instead of a table of items
Synthetic-Dev opened this issue ยท 1 comments
Describe
The getInventory() method in the basin integration for Create returns list of items in the basin as a lua multi return: 1, 2, 3, ... etc instead of a table/list form {1, 2, 3, 4, ...}.
Steps to reproduce
- Connect a basin to a computer network
- Get basin with peripheral.*
- Call
getInventory()
and print out the result - See that it returns multiple values
Multiplayer?
No
Version
1.18.2-0.7.19r
Minecraft, Forge and maybe other related mods versions
Forge 40.1.76
Create 0.5.0.e
Screenshots or Videos
No response
Crashlog/log
No response