Skip to content

Commit

Permalink
Make mod client and server side
Browse files Browse the repository at this point in the history
  • Loading branch information
insertt committed Jul 10, 2019
1 parent 59f735c commit 16ed05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"icon": "assets/ned/icon.png",

"environment": "client",
"environment": "*",
"entrypoints": {
},
"mixins": [
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ned.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"package": "dev.insertt.ned.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"ExperienceOrbEntityMixin"
],
"client": [
"ExperienceOrbEntityMixin"
]
}

0 comments on commit 16ed05e

Please sign in to comment.