mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 09:05:08 +01:00
- Port to 1.20.2 - "Reset" button now uses a custom icon (closes #25) - Config instances can now specify custom config change behavior (implement "writeChanges" method in your class; closes #33) - Remove TexturedOverlayButtonWidget (replaced by vanilla's TextIconButtonWidget) - Removed radialRainbow (used very rarely) - Updated AutoCommand to support editing list and float config values via commands on serverside installs - Reworded description - Forge & Quilt temporarily disabled until they release, as always
13 lines
749 B
JSON
Executable File
13 lines
749 B
JSON
Executable File
{
|
|
"midnightlib.overview.title":"MidnightConfig Overview",
|
|
"midnightlib.midnightconfig.title":"MidnightLib Config",
|
|
"midnightlib.midnightconfig.config_screen_list":"Enable Config Screen List",
|
|
"midnightlib.midnightconfig.enum.ConfigButton.TRUE":"§aYes",
|
|
"midnightlib.midnightconfig.enum.ConfigButton.FALSE":"§cNo",
|
|
"midnightlib.midnightconfig.enum.ConfigButton.MODMENU":"§bModMenu",
|
|
"midnightlib.modrinth":"Modrinth",
|
|
"midnightlib.curseforge":"CurseForge",
|
|
"midnightlib.wiki":"Wiki",
|
|
"modmenu.descriptionTranslation.midnightlib": "Common Library for easy configuration.\nProvides a config api, automatic integration with other mods and common utils.",
|
|
"modmenu.summaryTranslation.midnightlib": "Common Library for easy configuration."
|
|
} |