Skip to content

Commit

Permalink
fix: add minVersion to each systems mixin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox authored and MaxNeedsSnacks committed Apr 15, 2023
1 parent 355dfe3 commit 5bd3d26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/forge/src/main/resources/examplemod.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"required": true,
"package": "com.example.examplemod.mixin",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"mixins": [
],
"client": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"required": true,
"package": "net.examplemod.mixin",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"client": [
"MixinTitleScreen"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"required": true,
"package": "net.examplemod.mixin.forge",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"client": [
],
"mixins": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"required": true,
"package": "net.examplemod.mixin.fabric",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"client": [
],
"mixins": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"required": true,
"package": "net.examplemod.mixin.fabric",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"client": [
],
"mixins": [
Expand Down

0 comments on commit 5bd3d26

Please sign in to comment.