I 'm trying to make a me_exportbus component actually transfer items; The component is recognized by adapter and is facing east (sides:5). It is facing towards a regular chest, however, when I call:
component.me_exportbus.exportIntoSlot(5,1)
it returns nil "no inventory" error.
The bus is configured for minecraft arrow and there is a lot of arrows in the system. What could be the problem?
Edit:
Actually, using setExportConfiguration does not work either; when run properly from the script it returns true, however, when trying to get the saved config by getExportConfiguration it returns nil.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I 'm trying to make a me_exportbus component actually transfer items; The component is recognized by adapter and is facing east (sides:5). It is facing towards a regular chest, however, when I call:
component.me_exportbus.exportIntoSlot(5,1)
it returns nil "no inventory" error.
The bus is configured for minecraft arrow and there is a lot of arrows in the system. What could be the problem?
Edit:
Actually, using setExportConfiguration does not work either; when run properly from the script it returns true, however, when trying to get the saved config by getExportConfiguration it returns nil.
Link to post
Share on other sites