[Suggestion] Charging OpenComputers' Nanomachines via Aerial Interface
ThizThizzyDizzy opened this issue ยท 1 comments
The Aerial interface allows you to charge RF-enabled items in the player's inventory.
Perhaps this could be extended to also charge OpenComputers' Nanomachines in the player's bloodstream
Power conversion rate appears to be 14.3:1 (from here)
I looked through the OC API and found the methods required:
li.cil.oc.api.Nanomachines.getController(player)
controller.changeBuffer(powerChange)