-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (25 loc) · 858 Bytes
/
gradle.properties
File metadata and controls
29 lines (25 loc) · 858 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
# 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 = freezeframe
mod_version = 1.0.1
# protocol version must be changed after each update with dual env changes
protocol_version = 1
mod_loader = Fabric
maven_group = net.frozenblock
archives_base_name = FreezeFrame
# Dependencies
fabric_api_version=0.144.1+26.1
frozenlib_version=2.4.2-mc26.1
# External Mods
modmenu_version=18.0.0-alpha.8
cloth_config_version=26.1.154