|
1 | 1 | modLoader = "kotlinforforge" |
2 | | -loaderVersion = "[$kotlinForgeVersion,)" |
| 2 | +loaderVersion = "[${kotlinForgeVersion},)" |
3 | 3 | license = "GNU General Public License v3.0" |
4 | 4 | issueTrackerURL = "https://github.com/lambda-client/lambda/issues" |
5 | 5 |
|
6 | 6 | [[mods]] |
7 | | - modId = "${modId}" |
8 | | - version = "${modVersion}" |
9 | | - displayName = "Lambda" |
10 | | - authors = "${modAuthors}" |
11 | | - description = "${modDescription}" |
12 | | - logoFile = "assets/lambda/lambda.png" |
13 | | - displayTest = "IGNORE_ALL_VERSION" |
| 7 | +modId = "${modId}" |
| 8 | +version = "${modVersion}" |
| 9 | +displayName = "Lambda" |
| 10 | +authors = "${modAuthors}" |
| 11 | +description = "${modDescription}" |
| 12 | +logoFile = "assets/lambda/lambda.png" |
| 13 | +displayTest = "IGNORE_ALL_VERSION" |
14 | 14 |
|
15 | 15 | [[dependencies.${modId}]] |
16 | | - modId = "forge" |
17 | | - mandatory = true |
18 | | - versionRange = "[${forgeVersion},)" |
19 | | - ordering = "NONE" |
20 | | - side = "CLIENT" |
| 16 | +modId = "forge" |
| 17 | +mandatory = true |
| 18 | +versionRange = "[${forgeVersion},)" |
| 19 | +ordering = "NONE" |
| 20 | +side = "CLIENT" |
21 | 21 |
|
22 | 22 | [[dependencies.${modId}]] |
23 | | - modId = "minecraft" |
24 | | - mandatory = true |
25 | | - versionRange = "[${minecraftVersion},)" |
26 | | - ordering = "NONE" |
27 | | - side = "CLIENT" |
| 23 | +modId = "minecraft" |
| 24 | +mandatory = true |
| 25 | +versionRange = "[${minecraftVersion},)" |
| 26 | +ordering = "NONE" |
| 27 | +side = "CLIENT" |
28 | 28 |
|
29 | 29 | [[dependencies.${modId}]] |
30 | | - modId = "kotlinforforge" |
31 | | - mandatory = true |
32 | | - versionRange = "[${kotlinForgeVersion},)" |
33 | | - ordering = "NONE" |
34 | | - side = "CLIENT" |
| 30 | +modId = "kotlinforforge" |
| 31 | +mandatory = true |
| 32 | +versionRange = "[${kotlinForgeVersion},)" |
| 33 | +ordering = "NONE" |
| 34 | +side = "CLIENT" |
0 commit comments