Update yarn, loader and api (#31)

Co-authored-by: modmuss50 <modmuss50@gmail.com>
This commit is contained in:
Brad Erickson
2019-11-19 14:38:13 -08:00
committed by Player
parent 727a449d61
commit 705d4da55b
3 changed files with 7 additions and 6 deletions

View File

@ -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.