Setup Project

This commit is contained in:
lucaslah
2022-08-11 23:03:06 -04:00
commit 6ff085b519
16 changed files with 726 additions and 0 deletions

16
gradle.properties Normal file
View File

@@ -0,0 +1,16 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
loader_version=0.14.8
# Mod Properties
mod_version = 1.0.0
maven_group = me.lucaslah
archives_base_name = no-report-button
# Dependencies
fabric_version=0.58.6+1.19.2