diff --git a/ControlLock/ControlLock-1.4.ckan b/ControlLock/ControlLock-1.4.ckan new file mode 100644 index 0000000000..d38f9690a5 --- /dev/null +++ b/ControlLock/ControlLock-1.4.ckan @@ -0,0 +1,29 @@ +{ + "spec_version": 1, + "name": "Control Lock", + "identifier": "ControlLock", + "author": "Diazo", + "abstract": "Lock KSP so that when entering text in a text field, you do not pass commands to your vessel.", + "license": "public-domain", + "release_status": "stable", + "ksp_version": "1.0", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/108561", + "repository": "https://github.com/SirDiazo/ControlLock" + }, + "recommends": [ + { + "name": "Toolbar" + } + ], + "install": [ + { + "file": "GameData/001ControlLock", + "install_to": "GameData" + } + ], + "version": "1.4", + "download": "https://github.com/SirDiazo/ControlLock/releases/download/1.4/ControlLock14.zip", + "x_generated_by": "netkan", + "download_size": 16338 +}