This commit is contained in:
Player 2021-04-29 00:29:12 +02:00
parent 4d9fb18c78
commit 4e7237c745
2 changed files with 4 additions and 4 deletions

View file

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

View file

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