minecraft-data 3.9.1 → 3.10.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.
Files changed (54) hide show
  1. package/.github/workflows/ci.yml +1 -6
  2. package/.github/workflows/md-release.yml +5 -4
  3. package/.github/workflows/npm-publish.yml +1 -2
  4. package/.github/workflows/trigger.yml +2 -2
  5. package/README.md +14 -15
  6. package/data.js +22 -1
  7. package/doc/api.md +460 -167
  8. package/doc/history.md +404 -177
  9. package/index.d.ts +152 -125
  10. package/lib/indexes.js +0 -2
  11. package/lib/loader.js +1 -2
  12. package/minecraft-data/README.md +1 -1
  13. package/minecraft-data/data/bedrock/1.16.201/proto.yml +1 -1
  14. package/minecraft-data/data/bedrock/1.16.201/protocol.json +1 -1
  15. package/minecraft-data/data/bedrock/1.16.210/proto.yml +1 -1
  16. package/minecraft-data/data/bedrock/1.16.210/protocol.json +1 -1
  17. package/minecraft-data/data/bedrock/1.16.220/proto.yml +1 -1
  18. package/minecraft-data/data/bedrock/1.16.220/protocol.json +1 -1
  19. package/minecraft-data/data/bedrock/1.17.0/proto.yml +1 -1
  20. package/minecraft-data/data/bedrock/1.17.0/protocol.json +1 -1
  21. package/minecraft-data/data/bedrock/1.17.10/proto.yml +1 -1
  22. package/minecraft-data/data/bedrock/1.17.10/protocol.json +1 -1
  23. package/minecraft-data/data/bedrock/1.17.30/proto.yml +1 -1
  24. package/minecraft-data/data/bedrock/1.17.30/protocol.json +1 -1
  25. package/minecraft-data/data/bedrock/1.17.40/proto.yml +1 -1
  26. package/minecraft-data/data/bedrock/1.17.40/protocol.json +1 -1
  27. package/minecraft-data/data/bedrock/1.18.0/proto.yml +1 -1
  28. package/minecraft-data/data/bedrock/1.18.0/protocol.json +1 -1
  29. package/minecraft-data/data/bedrock/1.18.11/proto.yml +1 -1
  30. package/minecraft-data/data/bedrock/1.18.11/protocol.json +1 -1
  31. package/minecraft-data/data/bedrock/1.18.30/proto.yml +1 -1
  32. package/minecraft-data/data/bedrock/1.18.30/protocol.json +1 -1
  33. package/minecraft-data/data/bedrock/1.19.1/proto.yml +1 -1
  34. package/minecraft-data/data/bedrock/1.19.1/protocol.json +1 -1
  35. package/minecraft-data/data/bedrock/1.19.10/proto.yml +3680 -0
  36. package/minecraft-data/data/bedrock/1.19.10/protocol.json +1 -1
  37. package/minecraft-data/data/bedrock/1.19.10/types.yml +1955 -0
  38. package/minecraft-data/data/bedrock/1.19.20/protocol.json +10644 -0
  39. package/minecraft-data/data/bedrock/1.19.20/version.json +6 -0
  40. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  41. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  42. package/minecraft-data/data/bedrock/latest/proto.yml +55 -7
  43. package/minecraft-data/data/bedrock/latest/types.yml +7 -0
  44. package/minecraft-data/data/dataPaths.json +22 -1
  45. package/minecraft-data/data/pc/1.19/protocol.json +0 -4
  46. package/minecraft-data/data/pc/1.7/protocol.json +1 -1
  47. package/minecraft-data/data/pc/1.8/protocol.json +1 -1
  48. package/minecraft-data/data/pc/15w40b/protocol.json +1 -1
  49. package/minecraft-data/data/pc/common/protocolVersions.json +35 -0
  50. package/minecraft-data/doc/history.md +6 -0
  51. package/package.json +1 -1
  52. package/typings/generate-typings.js +22 -14
  53. package/typings/index-template.d.ts +160 -133
  54. package/typings/test-typings.ts +24 -29
package/doc/history.md CHANGED
@@ -1,688 +1,915 @@
1
+ # History
2
+
3
+ ## 3.10.1
4
+
5
+ * update `minecraft-data`
6
+
1
7
  ## 3.9.1
2
- * update mcdata
8
+
9
+ * update `minecraft-data`
3
10
 
4
11
  ## 3.9.0
5
- * update mcdata
12
+
13
+ * update `minecraft-data`
6
14
 
7
15
  ## 3.8.0
8
- * update mcdata
16
+
17
+ * update `minecraft-data`
9
18
 
10
19
  ## 3.7.3
11
- * update mcdata
20
+
21
+ * update `minecraft-data`
12
22
 
13
23
  ## 3.7.2
14
- * update mcdata
24
+
25
+ * update `minecraft-data`
15
26
 
16
27
  ## 3.7.1
17
- * update mcdata
28
+
29
+ * update `minecraft-data`
18
30
 
