Skip to content

Commit 39f3c1a

Browse files
committed
Enforce minimum Forge version.
1 parent ee63768 commit 39f3c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ itemIcon="minecraft:bookshelf"
2121
[[dependencies.bookshelf]]
2222
modId="forge"
2323
mandatory=true
24-
versionRange="[37,]"
24+
versionRange="[37.0.33,]"
2525
ordering="NONE"
2626
side="BOTH"
2727

0 commit comments

Comments
 (0)