minecraft-data 2.113.2 → 2.113.3

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/doc/history.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.113.3
2
+ * update mcdata
3
+
1
4
  ## 2.113.2
2
5
  * update mcdata
3
6
 
@@ -9311,10 +9311,6 @@
9311
9311
  "default": "void"
9312
9312
  }
9313
9313
  ]
9314
- },
9315
- {
9316
- "name": "blob_id",
9317
- "type": "lu64"
9318
9314
  }
9319
9315
  ]
9320
9316
  ]
@@ -3304,7 +3304,6 @@ SubChunkEntryWithoutCaching: []lu32
3304
3304
  3: too_low
3305
3305
  heightmap: heightmap_type ?
3306
3306
  if has_data: '["buffer", { "count": 256 }]'
3307
- blob_id: lu64
3308
3307
 
3309
3308
  SubChunkEntryWithCaching: []lu32
3310
3309
  dx: u8
@@ -1,8 +1,11 @@
1
+ ## 2.113.3
2
+ * bedrock: correction to protocol data for subchunk packets without caching for 1.18.11
3
+
1
4
  ## 2.113.2
2
5
  * new release because 2.113.1 of nmd already exists
3
6
 
4
7
  ## 2.113.1
5
- * bedrock: Corrections to protocol data for subchunk packets
8
+ * bedrock: Corrections to protocol data for subchunk packets for 1.18.11
6
9
 
7
10
  ## 2.113.0
8
11
  * bedrock: add 1.18.11 protocol data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.113.2",
3
+ "version": "2.113.3",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",