Skip to content

Commit 5983bd5

Browse files
committed
fix client-init entrypoint in branding patch mod.json
1 parent 8d10f91 commit 5983bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/branding/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"environment": "${environment}",
1919
"entrypoints": {
2020
"client-init": [
21-
"net.ornithemc.osl.branding.impl.BrandingPatch"
21+
"net.ornithemc.osl.branding.impl.BrandingPatchImpl"
2222
]
2323
},
2424
"mixins": [

0 commit comments

Comments
 (0)