minecraft-data 3.5.1 → 3.6.0

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.
@@ -5325,8 +5325,8 @@
5325
5325
  "pack.source.local": "local",
5326
5326
  "pack.source.server": "server",
5327
5327
  "mirror.none": "|",
5328
- "mirror.left_right": " ",
5329
- "mirror.front_back": " ",
5328
+ "mirror.left_right": "\u2190 \u2192",
5329
+ "mirror.front_back": "\u2191 \u2193",
5330
5330
  "sleep.not_possible": "No amount of rest can pass this night",
5331
5331
  "sleep.players_sleeping": "%s/%s players sleeping",
5332
5332
  "sleep.skipping_night": "Sleeping through this night",
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "1.19.1-pre5",
4
+ "version": 1073741922,
5
+ "dataVersion": 3113,
6
+ "usesNetty": true,
7
+ "majorVersion": "1.19"
8
+ },
9
+ {
10
+ "minecraftVersion": "1.19.1-pre4",
11
+ "version": 1073741921,
12
+ "dataVersion": 3112,
13
+ "usesNetty": true,
14
+ "majorVersion": "1.19"
15
+ },
16
+ {
17
+ "minecraftVersion": "1.19.1-pre3",
18
+ "version": 1073741920,
19
+ "dataVersion": 3111,
20
+ "usesNetty": true,
21
+ "majorVersion": "1.19"
22
+ },
2
23
  {
3
24
  "minecraftVersion": "1.19.1-pre2",
4
25
  "version": 1073741919,
@@ -1,26 +1,29 @@
1
+ ## 3.6.0
2
+ * bedrock: Add bedrock 1.19.10 protocol data (#588) @stevarino
3
+
1
4
  ## 3.5.1
2
5
  * Fix Github pages docs
3
6
 
4
7
  ## 3.5.0
5
- * Add 1.19 Data (all but protocol) @u9g
6
- * Add blockloot for 1.18 and 1.19 @Eejit43
8
+ * pc: Add 1.19 Data (all but protocol) @u9g
9
+ * pc: Add blockloot for 1.18 and 1.19 @Eejit43
7
10
 
8
11
  ## 3.4.0
9
- * Add bedrock 1.19 protocol data, 1.18 protocol corrections
12
+ * bedrock: Add bedrock 1.19 protocol data, 1.18 protocol corrections
10
13
 
11
14
  ## 3.3.0
12
- * Update dimension descriptions (#565)
13
- * Add 1.19-pre4 to pc/common/protocolVersions.json
14
- * Add bedrock 1.18.30 block, item, recipe data
15
+ * pc: Update dimension descriptions (#565)
16
+ * pc: Add 1.19-pre4 to pc/common/protocolVersions.json
17
+ * bedrock: Add bedrock 1.18.30 block, item, recipe data
15
18
  * bedrock: 1.18 protocol fixes
16
- * Add 1.19 to common/protocolVersions.json
19
+ * pc: Add 1.19 to common/protocolVersions.json
17
20
 
18
21
  ## 3.2.0
19
- * Fix 1.17+ biome colors (@Karang)
20
- * Fix shulker box and ender pearl stack sizes (@RoseChilds)
21
- * Fixed hardness & resistance of copper_ore (@sefirosweb)
22
- * Fix guitar spelling in instruments.json (@MrAwesome)
23
- * Add bedrock 1.18 block/entity loot data, recipe data fix (@extremeheat)
22
+ * pc: Fix 1.17+ biome colors (@Karang)
23
+ * pc: Fix shulker box and ender pearl stack sizes (@RoseChilds)
24
+ * pc: Fixed hardness & resistance of copper_ore (@sefirosweb)
25
+ * pc: Fix guitar spelling in instruments.json (@MrAwesome)
26
+ * bedrock: Add bedrock 1.18 block/entity loot data, recipe data fix (@extremeheat)
24
27
 
25
28
  ## 3.1.1
26
29
  * Fix Github CI release action
@@ -29,14 +32,14 @@
29
32
  * bedrock: Add 1.18.30 protocol data
30
33
 
31
34
  ## 3.0.0
32
- * remove findItemOrBlockById and findItemOrBlockByName entirely
35
+ * nmd: remove findItemOrBlockById and findItemOrBlockByName entirely
33
36
 
34
37
  ## 2.221.0
35
- * Add bedrock 1.18.11 data
36
- * Fix to 1.18.2 login packet
38
+ * bedrock: Add bedrock 1.18.11 data
39
+ * pc: Fix to 1.18.2 login packet
37
40
 
38
41
  ## 2.220.0
39
- * Fix effect names in 1.17
42
+ * pc: Fix effect names in 1.17
40
43
 
41
44
  ## 2.119.0
42
45
  * reverse bedrock version list
@@ -48,16 +51,16 @@
48
51
  * Add "metadataIxOfItem" feature
49
52
 
50
53
  ## 2.116.0
51
- * Fix loginPacket for 1.18.2
54
+ * pc: Fix loginPacket for 1.18.2
52
55
 
53
56
  ## 2.115.1
54
- * Fix name conflict with existing "version" and type from features.json
57
+ * pc: Fix name conflict with existing "version" and type from features.json
55
58
 
56
59
  ## 2.115.0
57
- * Add features.json from mineflayer
60
+ * pc: Add features.json from mineflayer
58
61
 
59
62
  ## 2.114.1
60
- * fix 1.18.2 data paths
63
+ * pc: fix 1.18.2 data paths
61
64
 
62
65
  ## 2.114.0
63
66
  * mcpc 1.18.2 protocol support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.5.1",
3
+ "version": "3.6.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^18.0.0",
37
- "json-schema-to-typescript": "^10.0.3",
37
+ "json-schema-to-typescript": "^11.0.1",
38
38
  "minecraft-packets": "^1.4.0",
39
39
  "mocha": "^10.0.0",
40
40
  "require-self": "^0.2.3",