Unverified Commit b38f2b0f by i509VCB Committed by GitHub

Add minVersion to template mixin config (#41)

* Add minVersion to mixin config

* Bump loader dep requriement to >=0.7.4
parent 18fd282e
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.7.2", "fabricloader": ">=0.7.4",
"fabric": "*", "fabric": "*",
"minecraft": "1.15.x" "minecraft": "1.15.x"
}, },
......
{ {
"required": true, "required": true,
"minVersion": "0.8",
"package": "net.fabricmc.example.mixin", "package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"mixins": [ "mixins": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment