diff --git a/Craftimizer/Craftimizer.csproj b/Craftimizer/Craftimizer.csproj index 6898c3b..c847ece 100644 --- a/Craftimizer/Craftimizer.csproj +++ b/Craftimizer/Craftimizer.csproj @@ -2,7 +2,7 @@ Asriel Camora - 1.9.5.0 + 2.0.0.0 https://github.com/WorkingRobot/craftimizer.git Debug;Release diff --git a/Craftimizer/Craftimizer.json b/Craftimizer/Craftimizer.json index 956fa6d..ad7a7a2 100644 --- a/Craftimizer/Craftimizer.json +++ b/Craftimizer/Craftimizer.json @@ -1,8 +1,8 @@ { "Author": "Asriel", "Name": "Craftimizer", - "Punchline": "Simulate crafts and create computer-assisted macros from the comfort of your own game", - "Description": "Allows you to generate macros and simulate all sorts of crafts without having to open another app. Open your crafting log to get started.", + "Punchline": "Simulate crafts, create computer-assisted macros, and get mid-craft suggestions from the comfort of your own game!", + "Description": "Allows you to generate macros and simulate all sorts of crafts without having to open another app. Open your crafting log to get started!", "RepoUrl": "https://github.com/WorkingRobot/craftimizer", "InternalName": "Craftimizer", "ApplicableVersion": "any", @@ -21,5 +21,10 @@ "CategoryTags": [ "Jobs" ], - "IconUrl": "https://git.camora.dev/asriel/craftimizer/raw/branch/main/icon.png" + "IconUrl": "https://git.camora.dev/asriel/craftimizer/raw/branch/main/icon.png", + "ImageUrls": [ + "https://git.camora.dev/asriel/craftimizer/raw/branch/main/Images/RecipeNote.png", + "https://git.camora.dev/asriel/craftimizer/raw/branch/main/Images/SynthHelper.png", + "https://git.camora.dev/asriel/craftimizer/raw/branch/main/Images/MacroEditor.png", + ] } diff --git a/Images/MacroEditor.png b/Images/MacroEditor.png new file mode 100644 index 0000000..6bd18ec Binary files /dev/null and b/Images/MacroEditor.png differ diff --git a/Images/RecipeNote.png b/Images/RecipeNote.png new file mode 100644 index 0000000..abfc838 Binary files /dev/null and b/Images/RecipeNote.png differ diff --git a/Images/SynthHelper.png b/Images/SynthHelper.png new file mode 100644 index 0000000..c47bd8a Binary files /dev/null and b/Images/SynthHelper.png differ