aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index 93161f4..0775ef3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,11 +1,12 @@
# 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.19.2
- yarn_mappings=1.19.2+build.8
- loader_version=0.14.9
+ yarn_mappings=1.19.2+build.28
+ loader_version=0.14.10
# Mod Properties
mod_version = 1.0.0
@@ -13,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name = fabric-example-mod
# Dependencies
- fabric_version=0.60.0+1.19.2
+ fabric_version=0.67.0+1.19.2