Inventory methods for remote Turtle in wired network
Ale32bit opened this issue ยท 4 comments
Wrapping a turtle
in the network (attached to wired modem block) exposes the exact same methods as the computer
peripheral, which does not have an inventory.
Implementing the inventory methods to the turtle
peripheral would allow to manipulate its inventory, like it did in Plethora.
See also #633. I'm still not sure about it - I understand why it's useful, it just also feels a little weird.
@Lupus590 I believe Ale is referring to reading the turtle's inventory from another computer, not from the current turtle.
It's not too difficult to write something that simulates the desired behaviour.
https://github.com/Lupus590-CC/CC-Random-Code/blob/master/src/turtleGenericInventoryProxy.lua