aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2019-12-10 20:08:46 +0000
committerLibravatar modmuss50 <[email protected]>2019-12-10 20:08:46 +0000
commitc3daefbee9d79ecb99eaddfd62a51b9f461d136f (patch)
tree12a2a0fa95a98d4c3c6122b215ffbf8cfcb2830e /src
parent1.15 (diff)
Increase required loader version
Diffstat (limited to 'src')
-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 a20878f..50ad0fe 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -27,7 +27,7 @@
],
"depends": {
- "fabricloader": ">=0.4.0",
+ "fabricloader": ">=0.7.2",
"fabric": "*",
"minecraft": "1.15.x"
},