diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-05-27 22:13:12 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-05-27 22:13:12 +0100 |
commit | b51afe9fc0551bc82ec0d25a193ecaea90bee0fe (patch) | |
tree | c5447f46352f89e866a1ce87175920e15ee5d50c /gradle.properties | |
parent | 50f0be767c69f3ac49c3a2c4c8669354a39fd9b3 (diff) |
1.17-pre1
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index cf1ec16..601ab14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=21w19a - yarn_mappings=21w19a+build.1 + minecraft_version=1.17-pre1 + yarn_mappings=1.17-pre1+build.1 loader_version=0.11.3 # Mod Properties @@ -13,5 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # 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.34.4+1.17 + fabric_version=0.34.8+1.17 |