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
|
@@ -1045,7 +1045,31 @@ TrackedObject:
|
|
|
1045
1045
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1046
1046
|
# client-side.
|
|
1047
1047
|
MapDecoration:
|
|
1048
|
-
type: u8
|
|
1048
|
+
type: u8 =>
|
|
1049
|
+
- marker_white
|
|
1050
|
+
- marker_green
|
|
1051
|
+
- marker_red
|
|
1052
|
+
- marker_blue
|
|
1053
|
+
- cross_white
|
|
1054
|
+
- triangle_red
|
|
1055
|
+
- square_white
|
|
1056
|
+
- marker_sign
|
|
1057
|
+
- marker_pink
|
|
1058
|
+
- marker_orange
|
|
1059
|
+
- marker_yellow
|
|
1060
|
+
- marker_teal
|
|
1061
|
+
- triangle_green
|
|
1062
|
+
- small_square_white
|
|
1063
|
+
- mansion
|
|
1064
|
+
- monument
|
|
1065
|
+
- no_draw
|
|
1066
|
+
- village_desert
|
|
1067
|
+
- village_plains
|
|
1068
|
+
- village_savanna
|
|
1069
|
+
- village_snowy
|
|
1070
|
+
- village_taiga
|
|
1071
|
+
- jungle_temple
|
|
1072
|
+
- witch_hut
|
|
1049
1073
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1050
1074
|
# map decoration may face.
|
|
1051
1075
|
rotation: u8
|
|
@@ -2602,7 +2602,38 @@
|
|
|
2602
2602
|
[
|
|
2603
2603
|
{
|
|
2604
2604
|
"name": "type",
|
|
2605
|
-
"type":
|
|
2605
|
+
"type": [
|
|
2606
|
+
"mapper",
|
|
2607
|
+
{
|
|
2608
|
+
"type": "u8",
|
|
2609
|
+
"mappings": {
|
|
2610
|
+
"0": "marker_white",
|
|
2611
|
+
"1": "marker_green",
|
|
2612
|
+
"2": "marker_red",
|
|
2613
|
+
"3": "marker_blue",
|
|
2614
|
+
"4": "cross_white",
|
|
2615
|
+
"5": "triangle_red",
|
|
2616
|
+
"6": "square_white",
|
|
2617
|
+
"7": "marker_sign",
|
|
2618
|
+
"8": "marker_pink",
|
|
2619
|
+
"9": "marker_orange",
|
|
2620
|
+
"10": "marker_yellow",
|
|
2621
|
+
"11": "marker_teal",
|
|
2622
|
+
"12": "triangle_green",
|
|
2623
|
+
"13": "small_square_white",
|
|
2624
|
+
"14": "mansion",
|
|
2625
|
+
"15": "monument",
|
|
2626
|
+
"16": "no_draw",
|
|
2627
|
+
"17": "village_desert",
|
|
2628
|
+
"18": "village_plains",
|
|
2629
|
+
"19": "village_savanna",
|
|
2630
|
+
"20": "village_snowy",
|
|
2631
|
+
"21": "village_taiga",
|
|
2632
|
+
"22": "jungle_temple",
|
|
2633
|
+
"23": "witch_hut"
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
]
|
|
2606
2637
|
},
|
|
2607
2638
|
{
|
|
2608
2639
|
"name": "rotation",
|
|
@@ -1047,7 +1047,31 @@ TrackedObject:
|
|
|
1047
1047
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1048
1048
|
# client-side.
|
|
1049
1049
|
MapDecoration:
|
|
1050
|
-
type: u8
|
|
1050
|
+
type: u8 =>
|
|
1051
|
+
- marker_white
|
|
1052
|
+
- marker_green
|
|
1053
|
+
- marker_red
|
|
1054
|
+
- marker_blue
|
|
1055
|
+
- cross_white
|
|
1056
|
+
- triangle_red
|
|
1057
|
+
- square_white
|
|
1058
|
+
- marker_sign
|
|
1059
|
+
- marker_pink
|
|
1060
|
+
- marker_orange
|
|
1061
|
+
- marker_yellow
|
|
1062
|
+
- marker_teal
|
|
1063
|
+
- triangle_green
|
|
1064
|
+
- small_square_white
|
|
1065
|
+
- mansion
|
|
1066
|
+
- monument
|
|
1067
|
+
- no_draw
|
|
1068
|
+
- village_desert
|
|
1069
|
+
- village_plains
|
|
1070
|
+
- village_savanna
|
|
1071
|
+
- village_snowy
|
|
1072
|
+
- village_taiga
|
|
1073
|
+
- jungle_temple
|
|
1074
|
+
- witch_hut
|
|
1051
1075
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1052
1076
|
# map decoration may face.
|
|
1053
1077
|
rotation: u8
|
|
@@ -2602,7 +2602,38 @@
|
|
|
2602
2602
|
[
|
|
2603
2603
|
{
|
|
2604
2604
|
"name": "type",
|
|
2605
|
-
"type":
|
|
2605
|
+
"type": [
|
|
2606
|
+
"mapper",
|
|
2607
|
+
{
|
|
2608
|
+
"type": "u8",
|
|
2609
|
+
"mappings": {
|
|
2610
|
+
"0": "marker_white",
|
|
2611
|
+
"1": "marker_green",
|
|
2612
|
+
"2": "marker_red",
|
|
2613
|
+
"3": "marker_blue",
|
|
2614
|
+
"4": "cross_white",
|
|
2615
|
+
"5": "triangle_red",
|
|
2616
|
+
"6": "square_white",
|
|
2617
|
+
"7": "marker_sign",
|
|
2618
|
+
"8": "marker_pink",
|
|
2619
|
+
"9": "marker_orange",
|
|
2620
|
+
"10": "marker_yellow",
|
|
2621
|
+
"11": "marker_teal",
|
|
2622
|
+
"12": "triangle_green",
|
|
2623
|
+
"13": "small_square_white",
|
|
2624
|
+
"14": "mansion",
|
|
2625
|
+
"15": "monument",
|
|
2626
|
+
"16": "no_draw",
|
|
2627
|
+
"17": "village_desert",
|
|
2628
|
+
"18": "village_plains",
|
|
2629
|
+
"19": "village_savanna",
|
|
2630
|
+
"20": "village_snowy",
|
|
2631
|
+
"21": "village_taiga",
|
|
2632
|
+
"22": "jungle_temple",
|
|
2633
|
+
"23": "witch_hut"
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
]
|
|
2606
2637
|
},
|
|
2607
2638
|
{
|
|
2608
2639
|
"name": "rotation",
|
|
@@ -1047,7 +1047,31 @@ TrackedObject:
|
|
|
1047
1047
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1048
1048
|
# client-side.
|
|
1049
1049
|
MapDecoration:
|
|
1050
|
-
type: u8
|
|
1050
|
+
type: u8 =>
|
|
1051
|
+
- marker_white
|
|
1052
|
+
- marker_green
|
|
1053
|
+
- marker_red
|
|
1054
|
+
- marker_blue
|
|
1055
|
+
- cross_white
|
|
1056
|
+
- triangle_red
|
|
1057
|
+
- square_white
|
|
1058
|
+
- marker_sign
|
|
1059
|
+
- marker_pink
|
|
1060
|
+
- marker_orange
|
|
1061
|
+
- marker_yellow
|
|
1062
|
+
- marker_teal
|
|
1063
|
+
- triangle_green
|
|
1064
|
+
- small_square_white
|
|
1065
|
+
- mansion
|
|
1066
|
+
- monument
|
|
1067
|
+
- no_draw
|
|
1068
|
+
- village_desert
|
|
1069
|
+
- village_plains
|
|
1070
|
+
- village_savanna
|
|
1071
|
+
- village_snowy
|
|
1072
|
+
- village_taiga
|
|
1073
|
+
- jungle_temple
|
|
1074
|
+
- witch_hut
|
|
1051
1075
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1052
1076
|
# map decoration may face.
|
|
1053
1077
|
rotation: u8
|
|
@@ -2640,7 +2640,38 @@
|
|
|
2640
2640
|
[
|
|
2641
2641
|
{
|
|
2642
2642
|
"name": "type",
|
|
2643
|
-
"type":
|
|
2643
|
+
"type": [
|
|
2644
|
+
"mapper",
|
|
2645
|
+
{
|
|
2646
|
+
"type": "u8",
|
|
2647
|
+
"mappings": {
|
|
2648
|
+
"0": "marker_white",
|
|
2649
|
+
"1": "marker_green",
|
|
2650
|
+
"2": "marker_red",
|
|
2651
|
+
"3": "marker_blue",
|
|
2652
|
+
"4": "cross_white",
|
|
2653
|
+
"5": "triangle_red",
|
|
2654
|
+
"6": "square_white",
|
|
2655
|
+
"7": "marker_sign",
|
|
2656
|
+
"8": "marker_pink",
|
|
2657
|
+
"9": "marker_orange",
|
|
2658
|
+
"10": "marker_yellow",
|
|
2659
|
+
"11": "marker_teal",
|
|
2660
|
+
"12": "triangle_green",
|
|
2661
|
+
"13": "small_square_white",
|
|
2662
|
+
"14": "mansion",
|
|
2663
|
+
"15": "monument",
|
|
2664
|
+
"16": "no_draw",
|
|
2665
|
+
"17": "village_desert",
|
|
2666
|
+
"18": "village_plains",
|
|
2667
|
+
"19": "village_savanna",
|
|
2668
|
+
"20": "village_snowy",
|
|
2669
|
+
"21": "village_taiga",
|
|
2670
|
+
"22": "jungle_temple",
|
|
2671
|
+
"23": "witch_hut"
|
|
2672
|
+
}
|
|
2673
|
+
}
|
|
2674
|
+
]
|
|
2644
2675
|
},
|
|
2645
2676
|
{
|
|
2646
2677
|
"name": "rotation",
|
|
@@ -1054,7 +1054,31 @@ TrackedObject:
|
|
|
1054
1054
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1055
1055
|
# client-side.
|
|
1056
1056
|
MapDecoration:
|
|
1057
|
-
type: u8
|
|
1057
|
+
type: u8 =>
|
|
1058
|
+
- marker_white
|
|
1059
|
+
- marker_green
|
|
1060
|
+
- marker_red
|
|
1061
|
+
- marker_blue
|
|
1062
|
+
- cross_white
|
|
1063
|
+
- triangle_red
|
|
1064
|
+
- square_white
|
|
1065
|
+
- marker_sign
|
|
1066
|
+
- marker_pink
|
|
1067
|
+
- marker_orange
|
|
1068
|
+
- marker_yellow
|
|
1069
|
+
- marker_teal
|
|
1070
|
+
- triangle_green
|
|
1071
|
+
- small_square_white
|
|
1072
|
+
- mansion
|
|
1073
|
+
- monument
|
|
1074
|
+
- no_draw
|
|
1075
|
+
- village_desert
|
|
1076
|
+
- village_plains
|
|
1077
|
+
- village_savanna
|
|
1078
|
+
- village_snowy
|
|
1079
|
+
- village_taiga
|
|
1080
|
+
- jungle_temple
|
|
1081
|
+
- witch_hut
|
|
1058
1082
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1059
1083
|
# map decoration may face.
|
|
1060
1084
|
rotation: u8
|
|
@@ -2640,7 +2640,38 @@
|
|
|
2640
2640
|
[
|
|
2641
2641
|
{
|
|
2642
2642
|
"name": "type",
|
|
2643
|
-
"type":
|
|
2643
|
+
"type": [
|
|
2644
|
+
"mapper",
|
|
2645
|
+
{
|
|
2646
|
+
"type": "u8",
|
|
2647
|
+
"mappings": {
|
|
2648
|
+
"0": "marker_white",
|
|
2649
|
+
"1": "marker_green",
|
|
2650
|
+
"2": "marker_red",
|
|
2651
|
+
"3": "marker_blue",
|
|
2652
|
+
"4": "cross_white",
|
|
2653
|
+
"5": "triangle_red",
|
|
2654
|
+
"6": "square_white",
|
|
2655
|
+
"7": "marker_sign",
|
|
2656
|
+
"8": "marker_pink",
|
|
2657
|
+
"9": "marker_orange",
|
|
2658
|
+
"10": "marker_yellow",
|
|
2659
|
+
"11": "marker_teal",
|
|
2660
|
+
"12": "triangle_green",
|
|
2661
|
+
"13": "small_square_white",
|
|
2662
|
+
"14": "mansion",
|
|
2663
|
+
"15": "monument",
|
|
2664
|
+
"16": "no_draw",
|
|
2665
|
+
"17": "village_desert",
|
|
2666
|
+
"18": "village_plains",
|
|
2667
|
+
"19": "village_savanna",
|
|
2668
|
+
"20": "village_snowy",
|
|
2669
|
+
"21": "village_taiga",
|
|
2670
|
+
"22": "jungle_temple",
|
|
2671
|
+
"23": "witch_hut"
|
|
2672
|
+
}
|
|
2673
|
+
}
|
|
2674
|
+
]
|
|
2644
2675
|
},
|
|
2645
2676
|
{
|
|
2646
2677
|
"name": "rotation",
|
|
@@ -1054,7 +1054,31 @@ TrackedObject:
|
|
|
1054
1054
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1055
1055
|
# client-side.
|
|
1056
1056
|
MapDecoration:
|
|
1057
|
-
type: u8
|
|
1057
|
+
type: u8 =>
|
|
1058
|
+
- marker_white
|
|
1059
|
+
- marker_green
|
|
1060
|
+
- marker_red
|
|
1061
|
+
- marker_blue
|
|
1062
|
+
- cross_white
|
|
1063
|
+
- triangle_red
|
|
1064
|
+
- square_white
|
|
1065
|
+
- marker_sign
|
|
1066
|
+
- marker_pink
|
|
1067
|
+
- marker_orange
|
|
1068
|
+
- marker_yellow
|
|
1069
|
+
- marker_teal
|
|
1070
|
+
- triangle_green
|
|
1071
|
+
- small_square_white
|
|
1072
|
+
- mansion
|
|
1073
|
+
- monument
|
|
1074
|
+
- no_draw
|
|
1075
|
+
- village_desert
|
|
1076
|
+
- village_plains
|
|
1077
|
+
- village_savanna
|
|
1078
|
+
- village_snowy
|
|
1079
|
+
- village_taiga
|
|
1080
|
+
- jungle_temple
|
|
1081
|
+
- witch_hut
|
|
1058
1082
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1059
1083
|
# map decoration may face.
|
|
1060
1084
|
rotation: u8
|
|
@@ -2722,7 +2722,38 @@
|
|
|
2722
2722
|
[
|
|
2723
2723
|
{
|
|
2724
2724
|
"name": "type",
|
|
2725
|
-
"type":
|
|
2725
|
+
"type": [
|
|
2726
|
+
"mapper",
|
|
2727
|
+
{
|
|
2728
|
+
"type": "u8",
|
|
2729
|
+
"mappings": {
|
|
2730
|
+
"0": "marker_white",
|
|
2731
|
+
"1": "marker_green",
|
|
2732
|
+
"2": "marker_red",
|
|
2733
|
+
"3": "marker_blue",
|
|
2734
|
+
"4": "cross_white",
|
|
2735
|
+
"5": "triangle_red",
|
|
2736
|
+
"6": "square_white",
|
|
2737
|
+
"7": "marker_sign",
|
|
2738
|
+
"8": "marker_pink",
|
|
2739
|
+
"9": "marker_orange",
|
|
2740
|
+
"10": "marker_yellow",
|
|
2741
|
+
"11": "marker_teal",
|
|
2742
|
+
"12": "triangle_green",
|
|
2743
|
+
"13": "small_square_white",
|
|
2744
|
+
"14": "mansion",
|
|
2745
|
+
"15": "monument",
|
|
2746
|
+
"16": "no_draw",
|
|
2747
|
+
"17": "village_desert",
|
|
2748
|
+
"18": "village_plains",
|
|
2749
|
+
"19": "village_savanna",
|
|
2750
|
+
"20": "village_snowy",
|
|
2751
|
+
"21": "village_taiga",
|
|
2752
|
+
"22": "jungle_temple",
|
|
2753
|
+
"23": "witch_hut"
|
|
2754
|
+
}
|
|
2755
|
+
}
|
|
2756
|
+
]
|
|
2726
2757
|
},
|
|
2727
2758
|
{
|
|
2728
2759
|
"name": "rotation",
|
|
@@ -1097,7 +1097,31 @@ TrackedObject:
|
|
|
1097
1097
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1098
1098
|
# client-side.
|
|
1099
1099
|
MapDecoration:
|
|
1100
|
-
type: u8
|
|
1100
|
+
type: u8 =>
|
|
1101
|
+
- marker_white
|
|
1102
|
+
- marker_green
|
|
1103
|
+
- marker_red
|
|
1104
|
+
- marker_blue
|
|
1105
|
+
- cross_white
|
|
1106
|
+
- triangle_red
|
|
1107
|
+
- square_white
|
|
1108
|
+
- marker_sign
|
|
1109
|
+
- marker_pink
|
|
1110
|
+
- marker_orange
|
|
1111
|
+
- marker_yellow
|
|
1112
|
+
- marker_teal
|
|
1113
|
+
- triangle_green
|
|
1114
|
+
- small_square_white
|
|
1115
|
+
- mansion
|
|
1116
|
+
- monument
|
|
1117
|
+
- no_draw
|
|
1118
|
+
- village_desert
|
|
1119
|
+
- village_plains
|
|
1120
|
+
- village_savanna
|
|
1121
|
+
- village_snowy
|
|
1122
|
+
- village_taiga
|
|
1123
|
+
- jungle_temple
|
|
1124
|
+
- witch_hut
|
|
1101
1125
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1102
1126
|
# map decoration may face.
|
|
1103
1127
|
rotation: u8
|
|
@@ -2775,7 +2775,38 @@
|
|
|
2775
2775
|
[
|
|
2776
2776
|
{
|
|
2777
2777
|
"name": "type",
|
|
2778
|
-
"type":
|
|
2778
|
+
"type": [
|
|
2779
|
+
"mapper",
|
|
2780
|
+
{
|
|
2781
|
+
"type": "u8",
|
|
2782
|
+
"mappings": {
|
|
2783
|
+
"0": "marker_white",
|
|
2784
|
+
"1": "marker_green",
|
|
2785
|
+
"2": "marker_red",
|
|
2786
|
+
"3": "marker_blue",
|
|
2787
|
+
"4": "cross_white",
|
|
2788
|
+
"5": "triangle_red",
|
|
2789
|
+
"6": "square_white",
|
|
2790
|
+
"7": "marker_sign",
|
|
2791
|
+
"8": "marker_pink",
|
|
2792
|
+
"9": "marker_orange",
|
|
2793
|
+
"10": "marker_yellow",
|
|
2794
|
+
"11": "marker_teal",
|
|
2795
|
+
"12": "triangle_green",
|
|
2796
|
+
"13": "small_square_white",
|
|
2797
|
+
"14": "mansion",
|
|
2798
|
+
"15": "monument",
|
|
2799
|
+
"16": "no_draw",
|
|
2800
|
+
"17": "village_desert",
|
|
2801
|
+
"18": "village_plains",
|
|
2802
|
+
"19": "village_savanna",
|
|
2803
|
+
"20": "village_snowy",
|
|
2804
|
+
"21": "village_taiga",
|
|
2805
|
+
"22": "jungle_temple",
|
|
2806
|
+
"23": "witch_hut"
|
|
2807
|
+
}
|
|
2808
|
+
}
|
|
2809
|
+
]
|
|
2779
2810
|
},
|
|
2780
2811
|
{
|
|
2781
2812
|
"name": "rotation",
|
|
@@ -1109,7 +1109,31 @@ TrackedObject:
|
|
|
1109
1109
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1110
1110
|
# client-side.
|
|
1111
1111
|
MapDecoration:
|
|
1112
|
-
type: u8
|
|
1112
|
+
type: u8 =>
|
|
1113
|
+
- marker_white
|
|
1114
|
+
- marker_green
|
|
1115
|
+
- marker_red
|
|
1116
|
+
- marker_blue
|
|
1117
|
+
- cross_white
|
|
1118
|
+
- triangle_red
|
|
1119
|
+
- square_white
|
|
1120
|
+
- marker_sign
|
|
1121
|
+
- marker_pink
|
|
1122
|
+
- marker_orange
|
|
1123
|
+
- marker_yellow
|
|
1124
|
+
- marker_teal
|
|
1125
|
+
- triangle_green
|
|
1126
|
+
- small_square_white
|
|
1127
|
+
- mansion
|
|
1128
|
+
- monument
|
|
1129
|
+
- no_draw
|
|
1130
|
+
- village_desert
|
|
1131
|
+
- village_plains
|
|
1132
|
+
- village_savanna
|
|
1133
|
+
- village_snowy
|
|
1134
|
+
- village_taiga
|
|
1135
|
+
- jungle_temple
|
|
1136
|
+
- witch_hut
|
|
1113
1137
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1114
1138
|
# map decoration may face.
|
|
1115
1139
|
rotation: u8
|
|
@@ -2777,7 +2777,38 @@
|
|
|
2777
2777
|
[
|
|
2778
2778
|
{
|
|
2779
2779
|
"name": "type",
|
|
2780
|
-
"type":
|
|
2780
|
+
"type": [
|
|
2781
|
+
"mapper",
|
|
2782
|
+
{
|
|
2783
|
+
"type": "u8",
|
|
2784
|
+
"mappings": {
|
|
2785
|
+
"0": "marker_white",
|
|
2786
|
+
"1": "marker_green",
|
|
2787
|
+
"2": "marker_red",
|
|
2788
|
+
"3": "marker_blue",
|
|
2789
|
+
"4": "cross_white",
|
|
2790
|
+
"5": "triangle_red",
|
|
2791
|
+
"6": "square_white",
|
|
2792
|
+
"7": "marker_sign",
|
|
2793
|
+
"8": "marker_pink",
|
|
2794
|
+
"9": "marker_orange",
|
|
2795
|
+
"10": "marker_yellow",
|
|
2796
|
+
"11": "marker_teal",
|
|
2797
|
+
"12": "triangle_green",
|
|
2798
|
+
"13": "small_square_white",
|
|
2799
|
+
"14": "mansion",
|
|
2800
|
+
"15": "monument",
|
|
2801
|
+
"16": "no_draw",
|
|
2802
|
+
"17": "village_desert",
|
|
2803
|
+
"18": "village_plains",
|
|
2804
|
+
"19": "village_savanna",
|
|
2805
|
+
"20": "village_snowy",
|
|
2806
|
+
"21": "village_taiga",
|
|
2807
|
+
"22": "jungle_temple",
|
|
2808
|
+
"23": "witch_hut"
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
]
|
|
2781
2812
|
},
|
|
2782
2813
|
{
|
|
2783
2814
|
"name": "rotation",
|
|
@@ -1115,7 +1115,31 @@ TrackedObject:
|
|
|
1115
1115
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1116
1116
|
# client-side.
|
|
1117
1117
|
MapDecoration:
|
|
1118
|
-
type: u8
|
|
1118
|
+
type: u8 =>
|
|
1119
|
+
- marker_white
|
|
1120
|
+
- marker_green
|
|
1121
|
+
- marker_red
|
|
1122
|
+
- marker_blue
|
|
1123
|
+
- cross_white
|
|
1124
|
+
- triangle_red
|
|
1125
|
+
- square_white
|
|
1126
|
+
- marker_sign
|
|
1127
|
+
- marker_pink
|
|
1128
|
+
- marker_orange
|
|
1129
|
+
- marker_yellow
|
|
1130
|
+
- marker_teal
|
|
1131
|
+
- triangle_green
|
|
1132
|
+
- small_square_white
|
|
1133
|
+
- mansion
|
|
1134
|
+
- monument
|
|
1135
|
+
- no_draw
|
|
1136
|
+
- village_desert
|
|
1137
|
+
- village_plains
|
|
1138
|
+
- village_savanna
|
|
1139
|
+
- village_snowy
|
|
1140
|
+
- village_taiga
|
|
1141
|
+
- jungle_temple
|
|
1142
|
+
- witch_hut
|
|
1119
1143
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1120
1144
|
# map decoration may face.
|
|
1121
1145
|
rotation: u8
|
|
@@ -2808,7 +2808,38 @@
|
|
|
2808
2808
|
[
|
|
2809
2809
|
{
|
|
2810
2810
|
"name": "type",
|
|
2811
|
-
"type":
|
|
2811
|
+
"type": [
|
|
2812
|
+
"mapper",
|
|
2813
|
+
{
|
|
2814
|
+
"type": "u8",
|
|
2815
|
+
"mappings": {
|
|
2816
|
+
"0": "marker_white",
|
|
2817
|
+
"1": "marker_green",
|
|
2818
|
+
"2": "marker_red",
|
|
2819
|
+
"3": "marker_blue",
|
|
2820
|
+
"4": "cross_white",
|
|
2821
|
+
"5": "triangle_red",
|
|
2822
|
+
"6": "square_white",
|
|
2823
|
+
"7": "marker_sign",
|
|
2824
|
+
"8": "marker_pink",
|
|
2825
|
+
"9": "marker_orange",
|
|
2826
|
+
"10": "marker_yellow",
|
|
2827
|
+
"11": "marker_teal",
|
|
2828
|
+
"12": "triangle_green",
|
|
2829
|
+
"13": "small_square_white",
|
|
2830
|
+
"14": "mansion",
|
|
2831
|
+
"15": "monument",
|
|
2832
|
+
"16": "no_draw",
|
|
2833
|
+
"17": "village_desert",
|
|
2834
|
+
"18": "village_plains",
|
|
2835
|
+
"19": "village_savanna",
|
|
2836
|
+
"20": "village_snowy",
|
|
2837
|
+
"21": "village_taiga",
|
|
2838
|
+
"22": "jungle_temple",
|
|
2839
|
+
"23": "witch_hut"
|
|
2840
|
+
}
|
|
2841
|
+
}
|
|
2842
|
+
]
|
|
2812
2843
|
},
|
|
2813
2844
|
{
|
|
2814
2845
|
"name": "rotation",
|
|
@@ -1135,7 +1135,31 @@ TrackedObject:
|
|
|
1135
1135
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1136
1136
|
# client-side.
|
|
1137
1137
|
MapDecoration:
|
|
1138
|
-
type: u8
|
|
1138
|
+
type: u8 =>
|
|
1139
|
+
- marker_white
|
|
1140
|
+
- marker_green
|
|
1141
|
+
- marker_red
|
|
1142
|
+
- marker_blue
|
|
1143
|
+
- cross_white
|
|
1144
|
+
- triangle_red
|
|
1145
|
+
- square_white
|
|
1146
|
+
- marker_sign
|
|
1147
|
+
- marker_pink
|
|
1148
|
+
- marker_orange
|
|
1149
|
+
- marker_yellow
|
|
1150
|
+
- marker_teal
|
|
1151
|
+
- triangle_green
|
|
1152
|
+
- small_square_white
|
|
1153
|
+
- mansion
|
|
1154
|
+
- monument
|
|
1155
|
+
- no_draw
|
|
1156
|
+
- village_desert
|
|
1157
|
+
- village_plains
|
|
1158
|
+
- village_savanna
|
|
1159
|
+
- village_snowy
|
|
1160
|
+
- village_taiga
|
|
1161
|
+
- jungle_temple
|
|
1162
|
+
- witch_hut
|
|
1139
1163
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1140
1164
|
# map decoration may face.
|
|
1141
1165
|
rotation: u8
|
|
@@ -2812,7 +2812,38 @@
|
|
|
2812
2812
|
[
|
|
2813
2813
|
{
|
|
2814
2814
|
"name": "type",
|
|
2815
|
-
"type":
|
|
2815
|
+
"type": [
|
|
2816
|
+
"mapper",
|
|
2817
|
+
{
|
|
2818
|
+
"type": "u8",
|
|
2819
|
+
"mappings": {
|
|
2820
|
+
"0": "marker_white",
|
|
2821
|
+
"1": "marker_green",
|
|
2822
|
+
"2": "marker_red",
|
|
2823
|
+
"3": "marker_blue",
|
|
2824
|
+
"4": "cross_white",
|
|
2825
|
+
"5": "triangle_red",
|
|
2826
|
+
"6": "square_white",
|
|
2827
|
+
"7": "marker_sign",
|
|
2828
|
+
"8": "marker_pink",
|
|
2829
|
+
"9": "marker_orange",
|
|
2830
|
+
"10": "marker_yellow",
|
|
2831
|
+
"11": "marker_teal",
|
|
2832
|
+
"12": "triangle_green",
|
|
2833
|
+
"13": "small_square_white",
|
|
2834
|
+
"14": "mansion",
|
|
2835
|
+
"15": "monument",
|
|
2836
|
+
"16": "no_draw",
|
|
2837
|
+
"17": "village_desert",
|
|
2838
|
+
"18": "village_plains",
|
|
2839
|
+
"19": "village_savanna",
|
|
2840
|
+
"20": "village_snowy",
|
|
2841
|
+
"21": "village_taiga",
|
|
2842
|
+
"22": "jungle_temple",
|
|
2843
|
+
"23": "witch_hut"
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
]
|
|
2816
2847
|
},
|
|
2817
2848
|
{
|
|
2818
2849
|
"name": "rotation",
|