minecraft-data 3.43.1 → 3.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/doc/history.md +4 -0
  2. package/minecraft-data/data/bedrock/1.16.220/protocol.json +3 -3
  3. package/minecraft-data/data/bedrock/1.16.220/types.yml +3 -3
  4. package/minecraft-data/data/bedrock/1.17.0/protocol.json +3 -3
  5. package/minecraft-data/data/bedrock/1.17.0/types.yml +3 -3
  6. package/minecraft-data/data/bedrock/1.17.10/protocol.json +3 -3
  7. package/minecraft-data/data/bedrock/1.17.10/types.yml +3 -3
  8. package/minecraft-data/data/bedrock/1.17.30/protocol.json +3 -3
  9. package/minecraft-data/data/bedrock/1.17.30/types.yml +3 -3
  10. package/minecraft-data/data/bedrock/1.17.40/protocol.json +3 -3
  11. package/minecraft-data/data/bedrock/1.17.40/types.yml +3 -3
  12. package/minecraft-data/data/bedrock/1.18.0/protocol.json +3 -3
  13. package/minecraft-data/data/bedrock/1.18.0/types.yml +3 -3
  14. package/minecraft-data/data/bedrock/1.18.11/protocol.json +3 -3
  15. package/minecraft-data/data/bedrock/1.18.11/types.yml +3 -3
  16. package/minecraft-data/data/bedrock/1.18.30/protocol.json +3 -3
  17. package/minecraft-data/data/bedrock/1.18.30/types.yml +3 -3
  18. package/minecraft-data/data/bedrock/1.19.1/protocol.json +3 -3
  19. package/minecraft-data/data/bedrock/1.19.1/types.yml +3 -3
  20. package/minecraft-data/data/bedrock/1.19.10/protocol.json +3 -3
  21. package/minecraft-data/data/bedrock/1.19.10/types.yml +3 -3
  22. package/minecraft-data/data/bedrock/1.19.20/protocol.json +3 -3
  23. package/minecraft-data/data/bedrock/1.19.20/types.yml +3 -3
  24. package/minecraft-data/data/bedrock/1.19.21/protocol.json +3 -3
  25. package/minecraft-data/data/bedrock/1.19.21/types.yml +3 -3
  26. package/minecraft-data/data/bedrock/1.19.30/protocol.json +3 -3
  27. package/minecraft-data/data/bedrock/1.19.30/types.yml +3 -3
  28. package/minecraft-data/data/bedrock/1.19.40/protocol.json +3 -3
  29. package/minecraft-data/data/bedrock/1.19.40/types.yml +3 -3
  30. package/minecraft-data/data/bedrock/1.19.50/protocol.json +3 -3
  31. package/minecraft-data/data/bedrock/1.19.50/types.yml +3 -3
  32. package/minecraft-data/data/bedrock/1.19.60/protocol.json +3 -3
  33. package/minecraft-data/data/bedrock/1.19.60/types.yml +3 -3
  34. package/minecraft-data/data/bedrock/1.19.62/protocol.json +3 -3
  35. package/minecraft-data/data/bedrock/1.19.62/types.yml +3 -3
  36. package/minecraft-data/data/bedrock/1.19.70/protocol.json +3 -3
  37. package/minecraft-data/data/bedrock/1.19.70/types.yml +3 -3
  38. package/minecraft-data/data/bedrock/1.19.80/protocol.json +3 -3
  39. package/minecraft-data/data/bedrock/1.19.80/types.yml +3 -3
  40. package/minecraft-data/data/bedrock/1.20.0/protocol.json +3 -3
  41. package/minecraft-data/data/bedrock/1.20.0/types.yml +3 -3
  42. package/minecraft-data/data/bedrock/1.20.10/protocol.json +3 -3
  43. package/minecraft-data/data/bedrock/latest/types.yml +3 -3
  44. package/minecraft-data/data/pc/1.19.4/protocol.json +4 -4
  45. package/minecraft-data/data/pc/common/features.json +30 -0
  46. package/minecraft-data/doc/history.md +5 -0
  47. package/package.json +2 -2
@@ -808,7 +808,7 @@ StackRequestSlotInfo:
808
808
  ItemStackRequest:
809
809
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
810
810
  # specific request in the ItemStackResponse packet.
811
- request_id: varint
811
+ request_id: zigzag32
812
812
  actions: []varint
