SquidDev-CC / plethora

A peripheral provider for ComputerCraft
https://plethora.madefor.cc/
MIT License
56 stars 23 forks source link

Advanced Introspection Module #268

Closed ghost closed 4 years ago

ghost commented 4 years ago

Useful information to include:

The "Advanced Introspection Module" will give the same functionality as the "Introspection Module", BUT instead of needing to have it connected locally, you can control chests remotely

Example: Lets say you have a storage system, and you need to transfer some kind of item, but you can't, because there is no way to transfer an item remotely.

SquidDev commented 4 years ago

I really don't want to have remote interaction with peripherals. It's hard to correctly, and I don't think makes sense from a gameplay/thematic point of view.

It's possible to do remote inventory transfer by going via a player's ender chest (or their normal inventory).