Skip to content

Commit

Permalink
1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Jun 9, 2021
1 parent 28a0182 commit 0ac8f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {

class Globals {
static def baseVersion = "1.4.4+1.17"
static def mcVersion = "1.17-pre1"
static def yarnVersion = "+build.1"
static def mcVersion = "1.17"
static def yarnVersion = "+build.5"
}

archivesBaseName = "Server-Translations"
Expand Down Expand Up @@ -45,7 +45,7 @@ allprojects {
minecraft "com.mojang:minecraft:$Globals.mcVersion"
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"
modCompileOnly "net.fabricmc:fabric-loader:0.11.3"
modRuntime "net.fabricmc.fabric-api:fabric-api:0.34.8+1.17"
modRuntime "net.fabricmc.fabric-api:fabric-api:0.34.9+1.17"
}

processResources {
Expand Down

0 comments on commit 0ac8f0b

Please sign in to comment.