Skip to content

Commit

Permalink
build: 1.20.2-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Sep 19, 2023
1 parent cd2e4a3 commit e1f2316
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/src/main/resources/raknetify-channel-mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@
"52": 2
}
},
"1073741976": {
"1073741977": {
"s2c": {
"0": -2147483648,
"1": 2,
Expand Down
2 changes: 1 addition & 1 deletion genMappings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ installer_version=0.11.0

#declare -a vers
if [[ -z "$@" ]]; then
vers="1.17 1.17.1 1.18.1 1.18.2 1.19 1.19.2 1.19.3 1.19.4 23w13a_or_b 1.20.1 1.20.2-rc1"
vers="1.17 1.17.1 1.18.1 1.18.2 1.19 1.19.2 1.19.3 1.19.4 23w13a_or_b 1.20.1 1.20.2-rc2"
else
vers=$@
fi
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ org.gradle.parallel=true
# check these on https://fabricmc.net/develop
#
# Also don't forget to gen mappings in genMappings.sh
minecraft_version=1.20.2-rc1
yarn_mappings=1.20.2-rc1+build.2
minecraft_version=1.20.2-rc2
yarn_mappings=1.20.2-rc2+build.4
loader_version=0.14.22

# Mod Properties
Expand Down

0 comments on commit e1f2316

Please sign in to comment.