1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-05 03:23:20 +00:00

Widen version range to include 1.16.5

Building against 1.16.4 for now to ensure we don't break it. Hopefully
we can bump this too once most people have migrated.

Will push a release tomorrow - don't want to be sorting out merge
conflicts at 23:30.
This commit is contained in:
Jonathan Coates 2021-01-15 23:23:51 +00:00
parent c5694ea966
commit a3a9684505

View File

@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[35,36)"
loaderVersion="[35,37)"
issueTrackerURL="https://github.com/SquidDev-CC/CC-Tweaked/issues"
displayURL="https://github.com/SquidDev-CC/CC-Tweaked"
@ -20,6 +20,6 @@ CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles a
[[dependencies.computercraft]]
modId="forge"
mandatory=true
versionRange="[35.1.16,36)"
versionRange="[35.1.16,37)"
ordering="NONE"
side="BOTH"