diff options
author | huskcasaca <[email protected]> | 2022-09-29 00:17:10 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-09-29 00:39:10 +0800 |
commit | 7d40308cf9cdded54159b783b83149fd43f697b7 (patch) | |
tree | da90df0a6277e3828c54459721b4e033465f90b3 /gradle.properties | |
parent | da1b7d4c482d482d201547899411fcbc330c7abe (diff) |
Port to 1.19.2
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 fe9cb0f..013b6a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.18.1 -yarn_mappings=1.18.1+build.17 -loader_version=0.12.12 +minecraft_version=1.19.2 +yarn_mappings=1.19.2+build.18 +loader_version=0.14.9 # 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.45.1+1.18 +fabric_version=0.61.0+1.19.2
\ No newline at end of file |