summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorplutorocks <>2026-02-26 16:53:24 -0500
committerplutorocks <>2026-02-26 16:53:24 -0500
commit8b123f240f098b24f8e348f1f36ab3eb72599176 (patch)
tree91a532a9a422104a667137a18137527c83c6889f /gradle.properties
initial commitHEADmain
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties21
1 files changed, 21 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..2c7a86b
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,21 @@
+# Done to increase the memory available to gradle.
+org.gradle.jvmargs=-Xmx1G
+org.gradle.parallel=true
+
+# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
+org.gradle.configuration-cache=false
+
+# Fabric Properties
+# check these on https://fabricmc.net/develop
+minecraft_version=1.21.4
+yarn_mappings=1.21.4+build.8
+loader_version=0.18.4
+loom_version=1.15-SNAPSHOT
+
+# Mod Properties
+mod_version=R1.2
+maven_group=dev.plutorocks
+archives_base_name=plutobridge
+
+# Dependencies
+fabric_api_version=0.119.4+1.21.4 \ No newline at end of file