mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-23 21:40:02 -04:00
Update Loader requirement, fixing game version number.
This commit is contained in:
parent
9421522d5a
commit
434c9ae895
2 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ allprojects {
|
|||
dependencies {
|
||||
minecraft "com.mojang:minecraft:$Globals.mcVersion"
|
||||
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"
|
||||
modCompile "net.fabricmc:fabric-loader:0.7.7+build.182"
|
||||
modCompile "net.fabricmc:fabric-loader:0.7.8+build.184"
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
"FabricMC"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.7",
|
||||
"minecraft": "~1.16-Snapshot.20.6.a"
|
||||
"fabricloader": ">=0.7.8",
|
||||
"minecraft": "~1.16-alpha.20.6.a"
|
||||
},
|
||||
"description": "Core API module providing key hooks and intercompatibility features."
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue