Skip to content

Commit 523373c

Browse files
committed
Undo forge-version push as we can keep supporting 1.21.6+ with the previous fix
1 parent 19000ca commit 523373c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

implementations/forge/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ plugins {
66
}
77

88
val supportedMinecraftVersions = listOf(
9-
"1.21.9", "1.21.10"
9+
"1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10"
1010
)
1111

1212
val minecraftVersion = supportedMinecraftVersions.first()
13-
val forgeVersion = "59.0.5"
13+
val forgeVersion = "56.0.7"
1414

1515
val shadowInclude: Configuration by configurations.creating
1616
configurations.api.get().extendsFrom(shadowInclude)

0 commit comments

Comments
 (0)