diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-10 12:19:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 00:19:13 -0400 |
commit | ebd5ccd1620c7857c621f9c04b1f87ab11c08cbc (patch) | |
tree | 04d7d19642f5774d1a95ca0c42a240d270659dd8 /gradle.properties | |
parent | c29b55bc64fdf8717b42f1a5f7e0d18895007fb3 (diff) | |
download | Skyblocker-ebd5ccd1620c7857c621f9c04b1f87ab11c08cbc.tar.gz Skyblocker-ebd5ccd1620c7857c621f9c04b1f87ab11c08cbc.tar.bz2 Skyblocker-ebd5ccd1620c7857c621f9c04b1f87ab11c08cbc.zip |
Misc Changes (#755)
- Update Fabric API to 0.100.0 (woo 0.100!)
- Update YACL to 3.4.4
- Update IF Conflict
- Disable image repo loader because its moving to a different repository
and will stop working soon
Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index ceb86ac8..77075ae7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,11 @@ loader_version=0.15.10 #Fabric api ## 1.20 -fabric_api_version=0.97.8+1.20.6 +fabric_api_version=0.100.0+1.20.6 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -yacl_version=3.4.1+1.20.5 +yacl_version=3.4.4+1.20.6 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) mod_menu_version = 10.0.0-beta.1 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) |