From 112bbbea090238559cbbfe55a2fd347ed78f200a Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 21 Nov 2023 19:35:48 +0000 Subject: [PATCH] Adjust `modloader-missing_package_json` locale text --- project/assets/database/locales/server/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/database/locales/server/en.json b/project/assets/database/locales/server/en.json index bc976917..78ff456b 100644 --- a/project/assets/database/locales/server/en.json +++ b/project/assets/database/locales/server/en.json @@ -143,7 +143,7 @@ "modloader-main_property_points_to_nothing": "Mod %s package.json main property points to non-existing file", "modloader-missing_akiversion_field": "Mod %s is missing the akiVersion field, most likely due to being out of date and incompatible with the current version of AKI", "modloader-missing_dependency": "Mod {{mod}} requires {{modDependency}} to be installed.", - "modloader-missing_package_json": "Mod (%s) is missing package.json", + "modloader-missing_package_json": "Mod (%s) is missing package.json. Make sure you have checked the mods hub page for install instructions", "modloader-missing_package_json_property": "Mod {{modName}} package.json requires {{prop}} property", "modloader-mod_incompatible": "ModLoader: Mod (%s) is incompatible. It must implement at least one of IPostAkiLoadMod, IPostDBLoadMod, IPreAkiLoadMod", "modloader-mod_has_no_main_property": "ModLoader: Mod (%s) is incompatible. It lacks a 'main' property",