forked from ldtteam/minecolonies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
executable file
·90 lines (72 loc) · 2.93 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
modId=minecolonies
modGroup=com.ldtteam
modVersion=0.0.1-LOCAL
modBaseName=minecolonies
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=official
mappingsVersion=1.19.2
dataGeneratorsVersion=0.1.48-ALPHA
blockUI_version=1.19-0.0.64-ALPHA
structurize_version=1.19.2-1.0.485-ALPHA
domumOrnamentumVersion=1.19-1.0.76-ALPHA
multiPistonVersion=1.19.2-1.2.21-ALPHA
jei_mcversion=1.19
jei_version=11.1.1.239
jmapApiVersion=1.19-1.8-SNAPSHOT
jmapMcVersion=1.19.2
jmapVersion=5.9.4
tinkersConstructVersion=3.5.0.17
mantleVersion=1.9.20
# 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.
# Journeymap doesn't have a maven (other than cursemaven); so if you want to use it in dev
# then drop the regular jar into the "libs" dir and set this to true (editing version if needed)
runWithJourneymap=false
useShadowJar=true
githubUrl=https://github.com/ldtteam/Minecolonies
gitUrl=https://github.com/ldtteam/Minecolonies.git
gitConnectUrl=https://github.com/ldtteam/Minecolonies.git
projectUrl=https://www.curseforge.com/minecraft/mc-mods/minecolonies
curseId=245506
usesCurse=true
requiredCurseDependencies=structurize;domum-ornamentum;blockui;multi-piston
usesCrowdin=false
crowdinId=minecolonies
usesDatagen=true
usesOptifine=false
useDefaultTestSystem=false
runtimeSourceSets=api;main
librarySourceSets=api;main;datagen;
projectHasApi=true
primaryJarClassifier=
isFMLLibrary=false
extendDefaultSourceSetConfiguration=true
mainExcludedResources=assets/minecolonies/lang/manual_en_us.json;assets/minecolonies/lang/default.json;assets/minecolonies/lang/quests.json
usesMergableTranslations=true
translationMergeSources[0]=src/main/resources/assets/minecolonies/lang/manual_en_us.json
translationMergeSources[1]=src/datagen/generated/minecolonies/assets/minecolonies/lang/default.json
translationMergeSources[2]=src/datagen/generated/minecolonies/assets/minecolonies/lang/quests.json
translationMergeDestination[0]=src/main/resources/assets/minecolonies/lang/entries.json
translationMergeDestination[1]=src/main/resources/assets/minecolonies/lang/en_us.json
usesSonarQube=true
usesCrowdInTranslationManagement=true
crowdInDownloadDirectory=src/main/resources/assets/minecolonies/lang
usesCrowdInBuildingWithFilteredBranches=true
usesCrowdInUploadWithFilteredBranches=true
additionalModsInDataGen=structurize;domum_ornamentum