Skip to content

Commit

Permalink
Update to Minecraft 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Jun 13, 2023
1 parent 1ece2aa commit 5d6389d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ isUnstable=false
modVersion=1.105.0

# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.20
mcVersion=1.20.1
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# Minecraft
# MC version is specified in gradle.properties, as we need that in settings.gradle.
# Remember to update corresponding versions in fabric.mod.json/mods.toml
fabric-api = "0.83.0+1.20"
fabric-api = "0.83.1+1.20.1"
fabric-loader = "0.14.21"
forge = "46.0.1"
forge = "47.0.1"
forgeSpi = "6.0.0"
mixin = "0.8.5"
parchment = "2023.03.12"
Expand Down
2 changes: 1 addition & 1 deletion projects/fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions projects/forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit 5d6389d

Please sign in to comment.