mirror of
https://github.com/architectury/architectury-templates.git
synced 2026-03-28 03:57:00 -05:00
fix: add minVersion to each systems mixin.json
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"required": true,
|
||||
"package": "com.example.examplemod.mixin",
|
||||
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
|
||||
"minVersion": "0.8",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"required": true,
|
||||
"package": "net.examplemod.mixin",
|
||||
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
|
||||
"minVersion": "0.8",
|
||||
"client": [
|
||||
"MixinTitleScreen"
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"required": true,
|
||||
"package": "net.examplemod.mixin.forge",
|
||||
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
|
||||
"minVersion": "0.8",
|
||||
"client": [
|
||||
],
|
||||
"mixins": [
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"required": true,
|
||||
"package": "net.examplemod.mixin.fabric",
|
||||
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
|
||||
"minVersion": "0.8",
|
||||
"client": [
|
||||
],
|
||||
"mixins": [
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"required": true,
|
||||
"package": "net.examplemod.mixin.fabric",
|
||||
"compatibilityLevel": "@MIXIN_COMPAT_LEVEL@",
|
||||
"minVersion": "0.8",
|
||||
"client": [
|
||||
],
|
||||
"mixins": [
|
||||
|
||||
Reference in New Issue
Block a user