19
31
  ## 3.7.0
20
- * update mcdata
32
+
33
+ * update `minecraft-data`
21
34
 
22
35
  ## 3.6.0
23
- * update mcdata
36
+
37
+ * update `minecraft-data`
24
38
 
25
39
  ## 3.5.1
26
- * update mcdata
40
+
41
+ * update `minecraft-data`
27
42
 
28
43
  ## 3.5.0
29
- * update mcdata
44
+
45
+ * update `minecraft-data`
30
46
 
31
47
  ## 3.4.0
32
- * update mcdata
48
+
49
+ * update `minecraft-data`
33
50
 
34
51
  ## 3.3.0
35
- * update mcdata
52
+
53
+ * update `minecraft-data`
36
54
 
37
55
  ## 3.2.0
38
- * update mcdata
56
+
57
+ * update `minecraft-data`
39
58
 
40
59
  ## 3.1.1
41
- * update mcdata
60
+
61
+ * update `minecraft-data`
42
62
 
43
63
  ## 3.0.0
44
- * update mcdata
64
+
65
+ * update `minecraft-data`
45
66
 
46
67
  ## 2.221.0
47
- * update mcdata
68
+
69
+ * update `minecraft-data`
48
70
 
49
71
  ## 2.220.0
50
- * update mcdata
72
+
73
+ * update `minecraft-data`
51
74
 
52
75
  ## 2.119.1
76
+
53
77
  * Alias versions that end in .0 to a version without the ending .0
54
78
 
55
79
  ## 2.119.0
56
- * update mcdata
80
+
81
+ * update `minecraft-data`
57
82
 
58
83
  ## 2.118.0
59
- * update mcdata
84
+
85
+ * update `minecraft-data`
60
86
 
61
87
  ## 2.117.1
88
+
62
89
  * Add support for custom supportFeature return type
63
90
 
64
91
  ## 2.117.0
65
- * update mcdata
92
+
93
+ * update `minecraft-data`
66
94
 
67
95
  ## 2.116.0
68
- * update mcdata
96
+
97
+ * update `minecraft-data`
69
98
 
70
99
  ## 2.115.2
100
+
71
101
  * Add supportFeature support
72
102
 
73
103
  ## 2.115.1
74
- * update mcdata
104
+
105
+ * update `minecraft-data`
75
106
 
76
107
  ## 2.114.1
77
- * update mcdata
108
+
109
+ * update `minecraft-data`
78
110
 
79
111
  ## 2.114.0
80
- * update mcdata
112
+
113
+ * update `minecraft-data`
81
114
 
82
115
  ## 2.113.3
83
- * update mcdata
116
+
117
+ * update `minecraft-data`
84
118
 
85
119
  ## 2.113.2
86
- * update mcdata
87
120
 
88
- ## 2.113.1
89
- * update mcdata
121
+ * update `minecraft-data`
90
122
 
91
123
  ## 2.113.1
124
+
125
+ * update `minecraft-data`
92
126
  * Add block state IDs to all versions with block data
93
127
 
94
128
  ## 2.113.0
95
- * update mcdata
129
+
130
+ * update `minecraft-data`
96
131
 
97
132
  ## 2.112.0
98
- * update mcdata
133
+
134
+ * update `minecraft-data`
99
135
 
100
136
  ## 2.111.0
101
- * update mcdata
137
+
138
+ * update `minecraft-data`
102
139
 
103
140
  ## 2.110.0
104
- * update mcdata
141
+
142
+ * update `minecraft-data`
105
143
 
106
144
  ## 2.109.0
107
- * update mcdata
145
+
146
+ * update `minecraft-data`
108
147
 
109
148
  ## 2.108.0
110
- * update mcdata
149
+
150
+ * update `minecraft-data`
111
151
 
112
152
  ## 2.107.0
113
- * update mcdata
153
+
154
+ * update `minecraft-data`
114
155
 
115
156
  ## 2.106.0
116
- * update mcdata
157
+
158
+ * update `minecraft-data`
117
159
 
118
160
  ## 2.105.0
119
- * update mcdata
161
+
162
+ * update `minecraft-data`
120
163
 
121
164
  ## 2.104.0
122
- * update mcdata
165
+
166
+ * update `minecraft-data`
123
167
 
124
168
  ## 2.103.0
125
- * update mcdata
169
+
170
+ * update `minecraft-data`
126
171
 
127
172
  ## 2.102.0
128
- * update mcdata
173
+
174
+ * update `minecraft-data`
129
175
 
130
176
  ## 2.101.0
131
- * update mcdata
177
+
178
+ * update `minecraft-data`
132
179
 
133
180
  ## 2.100.1
181
+
134
182
  * add attribute support (@U5B)
135
- *
183
+
136
184
  ## 2.100.0
137
- * update mcdata
185
+
186
+ * update `minecraft-data`
138
187
 
139
188
  ## 2.99.3
140
- * update mcdata
189
+
190
+ * update `minecraft-data`
141
191
 
