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 c0de
parent eae63a9b4f
commit 61f9ac40fe
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"
},