@jsprismarine/bedrock-data 1.20.51 → 1.20.70

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/index.js CHANGED
@@ -6,11 +6,11 @@ const block_id_map = require('./jsp/block_id_map.json');
6
6
  const creativeitems = require('./resources/creativeitems.json');
7
7
  const entity_id_map = require('./resources/entity_id_map.json');
8
8
  const item_id_map = require('./jsp/item_id_map.json');
9
- const recipes = require('./resources/recipes.json');
9
+ // const recipes = require('./resources/recipes.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 = {
@@ -22,6 +22,6 @@ module.exports = {
22
22
  entity_identifiers,
23
23
  item_id_map,
24
24
  r12_to_current_block_map,
25
- recipes,
25
+ // recipes,
26
26
  canonical_block_states
27
27
  };
Binary file
package/package.json CHANGED
@@ -1,10 +1,25 @@
1
1
  {
2
2
  "name": "@jsprismarine/bedrock-data",
3
3
  "types": "./index.d.ts",
4
- "version": "1.20.51",
4
+ "version": "1.20.70",
5
5
  "main": "index.js",
6
- "repository": "https://github.com/filfat/bedrock-data",
7
- "author": "Filiph Sandström <filiph.sandstrom@filfatstudios.com>",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/JSPrismarine/BedrockData.git"
9
+ },
10
+ "author": "JSPrismarine",
11
+ "contributors": [
12
+ {
13
+ "name": "Filiph Siitam Sandström",
14
+ "email": "filiph@nordcom.io",
15
+ "url": "https://nordcom.io/"
16
+ },
17
+ {
18
+ "name": "Enrico Angelon",
19
+ "email": "enricoangelon.ea@gmail.com",
20
+ "url": "https://enricoangelon.it/"
21
+ }
22
+ ],
8
23
  "license": "MIT",
9
24
  "private": false
10
25
  }
package/renovate.json CHANGED
@@ -1,5 +1,8 @@
1
1
  {
2
- "extends": [
3
- "config:base"
4
- ]
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "local>NordcomInc/renovate-config",
5
+ ":semanticCommits",
6
+ ":automergeMajor"
7
+ ]
5
8
  }
Binary file