Add ReflectionPlugin to CKAN

This commit is contained in:
Willhelm Rendahl 2015-04-30 21:13:26 +02:00
parent d879c9a9e8
commit a4301a0c5a
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"spec_version" : "v1.2",
"identifier" : "ReflectionPlugin",
"name" : "Reflection Plugin for KSP",
"license" : "public-domain",
"abstract" : "Make stuff shiny, plugin for modders",
"version" : "1.2",
"author" : [ "Starwaster", "Razchek" ],
"ksp_version_min" : "0.24.2",
"download" : "https://github.com/Starwaster/Reflection-Plugin-Continued/blob/Dev/ReflectionPlugin.DEV.1.2.zip?raw=true",
"install" : [ { "file" : "ReflectionPlugin.dll",
"install_to" : "GameData/FASA/Plugins"}]
}