OpenComputers II

OpenComputers II

27.1k Downloads

Support for static/global RPCMethods

fnuecke opened this issue ยท 0 comments

commented

A mechanism to add expose global library methods should be added. This could take the shape of global "devices", which simply always get connected to any bus controller.

The main reasons for these, over adding scripts via a 9pfs datapack are:

  • Automatically works for all languages supporting RPC methods (Lua, Python)
  • Can access Java state, such as current game configuration etc.