1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-13 16:56:49 +00:00

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

View File

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