minecraft-data 3.46.2 → 3.48.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.
- package/data.js +48 -1
- package/doc/history.md +8 -0
- package/minecraft-data/.github/workflows/bedrock-ci.yml +1 -1
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.16.220/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.16.220/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.17.0/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.17.0/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.17.10/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.17.10/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.17.30/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.17.30/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.17.40/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.17.40/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.18.0/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.18.0/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.18.11/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.18.11/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.18.30/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.18.30/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.1/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.1/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.10/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.10/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.20/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.20/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.21/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.21/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.30/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.30/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.40/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.40/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.50/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.50/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.60/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.60/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.62/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.62/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.70/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.70/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.80/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.80/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.20.0/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.20.0/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.20.10/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.20.10/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.20.30/proto.yml +4084 -0
- package/minecraft-data/data/bedrock/1.20.30/protocol.json +35 -2
- package/minecraft-data/data/bedrock/1.20.30/types.yml +2154 -0
- package/minecraft-data/data/bedrock/1.20.40/protocol.json +11928 -0
- package/minecraft-data/data/bedrock/1.20.40/version.json +6 -0
- package/minecraft-data/data/bedrock/common/protocolVersions.json +7 -1
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +7 -3
- package/minecraft-data/data/bedrock/latest/types.yml +149 -2
- package/minecraft-data/data/dataPaths.json +50 -3
- package/minecraft-data/data/pc/1.20.2/biomes.json +642 -0
- package/minecraft-data/data/pc/1.20.2/blockCollisionShapes.json +122059 -0
- package/minecraft-data/data/pc/1.20.2/blocks.json +37132 -0
- package/minecraft-data/data/pc/1.20.2/commands.json +18278 -0
- package/minecraft-data/data/pc/1.20.2/effects.json +200 -0
- package/minecraft-data/data/pc/1.20.2/enchantments.json +875 -0
- package/minecraft-data/data/pc/1.20.2/entities.json +1242 -0
- package/minecraft-data/data/pc/1.20.2/foods.json +402 -0
- package/minecraft-data/data/pc/1.20.2/instruments.json +94 -0
- package/minecraft-data/data/pc/1.20.2/items.json +8249 -0
- package/minecraft-data/data/pc/1.20.2/language.json +6342 -0
- package/minecraft-data/data/pc/1.20.2/mapIcons.json +212 -0
- package/minecraft-data/data/pc/1.20.2/materials.json +154 -0
- package/minecraft-data/data/pc/1.20.2/particles.json +382 -0
- package/minecraft-data/data/pc/1.20.2/protocol.json +7092 -0
- package/minecraft-data/data/pc/1.20.2/recipes.json +15143 -0
- package/minecraft-data/data/pc/1.20.2/tints.json +447 -0
- package/minecraft-data/data/pc/1.20.2/version.json +5 -0
- package/minecraft-data/data/pc/common/protocolVersions.json +41 -1
- package/minecraft-data/data/pc/common/versions.json +2 -1
- package/minecraft-data/doc/history.md +9 -0
- package/package.json +1 -1
|
@@ -1136,7 +1136,31 @@ TrackedObject:
|
|
|
1136
1136
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1137
1137
|
# client-side.
|
|
1138
1138
|
MapDecoration:
|
|
1139
|
-
type: u8
|
|
1139
|
+
type: u8 =>
|
|
1140
|
+
- marker_white
|
|
1141
|
+
- marker_green
|
|
1142
|
+
- marker_red
|
|
1143
|
+
- marker_blue
|
|
1144
|
+
- cross_white
|
|
1145
|
+
- triangle_red
|
|
1146
|
+
- square_white
|
|
1147
|
+
- marker_sign
|
|
1148
|
+
- marker_pink
|
|
1149
|
+
- marker_orange
|
|
1150
|
+
- marker_yellow
|
|
1151
|
+
- marker_teal
|
|
1152
|
+
- triangle_green
|
|
1153
|
+
- small_square_white
|
|
1154
|
+
- mansion
|
|
1155
|
+
- monument
|
|
1156
|
+
- no_draw
|
|
1157
|
+
- village_desert
|
|
1158
|
+
- village_plains
|
|
1159
|
+
- village_savanna
|
|
1160
|
+
- village_snowy
|
|
1161
|
+
- village_taiga
|
|
1162
|
+
- jungle_temple
|
|
1163
|
+
- witch_hut
|
|
1140
1164
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1141
1165
|
# map decoration may face.
|
|
1142
1166
|
rotation: u8
|
|
@@ -2820,7 +2820,38 @@
|
|
|
2820
2820
|
[
|
|
2821
2821
|
{
|
|
2822
2822
|
"name": "type",
|
|
2823
|
-
"type":
|
|
2823
|
+
"type": [
|
|
2824
|
+
"mapper",
|
|
2825
|
+
{
|
|
2826
|
+
"type": "u8",
|
|
2827
|
+
"mappings": {
|
|
2828
|
+
"0": "marker_white",
|
|
2829
|
+
"1": "marker_green",
|
|
2830
|
+
"2": "marker_red",
|
|
2831
|
+
"3": "marker_blue",
|
|
2832
|
+
"4": "cross_white",
|
|
2833
|
+
"5": "triangle_red",
|
|
2834
|
+
"6": "square_white",
|
|
2835
|
+
"7": "marker_sign",
|
|
2836
|
+
"8": "marker_pink",
|
|
2837
|
+
"9": "marker_orange",
|
|
2838
|
+
"10": "marker_yellow",
|
|
2839
|
+
"11": "marker_teal",
|
|
2840
|
+
"12": "triangle_green",
|
|
2841
|
+
"13": "small_square_white",
|
|
2842
|
+
"14": "mansion",
|
|
2843
|
+
"15": "monument",
|
|
2844
|
+
"16": "no_draw",
|
|
2845
|
+
"17": "village_desert",
|
|
2846
|
+
"18": "village_plains",
|
|
2847
|
+
"19": "village_savanna",
|
|
2848
|
+
"20": "village_snowy",
|
|
2849
|
+
"21": "village_taiga",
|
|
2850
|
+
"22": "jungle_temple",
|
|
2851
|
+
"23": "witch_hut"
|
|
2852
|
+
}
|
|
2853
|
+
}
|
|
2854
|
+
]
|
|
2824
2855
|
},
|
|
2825
2856
|
{
|
|
2826
2857
|
"name": "rotation",
|
|
@@ -1144,7 +1144,31 @@ TrackedObject:
|
|
|
1144
1144
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1145
1145
|
# client-side.
|
|
1146
1146
|
MapDecoration:
|
|
1147
|
-
type: u8
|
|
1147
|
+
type: u8 =>
|
|
1148
|
+
- marker_white
|
|
1149
|
+
- marker_green
|
|
1150
|
+
- marker_red
|
|
1151
|
+
- marker_blue
|
|
1152
|
+
- cross_white
|
|
1153
|
+
- triangle_red
|
|
1154
|
+
- square_white
|
|
1155
|
+
- marker_sign
|
|
1156
|
+
- marker_pink
|
|
1157
|
+
- marker_orange
|
|
1158
|
+
- marker_yellow
|
|
1159
|
+
- marker_teal
|
|
1160
|
+
- triangle_green
|
|
1161
|
+
- small_square_white
|
|
1162
|
+
- mansion
|
|
1163
|
+
- monument
|
|
1164
|
+
- no_draw
|
|
1165
|
+
- village_desert
|
|
1166
|
+
- village_plains
|
|
1167
|
+
- village_savanna
|
|
1168
|
+
- village_snowy
|
|
1169
|
+
- village_taiga
|
|
1170
|
+
- jungle_temple
|
|
1171
|
+
- witch_hut
|
|
1148
1172
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1149
1173
|
# map decoration may face.
|
|
1150
1174
|
rotation: u8
|
|
@@ -2854,7 +2854,38 @@
|
|
|
2854
2854
|
[
|
|
2855
2855
|
{
|
|
2856
2856
|
"name": "type",
|
|
2857
|
-
"type":
|
|
2857
|
+
"type": [
|
|
2858
|
+
"mapper",
|
|
2859
|
+
{
|
|
2860
|
+
"type": "u8",
|
|
2861
|
+
"mappings": {
|
|
2862
|
+
"0": "marker_white",
|
|
2863
|
+
"1": "marker_green",
|
|
2864
|
+
"2": "marker_red",
|
|
2865
|
+
"3": "marker_blue",
|
|
2866
|
+
"4": "cross_white",
|
|
2867
|
+
"5": "triangle_red",
|
|
2868
|
+
"6": "square_white",
|
|
2869
|
+
"7": "marker_sign",
|
|
2870
|
+
"8": "marker_pink",
|
|
2871
|
+
"9": "marker_orange",
|
|
2872
|
+
"10": "marker_yellow",
|
|
2873
|
+
"11": "marker_teal",
|
|
2874
|
+
"12": "triangle_green",
|
|
2875
|
+
"13": "small_square_white",
|
|
2876
|
+
"14": "mansion",
|
|
2877
|
+
"15": "monument",
|
|
2878
|
+
"16": "no_draw",
|
|
2879
|
+
"17": "village_desert",
|
|
2880
|
+
"18": "village_plains",
|
|
2881
|
+
"19": "village_savanna",
|
|
2882
|
+
"20": "village_snowy",
|
|
2883
|
+
"21": "village_taiga",
|
|
2884
|
+
"22": "jungle_temple",
|
|
2885
|
+
"23": "witch_hut"
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
]
|
|
2858
2889
|
},
|
|
2859
2890
|
{
|
|
2860
2891
|
"name": "rotation",
|
|
@@ -1153,7 +1153,31 @@ TrackedObject:
|
|
|
1153
1153
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1154
1154
|
# client-side.
|
|
1155
1155
|
MapDecoration:
|
|
1156
|
-
type: u8
|
|
1156
|
+
type: u8 =>
|
|
1157
|
+
- marker_white
|
|
1158
|
+
- marker_green
|
|
1159
|
+
- marker_red
|
|
1160
|
+
- marker_blue
|
|
1161
|
+
- cross_white
|
|
1162
|
+
- triangle_red
|
|
1163
|
+
- square_white
|
|
1164
|
+
- marker_sign
|
|
1165
|
+
- marker_pink
|
|
1166
|
+
- marker_orange
|
|
1167
|
+
- marker_yellow
|
|
1168
|
+
- marker_teal
|
|
1169
|
+
- triangle_green
|
|
1170
|
+
- small_square_white
|
|
1171
|
+
- mansion
|
|
1172
|
+
- monument
|
|
1173
|
+
- no_draw
|
|
1174
|
+
- village_desert
|
|
1175
|
+
- village_plains
|
|
1176
|
+
- village_savanna
|
|
1177
|
+
- village_snowy
|
|
1178
|
+
- village_taiga
|
|
1179
|
+
- jungle_temple
|
|
1180
|
+
- witch_hut
|
|
1157
1181
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1158
1182
|
# map decoration may face.
|
|
1159
1183
|
rotation: u8
|
|
@@ -2856,7 +2856,38 @@
|
|
|
2856
2856
|
[
|
|
2857
2857
|
{
|
|
2858
2858
|
"name": "type",
|
|
2859
|
-
"type":
|
|
2859
|
+
"type": [
|
|
2860
|
+
"mapper",
|
|
2861
|
+
{
|
|
2862
|
+
"type": "u8",
|
|
2863
|
+
"mappings": {
|
|
2864
|
+
"0": "marker_white",
|
|
2865
|
+
"1": "marker_green",
|
|
2866
|
+
"2": "marker_red",
|
|
2867
|
+
"3": "marker_blue",
|
|
2868
|
+
"4": "cross_white",
|
|
2869
|
+
"5": "triangle_red",
|
|
2870
|
+
"6": "square_white",
|
|
2871
|
+
"7": "marker_sign",
|
|
2872
|
+
"8": "marker_pink",
|
|
2873
|
+
"9": "marker_orange",
|
|
2874
|
+
"10": "marker_yellow",
|
|
2875
|
+
"11": "marker_teal",
|
|
2876
|
+
"12": "triangle_green",
|
|
2877
|
+
"13": "small_square_white",
|
|
2878
|
+
"14": "mansion",
|
|
2879
|
+
"15": "monument",
|
|
2880
|
+
"16": "no_draw",
|
|
2881
|
+
"17": "village_desert",
|
|
2882
|
+
"18": "village_plains",
|
|
2883
|
+
"19": "village_savanna",
|
|
2884
|
+
"20": "village_snowy",
|
|
2885
|
+
"21": "village_taiga",
|
|
2886
|
+
"22": "jungle_temple",
|
|
2887
|
+
"23": "witch_hut"
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
]
|
|
2860
2891
|
},
|
|
2861
2892
|
{
|
|
2862
2893
|
"name": "rotation",
|
|
@@ -1155,7 +1155,31 @@ TrackedObject:
|
|
|
1155
1155
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1156
1156
|
# client-side.
|
|
1157
1157
|
MapDecoration:
|
|
1158
|
-
type: u8
|
|
1158
|
+
type: u8 =>
|
|
1159
|
+
- marker_white
|
|
1160
|
+
- marker_green
|
|
1161
|
+
- marker_red
|
|
1162
|
+
- marker_blue
|
|
1163
|
+
- cross_white
|
|
1164
|
+
- triangle_red
|
|
1165
|
+
- square_white
|
|
1166
|
+
- marker_sign
|
|
1167
|
+
- marker_pink
|
|
1168
|
+
- marker_orange
|
|
1169
|
+
- marker_yellow
|
|
1170
|
+
- marker_teal
|
|
1171
|
+
- triangle_green
|
|
1172
|
+
- small_square_white
|
|
1173
|
+
- mansion
|
|
1174
|
+
- monument
|
|
1175
|
+
- no_draw
|
|
1176
|
+
- village_desert
|
|
1177
|
+
- village_plains
|
|
1178
|
+
- village_savanna
|
|
1179
|
+
- village_snowy
|
|
1180
|
+
- village_taiga
|
|
1181
|
+
- jungle_temple
|
|
1182
|
+
- witch_hut
|
|
1159
1183
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1160
1184
|
# map decoration may face.
|
|
1161
1185
|
rotation: u8
|
|
@@ -2860,7 +2860,38 @@
|
|
|
2860
2860
|
[
|
|
2861
2861
|
{
|
|
2862
2862
|
"name": "type",
|
|
2863
|
-
"type":
|
|
2863
|
+
"type": [
|
|
2864
|
+
"mapper",
|
|
2865
|
+
{
|
|
2866
|
+
"type": "u8",
|
|
2867
|
+
"mappings": {
|
|
2868
|
+
"0": "marker_white",
|
|
2869
|
+
"1": "marker_green",
|
|
2870
|
+
"2": "marker_red",
|
|
2871
|
+
"3": "marker_blue",
|
|
2872
|
+
"4": "cross_white",
|
|
2873
|
+
"5": "triangle_red",
|
|
2874
|
+
"6": "square_white",
|
|
2875
|
+
"7": "marker_sign",
|
|
2876
|
+
"8": "marker_pink",
|
|
2877
|
+
"9": "marker_orange",
|
|
2878
|
+
"10": "marker_yellow",
|
|
2879
|
+
"11": "marker_teal",
|
|
2880
|
+
"12": "triangle_green",
|
|
2881
|
+
"13": "small_square_white",
|
|
2882
|
+
"14": "mansion",
|
|
2883
|
+
"15": "monument",
|
|
2884
|
+
"16": "no_draw",
|
|
2885
|
+
"17": "village_desert",
|
|
2886
|
+
"18": "village_plains",
|
|
2887
|
+
"19": "village_savanna",
|
|
2888
|
+
"20": "village_snowy",
|
|
2889
|
+
"21": "village_taiga",
|
|
2890
|
+
"22": "jungle_temple",
|
|
2891
|
+
"23": "witch_hut"
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2894
|
+
]
|
|
2864
2895
|
},
|
|
2865
2896
|
{
|
|
2866
2897
|
"name": "rotation",
|
|
@@ -1160,7 +1160,31 @@ TrackedObject:
|
|
|
1160
1160
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1161
1161
|
# client-side.
|
|
1162
1162
|
MapDecoration:
|
|
1163
|
-
type: u8
|
|
1163
|
+
type: u8 =>
|
|
1164
|
+
- marker_white
|
|
1165
|
+
- marker_green
|
|
1166
|
+
- marker_red
|
|
1167
|
+
- marker_blue
|
|
1168
|
+
- cross_white
|
|
1169
|
+
- triangle_red
|
|
1170
|
+
- square_white
|
|
1171
|
+
- marker_sign
|
|
1172
|
+
- marker_pink
|
|
1173
|
+
- marker_orange
|
|
1174
|
+
- marker_yellow
|
|
1175
|
+
- marker_teal
|
|
1176
|
+
- triangle_green
|
|
1177
|
+
- small_square_white
|
|
1178
|
+
- mansion
|
|
1179
|
+
- monument
|
|
1180
|
+
- no_draw
|
|
1181
|
+
- village_desert
|
|
1182
|
+
- village_plains
|
|
1183
|
+
- village_savanna
|
|
1184
|
+
- village_snowy
|
|
1185
|
+
- village_taiga
|
|
1186
|
+
- jungle_temple
|
|
1187
|
+
- witch_hut
|
|
1164
1188
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1165
1189
|
# map decoration may face.
|
|
1166
1190
|
rotation: u8
|