Skip to content

Commit

Permalink
Update config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cakeGit authored Jun 8, 2024
1 parent 5b326af commit 8ce841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

1 comment on commit 8ce841f

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 8ce841fc445259d6e83e747c63822ef34220821c
Status: ✅ Deploy successful!
Preview URL: https://73192017.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-107.neoforged-docs-previews.pages.dev

Please sign in to comment.