Update yarn, loader and api #31

Merged
13rac1 merged 2 commits from bump-deps into master 2019-11-19 22:38:13 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 001b364fc8 - Show all commits

View File

@ -16,7 +16,7 @@ minecraft {
dependencies {
//to change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway.

View File

@ -28,7 +28,8 @@
"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*"
"fabric": "*",
"minecraft": "1.14.x"
},
"suggests": {
"flamingo": "*"