summary refs log tree commit diff stats
path: root/gradle.properties
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2025-03-04 22:45:19 -0300
committerSoniEx2 <endermoneymod@gmail.com>2025-03-04 22:45:19 -0300
commit79ff3692b9462fc79d93bd74213ce6904340fc13 (patch)
tree22055c038783b87cceffe3d2220cc2b568a4493d /gradle.properties
First public commit
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..24c6f63
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,20 @@
+# 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.21.1
+yarn_mappings=1.21.1+build.3
+loader_version=0.16.10
+fabric_kotlin_version=1.13.1+kotlin.2.1.10
+
+# Mod Properties
+mod_version=1.0.0
+maven_group=space.autistic.radio
+archives_base_name=pirate-radio
+
+# Dependencies
+fabric_version=0.115.0+1.21.1
+kotlin_test_version=2.1.10
+chicory_version=1.1.0
\ No newline at end of file