Skip to content

Commit

Permalink
Remove fabric-api from depends, make mod only client-side
Browse files Browse the repository at this point in the history
  • Loading branch information
insertt committed Jul 10, 2019
1 parent 05af90d commit b69df05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
"license": "MIT",
"icon": "assets/ned/icon.png",

"environment": "*",
"environment": "client",
"entrypoints": {
},
"mixins": [
"ned.mixins.json"
],

"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*"
"fabricloader": ">=0.4.0"
}
}

0 comments on commit b69df05

Please sign in to comment.