Skip to content

Commit 290c780

Browse files
committed
Limit MC version for the Forge 1.18.X build
1 parent c71e366 commit 290c780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ side = "BOTH"
2525
[[dependencies.audiobook]]
2626
modId = "minecraft"
2727
mandatory = true
28-
versionRange = "[1.18,)"
28+
versionRange = "[1.18,1.19)"
2929
ordering = "NONE"
3030
side = "BOTH"

0 commit comments

Comments
 (0)