Skip to content

Commit ca8b3b4

Browse files
committed
Feature: Forge 1.19.3 to 1.20.x
1 parent 688ecd4 commit ca8b3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forge/src/main/resources/META-INF/mods.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ displayTest = "IGNORE_ALL_VERSION"
1515
[[dependencies.lambda]]
1616
modId = "forge"
1717
mandatory = true
18-
versionRange = "[47,)"
18+
versionRange = "[44,)"
1919
ordering = "NONE"
2020
side = "CLIENT"
2121

2222
[[dependencies.lambda]]
2323
modId = "minecraft"
2424
mandatory = true
25-
versionRange = "[1.20.4,)"
25+
versionRange = "[1.19.3,1.21)"
2626
ordering = "NONE"
2727
side = "CLIENT"
2828

0 commit comments

Comments
 (0)