From 0d226d657fe1116c833b2540a5486ba795453d49 Mon Sep 17 00:00:00 2001 From: Christian Dannie Storgaard <1196197+Cybolic@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:55:56 +0200 Subject: [PATCH] Fix screenshot size in submission guidelines --- .../themes-store/themes-marketplace-submission-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/themes-store/themes-marketplace-submission-guidelines.md b/content/themes-store/themes-marketplace-submission-guidelines.md index 5a69c7d..fbd1eda 100644 --- a/content/themes-store/themes-marketplace-submission-guidelines.md +++ b/content/themes-store/themes-marketplace-submission-guidelines.md @@ -14,7 +14,7 @@ If you are a [mod developer] and would like to submit your mod, please follow th 2. **Mod Validation**: - Your mod's name must be unique and less than `25` characters. - Your mod's description must be less than `100` characters. - - Your mod's screenshot must be a `PNG` with a size of `300x200` (it can be resized after upload). + - Your mod's screenshot must be a `PNG` with a size of `600x400` (it can be resized after upload). - Your mod must contain a valid `README` describing the mod and how to use it. - If your mod has any preferences values, they must be set in the `preferences` text area as a `JSON` object. - See how preferences work [here](themes-store/themes-marketplace-preferences.md).