From 1637270ca314480159b5fdd8927aed9b0e45b39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96=2E=20Efe=20D=2E?= <67526259+skyline69@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:38:39 +0100 Subject: [PATCH] remove balamod. Add lovely-only --- README.md | 2 +- schema/meta.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61bf2647..6219094b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This file stores essential metadata in JSON format. **Make sure you adhere to th ``` - **title**: The name of your mod. -- **mod-loader**: Must be either `steamodded` or `balamod`. +- **mod-loader**: Must be either `steamodded` or `lovely-only`. - **category**: Must be one of `Gameplay`, `UI`, or `Card Mods`. - **author**: Your chosen username or handle. - **repo**: A link to your mod’s repository. diff --git a/schema/meta.schema.json b/schema/meta.schema.json index 5c444909..70990589 100644 --- a/schema/meta.schema.json +++ b/schema/meta.schema.json @@ -8,7 +8,7 @@ }, "mod-loader": { "type": "string", - "enum": ["steamodded", "balamod"] + "enum": ["steamodded", "lovely-only"] }, "category": { "type": "string",