142
192
  ## 2.99.2
143
- * update mcdata
193
+
194
+ * update `minecraft-data`
144
195
 
145
196
  ## 2.99.1
146
- * update mcdata
197
+
198
+ * update `minecraft-data`
147
199
 
148
200
  ## 2.99.0
149
- * update mcdata
201
+
202
+ * update `minecraft-data`
150
203
 
151
204
  ## 2.98.1
152
- * update mcdata
205
+
206
+ * update `minecraft-data`
153
207
 
154
208
  ## 2.98.0
155
- * update mcdata
209
+
210
+ * update `minecraft-data`
156
211
 
157
212
  ## 2.97.0
158
- * update mcdata
213
+
214
+ * update `minecraft-data`
159
215
 
160
216
  ## 2.96.0
161
- * update mcdata
217
+
218
+ * update `minecraft-data`
162
219
 
163
220
  ## 2.95.0
164
- * update mcdata
221
+
222
+ * update `minecraft-data`
165
223
 
166
224
  ## 2.94.0
167
- * update mcdata
225
+
226
+ * update `minecraft-data`
168
227
 
169
228
  ## 2.93.1
229
+
170
230
  * Update bedrock item and version handling (@extremeheat)
171
231
 
172
232
  ## 2.93.0
173
- * update mcdata
233
+
234
+ * update `minecraft-data`
174
235
 
175
236
  ## 2.92.1
237
+
176
238
  * fix generate by not using pathToFileURL
177
239
 
178
240
  ## 2.92.0
179
- * update mcdata
241
+
242
+ * update `minecraft-data`
180
243
  * try dynamic require one more time
181
244
 
182
245
  ## 2.91.1
246
+
183
247
  * add back node 12 support (@u9g)
184
248
 
185
249
  ## 2.91.0
186
- * update mcdata
250
+
251
+ * update `minecraft-data`
187
252
 
188
253
  ## 2.90.0
189
- * update mcdata
254
+
255
+ * update `minecraft-data`
190
256
 
191
257
  ## 2.89.4
258
+
192
259
  * Non-exclusively prefer release versions over snapshots
193
260
 
194
261
  ## 2.89.3
262
+
195
263
  * Do not use snapshots when determining version
196
264
 
197
265
  ## 2.89.2
198
- * update mcdata and bedrock support
266
+
267
+ * update `minecraft-data` and bedrock support
199
268
 
200
269
  ## 2.88.0
201
- * update mcdata
270
+
271
+ * update `minecraft-data`
202
272
 
203
273
  ## 2.87.0
204
- * update mcdata
274
+
275
+ * update `minecraft-data`
205
276
 
206
277
  ## 2.86.0
207
- * update mcdata
278
+
279
+ * update `minecraft-data`
208
280
 
209
281
  ## 2.85.3
210
- * update mcdata
282
+
283
+ * update `minecraft-data`
211
284
 
212
285
  ## 2.85.2
213
- * update mcdata
286
+
287
+ * update `minecraft-data`
214
288
 
215
289
  ## 2.85.1
216
- * update mcdata
290
+
291
+ * update `minecraft-data`
217
292
 
218
293
  ## 2.85.0
219
- * update mcdata
294
+
295
+ * update `minecraft-data`
220
296
 
221
297
  ## 2.84.0
222
- * update mcdata
298
+
299
+ * update `minecraft-data`
223
300
  * add legacy to API
224
301
 
225
302
  ## 2.83.1
226
- * update mcdata
303
+
304
+ * update `minecraft-data`
227
305
 
228
306
  ## 2.83.0
229
- * update mcdata
307
+
308
+ * update `minecraft-data`
230
309
 
231
310
  ## 2.82.2
232
- * update mcdata
311
+
312
+ * update `minecraft-data`
233
313
 
234
314
  ## 2.82.1
235
- * update mcdata
315
+
316
+ * update `minecraft-data`
236
317
 
237
318
  ## 2.81.0
238
- * update mcdata
319
+
320
+ * update `minecraft-data`
239
321
 
240
322
  ## 2.80.0
241
- * update mcdata
323
+
324
+ * update `minecraft-data`
242
325
 
243
326
  ## 2.79.0
244
- * update mcdata
327
+
328
+ * update `minecraft-data`
245
329
 
246
330
  ## 2.78.0
247
- * update mcdata
331
+
332
+ * update `minecraft-data`
248
333
 
249
334
  ## 2.77.0
250
- * update mcdata
335
+
336
+ * update `minecraft-data`
251
337
 
252
338
  ## 2.76.0
253
- * update mcdata
339
+
340
+ * update `minecraft-data`
254
341
 
255
342
  ## 2.75.0
256
- * update mcdata
343
+
344
+ * update `minecraft-data`
257
345
 
258
346
  ## 2.74.0
259
- * update mcdata, add biomesByName
347
+
348
+ * update `minecraft-data`, add biomesByName
260
349
 
