diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-05-11 01:54:39 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-17 01:32:14 -0400 |
commit | b28a20421348c3385022deeb3cb1ea0ea74928af (patch) | |
tree | 71194fe5dc1ad6c92cb7e044216d241738704e8d /gradle.properties | |
parent | 826a6d8fd9a38c794eb70b7a71aa969dfddd685c (diff) | |
download | Skyblocker-b28a20421348c3385022deeb3cb1ea0ea74928af.tar.gz Skyblocker-b28a20421348c3385022deeb3cb1ea0ea74928af.tar.bz2 Skyblocker-b28a20421348c3385022deeb3cb1ea0ea74928af.zip |
1.20 Port
The game launches successfully without any crashes!
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 64c5e5cd..7b8af977 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,19 +2,19 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.countr # Fabric Properties (https://fabricmc.net/versions.html) ## 1.19.4 -minecraft_version=1.19.4 -yarn_mappings=1.19.4+build.2 +minecraft_version=1.20-pre1 +yarn_mappings=1.20-pre1+build.4 loader_version=0.14.19 #Fabric api ## 1.19.4 -fabric_api_version=0.81.1+1.19.4 +fabric_api_version=0.80.2+1.20 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) clothconfig_version=10.0.96 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=6.1.0-rc.4 +mod_menu_version=7.0.0-beta.2 ## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files) rei_version=11.0.597 |