
[Feature request] Computer craft compatibility
Aiq0 opened this issue ยท 7 comments
It would be nice, if it had computer craft compatibility (for example, be able to set coins amount in brass depositor, or ability to transfer money between Banker peripherals / transfer money between banker and storage), for more sophisticated trading.
But to maintain security, there should be some way to "allow" peripherals, so that money could not be stolen with attaching peripheral and transferring money...
Looks like it is being worked on in the computercraft
branch.
the current API we've got so far is https://github.com/Layers-of-Railways/CreateNumismatics/wiki/ComputerCraft-Integration (not in any release yet) do let me know if theres anything else that would be beneficial/you'd like to be exposed to computercraft
Maybe command computers (configurable) should have the ability to:
- read bank account information
- change bank account information
- transfer money between accounts
Maybe instead of being built into the command computer, these apis could be added to the blaze banker, for security: a config option could be added to enable these apis (which are disabled by default).
Also maybe insert and extract money (coins) as items (something like inventory peripheral) from blaze bankers, if not implemented yet.
@techno-sam That API looks good.
Also since depositors can be locked with redstone could we have a function to do this with a computer? Computers can produce redstone signals, however the computer may be in another room so a long redstone wire won't be viable.