this is driving me really crazy. all I am doing is putting a narcissistic turtle over an arcane table, and trying to grab the output item
i can get the inventory size, getAllStacks() gives me the item info in all the slots including the output item...i r totally confused. i was able to load items into the table tho, so at least that works.
im running latest peripherals core, lib, addons, computercraft and thaumcraft for 1.6.4
Code:
table = peripheral.wrap("bottom")
table.push("up",10,1,1) -- should push output item "up" into the turtle, into first inventory slot
i can get the inventory size, getAllStacks() gives me the item info in all the slots including the output item...i r totally confused. i was able to load items into the table tho, so at least that works.
im running latest peripherals core, lib, addons, computercraft and thaumcraft for 1.6.4
Last edited: