-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
53 lines (40 loc) · 989 Bytes
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.java.home=C:/Program Files/Java/jdk-17
# Fabric Properties
# check these on https://fabricmc.net/versions.html
# 1.20
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22
# 1.19
# minecraft_version=1.19.2
# yarn_mappings=1.19.2+build.28
# loader_version=0.14.10
# 1.19
# minecraft_version=1.19
# yarn_mappings=1.19+build.4
# loader_version=0.14.8
# 1.18
# minecraft_version=1.18.1
# yarn_mappings=1.18.1+build.18
# loader_version=0.12.12
# 1.17
# minecraft_version=1.17.1
# yarn_mappings=1.17.1+build.65
# loader_version=0.12.12
# Mod Properties
mod_version = 1.0.1
maven_group = com.nssg.blockmixer
archives_base_name = blockmixer
# Dependencies
# 1.20
fabric_version=0.86.1+1.20.1
# 1.19
# fabric_version=0.64.0+1.19.2
# 1.19
# fabric_version=0.56.0+1.19
# 1.18
# fabric_version=0.45.2+1.18
# 1.17
# fabric_version=0.45.2+1.17