diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-17 19:18:36 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-17 19:18:36 -0400 |
commit | 79711da8090cfba910ce0cdcc61ab3b491478cf3 (patch) | |
tree | 7de400f397994ed09fd2c1ea9087cd8003cef60f | |
parent | 067cb5a0ce9e664a88ec36ae5e2fa2e83541686b (diff) | |
download | Skyblocker-79711da8090cfba910ce0cdcc61ab3b491478cf3.tar.gz Skyblocker-79711da8090cfba910ce0cdcc61ab3b491478cf3.tar.bz2 Skyblocker-79711da8090cfba910ce0cdcc61ab3b491478cf3.zip |
Update REI, Mod Menu and Cloth Config
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 3d1c4190..14a4fffc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,11 +12,11 @@ fabric_api_version=0.83.0+1.20 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -clothconfig_version=11.0.98 +clothconfig_version=11.0.99 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=7.0.0-beta.2 +mod_menu_version=7.0.1 ## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files) -rei_version=11.0.597 +rei_version=12.0.625 # Mod Properties mod_version = 1.10.0 |