aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties33
1 files changed, 15 insertions, 18 deletions
diff --git a/gradle.properties b/gradle.properties
index 500ac2b..efb58c4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,20 +1,17 @@
-# Done to increase the memory available to gradle.
-org.gradle.jvmargs=-Xmx1G
+# Mostly system specific, if you can handle more or less, change these for your needs
+org.gradle.jvmargs=-Xmx2G
+org.gradle.workers.max=1
-# Fabric Properties
-# check these on https://modmuss50.me/fabric.html
-minecraft_version=1.20
-publish_minecraft_versions=1.20
-yarn_mappings=1.20+build.1
-loader_version=0.14.21
-fungible=1.2+mc1.19.3
-
-fabric_api=0.83.0+1.20
-modmenu=7.0.1
-cloth=11.0.99
-
-# Mod Properties
-mod_version=1.1.3
-maven_group=shcm.shsupercm.fabric
-archives_base_name=CITResewn
+# CIT Resewn
+mod.version=1.1.3
+mod.jarname=citresewn
+mod.target-mc=[VERSIONED]
+mod.target-mc-publish=[VERSIONED]
+publish.modrinth.id=otVJckYQ
+publish.curseforge.id=521427
+# Dependencies
+deps.yarn=[VERSIONED]
+deps.fabric-loader=0.14.21
+deps.modmenu=[VERSIONED]
+deps.cloth-config=[VERSIONED] \ No newline at end of file