Skip to content

Commit c5627d6

Browse files
committed
Update mods.toml
1 parent a36582e commit c5627d6

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
modLoader = "kotlinforforge"
2-
loaderVersion = "[$kotlinForgeVersion,)"
2+
loaderVersion = "[${kotlinForgeVersion},)"
33
license = "GNU General Public License v3.0"
44
issueTrackerURL = "https://github.com/lambda-client/lambda/issues"
55

66
[[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"
1414

1515
[[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"
2121

2222
[[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"
2828

2929
[[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

Comments
 (0)