Posted 05 July 2016 - 08:39 PM
I am trying to get the information about what my different crafting CPUs in my ME network are crafting (and maybe also more info like how many items is left to craft)
Minecraft version: 1.7.10
Computercraft version: 1.75
Applied Energetics 2 version: rv3-beta-6
I also have openPeripherals addons/core/integration
This far I managed to get a list of CPUs, there storage, number of co-crafters and if they are crafting something, but not WHAT they are crafting, using "getCraftingCPUs()"
If I place a computer next to a interface I am able to request items to craft but that is not what I want. (Interesting I need to have the computer connected to a interface to do this).
I tried searching on Google and he best hit I found was someone using "getJobsList()" but that function is not available to me. Maybe this is not possible anymore or I am just not placing my computer next to the right block. This far I tested placing a computer next to a ME controller, a crafting CPU and a interface.
If someone know more about this or have a suggestion of something to test I would like to here it.
Minecraft version: 1.7.10
Computercraft version: 1.75
Applied Energetics 2 version: rv3-beta-6
I also have openPeripherals addons/core/integration
This far I managed to get a list of CPUs, there storage, number of co-crafters and if they are crafting something, but not WHAT they are crafting, using "getCraftingCPUs()"
If I place a computer next to a interface I am able to request items to craft but that is not what I want. (Interesting I need to have the computer connected to a interface to do this).
I tried searching on Google and he best hit I found was someone using "getJobsList()" but that function is not available to me. Maybe this is not possible anymore or I am just not placing my computer next to the right block. This far I tested placing a computer next to a ME controller, a crafting CPU and a interface.
If someone know more about this or have a suggestion of something to test I would like to here it.