From 16e781c4bee6c68c0c3e2d485b57daa0f589101e Mon Sep 17 00:00:00 2001 From: isXander Date: Tue, 20 Dec 2022 16:29:17 +0000 Subject: minor fixes/improvements new LabelOption to create labels easier add 'List is empty' entry to lists that are empty fix option list widget background not being wide enough --- src/main/resources/assets/yet-another-config-lib/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main') diff --git a/src/main/resources/assets/yet-another-config-lib/lang/en_us.json b/src/main/resources/assets/yet-another-config-lib/lang/en_us.json index 292864f..32621e9 100644 --- a/src/main/resources/assets/yet-another-config-lib/lang/en_us.json +++ b/src/main/resources/assets/yet-another-config-lib/lang/en_us.json @@ -20,6 +20,7 @@ "yacl.list.move_down": "Move down", "yacl.list.remove": "Remove", "yacl.list.add_top": "New entry", + "yacl.list.empty": "List is empty", "yacl.restart.title": "Config requires restart!", "yacl.restart.message": "One or more options needs you to restart the game to apply the changes.", -- cgit