261
350
  ## 2.73.1
262
- * update mcdata, add 1.16.5 to datapaths
351
+
352
+ * update `minecraft-data`, add 1.16.5 to datapaths
263
353
 
264
354
  ## 2.73.0
265
- * update mcdata, new enchantment data
355
+
356
+ * update `minecraft-data`, new enchantment data
266
357
 
267
358
  ## 2.72.0
268
- * update mcdata, fixed recipes
359
+
360
+ * update `minecraft-data`, fixed recipes
269
361
 
270
362
  ## 2.71.0
363
+
271
364
  * add map icons
272
365
 
273
366
  ## 2.70.2
367
+
274
368
  * fix release
275
369
 
276
370
  ## 2.70.1
277
- * update mcdata, fix states in block.json
371
+
372
+ * update `minecraft-data`, fix states in block.json
278
373
 
279
374
  ## 2.70.0
280
- * mcdata to 2.70.0 1.16.4 support
375
+
376
+ * `minecraft-data` to 2.70.0
377
+ * 1.16.4 support
281
378
 
282
379
  ## 2.69.1
380
+
283
381
  * revert load only necessary data (for now)
284
382
 
285
383
  ## 2.69.0
384
+
286
385
  * expose login packet
287
386
 
288
387
  ## 2.68.1
388
+
289
389
  * load only necessary data (thanks @TheDudeFromCI)
290
- * update mcdata: 1.16.3
390
+ * update `minecraft-data` for 1.16.3
291
391
  * add commands
292
392
 
293
393
  ## 2.67.0
294
- * update to mcdata 2.67.0 : loottable + enchantments fix
394
+
395
+ * update `minecraft-data` to 2.67.0 : loottable + enchantments fix
295
396
 
296
397
  ## 2.65.0
297
- * update to mcdata 2.65.0 : 1.16.2 protocol support
398
+
399
+ * update `minecraft-data` to 2.65.0 : 1.16.2 protocol support
298
400
  * add particle support
299
401
 
300
402
  ## 2.63.0
301
- * update to mcdata 2.63.0
403
+
404
+ * update `minecraft-data` to 2.63.0
302
405
 
303
406
  ## 2.62.1
407
+
304
408
  * food data (thanks @AppDevMichael)
305
409
 
306
410
  ## 2.61.0
411
+
307
412
  * correct block states + default state
308
413
 
309
414
  ## 2.60.0
415
+
310
416
  * full 1.16 support
311
417
 
312
418
  ## 2.59.0
419
+
313
420
  * 1.16.1 protocol support
314
421
 
315
422
  ## 2.58.0
423
+
316
424
  * 1.16 support
317
425
 
318
426
  ## 2.57.0
427
+
319
428
  * fix abilities and recipes packets for 1.16-rc1
320
429
 
321
430
  ## 2.56.0
431
+
322
432
  * 1.16-rc1 protocol support
323
433
 
324
434
  ## 2.55.0
435
+
325
436
  * entity metadata type is a varint since 1.13
326
437
 
327
438
  ## 2.54.0
328
- * update mcdata to 2.54.0 : better items
439
+
440
+ * update `minecraft-data` to 2.54.0 : better items
329
441
 
330
442
  ## 2.53.0
331
- * update mcdata to 2.53.0 : better support for 1.14 and 1.15
443
+
444
+ * update `minecraft-data` to 2.53.0 : better support for 1.14 and 1.15
332
445
 
333
446
  ## 2.52.0
334
- * update mcdata to 2.52.0 : better block shapes
447
+
448
+ * update `minecraft-data` to 2.52.0 : better block shapes
335
449
  * expose block shapes
336
450
 
337
451
  ## 2.51.0
338
- * update mcdata to 2.51.0 : more 1.15.2 data
452
+
453
+ * update `minecraft-data` to 2.51.0 : more 1.15.2 data
339
454
 
340
455
  ## 2.50.0
341
- * update mcdata to 2.50.0 : protocol fix + more 1.14.4 data
456
+
457
+ * update `minecraft-data` to 2.50.0 : protocol fix + more 1.14.4 data
342
458
 
343
459
  ## 2.49.0
344
- * update mcdata to 2.49.0 : 1.14.4 block fix + loading test in nmd
460
+
461
+ * update `minecraft-data` to 2.49.0 : 1.14.4 block fix + loading test in nmd
345
462
 
346
463
  ## 2.48.0
347
- * update mcdata to 2.48.0 : fix for bounding boxes and entity categories
464
+
465
+ * update `minecraft-data` to 2.48.0 : fix for bounding boxes and entity categories
348
466
 
349
467
  ## 2.47.0
350
- * mcdata 2.47.0 : add biomes, blocks, entities, items and recipes for 1.14.4
468
+
469
+ * `minecraft-data` 2.47.0 : add biomes, blocks, entities, items and recipes for 1.14.4
351
470
 
352
471
  ## 2.46.0
