OpenMods / OpenPeripheral-Addons

An addon for OpenPeripheral, adding physical blocks and items to the game
MIT License
11 stars 10 forks source link

Narcissistic pocket computer #55

Closed applejag closed 8 years ago

applejag commented 9 years ago

This is a suggestion for an addition to the pocket computer.

The idea of the pocket computer involves that it shouldn't be able to have peripherals except for the wireless modem. But I think it would be a cool idea if it could be like the narcissistic turtle, that it could see the players inventory like it if was a chest.

Since pocket computers don't support peripherals I bet it doesn't either in the API so Idk if this is possible. Anyways would be even better if it could be wireless AND narcissistic, so you can tell other computers what you got on you.

nevercast commented 8 years ago

Will look at the API, but if it's not there it's unlikely to be added.

Dan200 is very strong on not having his mod hacked with functionality so if the API does not provide this mechanism I'm sorry to say it likely will not appear in OPA.

Selim042 commented 8 years ago

You can add peripherals to it now, I think the functionality was added in https://github.com/austinv11/CollectiveFramework. Something by austinv11 adds that ability, as he has his own pocket peripherals in Peripherals++.

nevercast commented 8 years ago

That's a dependency we wont be adding. We only use APIs provided by the mod we are writing Adapters for.

Selim042 commented 8 years ago

K, even without using it as a dependency, it shows that it can be done.

SinZ163 commented 8 years ago

if its not in the computercraft API, its not a thing going in OpenPeripherals.

Selim042 commented 8 years ago

https://github.com/austinv11/PeripheralsPlusPlus/issues/77

boq commented 8 years ago

To end all discussions: no CC API -> no OP support.

Even if it's doable (by messing with CC internals) we are not going to spend time developing and (more importantly) maintaining such hack.

applejag commented 8 years ago

Have anyone mentioned this to dan? Maybe he could add an API for this?

Or maybe make a block that links to a players inventory like the player interface from pneumaticcraft