diff --git a/addon.json b/addon.json new file mode 100644 index 000000000..48b0d0de5 --- /dev/null +++ b/addon.json @@ -0,0 +1,6 @@ +{ + "title" : "StarfallEx", + "type" : "tool", + "tags" : [ "build", "fun" ], + "description": "Lua scripting tool that allows users to program contraptions with lua." +} diff --git a/addon.txt b/addon.txt deleted file mode 100644 index b2fdbe2f9..000000000 --- a/addon.txt +++ /dev/null @@ -1,9 +0,0 @@ -"AddonInfo" -{ - "name" "Starfall" - "version" "Git" - "author_name" "Alex 'Colonel Thirty Two' Parrill" - "author_url" "http://colonelthirtytwo.net" - "info" "The Starfall Scripting Environment" - "override" "0" -}