aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2022-12-20 16:29:17 +0000
committerisXander <xandersmith2008@gmail.com>2022-12-20 16:29:17 +0000
commit16e781c4bee6c68c0c3e2d485b57daa0f589101e (patch)
tree4b8234d083f6368b58847895579f33343fc462d2 /src/main/resources
parent33deb85b9b425cef83dadd63954b7d0d0fb8a841 (diff)
downloadYetAnotherConfigLib-16e781c4bee6c68c0c3e2d485b57daa0f589101e.tar.gz
YetAnotherConfigLib-16e781c4bee6c68c0c3e2d485b57daa0f589101e.tar.bz2
YetAnotherConfigLib-16e781c4bee6c68c0c3e2d485b57daa0f589101e.zip
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
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/yet-another-config-lib/lang/en_us.json1
1 files changed, 1 insertions, 0 deletions
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.",