1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-09 23:48:06 +00:00

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

View File

@@ -48,7 +48,7 @@
"depends": {
"fabricloader": ">=0.14.21",
"fabric-api": ">=0.83.0",
"minecraft": ">=1.20 <1.21"
"minecraft": ">=1.20.1 <1.21"
},
"accessWidener": "computercraft.accesswidener"
}

View File

@@ -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"