diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-05-17 23:24:00 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-17 01:32:14 -0400 |
commit | 866e3a036fadd35032917a66894a7a656fbbead5 (patch) | |
tree | fee96b4849dfb724542f2c3a8d22db3fab4813c1 /src | |
parent | dddb48315bd373b4e19f6a45da6ad21eacc26ff9 (diff) | |
download | Skyblocker-866e3a036fadd35032917a66894a7a656fbbead5.tar.gz Skyblocker-866e3a036fadd35032917a66894a7a656fbbead5.tar.bz2 Skyblocker-866e3a036fadd35032917a66894a7a656fbbead5.zip |
1.20-pre2
Diffstat (limited to 'src')
-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 b407b737..f9089c9a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,9 +30,9 @@ ], "depends": { "fabricloader": ">=0.14.19", - "fabric-api": ">=0.80.2+1.20", + "fabric-api": ">=0.81.2+1.20", "cloth-config2": "*", - "minecraft": "~1.20-beta.1" + "minecraft": "~1.20-beta.2" }, "custom": { "modmenu": { |