Posted 24 March 2014 - 11:08 PM
Hi.
I have a computer. In its left (west) side a chest with 1 quad fuel rod uranium. (creative mode of course). And in the right side a reactor, all slots free.
in the lua interpreter I did:
p = peripheral.wrap("right")
p.pullItemIntoSlot("west", 1,1,1)
And all I got is 0 (zero).
If I put some depleted rod into reactor slot 1 and use the p.destroyStack(1), it works.
where am I wrong?
thx in advance
PS. I already use push and all direcions. same result.
I have a computer. In its left (west) side a chest with 1 quad fuel rod uranium. (creative mode of course). And in the right side a reactor, all slots free.
in the lua interpreter I did:
p = peripheral.wrap("right")
p.pullItemIntoSlot("west", 1,1,1)
And all I got is 0 (zero).
If I put some depleted rod into reactor slot 1 and use the p.destroyStack(1), it works.
where am I wrong?
thx in advance
PS. I already use push and all direcions. same result.
Edited on 24 March 2014 - 11:30 PM