Skip to content

Commit

Permalink
Update fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Jan 1, 2025
1 parent e8a37ac commit 09fb1ef
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@
"entrypoints": {
"main": [
{
"adapter": "kotlin",
"value": "org.polyfrost.example.ExampleEntrypoint"
}
],
"client": [
{
"adapter": "kotlin",
"value": "org.polyfrost.example.ExampleEntrypoint"
}
],
"server": [
{
"adapter": "kotlin",
"value": "org.polyfrost.example.ExampleEntrypoint"
}
]
Expand All @@ -33,7 +30,6 @@
],
"depends": {
"minecraft": "~${minor_mc_version}",
"fabricloader": ">=0.15.11",
"fabric-language-kotlin": "*"
"fabricloader": ">=0.15.11"
}
}
}

0 comments on commit 09fb1ef

Please sign in to comment.