-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (20 loc) · 663 Bytes
/
gradle.properties
File metadata and controls
24 lines (20 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.11
yarn_mappings=1.21.11+build.3
loader_version=0.18.3
loom_version=1.14-SNAPSHOT
# Mod Properties
mod_version=3.1.3
target_version=1.21.11
maven_group=me.contaria
archives_base_name=fastquit
# Dependencies
fabric_api_version=0.140.0+1.21.11
modmenu_version=17.0.0-alpha.1
cloth_config_version=21.11.151