summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2021-06-05 09:06:57 +0800
committerKeuin <[email protected]>2021-06-05 09:06:57 +0800
commita129cec606c8cfd16cfe407581d8df72baeef1e5 (patch)
tree28629601b7c676deb8509bfa09d1dd3604167193
parentd32ca96239dd9346d486dcb1f0a804dbbc37bc5e (diff)
update game version and loom version
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties8
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