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.
@@ -456,5 +456,10 @@
456
456
  "name": "clientboundChatHasSender",
457
457
  "description": "clientbound chat packet contains message sender's UUID",
458
458
  "versions": ["1.16_major", "latest"]
459
+ },
460
+ {
461
+ "name": "consolidatedEntitySpawnPacket",
462
+ "description": "One packet to add living and non-living entities",
463
+ "versions": ["1.19", "latest"]
459
464
  }
460
465
  ]
@@ -1,3 +1,10 @@
1
+ ## 3.15.1
2
+ * Fix pc1.19 entity spawn packet (#639)
3
+
4
+ ## 3.15.0
5
+
6
+ * added Burger extracted recipes.json for 1.19 (thanks @FCKJohni)
7
+
1
8
  ## 3.14.0
2
9
 
3
10
  * update 1.19 features list (@extremeheat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.14.1",
3
+ "version": "3.15.1",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",