813
813
  type_id: u8 =>
814
814
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -963,7 +963,7 @@ ItemStackResponses: []varint
963
963
  1: error
964
964
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
965
965
  # will undo the actions from the request with this ID.
966
- request_id: varint
966
+ request_id: zigzag32
967
967
  _: status ?
968
968
  if ok:
969
969
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -984,7 +984,7 @@ ItemStackResponses: []varint
984
984
  # sent to the client.
985
985
  count: u8
986
986
  # StackNetworkID is the network ID of the new stack at a specific slot.
987
- item_stack_id: varint
987
+ item_stack_id: zigzag32
988
988
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
989
989
  custom_name: string
990
990
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -2179,7 +2179,7 @@
2179
2179
  [
2180
2180
  {
2181
2181
  "name": "request_id",
2182
- "type": "varint"
2182
+ "type": "zigzag32"
2183
2183
  },
2184
2184
  {
2185
2185
  "name": "actions",
@@ -2505,7 +2505,7 @@
2505
2505
  },
2506
2506
  {
2507
2507
  "name": "request_id",
2508
- "type": "varint"
2508
+ "type": "zigzag32"
2509
2509
  },
2510
2510
  {
2511
2511
  "anon": true,
@@ -2553,7 +2553,7 @@
2553
2553
  },
2554
2554
  {
2555
2555
  "name": "item_stack_id",
2556
- "type": "varint"
2556
+ "type": "zigzag32"
2557
2557
  },
2558
2558
  {
2559
2559
  "name": "custom_name",
@@ -837,7 +837,7 @@ StackRequestSlotInfo:
837
837
  ItemStackRequest:
838
838
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
839
839
  # specific request in the ItemStackResponse packet.
840
- request_id: varint
840
+ request_id: zigzag32
841
841
  actions: []varint
842
842
  type_id: u8 =>
843
843
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -1006,7 +1006,7 @@ ItemStackResponses: []varint
1006
1006
  1: error
1007
1007
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
1008
1008
  # will undo the actions from the request with this ID.
1009
- request_id: varint
1009
+ request_id: zigzag32
1010
1010
  _: status ?
1011
1011
  if ok:
1012
1012
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -1027,7 +1027,7 @@ ItemStackResponses: []varint
1027
1027
  # sent to the client.
1028
1028
  count: u8
1029
1029
  # StackNetworkID is the network ID of the new stack at a specific slot.
1030
- item_stack_id: varint
1030
+ item_stack_id: zigzag32
1031
1031
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
1032
1032
  custom_name: string
1033
1033
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -2231,7 +2231,7 @@
2231
2231
  [
2232
2232
  {
2233
2233
  "name": "request_id",
2234
- "type": "varint"
2234
+ "type": "zigzag32"
2235
2235
  },
2236
2236
  {
2237
2237
  "name": "actions",
@@ -2558,7 +2558,7 @@
2558
2558
  },
2559
2559
  {
2560
2560
  "name": "request_id",
2561
- "type": "varint"
2561
+ "type": "zigzag32"
2562
2562
  },
2563
2563
  {
2564
2564
  "anon": true,
@@ -2606,7 +2606,7 @@
2606
2606
  },
2607
2607
  {
2608
2608
  "name": "item_stack_id",
2609
- "type": "varint"
2609
+ "type": "zigzag32"
2610
2610
  },
2611
2611
  {
2612
2612
  "name": "custom_name",
@@ -848,7 +848,7 @@ StackRequestSlotInfo:
848
848
  ItemStackRequest:
849
849
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
850
850
  # specific request in the ItemStackResponse packet.
851
- request_id: varint
851
+ request_id: zigzag32
852
852
  actions: []varint
853
853
  type_id: u8 =>
854
854
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -1018,7 +1018,7 @@ ItemStackResponses: []varint
1018
1018
  1: error
1019
1019
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
1020
1020
  # will undo the actions from the request with this ID.
1021
- request_id: varint
1021
+ request_id: zigzag32
1022
1022
  _: status ?
1023
1023
  if ok:
1024
1024
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -1039,7 +1039,7 @@ ItemStackResponses: []varint
1039
1039
  # sent to the client.
1040
1040
  count: u8
1041
1041
  # StackNetworkID is the network ID of the new stack at a specific slot.
1042
- item_stack_id: varint
1042
+ item_stack_id: zigzag32
1043
1043
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
1044
1044
  custom_name: string
1045
1045
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -2231,7 +2231,7 @@
2231
2231
  [
2232
2232
  {
2233
2233
  "name": "request_id",
2234
- "type": "varint"
2234
+ "type": "zigzag32"
2235
2235
  },
2236
2236
  {
2237
2237
  "name": "actions",
@@ -2560,7 +2560,7 @@
2560
2560
  },
2561
2561
  {
2562
2562
  "name": "request_id",
2563
- "type": "varint"
2563
+ "type": "zigzag32"
2564
2564
  },
2565
2565
  {
2566
2566
  "anon": true,
@@ -2608,7 +2608,7 @@
2608
2608
  },
2609
2609
  {
2610
2610
  "name": "item_stack_id",
2611
- "type": "varint"
2611
+ "type": "zigzag32"
2612
2612
  },
2613
2613
  {
2614
2614
  "name": "custom_name",
@@ -852,7 +852,7 @@ StackRequestSlotInfo:
852
852
  ItemStackRequest:
853
853
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
854
854
  # specific request in the ItemStackResponse packet.
855
- request_id: varint
855
+ request_id: zigzag32
856
856
  actions: []varint
857
857
  type_id: u8 =>
858
858
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -1024,7 +1024,7 @@ ItemStackResponses: []varint
1024
1024
  1: error
1025
1025
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
1026
1026
  # will undo the actions from the request with this ID.
1027
- request_id: varint
1027
+ request_id: zigzag32
1028
1028
  _: status ?
1029
1029
  if ok:
1030
1030
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -1045,7 +1045,7 @@ ItemStackResponses: []varint
1045
1045
  # sent to the client.
1046
1046
  count: u8
1047
1047
  # StackNetworkID is the network ID of the new stack at a specific slot.
1048
- item_stack_id: varint
1048
+ item_stack_id: zigzag32
1049
1049
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
1050
1050
  custom_name: string
1051
1051
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -2262,7 +2262,7 @@
2262
2262
  [
2263
2263
  {
2264
2264
  "name": "request_id",
2265
- "type": "varint"
2265
+ "type": "zigzag32"
2266
2266
  },
2267
2267
  {
2268
2268
  "name": "actions",
@@ -2591,7 +2591,7 @@
2591
2591
  },
2592
2592
  {
2593
2593
  "name": "request_id",
2594
- "type": "varint"
2594
+ "type": "zigzag32"
2595
2595
  },
2596
2596
  {
2597
2597
  "anon": true,
@@ -2639,7 +2639,7 @@
2639
2639
  },
2640
2640
  {
2641
2641
  "name": "item_stack_id",
2642
- "type": "varint"
2642
+ "type": "zigzag32"
2643
2643
  },
2644
2644
  {
2645
2645
  "name": "custom_name",
@@ -872,7 +872,7 @@ StackRequestSlotInfo:
872
872
  ItemStackRequest:
873
873
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
874
874
  # specific request in the ItemStackResponse packet.
875
- request_id: varint
875
+ request_id: zigzag32
876
876
  actions: []varint
877
877
  type_id: u8 =>
878
878
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -1044,7 +1044,7 @@ ItemStackResponses: []varint
1044
1044
  1: error
1045
1045
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
1046
1046
  # will undo the actions from the request with this ID.
1047
- request_id: varint
1047
+ request_id: zigzag32
1048
1048
  _: status ?
1049
1049
  if ok:
1050
1050
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -1065,7 +1065,7 @@ ItemStackResponses: []varint
1065
1065
  # sent to the client.
1066
1066
  count: u8
1067
1067
  # StackNetworkID is the network ID of the new stack at a specific slot.
1068
- item_stack_id: varint
1068
+ item_stack_id: zigzag32
1069
1069
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
1070
1070
  custom_name: string
1071
1071
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -2266,7 +2266,7 @@
2266
2266
  [
2267
2267
  {
2268
2268
  "name": "request_id",
2269
- "type": "varint"
2269
+ "type": "zigzag32"
2270
2270
  },
2271
2271
  {
2272
2272
  "name": "actions",
@@ -2595,7 +2595,7 @@
2595
2595
  },
2596
2596
  {
2597
2597
  "name": "request_id",
2598
- "type": "varint"
2598
+ "type": "zigzag32"
2599
2599
  },
2600
2600
  {
2601
2601
  "anon": true,
@@ -2643,7 +2643,7 @@
2643
2643
  },
2644
2644
  {
2645
2645
  "name": "item_stack_id",
2646
- "type": "varint"
2646
+ "type": "zigzag32"
2647
2647
  },
2648
2648
  {
2649
2649
  "name": "custom_name",
@@ -873,7 +873,7 @@ StackRequestSlotInfo:
873
873
  ItemStackRequest:
874
874
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
875
875
  # specific request in the ItemStackResponse packet.
876
- request_id: varint
876
+ request_id: zigzag32
877
877
  actions: []varint
878
878
  type_id: u8 =>
879
879
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -1045,7 +1045,7 @@ ItemStackResponses: []varint
1045
1045
  1: error
1046
1046
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
1047
1047
  # will undo the actions from the request with this ID.
1048
- request_id: varint
1048
+ request_id: zigzag32
1049
1049
  _: status ?
1050
1050
  if ok:
1051
1051
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -1066,7 +1066,7 @@ ItemStackResponses: []varint
1066
1066
  # sent to the client.
1067
1067
  count: u8
1068
1068
  # StackNetworkID is the network ID of the new stack at a specific slot.
1069
- item_stack_id: varint
1069
+ item_stack_id: zigzag32
1070
1070
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
1071
1071
  custom_name: string
1072
1072
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -2276,7 +2276,7 @@
2276
2276
  [
2277
2277
  {
2278
2278
  "name": "request_id",
2279
- "type": "varint"
2279
+ "type": "zigzag32"
2280
2280
  },
2281
2281
  {
2282
2282
  "name": "actions",
@@ -2603,7 +2603,7 @@
2603
2603
  },
2604
2604
  {
2605
2605
  "name": "request_id",
2606
- "type": "varint"
2606
+ "type": "zigzag32"
2607
2607
  },
2608
2608
  {
2609
2609
  "anon": true,
@@ -2651,7 +2651,7 @@
2651
2651
  },
2652
2652
  {
2653
2653
  "name": "item_stack_id",
2654
- "type": "varint"
2654
+ "type": "zigzag32"
2655
2655
  },
2656
2656
  {
2657
2657
  "name": "custom_name",
@@ -883,7 +883,7 @@ StackRequestSlotInfo:
883
883
  ItemStackRequest:
884
884
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
885
885
  # specific request in the ItemStackResponse packet.
886
- request_id: varint
886
+ request_id: zigzag32
887
887
  actions: []varint
888
888
  type_id: u8 =>
889
889
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -1053,7 +1053,7 @@ ItemStackResponses: []varint
1053
1053
  1: error
1054
1054
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
1055
1055
  # will undo the actions from the request with this ID.
1056
- request_id: varint
1056
+ request_id: zigzag32
1057
1057
  _: status ?
1058
1058
  if ok:
1059
1059
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -1074,7 +1074,7 @@ ItemStackResponses: []varint
1074
1074
  # sent to the client.
1075
1075
  count: u8
1076
1076
  # StackNetworkID is the network ID of the new stack at a specific slot.
1077
- item_stack_id: varint
1077
+ item_stack_id: zigzag32
1078
1078
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
1079
1079
  custom_name: string
1080
1080
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -2310,7 +2310,7 @@
2310
2310
  [
2311
2311
  {
2312
2312
  "name": "request_id",
2313
- "type": "varint"
2313
+ "type": "zigzag32"
2314
2314
  },
2315
2315
  {
2316
2316
  "name": "actions",
@@ -2637,7 +2637,7 @@
2637
2637
  },
2638
2638
  {
2639
2639
  "name": "request_id",
2640
- "type": "varint"
2640
+ "type": "zigzag32"
2641
2641
  },
2642
2642
  {
2643
2643
  "anon": true,
@@ -2685,7 +2685,7 @@
2685
2685
  },
2686
2686
  {
2687
2687
  "name": "item_stack_id",
2688
- "type": "varint"
2688
+ "type": "zigzag32"
2689
2689
  },
2690
2690
  {
2691
2691
  "name": "custom_name",
@@ -892,7 +892,7 @@ StackRequestSlotInfo:
892
892
  ItemStackRequest:
893
893
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
894
894
  # specific request in the ItemStackResponse packet.
895
- request_id: varint
895
+ request_id: zigzag32
896
896
  actions: []varint
897
897
  type_id: u8 =>
898
898
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -1062,7 +1062,7 @@ ItemStackResponses: []varint
1062
1062
  1: error
1063
1063
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
1064
1064
  # will undo the actions from the request with this ID.
1065
- request_id: varint
1065
+ request_id: zigzag32
1066
1066
  _: status ?
1067
1067
  if ok:
1068
1068
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -1083,7 +1083,7 @@ ItemStackResponses: []varint
1083
1083
  # sent to the client.
1084
1084
  count: u8
1085
1085
  # StackNetworkID is the network ID of the new stack at a specific slot.
1086
- item_stack_id: varint
1086
+ item_stack_id: zigzag32
1087
1087
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
1088
1088
  custom_name: string
1089
1089
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -2310,7 +2310,7 @@
2310
2310
  [
2311
2311
  {
2312
2312
  "name": "request_id",
2313
- "type": "varint"
2313
+ "type": "zigzag32"
2314
2314
  },
2315
2315
  {
2316
2316
  "name": "actions",
@@ -2639,7 +2639,7 @@
2639
2639
  },
2640
2640
  {
2641
2641
  "name": "request_id",
2642
- "type": "varint"
2642
+ "type": "zigzag32"
2643
2643
  },
2644
2644
  {
2645
2645
  "anon": true,
@@ -2687,7 +2687,7 @@
2687
2687
  },
2688
2688
  {
2689
2689
  "name": "item_stack_id",
2690
- "type": "varint"
2690
+ "type": "zigzag32"
2691
2691
  },
2692
2692
  {
2693
2693
  "name": "custom_name",
@@ -892,7 +892,7 @@ StackRequestSlotInfo:
892
892
  ItemStackRequest:
893
893
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
894
894
  # specific request in the ItemStackResponse packet.
895
- request_id: varint
895
+ request_id: zigzag32
896
896
  actions: []varint
897
897
  type_id: u8 =>
898
898
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -1064,7 +1064,7 @@ ItemStackResponses: []varint
1064
1064
  1: error
1065
1065
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
1066
1066
  # will undo the actions from the request with this ID.
1067
- request_id: varint
1067
+ request_id: zigzag32
1068
1068
  _: status ?
1069
1069
  if ok:
1070
1070
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -1085,7 +1085,7 @@ ItemStackResponses: []varint
1085
1085
  # sent to the client.
1086
1086
  count: u8
1087
1087
  # StackNetworkID is the network ID of the new stack at a specific slot.
1088
- item_stack_id: varint
1088
+ item_stack_id: zigzag32
1089
1089
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
1090
1090
  custom_name: string
1091
1091
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -2314,7 +2314,7 @@
2314
2314
  [
2315
2315
  {
2316
2316
  "name": "request_id",
2317
- "type": "varint"
2317
+ "type": "zigzag32"
2318
2318
  },
2319
2319
  {
2320
2320
  "name": "actions",
@@ -2643,7 +2643,7 @@
2643
2643
  },
2644
2644
  {
2645
2645
  "name": "request_id",
2646
- "type": "varint"
2646
+ "type": "zigzag32"
2647
2647
  },
2648
2648
  {
2649
2649
  "anon": true,
@@ -2691,7 +2691,7 @@
2691
2691
  },
2692
2692
  {
2693
2693
  "name": "item_stack_id",
2694
- "type": "varint"
2694
+ "type": "zigzag32"
2695
2695
  },
2696
2696
  {
2697
2697
  "name": "custom_name",
@@ -897,7 +897,7 @@ StackRequestSlotInfo:
897
897
  ItemStackRequest:
898
898
  # RequestID is a unique ID for the request. This ID is used by the server to send a response for this
899
899
  # specific request in the ItemStackResponse packet.
900
- request_id: varint
900
+ request_id: zigzag32
901
901
  actions: []varint
902
902
  type_id: u8 =>
903
903
  # TakeStackRequestAction is sent by the client to the server to take x amount of items from one slot in a
@@ -1069,7 +1069,7 @@ ItemStackResponses: []varint
1069
1069
  1: error
1070
1070
  # RequestID is the unique ID of the request that this response is in reaction to. If rejected, the client
1071
1071
  # will undo the actions from the request with this ID.
1072
- request_id: varint
1072
+ request_id: zigzag32
1073
1073
  _: status ?
1074
1074
  if ok:
1075
1075
  # ContainerInfo holds information on the containers that had their contents changed as a result of the
@@ -1090,7 +1090,7 @@ ItemStackResponses: []varint
1090
1090
  # sent to the client.
1091
1091
  count: u8
1092
1092
  # StackNetworkID is the network ID of the new stack at a specific slot.
1093
- item_stack_id: varint
1093
+ item_stack_id: zigzag32
1094
1094
  # CustomName is the custom name of the item stack. It is used in relation to text filtering.
1095
1095
  custom_name: string
1096
1096
  # DurabilityCorrection is the current durability of the item stack. This durability will be shown
@@ -5115,16 +5115,16 @@
5115
5115
  "container",
5116
5116
  [
5117
5117
  {
5118
- "name": "base",
5118
+ "name": "template",
5119
5119
  "type": "ingredient"
5120
5120
  },
5121
5121
  {
5122
- "name": "addition",
5122
+ "name": "base",
5123
5123
  "type": "ingredient"
5124
5124
  },
5125
5125
  {
5126
- "name": "result",
5127
- "type": "slot"
5126
+ "name": "addition",
5127
+ "type": "ingredient"
5128
5128
  }
5129
5129
  ]
5130
5130
  ],
@@ -12,6 +12,36 @@
12
12
  "latest"
13
13
  ]
14
14
  },
15
+ {
16
+ "name": "hasElytraFlying",
17
+ "description": "the elytra exists and players can fly with it",
18
+ "versions": ["1.9", "latest"]
19
+ },
20
+ {
21
+ "name": "fireworkMetadataVarInt7",
22
+ "description": "firework attached entity metadata is at index 7 and is varint",
23
+ "versions": ["1.11", "1.13.2"]
24
+ },
25
+ {
26
+ "name": "fireworkMetadataOptVarInt8",
27
+ "description": "firework attached entity metadata is at index 8 and is optvarint",
28
+ "versions": ["1.14", "1.16.5"]
29
+ },
30
+ {
31
+ "name": "fireworkMetadataOptVarInt9",
32
+ "description": "firework attached entity metadata is at index 9 and is optvarint",
33
+ "versions": ["1.17", "latest"]
34
+ },
35
+ {
36
+ "name": "fireworkNamePlural",
37
+ "description": "the firework entity used for elytra boosting is named fireworks_rocket",
38
+ "versions": ["1.11", "1.12.2"]
39
+ },
40
+ {
41
+ "name": "fireworkNameSingular",
42
+ "description": "the firework entity used for elytra boosting is named firework_rocket",
43
+ "versions": ["1.13", "latest"]
44
+ },
15
45
  {
16
46
  "name": "blockMetadata",
17
47
  "description": "block metadata is encoded in a separate metadata",
@@ -1,3 +1,8 @@
1
+ ## 3.44.0
2
+ * [Elytra support (#761)](https://github.com/PrismarineJS/minecraft-data/commit/72a267757b8fbb8462f3c3f25001754af9d1f7c4) (thanks @lkwilson)
3
+ * [Bedrock stack and request network id fix for 1.16.220 to 1.20.10 (#762)](https://github.com/PrismarineJS/minecraft-data/commit/7f144de36862de3dfe16b8b6272fcbd286327e16) (thanks @irkmandeer)
4
+ * [1.19.4 protocol fixes (#759)](https://github.com/PrismarineJS/minecraft-data/commit/5c7e7960270ef329f7c9e037d08adbf5ae2ba3d6) (thanks @frej4189)
5
+
1
6
  ## 3.43.1
2
7
  * [Fix bedrock update_soft_enum packet missing encoding (#758)](https://github.com/PrismarineJS/minecraft-data/commit/d58b99fec41b8c23820168228cca9e86d1f45165) (thanks @JSbETms)
3
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.43.1",
3
+ "version": "3.44.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",
@@ -39,7 +39,7 @@
39
39
  "minecraft-packets": "^1.4.0",
40
40
  "mocha": "^10.0.0",
41
41
  "standard": "^17.0.0",
42
- "typescript": "~5.1.6"
42
+ "typescript": "~5.2.2"
43
43
  },
44
44
  "dependencies": {}
45
45
  }