353
- * mcdata 2.46.0 : fix entities for 1.13
472
+
473
+ * `minecraft-data` 2.46.0 : fix entities for 1.13
354
474
 
355
475
  ## 2.45.0
356
- * mcdata 2.45.0 : last 1.16 snapshot support + fix for glass for 1.13
476
+
477
+ * `minecraft-data` 2.45.0 : last 1.16 snapshot support + fix for glass for 1.13
357
478
 
358
479
  ## 2.44.0
359
- * mcdata 2.44.0 : small fix to success packet for 20w13b
480
+
481
+ * `minecraft-data` 2.44.0 : small fix to success packet for 20w13b
360
482
 
361
483
  ## 2.43.0
362
- * mcdata 2.43.0 : 20w13b snapshot support (1.16 major)
484
+
485
+ * `minecraft-data` 2.43.0 : 20w13b snapshot support (1.16 major)
363
486
 
364
487
  ## 2.42.0
365
- * mcdata 2.42.0 : 1.15.2 protocol support
488
+
489
+ * `minecraft-data` 2.42.0 : 1.15.2 protocol support
366
490
 
367
491
  ## 2.41.0
368
- * mcdata 2.41.0 : 1.15 protocol support
492
+
493
+ * `minecraft-data` 2.41.0 : 1.15 protocol support
369
494
 
370
495
  ## 2.40.0
371
- * mcdata 2.40.0 : 1.15.1 protocol support
496
+
497
+ * `minecraft-data` 2.40.0 : 1.15.1 protocol support
372
498
 
373
499
  ## 2.39.0
374
- * mcdata 2.39.0 : 1.14.4 support
500
+
501
+ * `minecraft-data` 2.39.0 : 1.14.4 support
375
502
 
376
503
  ## 2.38.0
377
- * mcdata 2.38.0 : 1.14.3 support
504
+
505
+ * `minecraft-data` 2.38.0 : 1.14.3 support
378
506
 
379
507
  ## 2.37.5
380
- * mcdata 2.37.5 : fix intfield -> objectData in spawn_entity in all versions > 1.8
508
+
509
+ * `minecraft-data` 2.37.5 : fix intfield -> objectData in spawn_entity in all versions > 1.8
381
510
 
382
511
  ## 2.37.4
383
- * mcdata 2.37.4 : 1.14 protocol
512
+
513
+ * `minecraft-data` 2.37.4 : 1.14 protocol
384
514
 
385
515
  ## 2.37.3
386
- * mcdata 2.37.3 : fix stonecutting in declare_recipes 1.14.1 : only one ingredient
516
+
517
+ * `minecraft-data` 2.37.3 : fix stonecutting in declare_recipes 1.14.1 : only one ingredient
387
518
 
388
519
  ## 2.37.2
389
- * mcdata 2.37.2 : u32 -> i32 in 1.14
520
+
521
+ * `minecraft-data` 2.37.2 : u32 -> i32 in 1.14
390
522
 
391
523
  ## 2.37.1
392
- * mcdata 2.37.1 : add missing version file for 1.14.1 and 1.14
524
+
525
+ * `minecraft-data` 2.37.1 : add missing version file for 1.14.1 and 1.14
393
526
 
394
527
  ## 2.37.0
395
- * mc data 2.37.0 : minecraft 1.14 support
528
+
529
+ * `minecraft-data` 2.37.0 : minecraft 1.14 support
396
530
 
397
531
  ## 2.36.0
532
+
398
533
  * fix teams in 1.13
399
534
 
400
535
  ## 2.35.1
536
+
401
537
  * make standard a devDependencies
402
538
 
403
539
  ## 2.35.0
404
- * update mcdata to 2.35.0 and add blocksByStateId to API
540
+
541
+ * update `minecraft-data` to 2.35.0 and add blocksByStateId to API
405
542
 
406
543
  ## 2.34.0
407
- * update mcdata to 2.34.0 : bring 1.13.2 support
544
+
545
+ * update `minecraft-data` to 2.34.0 : bring 1.13.2 support
408
546
 
409
547
  ## 2.33.0
410
- * update to mcdata 2.33.0 : fix version definition for 1.13.2-pre1
548
+
549
+ * update `minecraft-data` to 2.33.0 : fix version definition for 1.13.2-pre1
411
550
 
412
551
  ## 2.32.0
413
- * update mcdata to 2.32.0 : bring 1.13.2-pre1 support
552
+
553
+ * update `minecraft-data` to 2.32.0 : bring 1.13.2-pre1 support
414
554
 
415
555
  ## 2.31.0
416
- * update mcdata to 2.31.0 : fix 1.13.1 datapath
556
+
557
+ * update `minecraft-data` to 2.31.0 : fix 1.13.1 datapath
417
558
 
418
559
  ## 2.30.0
419
- * Update to mcdata 2.30.0 + bring typescript support
560
+
561
+ * Update `minecraft-data` to 2.30.0 + bring typescript support
420
562
 
421
563
  ## 2.29.0
