From 1b81b8a523d48c3276d9d43ccf981e5a79fb733a Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Wed, 29 Nov 2023 21:40:07 -0500 Subject: [PATCH] Addon.json --- addon.json | 6 ++++++ addon.txt | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 addon.json delete mode 100644 addon.txt 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" -}