diff options
author | Keuin <[email protected]> | 2020-12-24 21:59:23 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2020-12-25 15:18:50 +0800 |
commit | 01445b4c92eef7bd2c32f65189eed2f00d4b4767 (patch) | |
tree | 50eb03801e854c400f96d6c57b86def9889016f7 /gradle.properties | |
parent | f11cb5937d6c6adb8ad4079592d26a718716b646 (diff) |
keep up with main stream (1.1.3-beta)
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 dd908cf..0c58fb8 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.16.4 -yarn_mappings=1.16.4+build.6 -loader_version=0.10.6+build.214 +minecraft_version=1.15.2 +yarn_mappings=1.15.2+build.17 +loader_version=0.10.8 # Mod Properties mod_version=1.1.3-beta maven_group=com.keuin.blame archives_base_name=blame-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.25.1+build.416-1.16 +fabric_version=0.28.4+1.15 |