422
- * Update to mcdata 2.29.0 : bring full 1.13 support
564
+
565
+ * Update `minecraft-data` to 2.29.0 : bring full 1.13 support
423
566
 
424
567
  ## 2.28.0
425
- * update mcdata to 2.28.0 : support mc protocol 1.13.1
568
+
569
+ * update `minecraft-data` to 2.28.0 : support mc protocol 1.13.1
426
570
 
427
571
  ## 2.27.0
428
- * update mcdata to 2.27.0 : bring minecraft 1.13 protocol support
572
+
573
+ * update `minecraft-data` to 2.27.0 : bring minecraft 1.13 protocol support
429
574
 
430
575
  ## 2.26.0
431
- * update mcdata to 2.25.0 : fix packet_title
576
+
577
+ * update `minecraft-data` to 2.25.0 : fix packet_title
432
578
 
433
579
  ## 2.25.0
580
+
434
581
  * fix brigadier:string parser properties
435
582
 
436
583
  ## 2.24.0
437
- * update mcdata to 2.23.0, some fixes for 17w50a protocol
584
+
585
+ * update `minecraft-data` to 2.23.0, some fixes for 17w50a protocol
438
586
 
439
587
  ## 2.23.0
588
+
440
589
  * find the most recent minor version from major version when needed
441
590
 
442
591
  ## 2.22.0
443
- * bump mcdata to 2.22.0, mcpc 17w50a support
592
+
593
+ * bump `minecraft-data` to 2.22.0, pocket edition 17w50a support
444
594
 
445
595
  ## 2.21.0
446
- * bump mcdata to 2.21.0, mcpc 1.12.2 support
596
+
597
+ * bump `minecraft-data` to 2.21.0, pocket edition 1.12.2 support
447
598
 
448
599
  ## 2.20.0
449
- * bump mcdata to 2.20.0, mcpc 1.12.1 support
600
+
601
+ * bump `minecraft-data` to 2.20.0, pocket edition 1.12.1 support
450
602
 
451
603
  ## 2.19.0
452
- * add language to api, update mcdata to 2.19.0
604
+
605
+ * add language to api, update `minecraft-data` to 2.19.0
453
606
 
454
607
  ## 2.18.0
455
- * update to mcdata 2.18.0, better supports mcpc 1.12
608
+
609
+ * update `minecraft-data` to 2.18.0, better supports pocket edition 1.12
456
610
 
457
611
  ## 2.17.0
458
- * update to mcdata 2.17.0, supports mcpc 1.12
612
+
613
+ * update `minecraft-data` to 2.17.0, supports pocket edition 1.12
459
614
 
460
615
  ## 2.16.0
461
- * update mcdata to 2.16.0 ,supports 1.12-pre4
616
+
617
+ * update `minecraft-data` to 2.16.0 ,supports 1.12-pre4
462
618
 
463
619
  ## 2.15.0
464
- * update to mcdata 2.15.0, supports pc 17w18b
620
+
621
+ * update `minecraft-data` to 2.15.0, supports pc 17w18b
465
622
 
466
623
  ## 2.14.0
467
- * update to mcdata 2.14.0
624
+
625
+ * update `minecraft-data` to 2.14.0
468
626
  * supports mc 17w15a
469
627
 
470
628
  ## 2.13.4
471
- * update mcdata
629
+
630
+ * update `minecraft-data`
472
631
 
473
632
  ## 2.13.3
474
- * update mcdata
633
+
634
+ * update `minecraft-data`
475
635
 
476
636
  ## 2.13.2
477
- * add npmignore (for data.js)
637
+
638
+ * add `.npmignore` (for data.js)
478
639
 
479
640
  ## 2.13.1
480
- * update mcdata
641
+
642
+ * update `minecraft-data`
481
643
 
482
644
  ## 2.13.0
645
+
483
646
  * add protocol comments
484
- q
647
+ q
648
+
485
649
  ## 2.12.1
650
+
486
651
  * remove protocol schema (moved to protodef)
487
652
 
488
653
  ## 2.12.0
654
+
489
655
  * use minecraft data 2.10.0, complete 1.11 data
490
656
 
491
657
  ## 2.11.0
492
- * update to mcdate 2.9.0, bring mcpc 1.11.2 support
658
+
659
+ * update `minecraft-data` to 2.9.0, bring pocket edition 1.11.2 support
493
660
 
494
661
  ## 2.10.0
495
- * update mcdata to 2.8.0, add mcpe 1.0
662
+
663
+ * update `minecraft-data` to 2.8.0, add pocket edition 1.0
496
664
 
497
665
  ## 2.9.0
498
- * update mcdata to 2.7.0 : add 1.11 support (only the protocol)
666
+
667
+ * update `minecraft-data` to 2.7.0 : add 1.11 support (only the protocol)
499
668
 
500
669
  ## 2.8.0
670
+
501
671
  * classic blocks
502
- * update to mcdata 2.6.0
672
+ * update `minecraft-data` to 2.6.0
503
673
 
