diff options
| author | 2023-09-21 21:50:50 +0100 | |
|---|---|---|
| committer | 2023-09-21 21:50:50 +0100 | |
| commit | d6380af85c846bbbc9bc0054ad90e167d01aa4cf (patch) | |
| tree | f8347138fb8ab33708456a40581aa61a49a3c23e /src/main | |
| parent | Update to Loom 1.3 and Gradle 8.2 (diff) | |
1.20.2
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5b8a367..eb248fc 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,12 +30,12 @@ } ], "depends": { - "fabricloader": ">=0.14.21", - "minecraft": "~1.20.1", + "fabricloader": ">=0.14.22", + "minecraft": "~1.20.2", "java": ">=17", "fabric-api": "*" }, "suggests": { "another-mod": "*" } -}
\ No newline at end of file +} |
