-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathgradle.properties
More file actions
36 lines (32 loc) · 1019 Bytes
/
gradle.properties
File metadata and controls
36 lines (32 loc) · 1019 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
35
36
# 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=26.1
loader_version=0.18.4
# Mod Properties
mod_id = wilderwild
mod_version = 4.2.9
# protocol version must be changed after each update with dual env changes
protocol_version = 19
maven_group = net.frozenblock
archives_base_name = WilderWild
# Dependencies
fabric_api_version=0.144.3+26.1
frozenlib_version=2.4.4-mc26.1
# External Mods
modmenu_version=18.0.0-alpha.8
cloth_config_version=26.1.154
copperpipes_version=2.1.6-mc26.1
terrablender_version=26.1.0.1
# Biolith
biolith_version=3.6.0-alpha.1
run_biolith=true
# Optimization
sodium_version=mc26.1-0.8.7-fabric
run_sodium = true