"NetKAN generated mods - RedOnion-0.2.1"
This commit is contained in:
parent
a2645f1cc2
commit
9194b6abb8
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "RedOnion",
|
||||
"name": "Red Onion",
|
||||
"abstract": "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",
|
||||
"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.2.1",
|
||||
"ksp_version": "1.6.1",
|
||||
"download": "https://spacedock.info/mod/2116/Red%20Onion/download/0.2.1",
|
||||
"download_size": 925344,
|
||||
"download_hash": {
|
||||
"sha1": "98A572E4981187192D3DB51C9496EC316DFE60A6",
|
||||
"sha256": "BB5176F691FA2BD793F9AB39C8D721CC42469E108D63E20B66EFDE78C784F715"
|
||||
},
|
||||
"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