Skip to content

Commit

Permalink
build: 1.20.2-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Sep 8, 2023
1 parent d6de685 commit 8886faf
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 71 deletions.
135 changes: 67 additions & 68 deletions common/src/main/resources/raknetify-channel-mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1632,122 +1632,121 @@
"52": 2
}
},
"1073741972": {
"1073741973": {
"s2c": {
"0": -2147483648,
"1": 2,
"2": 2,
"3": 1,
"4": 2,
"5": -1,
"6": 1,
"3": 2,
"4": -1,
"5": 1,
"6": 7,
"7": 7,
"8": 7,
"9": 7,
"10": 7,
"10": 1,
"11": 1,
"12": 1,
"12": 7,
"13": 7,
"14": 7,
"15": 7,
"15": 1,
"16": 1,
"17": 1,
"18": 1,
"18": 3,
"19": 3,
"20": 3,
"21": 3,
"22": 3,
"22": 1,
"23": 1,
"24": 1,
"25": 3,
"26": 2,
"27": 1,
"28": -1,
"29": 1,
"24": 3,
"25": 2,
"26": 1,
"27": -1,
"28": 1,
"29": 2,
"30": 2,
"31": 2,
"32": 7,
"33": 2,
"34": 3,
"35": 2,
"36": 3,
"37": -1,
"31": 7,
"32": 2,
"33": 3,
"34": 2,
"35": 3,
"36": -1,
"37": 7,
"38": 7,
"39": 7,
"40": 4,
"41": 7,
"42": 2,
"43": 4,
"44": 3,
"39": 4,
"40": 7,
"41": 2,
"42": 4,
"43": 3,
"44": 2,
"45": 2,
"46": 2,
"47": 2,
"48": 2,
"48": 3,
"49": 3,
"50": 3,
"51": 7,
"50": 7,
"51": -1,
"52": -1,
"53": -1,
"54": 3,
"55": 2,
"56": 1,
"53": 3,
"54": 2,
"55": 1,
"56": 2,
"57": 2,
"58": 2,
"58": 1,
"59": 1,
"60": 1,
"61": 1,
"62": 1,
"63": 1,
"64": 3,
"63": 3,
"64": 2,
"65": 2,
"66": 2,
"67": -1,
"68": 3,
"69": 2,
"70": 7,
"71": -1,
"66": -1,
"67": 3,
"68": 2,
"69": 7,
"70": -1,
"71": 1,
"72": 1,
"73": 1,
"73": 3,
"74": 3,
"75": 3,
"76": 3,
"77": 3,
"78": 3,
"79": 2,
"80": 3,
"78": 2,
"79": 3,
"80": 7,
"81": 7,
"82": 7,
"83": 2,
"84": 1,
"82": 2,
"83": 1,
"84": 2,
"85": 2,
"86": 2,
"87": 2,
"88": 2,
"88": 1,
"89": 1,
"90": 1,
"91": 1,
"92": 2,
"91": 2,
"92": 1,
"93": 1,
"94": 1,
"95": 7,
"94": 7,
"95": 1,
"96": 1,
"97": 1,
"98": 1,
"99": 1,
"99": 4,
"100": 4,
"101": 4,
"102": 0,
"103": 4,
"101": 0,
"102": 4,
"103": 1,
"104": 1,
"105": 1,
"106": 3,
"105": 3,
"106": 2,
"107": 2,
"108": 2,
"109": 1,
"108": 1,
"109": 2,
"110": 2,
"111": 2,
"112": 1,
"113": 1
"111": 1,
"112": 1
},
"c2s": {
"0": 3,
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-pre1"
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-pre2"
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-pre1
yarn_mappings=1.20.2-pre1+build.4
minecraft_version=1.20.2-pre2
yarn_mappings=1.20.2-pre2+build.2
loader_version=0.14.22

# Mod Properties
Expand Down

0 comments on commit 8886faf

Please sign in to comment.