Update to Minecraft 1.20.1

This commit is contained in:
Jonathan Coates
2023-06-13 18:07:07 +01:00
parent 1ece2aa23b
commit 5d6389dc50
4 changed files with 6 additions and 6 deletions
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: MPL-2.0
modLoader="javafml"
loaderVersion="[46,47)"
loaderVersion="[47,48)"
issueTrackerURL="https://github.com/cc-tweaked/CC-Tweaked/issues"
logoFile="pack.png"
@@ -26,6 +26,6 @@ CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles a
[[dependencies.computercraft]]
modId="forge"
mandatory=true
versionRange="[${forgeVersion},47)"
versionRange="[${forgeVersion},48)"
ordering="NONE"
side="BOTH"