fix: add minVersion to each systems mixin.json

This commit is contained in:
Michael Hillcox
2022-10-23 10:44:55 +01:00
committed by Max
parent 355dfe3283
commit 5bd3d263b1
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"required": true,
"package": "com.example.examplemod.mixin",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"mixins": [
],
"client": [

View File

@@ -2,6 +2,7 @@
"required": true,
"package": "net.examplemod.mixin",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"client": [
"MixinTitleScreen"
],

View File

@@ -2,6 +2,7 @@
"required": true,
"package": "net.examplemod.mixin.forge",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"client": [
],
"mixins": [

View File

@@ -2,6 +2,7 @@
"required": true,
"package": "net.examplemod.mixin.fabric",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"client": [
],
"mixins": [

View File

@@ -2,6 +2,7 @@
"required": true,
"package": "net.examplemod.mixin.fabric",
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
"minVersion": "0.8",
"client": [
],
"mixins": [