From 4e7237c745d80e1c5dbf2cbd7a14fce3535d1613 Mon Sep 17 00:00:00 2001 From: Player Date: Thu, 29 Apr 2021 00:29:12 +0200 Subject: [PATCH] 21w17a --- build.gradle | 6 +++--- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8d99d824f..1c1d491da 100644 --- a/build.gradle +++ b/build.gradle @@ -19,9 +19,9 @@ plugins { def ENV = System.getenv() class Globals { - static def baseVersion = "0.33.3" - static def mcVersion = "21w16a" - static def yarnVersion = "+build.1" + static def baseVersion = "0.33.4" + static def mcVersion = "21w17a" + static def yarnVersion = "+build.2" static def loaderVersion = "0.10.5+build.213" static def preRelease = true } diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f8171d0e5..fc28f946d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -17,7 +17,7 @@ ], "depends": { "fabricloader": ">=0.8.9", - "minecraft": "~1.17-alpha.20.45.a" + "minecraft": "~1.17-alpha.21.17.a" }, "description": "Core API module providing key hooks and intercompatibility features." }