update yarn

This commit is contained in:
C10udburst
2021-08-30 10:18:07 +02:00
parent b4feb14778
commit 15d3dea949
11 changed files with 35 additions and 33 deletions

View File

@@ -20,7 +20,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}:v2"
mappings "net.fabricmc:yarn:${project.yarn_version}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway.