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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user