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 e8a37ac commit 09fb1efCopy full SHA for 09fb1ef
src/main/resources/fabric.mod.json
@@ -11,19 +11,16 @@
11
"entrypoints": {
12
"main": [
13
{
14
- "adapter": "kotlin",
15
"value": "org.polyfrost.example.ExampleEntrypoint"
16
}
17
],
18
"client": [
19
20
21
22
23
24
"server": [
25
26
27
28
29
]
@@ -33,7 +30,6 @@
33
30
34
31
"depends": {
35
32
"minecraft": "~${minor_mc_version}",
36
- "fabricloader": ">=0.15.11",
37
- "fabric-language-kotlin": "*"
+ "fabricloader": ">=0.15.11"
38
39
-}
+}
0 commit comments