We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d33a3 commit 8d10f91Copy full SHA for 8d10f91
libraries/branding/README.md
@@ -10,7 +10,7 @@ registered in your mod entrypoint:
10
11
```java
12
@Override
13
-public void clientInit() {
+public void initClient() {
14
BrandingPatchEvents.REGISTER_MODIFIER_COMPONENT.register(registry -> {
15
registry.register(
16
BrandingContext.ALL, // apply to both title screen and debug overlay
0 commit comments