Add minVersion to template mixin config (#41)

* Add minVersion to mixin config

* Bump loader dep requriement to >=0.7.4
pull/47/head
i509VCB 4 years ago committed by GitHub
parent 18fd282e3e
commit b38f2b0f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save