-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgradle.properties
More file actions
32 lines (28 loc) · 873 Bytes
/
gradle.properties
File metadata and controls
32 lines (28 loc) · 873 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
25
26
27
28
29
30
31
32
# Increases the amount of memory Gradle can use and optimizes the GC
# -XX:+UseZGC
org.gradle.jvmargs=-Xmx4G
# Helps with build times
org.gradle.parallel=true
# Caches Dependencies for faster build times.
org.gradle.caching=true
# Fabric Properties
# Get new versions at https://fabricmc.net/develop and https://lambdaurora.dev/tools/import_quilt.html
minecraft_version=26.1
loader_version=0.18.4
min_loader_version=0.18.4
# Mod Properties
mod_version = 2.4.3
maven_group = net.frozenblock
archives_base_name = FrozenLib
# Dependencies
fabric_api_version=0.144.3+26.1
fabric_kotlin_version=1.13.9+kotlin.2.3.10
toml4j_version=0.7.2
jankson_version=1.2.3
xjs_data_version=0.14
xjs_compat_version=0.13
fresult_version=3.1
# External Mods
modmenu_version=18.0.0-alpha.8
cloth_config_version=26.1.154
terrablender_version=26.1.0.1