aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..6ab6d5f
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,13 @@
+# Done to increase the memory available to gradle.
+org.gradle.jvmargs=-Xmx1G
+# Fabric Properties
+# check these on https://modmuss50.me/fabric.html
+minecraft_version=1.20.1
+yarn_mappings=1.20.1+build.2
+loader_version=0.14.21
+#Fabric api
+fabric_version=0.83.1+1.20.1
+# Mod Properties
+mod_version=1.0
+maven_group=de.hype
+archives_base_name=bbsentials \ No newline at end of file