forked from ldtteam/minecolonies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
executable file
·82 lines (66 loc) · 2.61 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
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
modId=minecolonies
modGroup=com.ldtteam
modVersion=0.0.1-LOCAL
modBaseName=minecolonies
javaVersion=1.8
useJavaToolChains=false
fml_range=[28,)
forge_range=[36.2.20,)
#The currently running forge.
forgeVersion=36.2.20
#The minimal needed forge, as marked in metadata and curseforge.
forgeMinVersion=36.2.20
#The version for forge (dependency)
exactMinecraftVersion=1.16.5
#The main version on curseforge
minecraftVersion=1.16.5
#Comma seperated list of mc versions, which are marked as compatible on curseforge
additionalMinecraftVersions=1.16.3;1.16.4
mappingsChannel=official
mappingsVersion=1.16.5
dataGeneratorsVersion=0.1.48-ALPHA
structurize_version=1.0.339-ALPHA
jei_version=7.6.4.90
resourceFullBeesVersion=0.6.1b
tinkersConstructVersion=3.0.4.197
mantleVersion=1.6.108
dynamicTreesVersion=0.10.0-Beta15
jmapApiVersion=1.8-SNAPSHOT
jmapVersion=5.8.0beta11
# 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
optionalCurseDependencies=jei;resourceful-bees;tinkers-construct;mantle;dynamictrees
usesDatagen=true
usesOptifine=false
useDefaultTestSystem=false
runtimeSourceSets=api;main
librarySourceSets=api;main;datagen;
projectHasApi=true
primaryJarClassifier=
isFMLLibrary=false
mainExcludedResources=assets/minecolonies/lang/default.json
mainIncludedResources=src/main/generated/resources
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
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