NetKAN generated mods - RedOnion-0.5.2
This commit is contained in:
parent
be6f2585c2
commit
1e7597e7ef
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"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"
|
||||
],
|
||||
"version": "0.5.2",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"ksp_version_max": "1.10.1",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/189983-18x-redonion-unrestricted-in-game-scripting-v-040/",
|
||||
"spacedock": "https://spacedock.info/mod/2116/Red%20Onion",
|
||||
"repository": "https://github.com/evandisoft/RedOnion"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"control",
|
||||
"app"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/2116/Red%20Onion/download/0.5.2",
|
||||
"download_size": 595989,
|
||||
"download_hash": {
|
||||
"sha1": "CE60AE70C76E8CAD43ADDC4A57E704DACFF643C1",
|
||||
"sha256": "11177FCBC8E0AE4E8F13FCBE92F3EE77CE7EB651654F7327F66D771945EC1EFE"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2020-08-17T03:47:50.017954+00:00",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue