From 491c6099cb821ff4e59cae348e3212a06a093aac Mon Sep 17 00:00:00 2001 From: edshot99 Date: Thu, 25 Jan 2024 16:47:24 -0600 Subject: [PATCH] update readme. add missing addon.json file --- README.md | 8 +++++++- wac_community_fix/addon.json | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 wac_community_fix/addon.json diff --git a/README.md b/README.md index 5aaed08..1398bd1 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# edshot_sandbox_hotfixes \ No newline at end of file +# edshot_sandbox_hotfixes +Fixes for addons I use. + +## Install +1. Click the green button that says 'Code' +2. Click 'Download ZIP' +3. Extract the zip file and move the folder of a fix you want to garrysmod\addons diff --git a/wac_community_fix/addon.json b/wac_community_fix/addon.json new file mode 100644 index 0000000..f816073 --- /dev/null +++ b/wac_community_fix/addon.json @@ -0,0 +1,5 @@ +{ + "title" : "WAC Community Fixes", + "type" : "vehicle", + "tags" : [ "fun", "realism" ] +} \ No newline at end of file