NetKAN generated mods - RedOnion-0.4.4
This commit is contained in:
parent
63360f0d6d
commit
d61fdfddbb
|
@ -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/189983-18x-redonion-unrestricted-in-game-scripting-v-040/",
|
||||
"spacedock": "https://spacedock.info/mod/2116/Red%20Onion",
|
||||
"repository": "https://github.com/evandisoft/RedOnion"
|
||||
},
|
||||
"version": "0.4.4",
|
||||
"ksp_version": "1.8.1",
|
||||
"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.4.4",
|
||||
"download_size": 526112,
|
||||
"download_hash": {
|
||||
"sha1": "D7442603E7189573CE0BC2B6C16102226E53075D",
|
||||
"sha256": "966E3DAC4A9D796349DAA2ED645B0A4042B47FBEEDD391520E996F8E561B14C5"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue