aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2023-09-05 23:22:33 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2023-09-05 23:22:33 -0400
commit40432e083b11271cf3148b9c38156cf759436699 (patch)
tree592dc434b38dc2fba42b66943d9db7328bc63c0f /gradle.properties
downloadmeteor-trashy-addon-40432e083b11271cf3148b9c38156cf759436699.tar.xz
Initial code dump.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..ef58c47
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,16 @@
+org.gradle.jvmargs=-Xmx2G
+
+# Fabric Properties (https://fabricmc.net/develop)
+minecraft_version=1.19.4
+yarn_mappings=1.19.4+build.2
+loader_version=0.14.19
+
+# Mod Properties
+mod_version=0.0.1
+maven_group=org.chrisoft
+archives_base_name=meteor-trashy-addon
+
+# Dependencies
+
+# Meteor (https://maven.meteordev.org)
+meteor_version=0.5.3-SNAPSHOT