mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-04 17:56:59 +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:
parent
9f72448ecd
commit
e8e2ed9fe5
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user