minecraft-data 3.9.0 → 3.10.2

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