forked from CriticalRange/vulkanmod-extra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
47 lines (39 loc) · 1.26 KB
/
gradle.properties
File metadata and controls
47 lines (39 loc) · 1.26 KB
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
40
41
42
43
44
45
46
47
# Done to increase the memory available to Gradle.
org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=true
# Mod properties
mod_version = 0.2.0-rc1
maven_group = com.criticalrange
archives_name = vulkanmod-extra
enabled_platforms = fabric
# Minecraft properties - Base version for common module
minecraft_version = 1.21.1
yarn_mappings = 1.21.1+build.3
# Dependencies
architectury_api_version = 13.0.8
fabric_loader_version = 0.17.2
fabric_api_version = 0.116.5+1.21.1
vulkanmod_version = 0.5.5
oshi_version = 6.8.3
mixinextras_version = 0.5.0
# Version-specific mappings and dependencies (overridden in subproject gradle.properties)
# 1.21.1 - Base version (used by common)
minecraft_version_1_21_1 = 1.21.1
yarn_mappings_1_21_1 = 1.21.1+build.3
fabric_api_version_1_21_1 = 0.116.5+1.21.1
# 1.21.2
minecraft_version_1_21_2 = 1.21.2
yarn_mappings_1_21_2 = 1.21.2+build.1
fabric_api_version_1_21_2 = 0.106.1+1.21.2
# 1.21.3
minecraft_version_1_21_3 = 1.21.3
yarn_mappings_1_21_3 = 1.21.3+build.1
fabric_api_version_1_21_3 = 0.112.1+1.21.3
# 1.21.4
minecraft_version_1_21_4 = 1.21.4
yarn_mappings_1_21_4 = 1.21.4+build.1
fabric_api_version_1_21_4 = 0.119.4+1.21.4
# 1.21.5
minecraft_version_1_21_5 = 1.21.5
yarn_mappings_1_21_5 = 1.21.5+build.1
fabric_api_version_1_21_5 = 0.128.1+1.21.5