diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-05 00:15:43 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-17 01:32:14 -0400 |
commit | ddf96fa87a28c8f2d664a31d0c5ffdaffc14f8c4 (patch) | |
tree | 58a6c5b08da606ff4028313412d631749b117607 /src/main/resources | |
parent | 0a07a44eab9b65dd2fe5d2e3b69b6122b4cddd68 (diff) | |
download | Skyblocker-ddf96fa87a28c8f2d664a31d0c5ffdaffc14f8c4.tar.gz Skyblocker-ddf96fa87a28c8f2d664a31d0c5ffdaffc14f8c4.tar.bz2 Skyblocker-ddf96fa87a28c8f2d664a31d0c5ffdaffc14f8c4.zip |
Trails and Talesify things!
Diffstat (limited to 'src/main/resources')
-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 fa0c44d8..661bfda5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,9 +30,9 @@ ], "depends": { "fabricloader": ">=0.14.21", - "fabric-api": ">=0.82.1.20", + "fabric-api": ">=0.83.0+1.20", "cloth-config2": "*", - "minecraft": "~1.20-beta.6" + "minecraft": "~1.20-rc.1" }, "custom": { "modmenu": { |