"NetKAN generated mods - RedOnion-0.3.3"
This commit is contained in:
parent
967b250266
commit
d9a94858f3
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "RedOnion",
|
||||
"name": "Red Onion",
|
||||
"abstract": "Unrestricted In-game scripting mod for KSP with Repl/Editor/Intellisense. Two scripting languages implemented: Lua and a custom JS/Ruby-like language.",
|
||||
"author": [
|
||||
"evan_dickinson",
|
||||
"firdacz"
|
||||
],
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/183050-wipexperimental-release-redonion-unrestricted-in-game-scripting-with-repl-and-live-editing-with-intellisense-lua-and-a-custom-jsruby-like-language-implemented/",
|
||||
"spacedock": "https://spacedock.info/mod/2116/Red%20Onion",
|
||||
"repository": "https://github.com/evandisoft/RedOnion"
|
||||
},
|
||||
"version": "0.3.3",
|
||||
"ksp_version": "1.7.0",
|
||||
"download": "https://spacedock.info/mod/2116/Red%20Onion/download/0.3.3",
|
||||
"download_size": 450888,
|
||||
"download_hash": {
|
||||
"sha1": "F48C5190B0D94C7ABB0DCF193C22A73333056AA6",
|
||||
"sha256": "7EBB41FE6DEDB4123BA0F7FAD84739CAE4AE6BFC783A7260C9DE50B0CF513F17"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"Install": [
|
||||
{
|
||||
"find": "Licenses",
|
||||
"install_to": "GameData/RedOnion"
|
||||
},
|
||||
{
|
||||
"find": "Plugins",
|
||||
"install_to": "GameData/RedOnion"
|
||||
},
|
||||
{
|
||||
"file": "Resources.zip",
|
||||
"install_to": "GameData/RedOnion"
|
||||
},
|
||||
{
|
||||
"file": "Scripts.zip",
|
||||
"install_to": "GameData/RedOnion"
|
||||
}
|
||||
],
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue