aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorxX_MinecraftGamer123_Xx <73876072+Maximusbarcz@users.noreply.github.com>2022-09-28 21:53:41 +0200
committerxX_MinecraftGamer123_Xx <73876072+Maximusbarcz@users.noreply.github.com>2022-09-28 21:53:41 +0200
commitcaae62f9978b4c40e8cabcb45a76a8b92b6b2615 (patch)
tree1c123804f474fcfc440d3392a500759fc1cbede3 /gradle.properties
downloadygasi-caae62f9978b4c40e8cabcb45a76a8b92b6b2615.tar.gz
ygasi-caae62f9978b4c40e8cabcb45a76a8b92b6b2615.tar.bz2
ygasi-caae62f9978b4c40e8cabcb45a76a8b92b6b2615.zip
Initial commit
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..93161f4
--- /dev/null
+++ b/gradle.properties
@@ -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.8
+ loader_version=0.14.9
+
+# Mod Properties
+ mod_version = 1.0.0
+ maven_group = com.example
+ archives_base_name = fabric-example-mod
+
+# Dependencies
+ fabric_version=0.60.0+1.19.2