504
674
  ## 2.7.0
505
- * update mcdata to 2.5.0, add enchantments to api, add 16w35a (first 1.11 snapshot)
675
+
676
+ * update `minecraft-data` to 2.5.0, add enchantments to api, add 16w35a (first 1.11 snapshot)
506
677
 
507
678
  ## 2.6.0
508
- * update mcdata to 2.4.0, add mcpc 1.10.1 and 1.10.2 support, add mcpe 0.15 support
679
+
680
+ * update `minecraft-data` to 2.4.0, add pocket edition 1.10.1 and 1.10.2 support, add pocket edition 0.15 support
509
681
 
510
682
  ## 2.5.1
511
- * update mcdata, fix 1.10 version
683
+
684
+ * update `minecraft-data`, fix 1.10 version
512
685
 
513
686
  ## 2.5.0
514
- * update mcdata to 2.3.0, add 1.10 support
687
+
688
+ * update `minecraft-data` to 2.3.0, add 1.10 support
515
689
 
516
690
  ## 2.4.0
517
- * update to mcdata 2.2.0, add pe protocol
691
+
692
+ * update `minecraft-data` to 2.2.0, add pe protocol
518
693
 
519
694
  ## 2.3.0
695
+
520
696
  * update minecraft-data to 2.1.0, add pc 1.10-pre1 support
521
697
 
522
698
  ## 2.2.0
699
+
523
700
  * add type (pe or pc) to API
524
701
 
525
702
  ## 2.1.0
703
+
526
704
  * use blocks of pc 1.8 for pe 0.14
527
705
 
528
706
  ## 2.0.0
707
+
529
708
  * update to minecraft-data to 2.0.0, adapt to handle both pc and pe
530
709
  * the api of versionsByMinecraftVersion changed : now indexed by pc and pe : BREAKING CHANGE
531
710
 
532
711
  ## 1.6.0
712
+
533
713
  * update minecraft-data to 1.1.0, add 16w20a support (1.1.0)
534
714
 
535
715
  ## 1.5.0
716
+
536
717
  * update minecraft-data to 1.0.0, add 1.9.4 support
537
718
 
538
719
  ## 1.4.1
720
+
539
721
  * actually add 1.9.2 support
540
722
 
541
723
  ## 1.4.0
542
- * update mcdata : 1.9.2 support
724
+
725
+ * update `minecraft-data` : 1.9.2 support
543
726
 
544
727
  ## 1.3.1
728
+
545
729
  * fix release (submodule)
546
730
 
547
731
  ## 1.3.0
732
+
548
733
  * export schemas
549
734
 
550
735
  ## 1.2.6
551
- * update mcdata : add 1.9.1-pre2
736
+
737
+ * update `minecraft-data` : add 1.9.1-pre2
552
738
 
553
739
  ## 1.2.5
554
- * update mcdata : fix in 1.9 protocol
740
+
741
+ * update `minecraft-data` : fix in 1.9 protocol
555
742
 
556
743
  ## 1.2.4
744
+
557
745
  * i8 not byte
558
746
 
559
747
  ## 1.2.3
748
+
560
749
  * a few fixes in 1.9 protocol
561
750
 
562
751
  ## 1.2.2
563
- * update mcdata : 1.9 release
752
+
753
+ * update `minecraft-data` : 1.9 release
564
754
 
565
755
  ## 1.2.1
756
+
566
757
  * update minecraft-data : update blocks, items and recipes in 1.9, and fix a small error in 1.9 protocol
567
758
 
568
759
  ## 1.2.0
760
+
569
761
  * update 1.9 protocol to 1.9-pre4
570
762
 
571
763
  ## 1.1.0
572
- * update mcdata : protocol schema change, add classic
764
+
765
+ * update `minecraft-data` : protocol schema change, add classic
573
766
 
574
767
  ## 1.0.3
575
- * update mcdata : 1.9 protocol fix
768
+
769
+ * update `minecraft-data` : 1.9 protocol fix
576
770
 
577
771
  ## 1.0.2
772
+
578
773
  * forgot a short in 1.7 protocol
579
774
 
580
775
  ## 1.0.1
581
- * update mcdata : fix short in 1.7 protocol
776
+
777
+ * update `minecraft-data` : fix short in 1.7 protocol
582
778
 
583
779
  ## 1.0.0
780
+
584
781
  * update minecraft data, protocol.json has new numerical type names
585
782
 
586
783
  ## 0.20.4
784
+
587
785
  * update minecraft-data : 1.7 plugin channel data buffers are length-prefixed
588
786
 
589
787
  ## 0.20.3
590
- * update mcdata : fix in 1.7 protocol
788
+
789
+ * update `minecraft-data` : fix in 1.7 protocol
591
790
 
592
791
  ## 0.20.2
792
+
593
793
  * update minecraft-data : a fix in the key of 1.7 protocol
594
794
 
595
795
  ## 0.20.1
