diff options
author | Keuin <[email protected]> | 2020-12-24 21:59:23 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2020-12-26 12:48:34 +0800 |
commit | dc4ab73f6f4925ca15a69c698aada740841457be (patch) | |
tree | cadc430b90b681388e9b3474a82af6f657440253 /gradle.properties | |
parent | 55715b8b3fc8705e6eecbf835c8d441d3503fa7d (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 f57ba94..3ab29ae 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.2.2-alpha 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 |