diff options
| author | 2022-01-24 20:22:46 +0000 | |
|---|---|---|
| committer | 2022-01-24 20:22:46 +0000 | |
| commit | 1e60757a4c69edcaaa1c0e426281cc81d1c1a611 (patch) | |
| tree | 3888834a40b7645285f387869b49c9d7182b52cb /src/main/resources/fabric.mod.json | |
| parent | Update Loom & Gradle (#160) (diff) | |
Update API, yarn, minimum loader version and mixin compat level.
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6dc3ce6..e50fed1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ ], "depends": { - "fabricloader": ">=0.11.3", + "fabricloader": ">=0.12.12", "fabric": "*", "minecraft": "1.18.x", "java": ">=17" |
