diff options
author | MrIbby <[email protected]> | 2019-07-22 17:19:58 -0700 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:29 +0800 |
commit | 9068fc971da6da9124b738a686ed117a6db78b31 (patch) | |
tree | c56bdcd1278e00be33050a968247cf2e5776ab91 | |
parent | e37a7ac73e518209eea48bf1564b67d0428165e9 (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 |