We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe6f0f commit e232231Copy full SHA for e232231
gradle.properties
@@ -1,23 +1,18 @@
1
# Done to increase the memory available to gradle.
2
-org.gradle.daemon=true
+org.gradle.jvmargs=-Xmx2G
3
org.gradle.parallel=true
4
-org.gradle.caching=true
5
org.gradle.configuration-cache=true
6
-org.gradle.jvmargs=-Xmx8G -Dfile.encoding=UTF-8
7
-org.gradle.user.home=D:\\GradleCacheLocal
8
-
9
10
11
# Fabric Properties
12
# check these at https://fabricmc.net/develop/ and
13
# https://modrinth.com/mod/fabric-api/versions
14
minecraft_version=1.21.10
15
yarn_mappings=1.21.10+build.2
16
loader_version=0.17.3
17
-loom_version=1.12-SNAPSHOT
+loom_version=1.13-SNAPSHOT
18
19
# Fabric API
20
-fabric_version=0.137.0+1.21.10
+fabric_version=0.138.0+1.21.10
21
22
# Mod Properties
23
mod_version=v7.51-Cevapi-MC1.21.10
0 commit comments