Skip to content

Commit

Permalink
Update mixins.examplemod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Jun 17, 2024
1 parent 4611d23 commit b0c737e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/mixins.examplemod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"compatibilityLevel": "JAVA_8",
"minVersion": "0.7",
"package": "org.polyfrost.example.mixin",
"refmap": "mixins.examplemod.refmap.json",
"refmap": "mixins.${id}.refmap.json",
"injectors": {
"maxShiftBy": 5
},
"client": [
"MinecraftMixin"
],
"verbose": true
}
}

0 comments on commit b0c737e

Please sign in to comment.