From 12f2e96e9e056de4a3985d7140991bbedad9e1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96=2E=20Efe=20D=2E?= <67526259+skyline69@users.noreply.github.com> Date: Thu, 2 Jan 2025 02:02:21 +0100 Subject: [PATCH] small fix --- schema/meta.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/meta.schema.json b/schema/meta.schema.json index 33342601..d52e42b2 100644 --- a/schema/meta.schema.json +++ b/schema/meta.schema.json @@ -25,6 +25,6 @@ "format": "uri" } }, - "required": ["title", "mod-loader", "category", "author", "repo", "downloadURL"] + "required": ["title", "requires-steamodded", "category", "author", "repo", "downloadURL"] }