-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
51 lines (39 loc) · 1.4 KB
/
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
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
modId=buildserveractions
modGroup=com.ldtteam
modVersion=1.1.1-RELEASE
modBaseName=Buildserver Actions
javaVersion=17
useJavaToolChains=true
fml_range=[38,)
forge_range=[41.1.0,)
#The currently running forge.
forgeVersion=43.1.47
#The minimal needed forge, as marked in metadata and curseforge.
forgeMinVersion=41.1.0
#The version for forge (dependency)
exactMinecraftVersion=1.19.2
#The main version on curseforge
minecraftVersion=1.19
#Comma seperated list of mc versions, which are marked as compatible on curseforge
additionalMinecraftVersions=1.19;1.19.1
mappingsChannel=parchment
mappingsVersion=2022.08.14-1.19.2
# some mods include the MC version as part of their "real" version number, others
# store them separately (even if they look like they're included in the filename).
# it's important to get them the right way around for mods.toml to work properly.
blockUI_version=1.19.2-1.0.129-BETA
useShadowJar=false
githubUrl=https://github.com/ldtteam/BuildServerActions
gitUrl=https://github.com/ldtteam/BuildServerActions.git
gitConnectUrl=https://github.com/ldtteam/BuildServerActions.git
projectUrl=https://curseforge.com/minecraft/mc-mods/minecolonies-buildserver-quick-actions
curseId=937293
usesCurse=true
requiredCurseDependencies=blockui
usesDatagen=false
usesOptifine=false
usesParchment=true
projectHasApi=false
extendDefaultSourceSetConfiguration=true