Skip to content

Commit 09fb1ef

Browse files
authored
Update fabric.mod.json
1 parent e8a37ac commit 09fb1ef

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,16 @@
1111
"entrypoints": {
1212
"main": [
1313
{
14-
"adapter": "kotlin",
1514
"value": "org.polyfrost.example.ExampleEntrypoint"
1615
}
1716
],
1817
"client": [
1918
{
20-
"adapter": "kotlin",
2119
"value": "org.polyfrost.example.ExampleEntrypoint"
2220
}
2321
],
2422
"server": [
2523
{
26-
"adapter": "kotlin",
2724
"value": "org.polyfrost.example.ExampleEntrypoint"
2825
}
2926
]
@@ -33,7 +30,6 @@
3330
],
3431
"depends": {
3532
"minecraft": "~${minor_mc_version}",
36-
"fabricloader": ">=0.15.11",
37-
"fabric-language-kotlin": "*"
33+
"fabricloader": ">=0.15.11"
3834
}
39-
}
35+
}

0 commit comments

Comments
 (0)