summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormodmuss50 <[email protected]>2019-12-10 20:08:46 +0000
committerkeuin <[email protected]>2020-04-23 00:20:29 +0800
commit45d23e8d8e7f0f88b9c53ce94c023d071b191ca8 (patch)
tree12a2a0fa95a98d4c3c6122b215ffbf8cfcb2830e
parent282a8983c3137176b78d6e1ddc4d9206e6c6a2f6 (diff)
Increase required loader version
-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"
},