aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2023-11-30 19:08:49 +0000
committerLibravatar modmuss50 <[email protected]>2023-11-30 19:08:49 +0000
commitf74f421b49f8c23bb829ae11453693fb85c6e17d (patch)
tree08d35dc4e27c78293ec6af5256f2ff08257a3ce2 /src/main/resources/fabric.mod.json
parentLoom 1.4 (diff)
Update to loader 0.15.0
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index eb248fc..b4836e2 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -30,7 +30,7 @@
}
],
"depends": {
- "fabricloader": ">=0.14.22",
+ "fabricloader": ">=0.15.0",
"minecraft": "~1.20.2",
"java": ">=17",
"fabric-api": "*"
@@ -38,4 +38,4 @@
"suggests": {
"another-mod": "*"
}
-}
+} \ No newline at end of file