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
package/data.js
CHANGED
|
@@ -1249,6 +1249,31 @@ module.exports =
|
|
|
1249
1249
|
get loginPacket () { return require("./minecraft-data/data/pc/1.19.2/loginPacket.json") },
|
|
1250
1250
|
get tints () { return require("./minecraft-data/data/pc/1.20/tints.json") },
|
|
1251
1251
|
get mapIcons () { return require("./minecraft-data/data/pc/1.16/mapIcons.json") }
|
|
1252
|
+
},
|
|
1253
|
+
'1.20.2': {
|
|
1254
|
+
get attributes () { return require("./minecraft-data/data/pc/1.17/attributes.json") },
|
|
1255
|
+
get blocks () { return require("./minecraft-data/data/pc/1.20.2/blocks.json") },
|
|
1256
|
+
get blockCollisionShapes () { return require("./minecraft-data/data/pc/1.20.2/blockCollisionShapes.json") },
|
|
1257
|
+
get biomes () { return require("./minecraft-data/data/pc/1.20.2/biomes.json") },
|
|
1258
|
+
get effects () { return require("./minecraft-data/data/pc/1.20.2/effects.json") },
|
|
1259
|
+
get items () { return require("./minecraft-data/data/pc/1.20.2/items.json") },
|
|
1260
|
+
get enchantments () { return require("./minecraft-data/data/pc/1.20.2/enchantments.json") },
|
|
1261
|
+
get recipes () { return require("./minecraft-data/data/pc/1.20.2/recipes.json") },
|
|
1262
|
+
get instruments () { return require("./minecraft-data/data/pc/1.20.2/instruments.json") },
|
|
1263
|
+
get materials () { return require("./minecraft-data/data/pc/1.20.2/materials.json") },
|
|
1264
|
+
get language () { return require("./minecraft-data/data/pc/1.20.2/language.json") },
|
|
1265
|
+
get entities () { return require("./minecraft-data/data/pc/1.20.2/entities.json") },
|
|
1266
|
+
get protocol () { return require("./minecraft-data/data/pc/1.20.2/protocol.json") },
|
|
1267
|
+
get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
|
|
1268
|
+
get version () { return require("./minecraft-data/data/pc/1.20.2/version.json") },
|
|
1269
|
+
get foods () { return require("./minecraft-data/data/pc/1.20.2/foods.json") },
|
|
1270
|
+
get particles () { return require("./minecraft-data/data/pc/1.20/particles.json") },
|
|
1271
|
+
get blockLoot () { return require("./minecraft-data/data/pc/1.20/blockLoot.json") },
|
|
1272
|
+
get entityLoot () { return require("./minecraft-data/data/pc/1.20/entityLoot.json") },
|
|
1273
|
+
get loginPacket () { return require("./minecraft-data/data/pc/1.19.2/loginPacket.json") },
|
|
1274
|
+
get tints () { return require("./minecraft-data/data/pc/1.20.2/tints.json") },
|
|
1275
|
+
get mapIcons () { return require("./minecraft-data/data/pc/1.20.2/mapIcons.json") },
|
|
1276
|
+
get commands () { return require("./minecraft-data/data/pc/1.20.2/commands.json") }
|
|
1252
1277
|
}
|
|
1253
1278
|
},
|
|
1254
1279
|
'bedrock': {
|
|
@@ -1826,9 +1851,31 @@ module.exports =
|
|
|
1826
1851
|
get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
|
|
1827
1852
|
get blocksB2J () { return require("./minecraft-data/data/bedrock/1.20.0/blocksB2J.json") },
|
|
1828
1853
|
get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.20.0/blocksJ2B.json") },
|
|
1854
|
+
proto: __dirname + '/minecraft-data/data/bedrock/1.20.30/proto.yml',
|
|
1855
|
+
types: __dirname + '/minecraft-data/data/bedrock/1.20.30/types.yml',
|
|
1856
|
+
get version () { return require("./minecraft-data/data/bedrock/1.20.30/version.json") },
|
|
1857
|
+
get language () { return require("./minecraft-data/data/bedrock/1.20.10/language.json") }
|
|
1858
|
+
},
|
|
1859
|
+
'1.20.40': {
|
|
1860
|
+
get blocks () { return require("./minecraft-data/data/bedrock/1.20.0/blocks.json") },
|
|
1861
|
+
get blockStates () { return require("./minecraft-data/data/bedrock/1.20.0/blockStates.json") },
|
|
1862
|
+
get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.20.0/blockCollisionShapes.json") },
|
|
1863
|
+
get biomes () { return require("./minecraft-data/data/bedrock/1.20.0/biomes.json") },
|
|
1864
|
+
get entities () { return require("./minecraft-data/data/bedrock/1.19.1/entities.json") },
|
|
1865
|
+
get items () { return require("./minecraft-data/data/bedrock/1.20.0/items.json") },
|
|
1866
|
+
get recipes () { return require("./minecraft-data/data/bedrock/1.19.10/recipes.json") },
|
|
1867
|
+
get instruments () { return require("./minecraft-data/data/bedrock/1.17.0/instruments.json") },
|
|
1868
|
+
get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
|
|
1869
|
+
get enchantments () { return require("./minecraft-data/data/bedrock/1.19.1/enchantments.json") },
|
|
1870
|
+
get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
|
|
1871
|
+
get protocol () { return require("./minecraft-data/data/bedrock/1.20.40/protocol.json") },
|
|
1872
|
+
get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
|
|
1873
|
+
get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
|
|
1874
|
+
get blocksB2J () { return require("./minecraft-data/data/bedrock/1.20.0/blocksB2J.json") },
|
|
1875
|
+
get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.20.0/blocksJ2B.json") },
|
|
1829
1876
|
proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
|
|
1830
1877
|
types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
|
|
1831
|
-
get version () { return require("./minecraft-data/data/bedrock/1.20.
|
|
1878
|
+
get version () { return require("./minecraft-data/data/bedrock/1.20.40/version.json") },
|
|
1832
1879
|
get language () { return require("./minecraft-data/data/bedrock/1.20.10/language.json") }
|
|
1833
1880
|
}
|
|
1834
1881
|
}
|
package/doc/history.md
CHANGED
package/minecraft-data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Language independent module providing minecraft data for minecraft clients, serv
|
|
|
9
9
|
|
|
10
10
|
Supports
|
|
11
11
|
* Minecraft PC version 0.30c (classic), 1.7.10, 1.8.8, 1.9 (15w40b, 1.9, 1.9.1-pre2, 1.9.2, 1.9.4),
|
|
12
|
-
1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19 (1.19, 1.19.2, 1.19.3, 1.19.4), 1.20 (1.20, 1.20.1)
|
|
12
|
+
1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19 (1.19, 1.19.2, 1.19.3, 1.19.4), 1.20 (1.20, 1.20.1, 1.20.2)
|
|
13
13
|
* Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30
|
|
14
14
|
|
|
15
15
|
|
|
@@ -2558,7 +2558,38 @@
|
|
|
2558
2558
|
[
|
|
2559
2559
|
{
|
|
2560
2560
|
"name": "type",
|
|
2561
|
-
"type":
|
|
2561
|
+
"type": [
|
|
2562
|
+
"mapper",
|
|
2563
|
+
{
|
|
2564
|
+
"type": "u8",
|
|
2565
|
+
"mappings": {
|
|
2566
|
+
"0": "marker_white",
|
|
2567
|
+
"1": "marker_green",
|
|
2568
|
+
"2": "marker_red",
|
|
2569
|
+
"3": "marker_blue",
|
|
2570
|
+
"4": "cross_white",
|
|
2571
|
+
"5": "triangle_red",
|
|
2572
|
+
"6": "square_white",
|
|
2573
|
+
"7": "marker_sign",
|
|
2574
|
+
"8": "marker_pink",
|
|
2575
|
+
"9": "marker_orange",
|
|
2576
|
+
"10": "marker_yellow",
|
|
2577
|
+
"11": "marker_teal",
|
|
2578
|
+
"12": "triangle_green",
|
|
2579
|
+
"13": "small_square_white",
|
|
2580
|
+
"14": "mansion",
|
|
2581
|
+
"15": "monument",
|
|
2582
|
+
"16": "no_draw",
|
|
2583
|
+
"17": "village_desert",
|
|
2584
|
+
"18": "village_plains",
|
|
2585
|
+
"19": "village_savanna",
|
|
2586
|
+
"20": "village_snowy",
|
|
2587
|
+
"21": "village_taiga",
|
|
2588
|
+
"22": "jungle_temple",
|
|
2589
|
+
"23": "witch_hut"
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2592
|
+
]
|
|
2562
2593
|
},
|
|
2563
2594
|
{
|
|
2564
2595
|
"name": "rotation",
|
|
@@ -1005,7 +1005,31 @@ TrackedObject:
|
|
|
1005
1005
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1006
1006
|
# client-side.
|
|
1007
1007
|
MapDecoration:
|
|
1008
|
-
type: u8
|
|
1008
|
+
type: u8 =>
|
|
1009
|
+
- marker_white
|
|
1010
|
+
- marker_green
|
|
1011
|
+
- marker_red
|
|
1012
|
+
- marker_blue
|
|
1013
|
+
- cross_white
|
|
1014
|
+
- triangle_red
|
|
1015
|
+
- square_white
|
|
1016
|
+
- marker_sign
|
|
1017
|
+
- marker_pink
|
|
1018
|
+
- marker_orange
|
|
1019
|
+
- marker_yellow
|
|
1020
|
+
- marker_teal
|
|
1021
|
+
- triangle_green
|
|
1022
|
+
- small_square_white
|
|
1023
|
+
- mansion
|
|
1024
|
+
- monument
|
|
1025
|
+
- no_draw
|
|
1026
|
+
- village_desert
|
|
1027
|
+
- village_plains
|
|
1028
|
+
- village_savanna
|
|
1029
|
+
- village_snowy
|
|
1030
|
+
- village_taiga
|
|
1031
|
+
- jungle_temple
|
|
1032
|
+
- witch_hut
|
|
1009
1033
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1010
1034
|
# map decoration may face.
|
|
1011
1035
|
rotation: u8
|
|
@@ -2561,7 +2561,38 @@
|
|
|
2561
2561
|
[
|
|
2562
2562
|
{
|
|
2563
2563
|
"name": "type",
|
|
2564
|
-
"type":
|
|
2564
|
+
"type": [
|
|
2565
|
+
"mapper",
|
|
2566
|
+
{
|
|
2567
|
+
"type": "u8",
|
|
2568
|
+
"mappings": {
|
|
2569
|
+
"0": "marker_white",
|
|
2570
|
+
"1": "marker_green",
|
|
2571
|
+
"2": "marker_red",
|
|
2572
|
+
"3": "marker_blue",
|
|
2573
|
+
"4": "cross_white",
|
|
2574
|
+
"5": "triangle_red",
|
|
2575
|
+
"6": "square_white",
|
|
2576
|
+
"7": "marker_sign",
|
|
2577
|
+
"8": "marker_pink",
|
|
2578
|
+
"9": "marker_orange",
|
|
2579
|
+
"10": "marker_yellow",
|
|
2580
|
+
"11": "marker_teal",
|
|
2581
|
+
"12": "triangle_green",
|
|
2582
|
+
"13": "small_square_white",
|
|
2583
|
+
"14": "mansion",
|
|
2584
|
+
"15": "monument",
|
|
2585
|
+
"16": "no_draw",
|
|
2586
|
+
"17": "village_desert",
|
|
2587
|
+
"18": "village_plains",
|
|
2588
|
+
"19": "village_savanna",
|
|
2589
|
+
"20": "village_snowy",
|
|
2590
|
+
"21": "village_taiga",
|
|
2591
|
+
"22": "jungle_temple",
|
|
2592
|
+
"23": "witch_hut"
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
]
|
|
2565
2596
|
},
|
|
2566
2597
|
{
|
|
2567
2598
|
"name": "rotation",
|
|
@@ -1008,7 +1008,31 @@ TrackedObject:
|
|
|
1008
1008
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1009
1009
|
# client-side.
|
|
1010
1010
|
MapDecoration:
|
|
1011
|
-
type: u8
|
|
1011
|
+
type: u8 =>
|
|
1012
|
+
- marker_white
|
|
1013
|
+
- marker_green
|
|
1014
|
+
- marker_red
|
|
1015
|
+
- marker_blue
|
|
1016
|
+
- cross_white
|
|
1017
|
+
- triangle_red
|
|
1018
|
+
- square_white
|
|
1019
|
+
- marker_sign
|
|
1020
|
+
- marker_pink
|
|
1021
|
+
- marker_orange
|
|
1022
|
+
- marker_yellow
|
|
1023
|
+
- marker_teal
|
|
1024
|
+
- triangle_green
|
|
1025
|
+
- small_square_white
|
|
1026
|
+
- mansion
|
|
1027
|
+
- monument
|
|
1028
|
+
- no_draw
|
|
1029
|
+
- village_desert
|
|
1030
|
+
- village_plains
|
|
1031
|
+
- village_savanna
|
|
1032
|
+
- village_snowy
|
|
1033
|
+
- village_taiga
|
|
1034
|
+
- jungle_temple
|
|
1035
|
+
- witch_hut
|
|
1012
1036
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1013
1037
|
# map decoration may face.
|
|
1014
1038
|
rotation: u8
|
|
@@ -2561,7 +2561,38 @@
|
|
|
2561
2561
|
[
|
|
2562
2562
|
{
|
|
2563
2563
|
"name": "type",
|
|
2564
|
-
"type":
|
|
2564
|
+
"type": [
|
|
2565
|
+
"mapper",
|
|
2566
|
+
{
|
|
2567
|
+
"type": "u8",
|
|
2568
|
+
"mappings": {
|
|
2569
|
+
"0": "marker_white",
|
|
2570
|
+
"1": "marker_green",
|
|
2571
|
+
"2": "marker_red",
|
|
2572
|
+
"3": "marker_blue",
|
|
2573
|
+
"4": "cross_white",
|
|
2574
|
+
"5": "triangle_red",
|
|
2575
|
+
"6": "square_white",
|
|
2576
|
+
"7": "marker_sign",
|
|
2577
|
+
"8": "marker_pink",
|
|
2578
|
+
"9": "marker_orange",
|
|
2579
|
+
"10": "marker_yellow",
|
|
2580
|
+
"11": "marker_teal",
|
|
2581
|
+
"12": "triangle_green",
|
|
2582
|
+
"13": "small_square_white",
|
|
2583
|
+
"14": "mansion",
|
|
2584
|
+
"15": "monument",
|
|
2585
|
+
"16": "no_draw",
|
|
2586
|
+
"17": "village_desert",
|
|
2587
|
+
"18": "village_plains",
|
|
2588
|
+
"19": "village_savanna",
|
|
2589
|
+
"20": "village_snowy",
|
|
2590
|
+
"21": "village_taiga",
|
|
2591
|
+
"22": "jungle_temple",
|
|
2592
|
+
"23": "witch_hut"
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
]
|
|
2565
2596
|
},
|
|
2566
2597
|
{
|
|
2567
2598
|
"name": "rotation",
|
|
@@ -1008,7 +1008,31 @@ TrackedObject:
|
|
|
1008
1008
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1009
1009
|
# client-side.
|
|
1010
1010
|
MapDecoration:
|
|
1011
|
-
type: u8
|
|
1011
|
+
type: u8 =>
|
|
1012
|
+
- marker_white
|
|
1013
|
+
- marker_green
|
|
1014
|
+
- marker_red
|
|
1015
|
+
- marker_blue
|
|
1016
|
+
- cross_white
|
|
1017
|
+
- triangle_red
|
|
1018
|
+
- square_white
|
|
1019
|
+
- marker_sign
|
|
1020
|
+
- marker_pink
|
|
1021
|
+
- marker_orange
|
|
1022
|
+
- marker_yellow
|
|
1023
|
+
- marker_teal
|
|
1024
|
+
- triangle_green
|
|
1025
|
+
- small_square_white
|
|
1026
|
+
- mansion
|
|
1027
|
+
- monument
|
|
1028
|
+
- no_draw
|
|
1029
|
+
- village_desert
|
|
1030
|
+
- village_plains
|
|
1031
|
+
- village_savanna
|
|
1032
|
+
- village_snowy
|
|
1033
|
+
- village_taiga
|
|
1034
|
+
- jungle_temple
|
|
1035
|
+
- witch_hut
|
|
1012
1036
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1013
1037
|
# map decoration may face.
|
|
1014
1038
|
rotation: u8
|
|
@@ -2569,7 +2569,38 @@
|
|
|
2569
2569
|
[
|
|
2570
2570
|
{
|
|
2571
2571
|
"name": "type",
|
|
2572
|
-
"type":
|
|
2572
|
+
"type": [
|
|
2573
|
+
"mapper",
|
|
2574
|
+
{
|
|
2575
|
+
"type": "u8",
|
|
2576
|
+
"mappings": {
|
|
2577
|
+
"0": "marker_white",
|
|
2578
|
+
"1": "marker_green",
|
|
2579
|
+
"2": "marker_red",
|
|
2580
|
+
"3": "marker_blue",
|
|
2581
|
+
"4": "cross_white",
|
|
2582
|
+
"5": "triangle_red",
|
|
2583
|
+
"6": "square_white",
|
|
2584
|
+
"7": "marker_sign",
|
|
2585
|
+
"8": "marker_pink",
|
|
2586
|
+
"9": "marker_orange",
|
|
2587
|
+
"10": "marker_yellow",
|
|
2588
|
+
"11": "marker_teal",
|
|
2589
|
+
"12": "triangle_green",
|
|
2590
|
+
"13": "small_square_white",
|
|
2591
|
+
"14": "mansion",
|
|
2592
|
+
"15": "monument",
|
|
2593
|
+
"16": "no_draw",
|
|
2594
|
+
"17": "village_desert",
|
|
2595
|
+
"18": "village_plains",
|
|
2596
|
+
"19": "village_savanna",
|
|
2597
|
+
"20": "village_snowy",
|
|
2598
|
+
"21": "village_taiga",
|
|
2599
|
+
"22": "jungle_temple",
|
|
2600
|
+
"23": "witch_hut"
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
]
|
|
2573
2604
|
},
|
|
2574
2605
|
{
|
|
2575
2606
|
"name": "rotation",
|
|
@@ -1013,7 +1013,31 @@ TrackedObject:
|
|
|
1013
1013
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1014
1014
|
# client-side.
|
|
1015
1015
|
MapDecoration:
|
|
1016
|
-
type: u8
|
|
1016
|
+
type: u8 =>
|
|
1017
|
+
- marker_white
|
|
1018
|
+
- marker_green
|
|
1019
|
+
- marker_red
|
|
1020
|
+
- marker_blue
|
|
1021
|
+
- cross_white
|
|
1022
|
+
- triangle_red
|
|
1023
|
+
- square_white
|
|
1024
|
+
- marker_sign
|
|
1025
|
+
- marker_pink
|
|
1026
|
+
- marker_orange
|
|
1027
|
+
- marker_yellow
|
|
1028
|
+
- marker_teal
|
|
1029
|
+
- triangle_green
|
|
1030
|
+
- small_square_white
|
|
1031
|
+
- mansion
|
|
1032
|
+
- monument
|
|
1033
|
+
- no_draw
|
|
1034
|
+
- village_desert
|
|
1035
|
+
- village_plains
|
|
1036
|
+
- village_savanna
|
|
1037
|
+
- village_snowy
|
|
1038
|
+
- village_taiga
|
|
1039
|
+
- jungle_temple
|
|
1040
|
+
- witch_hut
|
|
1017
1041
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1018
1042
|
# map decoration may face.
|
|
1019
1043
|
rotation: u8
|
|
@@ -2593,7 +2593,38 @@
|
|
|
2593
2593
|
[
|
|
2594
2594
|
{
|
|
2595
2595
|
"name": "type",
|
|
2596
|
-
"type":
|
|
2596
|
+
"type": [
|
|
2597
|
+
"mapper",
|
|
2598
|
+
{
|
|
2599
|
+
"type": "u8",
|
|
2600
|
+
"mappings": {
|
|
2601
|
+
"0": "marker_white",
|
|
2602
|
+
"1": "marker_green",
|
|
2603
|
+
"2": "marker_red",
|
|
2604
|
+
"3": "marker_blue",
|
|
2605
|
+
"4": "cross_white",
|
|
2606
|
+
"5": "triangle_red",
|
|
2607
|
+
"6": "square_white",
|
|
2608
|
+
"7": "marker_sign",
|
|
2609
|
+
"8": "marker_pink",
|
|
2610
|
+
"9": "marker_orange",
|
|
2611
|
+
"10": "marker_yellow",
|
|
2612
|
+
"11": "marker_teal",
|
|
2613
|
+
"12": "triangle_green",
|
|
2614
|
+
"13": "small_square_white",
|
|
2615
|
+
"14": "mansion",
|
|
2616
|
+
"15": "monument",
|
|
2617
|
+
"16": "no_draw",
|
|
2618
|
+
"17": "village_desert",
|
|
2619
|
+
"18": "village_plains",
|
|
2620
|
+
"19": "village_savanna",
|
|
2621
|
+
"20": "village_snowy",
|
|
2622
|
+
"21": "village_taiga",
|
|
2623
|
+
"22": "jungle_temple",
|
|
2624
|
+
"23": "witch_hut"
|
|
2625
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
]
|
|
2597
2628
|
},
|
|
2598
2629
|
{
|
|
2599
2630
|
"name": "rotation",
|
|
@@ -1028,7 +1028,31 @@ TrackedObject:
|
|
|
1028
1028
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1029
1029
|
# client-side.
|
|
1030
1030
|
MapDecoration:
|
|
1031
|
-
type: u8
|
|
1031
|
+
type: u8 =>
|
|
1032
|
+
- marker_white
|
|
1033
|
+
- marker_green
|
|
1034
|
+
- marker_red
|
|
1035
|
+
- marker_blue
|
|
1036
|
+
- cross_white
|
|
1037
|
+
- triangle_red
|
|
1038
|
+
- square_white
|
|
1039
|
+
- marker_sign
|
|
1040
|
+
- marker_pink
|
|
1041
|
+
- marker_orange
|
|
1042
|
+
- marker_yellow
|
|
1043
|
+
- marker_teal
|
|
1044
|
+
- triangle_green
|
|
1045
|
+
- small_square_white
|
|
1046
|
+
- mansion
|
|
1047
|
+
- monument
|
|
1048
|
+
- no_draw
|
|
1049
|
+
- village_desert
|
|
1050
|
+
- village_plains
|
|
1051
|
+
- village_savanna
|
|
1052
|
+
- village_snowy
|
|
1053
|
+
- village_taiga
|
|
1054
|
+
- jungle_temple
|
|
1055
|
+
- witch_hut
|
|
1032
1056
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1033
1057
|
# map decoration may face.
|
|
1034
1058
|
rotation: u8
|
|
@@ -2593,7 +2593,38 @@
|
|
|
2593
2593
|
[
|
|
2594
2594
|
{
|
|
2595
2595
|
"name": "type",
|
|
2596
|
-
"type":
|
|
2596
|
+
"type": [
|
|
2597
|
+
"mapper",
|
|
2598
|
+
{
|
|
2599
|
+
"type": "u8",
|
|
2600
|
+
"mappings": {
|
|
2601
|
+
"0": "marker_white",
|
|
2602
|
+
"1": "marker_green",
|
|
2603
|
+
"2": "marker_red",
|
|
2604
|
+
"3": "marker_blue",
|
|
2605
|
+
"4": "cross_white",
|
|
2606
|
+
"5": "triangle_red",
|
|
2607
|
+
"6": "square_white",
|
|
2608
|
+
"7": "marker_sign",
|
|
2609
|
+
"8": "marker_pink",
|
|
2610
|
+
"9": "marker_orange",
|
|
2611
|
+
"10": "marker_yellow",
|
|
2612
|
+
"11": "marker_teal",
|
|
2613
|
+
"12": "triangle_green",
|
|
2614
|
+
"13": "small_square_white",
|
|
2615
|
+
"14": "mansion",
|
|
2616
|
+
"15": "monument",
|
|
2617
|
+
"16": "no_draw",
|
|
2618
|
+
"17": "village_desert",
|
|
2619
|
+
"18": "village_plains",
|
|
2620
|
+
"19": "village_savanna",
|
|
2621
|
+
"20": "village_snowy",
|
|
2622
|
+
"21": "village_taiga",
|
|
2623
|
+
"22": "jungle_temple",
|
|
2624
|
+
"23": "witch_hut"
|
|
2625
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
]
|
|
2597
2628
|
},
|
|
2598
2629
|
{
|
|
2599
2630
|
"name": "rotation",
|
|
@@ -1028,7 +1028,31 @@ TrackedObject:
|
|
|
1028
1028
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1029
1029
|
# client-side.
|
|
1030
1030
|
MapDecoration:
|
|
1031
|
-
type: u8
|
|
1031
|
+
type: u8 =>
|
|
1032
|
+
- marker_white
|
|
1033
|
+
- marker_green
|
|
1034
|
+
- marker_red
|
|
1035
|
+
- marker_blue
|
|
1036
|
+
- cross_white
|
|
1037
|
+
- triangle_red
|
|
1038
|
+
- square_white
|
|
1039
|
+
- marker_sign
|
|
1040
|
+
- marker_pink
|
|
1041
|
+
- marker_orange
|
|
1042
|
+
- marker_yellow
|
|
1043
|
+
- marker_teal
|
|
1044
|
+
- triangle_green
|
|
1045
|
+
- small_square_white
|
|
1046
|
+
- mansion
|
|
1047
|
+
- monument
|
|
1048
|
+
- no_draw
|
|
1049
|
+
- village_desert
|
|
1050
|
+
- village_plains
|
|
1051
|
+
- village_savanna
|
|
1052
|
+
- village_snowy
|
|
1053
|
+
- village_taiga
|
|
1054
|
+
- jungle_temple
|
|
1055
|
+
- witch_hut
|
|
1032
1056
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1033
1057
|
# map decoration may face.
|
|
1034
1058
|
rotation: u8
|
|
@@ -2596,7 +2596,38 @@
|
|
|
2596
2596
|
[
|
|
2597
2597
|
{
|
|
2598
2598
|
"name": "type",
|
|
2599
|
-
"type":
|
|
2599
|
+
"type": [
|
|
2600
|
+
"mapper",
|
|
2601
|
+
{
|
|
2602
|
+
"type": "u8",
|
|
2603
|
+
"mappings": {
|
|
2604
|
+
"0": "marker_white",
|
|
2605
|
+
"1": "marker_green",
|
|
2606
|
+
"2": "marker_red",
|
|
2607
|
+
"3": "marker_blue",
|
|
2608
|
+
"4": "cross_white",
|
|
2609
|
+
"5": "triangle_red",
|
|
2610
|
+
"6": "square_white",
|
|
2611
|
+
"7": "marker_sign",
|
|
2612
|
+
"8": "marker_pink",
|
|
2613
|
+
"9": "marker_orange",
|
|
2614
|
+
"10": "marker_yellow",
|
|
2615
|
+
"11": "marker_teal",
|
|
2616
|
+
"12": "triangle_green",
|
|
2617
|
+
"13": "small_square_white",
|
|
2618
|
+
"14": "mansion",
|
|
2619
|
+
"15": "monument",
|
|
2620
|
+
"16": "no_draw",
|
|
2621
|
+
"17": "village_desert",
|
|
2622
|
+
"18": "village_plains",
|
|
2623
|
+
"19": "village_savanna",
|
|
2624
|
+
"20": "village_snowy",
|
|
2625
|
+
"21": "village_taiga",
|
|
2626
|
+
"22": "jungle_temple",
|
|
2627
|
+
"23": "witch_hut"
|
|
2628
|
+
}
|
|
2629
|
+
}
|
|
2630
|
+
]
|
|
2600
2631
|
},
|
|
2601
2632
|
{
|
|
2602
2633
|
"name": "rotation",
|
|
@@ -1037,7 +1037,31 @@ TrackedObject:
|
|
|
1037
1037
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1038
1038
|
# client-side.
|
|
1039
1039
|
MapDecoration:
|
|
1040
|
-
type: u8
|
|
1040
|
+
type: u8 =>
|
|
1041
|
+
- marker_white
|
|
1042
|
+
- marker_green
|
|
1043
|
+
- marker_red
|
|
1044
|
+
- marker_blue
|
|
1045
|
+
- cross_white
|
|
1046
|
+
- triangle_red
|
|
1047
|
+
- square_white
|
|
1048
|
+
- marker_sign
|
|
1049
|
+
- marker_pink
|
|
1050
|
+
- marker_orange
|
|
1051
|
+
- marker_yellow
|
|
1052
|
+
- marker_teal
|
|
1053
|
+
- triangle_green
|
|
1054
|
+
- small_square_white
|
|
1055
|
+
- mansion
|
|
1056
|
+
- monument
|
|
1057
|
+
- no_draw
|
|
1058
|
+
- village_desert
|
|
1059
|
+
- village_plains
|
|
1060
|
+
- village_savanna
|
|
1061
|
+
- village_snowy
|
|
1062
|
+
- village_taiga
|
|
1063
|
+
- jungle_temple
|
|
1064
|
+
- witch_hut
|
|
1041
1065
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1042
1066
|
# map decoration may face.
|
|
1043
1067
|
rotation: u8
|
|
@@ -2600,7 +2600,38 @@
|
|
|
2600
2600
|
[
|
|
2601
2601
|
{
|
|
2602
2602
|
"name": "type",
|
|
2603
|
-
"type":
|
|
2603
|
+
"type": [
|
|
2604
|
+
"mapper",
|
|
2605
|
+
{
|
|
2606
|
+
"type": "u8",
|
|
2607
|
+
"mappings": {
|
|
2608
|
+
"0": "marker_white",
|
|
2609
|
+
"1": "marker_green",
|
|
2610
|
+
"2": "marker_red",
|
|
2611
|
+
"3": "marker_blue",
|
|
2612
|
+
"4": "cross_white",
|
|
2613
|
+
"5": "triangle_red",
|
|
2614
|
+
"6": "square_white",
|
|
2615
|
+
"7": "marker_sign",
|
|
2616
|
+
"8": "marker_pink",
|
|
2617
|
+
"9": "marker_orange",
|
|
2618
|
+
"10": "marker_yellow",
|
|
2619
|
+
"11": "marker_teal",
|
|
2620
|
+
"12": "triangle_green",
|
|
2621
|
+
"13": "small_square_white",
|
|
2622
|
+
"14": "mansion",
|
|
2623
|
+
"15": "monument",
|
|
2624
|
+
"16": "no_draw",
|
|
2625
|
+
"17": "village_desert",
|
|
2626
|
+
"18": "village_plains",
|
|
2627
|
+
"19": "village_savanna",
|
|
2628
|
+
"20": "village_snowy",
|
|
2629
|
+
"21": "village_taiga",
|
|
2630
|
+
"22": "jungle_temple",
|
|
2631
|
+
"23": "witch_hut"
|
|
2632
|
+
}
|
|
2633
|
+
}
|
|
2634
|
+
]
|
|
2604
2635
|
},
|
|
2605
2636
|
{
|
|
2606
2637
|
"name": "rotation",
|