-
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bedrock hotbar_slot type fix for 1.16.220 to 1.20.10 (#748)
* TransactionUseItem hotbar_slot encoding fix 1.20.x * TransactionUseItem hotbar_slot encoding fix 1.19.x * TransactionUseItem hotbar_slot encoding fix 1.18.x * TransactionUseItem hotbar_slot encoding fix 1.17.x * TransactionUseItem hotbar_slot encoding fix 1.16.220 Skipped 1.16.201 and 1.16.210. They are not playable due to protocol errors.
- Loading branch information
1 parent
fecc3e9
commit 1c5fb1f
Showing
42 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -944,7 +944,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -947,7 +947,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -947,7 +947,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -947,7 +947,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -947,7 +947,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -947,7 +947,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -947,7 +947,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -951,7 +951,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -951,7 +951,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -951,7 +951,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -989,7 +989,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -989,7 +989,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -989,7 +989,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1041,7 +1041,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1041,7 +1041,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1041,7 +1041,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1041,7 +1041,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1041,7 +1041,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1041,7 +1041,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1041,7 +1041,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1042,7 +1042,7 @@ | |
}, | ||
{ | ||
"name": "hotbar_slot", | ||
"type": "varint" | ||
"type": "zigzag32" | ||
}, | ||
{ | ||
"name": "held_item", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters