diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-15 20:28:24 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-21 15:58:49 -0400 |
commit | 81a61fe9b06d9c4dff7318fb45515a06d7d2d08a (patch) | |
tree | 38824640184022ab22198da0a26b78e102433ca3 | |
parent | 471edd79b145a80e67877059f024d4b3d8753eac (diff) | |
download | Skyblocker-81a61fe9b06d9c4dff7318fb45515a06d7d2d08a.tar.gz Skyblocker-81a61fe9b06d9c4dff7318fb45515a06d7d2d08a.tar.bz2 Skyblocker-81a61fe9b06d9c4dff7318fb45515a06d7d2d08a.zip |
1.20.2 Release Candidate 1
It's almost here!
-rw-r--r-- | gradle.properties | 8 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 06bbc501..6ff00bfd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,18 +3,18 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=1.20.2-pre1 -yarn_mappings=1.20.2-pre1+build.3 +minecraft_version=1.20.2-rc1 +yarn_mappings=1.20.2-rc1+build.2 loader_version=0.14.22 #Fabric api ## 1.20 -fabric_api_version=0.88.2+1.20.2 +fabric_api_version=0.88.5+1.20.2 ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) clothconfig_version=12.0.107 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=7.0.1 +mod_menu_version=8.0.0-beta.2 ## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files) rei_version=12.0.625 ## EMI (https://modrinth.com/mod/emi/versions) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fbcd8414..ba86509d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -36,7 +36,7 @@ ], "depends": { "fabricloader": ">=0.14.22", - "fabric-api": ">=0.88.2+1.20.2", + "fabric-api": ">=0.88.5+1.20.2", "cloth-config2": "*", "minecraft": "~1.20" }, |