minecraft-data 3.14.1 → 3.15.1
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 +1 -1
- package/doc/history.md +8 -0
- package/minecraft-data/data/dataPaths.json +2 -2
- package/minecraft-data/data/pc/1.19/protocol.json +5 -5
- package/minecraft-data/data/pc/1.19/recipes.json +27238 -0
- package/minecraft-data/data/pc/common/features.json +5 -0
- package/minecraft-data/doc/history.md +7 -0
- package/package.json +1 -1
package/data.js
CHANGED
|
@@ -1114,7 +1114,7 @@ module.exports =
|
|
|
1114
1114
|
get effects () { return require("./minecraft-data/data/pc/1.19/effects.json") },
|
|
1115
1115
|
get items () { return require("./minecraft-data/data/pc/1.19/items.json") },
|
|
1116
1116
|
get enchantments () { return require("./minecraft-data/data/pc/1.19/enchantments.json") },
|
|
1117
|
-
get recipes () { return require("./minecraft-data/data/pc/1.
|
|
1117
|
+
get recipes () { return require("./minecraft-data/data/pc/1.19/recipes.json") },
|
|
1118
1118
|
get instruments () { return require("./minecraft-data/data/pc/1.19/instruments.json") },
|
|
1119
1119
|
get materials () { return require("./minecraft-data/data/pc/1.19/materials.json") },
|
|
1120
1120
|
get language () { return require("./minecraft-data/data/pc/1.19/language.json") },
|
package/doc/history.md
CHANGED
|
@@ -1113,7 +1113,7 @@
|
|
|
1113
1113
|
"effects": "pc/1.19",
|
|
1114
1114
|
"items": "pc/1.19",
|
|
1115
1115
|
"enchantments": "pc/1.19",
|
|
1116
|
-
"recipes": "pc/1.
|
|
1116
|
+
"recipes": "pc/1.19",
|
|
1117
1117
|
"instruments": "pc/1.19",
|
|
1118
1118
|
"materials": "pc/1.19",
|
|
1119
1119
|
"language": "pc/1.19",
|
|
@@ -1430,4 +1430,4 @@
|
|
|
1430
1430
|
"version": "bedrock/1.19.30"
|
|
1431
1431
|
}
|
|
1432
1432
|
}
|
|
1433
|
-
}
|
|
1433
|
+
}
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
"type": "i8"
|
|
1469
1469
|
},
|
|
1470
1470
|
{
|
|
1471
|
-
"name": "
|
|
1471
|
+
"name": "headPitch",
|
|
1472
1472
|
"type": "i8"
|
|
1473
1473
|
},
|
|
1474
1474
|
{
|
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
}
|
|
1515
1515
|
]
|
|
1516
1516
|
],
|
|
1517
|
-
"
|
|
1517
|
+
"packet_named_entity_spawn": [
|
|
1518
1518
|
"container",
|
|
1519
1519
|
[
|
|
1520
1520
|
{
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
"type": "varint"
|
|
1523
1523
|
},
|
|
1524
1524
|
{
|
|
1525
|
-
"name": "
|
|
1525
|
+
"name": "playerUUID",
|
|
1526
1526
|
"type": "UUID"
|
|
1527
1527
|
},
|
|
1528
1528
|
{
|
|
@@ -4733,7 +4733,7 @@
|
|
|
4733
4733
|
"mappings": {
|
|
4734
4734
|
"0x00": "spawn_entity",
|
|
4735
4735
|
"0x01": "spawn_entity_experience_orb",
|
|
4736
|
-
"0x02": "
|
|
4736
|
+
"0x02": "named_entity_spawn",
|
|
4737
4737
|
"0x03": "animation",
|
|
4738
4738
|
"0x04": "statistics",
|
|
4739
4739
|
"0x05": "acknowledge_player_digging",
|
|
@@ -4849,7 +4849,7 @@
|
|
|
4849
4849
|
"fields": {
|
|
4850
4850
|
"spawn_entity": "packet_spawn_entity",
|
|
4851
4851
|
"spawn_entity_experience_orb": "packet_spawn_entity_experience_orb",
|
|
4852
|
-
"
|
|
4852
|
+
"named_entity_spawn": "packet_named_entity_spawn",
|
|
4853
4853
|
"animation": "packet_animation",
|
|
4854
4854
|
"statistics": "packet_statistics",
|
|
4855
4855
|
"acknowledge_player_digging": "packet_acknowledge_player_digging",
|