From 63a3e267f252d13a743cafa2181027076261d640 Mon Sep 17 00:00:00 2001 From: KrLite <68179735+KrLite@users.noreply.github.com> Date: Wed, 21 Dec 2022 11:28:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 478f005..c1eee79 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ public class MyModInitializer implements ModInitializer { public void onInitialize() { CONFIG_INSTANCE = CONFIG.load(MyConfig.class); - // They are good now. + // They are good now System.out.println(CONFIG_INSTANCE.playerName); System.out.println(CONFIG_INSTANCE.d); System.out.println(CONFIG_INSTANCE.color);