minecraft-data 2.97.0 → 2.99.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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "minecraftVersion": "1.18",
3
+ "version": 757,
4
+ "majorVersion": "1.18"
5
+ }
@@ -1,4 +1,32 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "1.18.1",
4
+ "version": 757,
5
+ "dataVersion": 2865,
6
+ "usesNetty": true,
7
+ "majorVersion": "1.18"
8
+ },
9
+ {
10
+ "minecraftVersion": "1.18.1-rc3",
11
+ "version": 1073741888,
12
+ "dataVersion": 2864,
13
+ "usesNetty": true,
14
+ "majorVersion": "1.18"
15
+ },
16
+ {
17
+ "minecraftVersion": "1.18.1-rc2",
18
+ "version": 1073741887,
19
+ "dataVersion": 2863,
20
+ "usesNetty": true,
21
+ "majorVersion": "1.18"
22
+ },
23
+ {
24
+ "minecraftVersion": "1.18.1-rc1",
25
+ "version": 1073741886,
26
+ "dataVersion": 2862,
27
+ "usesNetty": true,
28
+ "majorVersion": "1.18"
29
+ },
2
30
  {
3
31
  "minecraftVersion": "1.18.1-pre1",
4
32
  "version": 1073741885,
@@ -44,5 +44,6 @@
44
44
  "1.16.4",
45
45
  "21w07a",
46
46
  "1.17",
47
- "1.17.1"
47
+ "1.17.1",
48
+ "1.18"
48
49
  ]
@@ -1,3 +1,16 @@
1
+ ## 2.99.1
2
+ * pc: fix simulation distance packet in 1.18
3
+
4
+ ## 2.99.0
5
+ * pc: fix version path in 1.18 (@u9g)
6
+ * bedrock: update 1.18 data (@extremeheat)
7
+
8
+ ## 2.98.1
9
+ * pc: Properly prefix particle resourceIDs in 1.17+ (@nickelpro)
10
+
11
+ ## 2.98.0
12
+ * pc: Add 1.18 protocol data (@nickelpro)
13
+
1
14
  ## 2.97.0
2
15
  * bedrock: Add 1.18.0 data (@extremeheat)
3
16
 
@@ -99,7 +99,7 @@
99
99
  },
100
100
  {
101
101
  "title":"new recipe",
102
- "description":"New recipe schema",
102
+ "description":"Bedrock recipe schema",
103
103
  "type": "object",
104
104
  "properties": {
105
105
  "name": {
@@ -114,10 +114,9 @@
114
114
  "enum": [
115
115
  "multi",
116
116
  "cartography_table",
117
- "shapeless",
118
117
  "stonecutter",
119
118
  "crafting_table",
120
- "shaped",
119
+ "crafting_table_shapeless",
121
120
  "shulker_box",
122
121
  "furnace",
123
122
  "blast_furnace",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.97.0",
3
+ "version": "2.99.1",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",