forked from FrozenBlock/WilderWild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
39 lines (33 loc) · 1.07 KB
/
gradle.properties
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
37
38
39
# 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=1.21.1
quilt_mappings=1.21+build.18
parchment_mappings=1.21:2024.07.28
loader_version=0.16.0
# Mod Properties
mod_id = wilderwild
mod_version = 3.0.2
# protocol version must be changed after each update with dual env changes
protocol_version = 10
maven_group = net.frozenblock
archives_base_name = WilderWild
# Dependencies
fabric_api_version=0.103.0+1.21.1
frozenlib_version=1.9-mc1.21.1
# External Mods
modmenu_version=11.0.2
cloth_config_version=15.0.130
copperpipes_version=2.0-1.21
terrablender_version=1.21.1-4.1.0.3
fallingleaves_version=1.16.2+1.21
makebubblespop_version=ZQx9k5Sj
# Optimization
sodium_version=mc1.21-0.6.0-beta.1-fabric
run_sodium = true