-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (25 loc) · 815 Bytes
/
Copy pathgradle.properties
File metadata and controls
30 lines (25 loc) · 815 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
org.gradle.cache=true
# Fabric Properties
# More versions available at: https://grayray75.github.io/LegacyFabric-Versions/
minecraft_version = 1.8.9
yarn_build = 541
loader_version = 0.15.11
# Legacy Fabric API
# Also available for mc 1.7.10, 1.8, 1.9.4, 1.10.2, 1.11.2 and 1.12.2
fabric_version = 1.9.3+1.8.9
# Mod Properties
mod_version = 1.0.0
maven_group = com.thatmg393
archives_base_name = legacy-vulkanmod
# Mod Dependencies
lwjgl_version = 3.3.3
lwjgl_modules = lwjgl,glfw,vulkan,shaderc,vma,opengl
lwjgl_natives_arch = linux,linux-arm32
joml_version = 1.10.8
slf4j_api_version = 2.1.0-alpha1
fastutil_core_version = 8.5.14
lombok_version = 1.18.34
llwjgl3_version = ce4fd43d41