Skip to content

Commit

Permalink
build: 23w35a
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Sep 1, 2023
1 parent b687d2e commit 1bd98d3
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
}
},
"1073741970": {
"1073741971": {
"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 23w33a"
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 23w35a"
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=23w33a
yarn_mappings=23w33a+build.2
minecraft_version=23w35a
yarn_mappings=23w35a+build.8
loader_version=0.14.22

# Mod Properties
Expand Down

0 comments on commit 1bd98d3

Please sign in to comment.