-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
34 lines (30 loc) · 1013 Bytes
/
gradle.properties
File metadata and controls
34 lines (30 loc) · 1013 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
33
34
# 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=false
# Fabric Properties
# Get new versions at https://fabricmc.net/develop and https://lambdaurora.dev/tools/import_quilt.html
minecraft_version=1.21.9
quilt_mappings=1.21+build.18
parchment_mappings=1.21:2024.07.28
loader_version=0.17.2
# Mod Properties
mod_id = thecopperierage
mod_version = 1.0.6
# protocol version must be changed after each update with dual env changes
protocol_version = 1
maven_group = net.frozenblock
archives_base_name = TheCopperierAge
# Dependencies
fabric_api_version=0.133.14+1.21.9
frozenlib_version=2.2.4-mc1.21.9
# External Mods
modmenu_version=15.0.0-beta.3
cloth_config_version=19.0.147
copperpipes_version=2.0.6-mc1.21.5
# Optimization
sodium_version=mc1.21.6-0.6.13-fabric
run_sodium = false