Fix incorrect lower bound in mods.toml

It appears I had failed to update this when last bumping the Forge
version. Closes #521 - we're relying on a feature only added in Forge
31.1.16, and they're using 3.1.14.
This commit is contained in:
SquidDev 2020-08-09 21:50:58 +01:00
parent 9f72448ecd
commit e8e2ed9fe5
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles a
[[dependencies.computercraft]]
modId="forge"
mandatory=true
versionRange="[31.0.13,32)"
versionRange="[31.1.41,32)"
ordering="NONE"
side="BOTH"