Skip to content

Commit 9d27b72

Browse files
authored
Update fabric.mod.json
1 parent cbd5432 commit 9d27b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"environment": "*",
1717
"entrypoints": {
18-
"main": [
18+
"server": [
1919
"com.mrbysco.dailydadserver.DailyDadFabric"
2020
],
2121
"modmenu": [
@@ -32,4 +32,4 @@
3232
"fabric-api": "*",
3333
"cloth-config": ">=15"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)