From 8ce841fc445259d6e83e747c63822ef34220821c Mon Sep 17 00:00:00 2001 From: cakeGit <65340665+cakeGit@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:45:54 +0100 Subject: [PATCH] Update config.md --- docs/misc/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/config.md b/docs/misc/config.md index d67077be..8a013617 100644 --- a/docs/misc/config.md +++ b/docs/misc/config.md @@ -23,7 +23,7 @@ public ExampleConfig(ModConfigSpec.Builder builder) { testValue = builder.define("test_value", "Hello world!"); } -//Define a field to keep the config for later +//Define a field to keep the config and spec for later public static ExampleConfig config; public static ModConfigSpec configSpec;