diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2019-11-18 23:19:56 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2019-11-18 23:19:56 -0500 |
commit | cd5fc531b48770883d411783cc2f626b11d16b6f (patch) | |
tree | f7d639bfd6d072963e687dee558eadc6e992cc38 /gradle.properties |
[Initial] Update lib to 0.0.2
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..6d98c9a --- /dev/null +++ b/gradle.properties @@ -0,0 +1,17 @@ +# Done to increase the memory available to gradle. +org.gradle.jvmargs=-Xmx1G + +# Fabric Properties + # check these on https://fabricmc.net/use + minecraft_version=1.14.4 + yarn_mappings=1.14.4+build.12 + loader_version=0.6.1+build.164 + +# Mod Properties + mod_version = 1.0.0 + maven_group = net.corecg + archives_base_name = corecg-transfer + +# Dependencies + # 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.2+build.218-1.14 |