diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gradle.properties b/gradle.properties index bf3bd115..06bbc501 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,23 +3,22 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=1.20.1 -yarn_mappings=1.20.1+build.10 -loader_version=0.14.21 +minecraft_version=1.20.2-pre1 +yarn_mappings=1.20.2-pre1+build.3 +loader_version=0.14.22 #Fabric api ## 1.20 -fabric_api_version=0.86.0+1.20.1 +fabric_api_version=0.88.2+1.20.2 -# Dependencies -## Cloth Api (https://modrinth.com/mod/cloth-config/versions) -clothconfig_version=11.1.106 -## Mod Menu (https://modrinth.com/mod/modmenu/versions) +## 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 ## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files) rei_version=12.0.625 ## EMI (https://modrinth.com/mod/emi/versions) -emi_version = 1.0.19 +emi_version = 1.0.19+1.20.1 ## Renderer (https://github.com/0x3C50/Renderer) renderer_version = master-SNAPSHOT |