forked from Nomi-CEu/Nomi-CEu-Translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.json
45 lines (42 loc) · 1.96 KB
/
modules.json
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
{
"_exampleModule": {
"name": "The Name of the Module. Has to be a folder in the root directory of this project. Will also be the name of the output zip. Example: 'nomi-ceu-translations'.",
"formattedName": "The formatted name of the Module, used in English Lang Update Commit Messages. Example: 'Nomi CEu Translations'.",
"git": "Link to the project's github page (without a slash at the end). Example: 'https://github.com/Nomi-CEu/Nomi-CEu-Translations'.",
"pathToAssets": "Path from base of the repo to the assets folder where the en_us.langs are grabbed from. Example: 'nomi-ceu/assets'.",
"shouldProvideSeparately": "Whether this module should be provided as a separate zip. Example: 'true'.",
"branch": "Optional Field. The Branch to take the en_us.langs from. If not provided, or branch does not exist, uses the default branch."
},
"_exampleCombined": {
"name": "Name of the Combined Zip. The Directory where the pack.mcmeta and pack.png are grabbed from. Example: 'combined'.",
"formattedName": "Formatted Name of the Combined Zip. Used in log. Example: 'Combined'."
},
"combined": {
"name": "nomi-ceu",
"formattedName": "Nomi-CEu"
},
"modules": [
{
"_comment": "This Module has Special Behaviours connected to it! Check that they work after any change!",
"name": "nomi-ceu",
"formattedName": "Nomi-CEu",
"git": "https://github.com/Nomi-CEu/Nomi-CEu",
"pathToAssets": "overrides/resources",
"shouldProvideSeparately": false
},
{
"name": "nomi-labs",
"formattedName": "Nomi Labs",
"git": "https://github.com/Nomi-CEu/Nomi-Labs",
"pathToAssets": "src/main/resources/assets",
"shouldProvideSeparately": true
},
{
"name": "gregtech-drawers",
"formattedName": "GregTech Drawers",
"git": "https://github.com/Nomi-CEu/gregtech-drawers",
"pathToAssets": "src/main/resources/assets",
"shouldProvideSeparately": true
}
]
}