Skip to content

Commit 32a706f

Browse files
authored
Fix entry point name in fabric.mod.json
1 parent 3d2a1b9 commit 32a706f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"environment": "client",
1818
"entrypoints": {
1919
"client": [
20-
"dev.httxrafa.modflared.ModflaredClientssd"
20+
"dev.httxrafa.modflared.Modflared"
2121
]
2222
},
2323
"mixins": [
@@ -29,4 +29,4 @@
2929
"java": ">=21",
3030
"fabric-api": "*"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)