From 07d14f50a3d4aea8a87e791e846c4654f7993d5b Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Sun, 29 Jun 2025 02:51:00 +0300 Subject: [PATCH] this is case sensitive --- src/pages/wiki/midnightlib.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/wiki/midnightlib.mdx b/src/pages/wiki/midnightlib.mdx index e2e07df..d0ec714 100644 --- a/src/pages/wiki/midnightlib.mdx +++ b/src/pages/wiki/midnightlib.mdx @@ -147,7 +147,7 @@ public class MidnightConfigExample extends MidnightConfig { public static int imposter = 16777215; // - Entries without an @Entry or @Comment annotation are ignored } ``` -### `assets/modid/lang/`**`en_US.json`** +### `assets/modid/lang/`**`en_us.json`** The .json language file for your config class could look similar to this: ```json { @@ -206,4 +206,4 @@ If you don't use the whole library and therefore not the automatic ModMenu integ public ConfigScreenFactory getModConfigScreenFactory() { return parent -> MidnightConfig.getScreen(parent, "modid"); } -``` \ No newline at end of file +```