forked from SwitchCraftCC/Plethora-Fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
42 lines (32 loc) · 926 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraftTargetVersion = 1.20.x
minecraftVersion = 1.20.1
yarnMappings = 1.20.1+build.10
loaderVersion = 0.15.7
kotlin.code.style = official
systemProp.kotlinVersion = 1.9.23
fabricKotlinVersion = 1.10.19+kotlin.1.9.23
# Mod Properties
modVersion = 1.11.8
mavenGroup = io.sc3
# Dependencies
# check this on https://fabricmc.net/develop/
fabricVersion = 0.87.0+1.20.1
ccVersion = 1.110.1
ccMcVersion = 1.20.1
ccTargetVersion = >=1.110.0
clothConfigVersion = 11.1.118
clothApiVersion = 4.0.65
modMenuVersion = 7.0.1
configurateVersion = 4.1.2
trinketsVersion = 3.7.0
cardinalComponentsVersion = 5.1.0
scLibraryVersion = 1.5.0
# ===========================
# Third party mod integration
# ===========================
scPeripheralsVersion = 1.10.0
scGoodiesVersion = 1.12.0