Add minVersion to template mixin config (#41)

* Add minVersion to mixin config

* Bump loader dep requriement to >=0.7.4
This commit is contained in:
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"
},