Skip to content

Commit

Permalink
Fixes #318
Browse files Browse the repository at this point in the history
  • Loading branch information
tyra314 committed Sep 13, 2022
1 parent b8f21ef commit c2492e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion common/src/main/resources/antiqueatlas-common.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
],
"injectors": {
"defaultRequire": 1
}
},
"minVersion": "0.1"
}
5 changes: 3 additions & 2 deletions fabric/src/main/resources/antiqueatlas.mixins.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"required": true,
"package": "hunternif.mc.impl.atlas.mixin",
"package": "hunternif.mc.impl.atlas.mixin.fabric",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
},
"minVersion": "0.1"
}
5 changes: 3 additions & 2 deletions forge/src/main/resources/antiqueatlas.mixins.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"required": true,
"package": "hunternif.mc.impl.atlas.mixin",
"package": "hunternif.mc.impl.atlas.mixin.forge",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
},
"minVersion": "0.1"
}

0 comments on commit c2492e9

Please sign in to comment.