diff options
author | Squibid <me@zacharyscheiman.com> | 2024-06-03 18:28:47 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-06-03 18:28:47 -0400 |
commit | bbb0d1d79f70fbfca377d1f2c4f558d35096a851 (patch) | |
tree | 759432ce3ef8a81352dcc14df473c8a605cc9c71 /gradle.properties | |
download | lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.tar.gz lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.tar.bz2 lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.zip |
init
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..01281d6 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,17 @@ +# Done to increase the memory available to gradle. +org.gradle.jvmargs=-Xmx1G +org.gradle.parallel=true + +# Fabric Properties +# check these on https://fabricmc.net/develop +minecraft_version=1.16.5 +yarn_mappings=1.16.5+build.10 +loader_version=0.15.11 + +# Mod Properties +mod_version=1.0.0 +maven_group=los.numeros +archives_base_name=lnm + +# Dependencies +fabric_version=0.42.0+1.16
\ No newline at end of file |