diff options
author | Keuin <[email protected]> | 2023-01-13 03:02:26 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2023-01-13 03:02:26 +0800 |
commit | d7b2dd139f7e17d149a50a2ee777d28dac64b9eb (patch) | |
tree | 82675255e459c60b108a2d7e8424cca08169b137 /gradle.properties | |
parent | 5dc6e700cbcbc01833a02a193f660a286b934898 (diff) |
Upgrade loom, loader, fabric, gradle and development JDK.
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 8ede798..81cb9b8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,11 +4,11 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/use minecraft_version=1.14.4 yarn_mappings=1.14.4+build.18 -loader_version=0.11.0 +loader_version=0.14.12 # Mod Properties mod_version=1.7.0 maven_group=com.keuin.kbackupfabric archives_base_name=kbackup-fabric # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -fabric_version=0.28.4+1.14 +fabric_version=0.28.5+1.14 |