minecraft-data 2.98.0 → 2.98.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.
package/doc/history.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.98.1
2
+ * update mcdata
3
+
1
4
  ## 2.98.0
2
5
  * update mcdata
3
6
 
@@ -191,8 +191,8 @@
191
191
  {
192
192
  "compareTo": "positionType",
193
193
  "fields": {
194
- "block": "position",
195
- "entity": "varint"
194
+ "minecraft:block": "position",
195
+ "minecraft:entity": "varint"
196
196
  }
197
197
  }
198
198
  ]
@@ -191,8 +191,8 @@
191
191
  {
192
192
  "compareTo": "positionType",
193
193
  "fields": {
194
- "block": "position",
195
- "entity": "varint"
194
+ "minecraft:block": "position",
195
+ "minecraft:entity": "varint"
196
196
  }
197
197
  }
198
198
  ]
@@ -202,8 +202,8 @@
202
202
  {
203
203
  "compareTo": "positionType",
204
204
  "fields": {
205
- "block": "position",
206
- "entity": "varint"
205
+ "minecraft:block": "position",
206
+ "minecraft:entity": "varint"
207
207
  }
208
208
  }
209
209
  ]
@@ -1,4 +1,18 @@
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
+ },
2
16
  {
3
17
  "minecraftVersion": "1.18.1-rc2",
4
18
  "version": 1073741887,
@@ -1,3 +1,6 @@
1
+ ## 2.98.1
2
+ * pc: Properly prefix particle resourceIDs in 1.17+ (@nickelpro)
3
+
1
4
  ## 2.98.0
2
5
  * pc: Add 1.18 protocol data (@nickelpro)
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.98.0",
3
+ "version": "2.98.1",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",