@jsprismarine/bedrock-data 1.20.51-b → 1.20.51-c

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10,7 +10,7 @@ const item_id_map = require('./jsp/item_id_map.json');
10
10
 
11
11
  const biome_definitions = fs.readFileSync(__dirname + '/resources/biome_definitions.nbt');
12
12
  const entity_identifiers = fs.readFileSync(__dirname + '/resources/entity_identifiers.nbt');
13
- const canonical_block_states = fs.readFileSync(__dirname + '/jsp/runtime_block_states.nbt');
13
+ const canonical_block_states = fs.readFileSync(__dirname + '/jsp/runtime_block_states.dat');
14
14
  const r12_to_current_block_map = fs.readFileSync(__dirname + '/resources/r12_to_current_block_map.bin');
15
15
 
16
16
  module.exports = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsprismarine/bedrock-data",
3
3
  "types": "./index.d.ts",
4
- "version": "1.20.51b",
4
+ "version": "1.20.51c",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/filfat/bedrock-data",
7
7
  "author": "Filiph Sandström <filiph.sandstrom@filfatstudios.com>",