796
+
596
797
  * fix release
597
798
 
598
799
  ## 0.20.0
800
+
599
801
  * 1.9 updated to 16w05b
600
802
  * 15w40b support kept
601
803
  * 1.7 support added
602
804
  * add transparency and light data in blocks
603
805
 
604
806
  ## 0.19.1
807
+
605
808
  * fix release (missing submodule)
606
809
 
607
810
  ## 0.19.0
811
+
608
812
  * move protocol data to top level
609
813
  * expose preNettyVersionsByProtocolVersion and postNettyVersionsByProtocolVersion
610
814
  * use it for a better resolution of the "major" version
611
815
 
612
816
  ## 0.18.0
817
+
613
818
  * add protocol versions
614
819
 
615
820
  ## 0.17.0
821
+
616
822
  * some windows fixing
617
823
  * update entities : now mobs and objects
618
824
 
619
825
  ## 0.16.3
826
+
620
827
  * use require-self to use require('minecraft-data') in example and make tonicdev actually work
621
828
 
622
829
  ## 0.16.2
830
+
623
831
  * Usage -> Example, for tonicdev integration
624
832
 
625
833
  ## 0.16.1
626
- * update mcData : improvement in the protocol for slot, optionalNbt and nbt
834
+
835
+ * update `minecraft-data` : improvement in the protocol for slot, optionalNbt and nbt
627
836
 
628
837
  ## 0.16.0
629
- * add effects
838
+
839
+ * add effects
630
840
 
631
841
  ## 0.15.0
632
- * make node-minecraft-data browserify compatible
842
+
843
+ * make node-minecraft-data browserify compatible
633
844
 
634
845
  ## 0.14.0
635
- * move to new minecraft-data organization: master branch containing all the versions instead of one branch per version
846
+
847
+ * move to new minecraft-data organization: master branch containing all the versions instead of one branch per version
636
848
 
637
849
  ## 0.13.0
638
- * minecraft-data 1.9 to 15w40b + 76
850
+
851
+ * minecraft-data 1.9 to 15w40b + 76
639
852
 
640
853
  ## 0.12.0
641
- * update minecraft-data : update 1.8 version to 1.8.8, update 1.9 version to 15w39c
642
-
854
+
855
+ * update minecraft-data : update 1.8 version to 1.8.8, update 1.9 version to 15w39c
856
+
643
857
  ## 0.11.0
644
- * update minecraft-data : in protocol.json the context is now implemented with ../ instead of this.
858
+
859
+ * update minecraft-data : in protocol.json the context is now implemented with ../ instead of this.
645
860
 
646
861
  ## 0.10.0
647
- * add version to the API
862
+
863
+ * add version to the API
648
864
 
649
865
  ## 0.9.0
650
- * update minecraft-data : windows and protocol updates
866
+
867
+ * update minecraft-data : windows and protocol updates
651
868
 
652
869
  ## 0.8.1
653
- * actually update protocol.json
870
+
871
+ * actually update protocol.json
654
872
 
655
873
  ## 0.8.0
656
- * update protocol.json
657
- * add windows
874
+
875
+ * update protocol.json
876
+ * add windows
658
877
 
659
878
  ## 0.7.0
660
- * update protocol.json : condition becomes switch
879
+
880
+ * update protocol.json : condition becomes switch
661
881
 
662
882
  ## 0.6.0
663
- * update protocol.json in 1.8 and 1.9 : the schema is now better for types (see minecraft-data for more details)
883
+
884
+ * update protocol.json in 1.8 and 1.9 : the schema is now better for types (see minecraft-data for more details)
664
885
 
665
886
  ## 0.5.2
666
- * update README and example : the package is now called minecraft-data in npm
887
+
888
+ * update README and example : the package is now called minecraft-data in npm
667
889
 
668
890
  ## 0.5.1
669
- * fix bug with fs.existsSync
670
- * fix npm badge in readme
891
+
892
+ * fix bug with fs.existsSync
893
+ * fix npm badge in readme
671
894
 
672
895
  ## 0.5.0
673
- * bumping a few versions because package now published as minecraft-data
674
- * add multi-version support
675
- * add protocol.json access
896
+
897
+ * bumping a few versions because package now published as minecraft-data
898
+ * add multi-version support
899
+ * add protocol.json access
676
900
 
677
901
  ## 0.2.0
678
- * add unindexed version of blocks, items, biomes, instruments and entities
902
+
903
+ * add un-indexed version of blocks, items, biomes, instruments and entities
679
904
 
680
905
  ## 0.1.2
681
- * fix bug in indexes
906
+
907
+ * fix bug in indexes
682
908
 
683
909
  ## 0.1.1
684
- * fix bug in find functions
910
+
911
+ * fix bug in find functions
685
912
 
686
913
  ## 0.1.0
687
914
 
688
- * provide : id-indexed data, name-indexed data and two functions to find items or blocks
915
+ * provide : id-indexed data, name-indexed data and two functions to find items or blocks