Skip to content

Commit

Permalink
Don't bother with an entrypoint
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
astei committed Dec 1, 2020
1 parent d5d2ec8 commit 3ab0dd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
14 changes: 0 additions & 14 deletions src/main/java/com/velocitypowered/crossstitch/CrossStitch.java

This file was deleted.

5 changes: 0 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"license": "MIT",
"icon": "assets/crossstitch/icon.png",
"environment": "server",
"entrypoints": {
"main": [
"com.velocitypowered.crossstitch.CrossStitch"
]
},
"mixins": [
"crossstitch.mixins.json"
],
Expand Down

0 comments on commit 3ab0dd2

Please sign in to comment.