diff --git a/addon.json b/addon.json new file mode 100644 index 00000000..e9257010 --- /dev/null +++ b/addon.json @@ -0,0 +1,21 @@ +{ + "title" : "Wiremod", + "type" : "tool", + "tags" : [ "build", "fun" ], + "description": "A collection of entities connectable by data wires, which allows for the creation of advanced contraptions.", + "ignore" : + [ + "*.psd", + "*.vcproj", + "*.svn*", + "*.txt", + ".git*", + ".gitignore", + "git-hooks-pre-commit", + "gitrid.sh", + "LICENSE", + "README.md", + "wiremod.fgd", + "wiremod.jpg" + ] +} \ No newline at end of file diff --git a/data/wire_version.txt b/data/wire_version.txt index 7023cb54..9b942167 100644 --- a/data/wire_version.txt +++ b/data/wire_version.txt @@ -1 +1 @@ -gm13-414-g8d209eb +gm13-415-g7120d8a diff --git a/wiremod.jpg b/wiremod.jpg new file mode 100644 index 00000000..dd0cdfb0 Binary files /dev/null and b/wiremod.jpg differ