Update to 1.14.1 and Fabric API 0.3.0

This commit is contained in:
modmuss50
2019-05-14 00:51:56 +01:00
parent 76a554fbb7
commit 365f76fbd3
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ dependencies {
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc:fabric:${project.fabric_version}"
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.