forked from SwitchCraftCC/sc-goodies
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
40 lines (31 loc) · 897 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraftTargetVersion = 1.21.1
minecraftVersion=1.21.1
yarnMappings=1.21.1+build.3
loaderVersion=0.16.7
kotlin.code.style = official
systemProp.kotlinVersion = 1.9.23
fabricKotlinVersion = 1.10.19+kotlin.1.9.23
# Mod Properties
modVersion = 1.14.0
mavenGroup = io.sc3
# Dependencies
# check this on https://fabricmc.net/develop
fabricVersion=0.106.0+1.21.1
ccVersion = 1.113.1
ccMcVersion = 1.21.1
ccTargetVersion = >=1.113.1
nightConfigVersion = 3.6.5
clothConfigVersion = 15.0.140
clothApiVersion = 4.0.65
modMenuVersion = 11.0.3
trinketsVersion = 3.10.0
cardinalComponentsVersion = 6.1.1
scLibraryVersion = 1.9.1
scTextVersion = 1.9.0
fabricPermissionsApiVersion = 0.2-SNAPSHOT
kotlinSerializationVersion = 1.4.0
annotationsVersion = 23.0.0