summary refs log tree commit diff stats
diff options
context:
space:
mode:
authornatanfudge <natan.lifsiz@gmail.com>2019-12-03 20:20:14 +0200
committernatanfudge <natan.lifsiz@gmail.com>2019-12-03 20:20:14 +0200
commit45980235836783822e756d0a2abfab8cbb781232 (patch)
treed5dfd42b49d0e3bbb7f49ff4e3944f914b82d69e
parent764dc43056b5b9fc8f8944beb3f9f63906457f33 (diff)
update the things
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties17
2 files changed, 10 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle
index c26b367..c0682ed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ repositories {
 dependencies {
     //to change the versions see the gradle.properties file
     minecraft "com.mojang:minecraft:${project.minecraft_version}"
-    mappings "net.fabricmc:yarn:${project.yarn_mappings}"
+    mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
     modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
 
     // Fabric API. This is technically optional, but you probably want it anyway.
diff --git a/gradle.properties b/gradle.properties
index 2a93d4c..2837781 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,18 +4,19 @@ org.gradle.jvmargs=-Xmx1G
 # Fabric Properties
 	# Check these on https://modmuss50.me/fabric.html
 	minecraft_version=1.14.4
-	yarn_mappings=1.14.4+build.14
-	loader_version=0.6.3+build.167
+	yarn_mappings=1.14.4+build.15
+	loader_version=0.7.2+build.174
+
+	#Fabric api
+	fabric_version=0.4.1+build.245-1.14
+
 	loom_version=0.2.6-SNAPSHOT
 
-# Mod Properties
+	# Mod Properties
 	mod_version = 1.0.0
 	maven_group = net.fabricmc
 	archives_base_name = fabric-example-mod
 
-# Dependencies
-	fabric_version=0.4.1+build.245-1.14
-
 # Kotlin
-	kotlin_version=1.3.50
-    fabric_kotlin_version=1.3.50+build.3
\ No newline at end of file
+	kotlin_version=1.3.60
+    fabric_kotlin_version=1.3.60+build.1
\ No newline at end of file