diff options
author | MrIbby <siribby@outlook.com> | 2019-07-22 17:19:58 -0700 |
---|---|---|
committer | Modmuss50 <modmuss50@gmail.com> | 2019-07-23 01:19:58 +0100 |
commit | 706e20caf64b6a4de067142020326e4460f39ce9 (patch) | |
tree | c56bdcd1278e00be33050a968247cf2e5776ab91 | |
parent | 0022be8092822d0e05d7187aa6e402416c80c6bc (diff) |
Fix #18 (#19)
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 2d70901..9a837e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,5 +13,5 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # Dependencies - # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric + # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api fabric_version=0.3.0+build.200 |