diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-25 17:08:31 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-25 17:08:31 +0000 |
| commit | aef1027f24ad8d871fe11b88a9e4b4f51af620cf (patch) | |
| tree | d7830af9b911f0f8caf876a7e6a4dd8101da11d9 /gradle.properties | |
Initial commit
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..70ae8ef --- /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.1 +yarn_mappings=1.16.1+build.21 +loader_version=0.15.11 + +# Mod Properties +mod_version=1.0.0 +maven_group=world.anhgelus.manhunt +archives_base_name=manhunt + +# Dependencies +fabric_version=0.42.0+1.16
\ No newline at end of file |
