NetKAN updated mod - kRPC-v0.5.1
This commit is contained in:
parent
75cae0cc98
commit
d8dec77072
|
@ -3,7 +3,10 @@
|
|||
"identifier": "kRPC",
|
||||
"name": "kRPC: Remote Procedure Call Server",
|
||||
"abstract": "kRPC allows you to control the game from external programs. It comes with client libraries for several popular languages including Python, C++, C#, Java and Lua. Programs communicate with the game over a TCP/IP connection, and can be configured to work on just the local machine or even over the wider internet.",
|
||||
"author": "djungelorm",
|
||||
"author": [
|
||||
"GaryDeco",
|
||||
"djungelorm"
|
||||
],
|
||||
"version": "v0.5.1",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"ksp_version_max": "1.12.5",
|
||||
|
|
Loading…
Reference in New Issue