Add minVersion to template mixin config (#41)

* Add minVersion to mixin config

* Bump loader dep requriement to >=0.7.4
pull/1/head
i509VCB 2020-02-25 08:56:28 -06:00 committed by GitHub
parent 18fd282e3e
commit b38f2b0f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@
],
"depends": {
"fabricloader": ">=0.7.2",
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.15.x"
},

View File

@ -1,5 +1,6 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [