mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
21w17a
This commit is contained in:
parent
4d9fb18c78
commit
4e7237c745
2 changed files with 4 additions and 4 deletions
|
@ -19,9 +19,9 @@ plugins {
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
|
|
||||||
class Globals {
|
class Globals {
|
||||||
static def baseVersion = "0.33.3"
|
static def baseVersion = "0.33.4"
|
||||||
static def mcVersion = "21w16a"
|
static def mcVersion = "21w17a"
|
||||||
static def yarnVersion = "+build.1"
|
static def yarnVersion = "+build.2"
|
||||||
static def loaderVersion = "0.10.5+build.213"
|
static def loaderVersion = "0.10.5+build.213"
|
||||||
static def preRelease = true
|
static def preRelease = true
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.8.9",
|
"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."
|
"description": "Core API module providing key hooks and intercompatibility features."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue