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 | |
parent | 0a07a44eab9b65dd2fe5d2e3b69b6122b4cddd68 (diff) | |
download | Skyblocker-ddf96fa87a28c8f2d664a31d0c5ffdaffc14f8c4.tar.gz Skyblocker-ddf96fa87a28c8f2d664a31d0c5ffdaffc14f8c4.tar.bz2 Skyblocker-ddf96fa87a28c8f2d664a31d0c5ffdaffc14f8c4.zip |
Trails and Talesify things!
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | gradle.properties | 10 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
3 files changed, 8 insertions, 8 deletions
@@ -8,7 +8,7 @@ [](https://discord.com/invite/aNNJHQykck) [](https://ko-fi.com/wohlhabend) -Hypixel Skyblock Mod for Minecraft 1.17.x + 1.18.x + 1.19.x +Hypixel Skyblock Mod for Minecraft 1.17.x + 1.18.x + 1.19.x + 1.20 Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/installation) diff --git a/gradle.properties b/gradle.properties index f5f10ba5..556932c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US # Fabric Properties (https://fabricmc.net/versions.html) -## 1.19.4 -minecraft_version=1.20-pre6 -yarn_mappings=1.20-pre6+build.2 +## 1.20 +minecraft_version=1.20-rc1 +yarn_mappings=1.20-rc1+build.2 loader_version=0.14.21 #Fabric api -## 1.19.4 -fabric_api_version=0.82.1+1.20 +## 1.20 +fabric_api_version=0.83.0+1.20 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) 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": { |