Skip to content

Commit

Permalink
Add Mixin config file by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 27, 2024
1 parent 6b2172f commit a600af2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main/resources/mixins.modtemplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"required": true,
"package": "dev.deftu.modtemplate.mixins",
"compatibilityLevel": "${java_version}",
"injectors": {
"defaultRequire": 1
},
"mixins": [
],
"client": [
],
"server": [
]
}

0 comments on commit a600af2

Please sign in to comment.