aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorLibravatar i509VCB <[email protected]>2020-02-25 08:56:28 -0600
committerLibravatar GitHub <[email protected]>2020-02-25 14:56:28 +0000
commitb38f2b0f52513a0e63d09ec540b272ad9be287fb (patch)
treea9bec1fbd9e7c3c615f47f16f14ab956255cee2a /src/main/resources/fabric.mod.json
parent1.15.2 (diff)
Add minVersion to template mixin config (#41)
* Add minVersion to mixin config * Bump loader dep requriement to >=0.7.4
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 50ad0fe..197c798 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -27,7 +27,7 @@
],
"depends": {
- "fabricloader": ">=0.7.2",
+ "fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.15.x"
},