From a129cec606c8cfd16cfe407581d8df72baeef1e5 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 5 Jun 2021 09:06:57 +0800 Subject: update game version and loom version --- build.gradle | 2 +- gradle.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 0a43752..20b91d4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.5-SNAPSHOT' + id 'fabric-loom' version '0.6-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index aac3bb4..ff9a422 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.16.5 +yarn_mappings=1.16.5+build.9 +loader_version=0.11.3 # Mod Properties mod_version=1.3.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.34.6+1.16 -- cgit v1.2.3