diff options
| author | 2023-11-30 19:08:49 +0000 | |
|---|---|---|
| committer | 2023-11-30 19:08:49 +0000 | |
| commit | f74f421b49f8c23bb829ae11453693fb85c6e17d (patch) | |
| tree | 08d35dc4e27c78293ec6af5256f2ff08257a3ce2 /src/main | |
| parent | Loom 1.4 (diff) | |
Update to loader 0.15.0
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
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 |
