aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLibravatar Brad Erickson <[email protected]>2019-11-19 14:38:13 -0800
committerLibravatar Player <[email protected]>2019-11-19 22:38:13 +0000
commit705d4da55b9a514e5e7279a2ea5becaf039cf2d0 (patch)
treeed3abb8a0d636b216fb38a9628f282b405f58a58 /build.gradle
parentUpdate yarn, loader and api (diff)
Update yarn, loader and api (#31)
Co-authored-by: modmuss50 <[email protected]>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 8542e88..a3c9ddc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'fabric-loom' version '0.2.5-SNAPSHOT'
+ id 'fabric-loom' version '0.2.6-SNAPSHOT'
id 'maven-publish'
}
@@ -16,7 +16,7 @@ minecraft {
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"
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway.