summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authori509VCB <[email protected]>2020-02-25 08:56:28 -0600
committerkeuin <[email protected]>2020-04-23 00:20:29 +0800
commit9c32a68e9442e01ef12ad9f0b7fedadd117b5246 (patch)
treea9bec1fbd9e7c3c615f47f16f14ab956255cee2a /src/main/resources/fabric.mod.json
parent3792bd93489be6e561695b8ad9365658ffe3abda (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"
},