minecraft-data 3.78.0 → 3.80.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.
Files changed (48) hide show
  1. package/data.js +78 -2
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +3 -0
  4. package/minecraft-data/README.md +2 -2
  5. package/minecraft-data/data/bedrock/1.21.20/proto.yml +2 -2
  6. package/minecraft-data/data/bedrock/1.21.20/protocol.json +2 -2
  7. package/minecraft-data/data/bedrock/1.21.20/types.yml +1 -1
  8. package/minecraft-data/data/bedrock/1.21.30/proto.yml +2 -2
  9. package/minecraft-data/data/bedrock/1.21.30/protocol.json +1 -1
  10. package/minecraft-data/data/bedrock/1.21.42/proto.yml +4337 -0
  11. package/minecraft-data/data/bedrock/1.21.42/protocol.json +3 -3
  12. package/minecraft-data/data/bedrock/1.21.42/types.yml +2422 -0
  13. package/minecraft-data/data/bedrock/1.21.50/protocol.json +13034 -0
  14. package/minecraft-data/data/bedrock/1.21.50/version.json +6 -0
  15. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  16. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  17. package/minecraft-data/data/bedrock/latest/proto.yml +79 -3
  18. package/minecraft-data/data/bedrock/latest/types.yml +20 -3
  19. package/minecraft-data/data/dataPaths.json +79 -3
  20. package/minecraft-data/data/pc/1.20.5/proto.yml +5 -34
  21. package/minecraft-data/data/pc/1.20.5/protocol.json +26 -129
  22. package/minecraft-data/data/pc/1.21/version.json +6 -0
  23. package/minecraft-data/data/pc/1.21.1/attributes.json +219 -0
  24. package/minecraft-data/data/pc/1.21.1/proto.yml +3534 -0
  25. package/minecraft-data/data/pc/1.21.1/protocol.json +55 -51
  26. package/minecraft-data/data/pc/1.21.3/attributes.json +226 -0
  27. package/minecraft-data/data/pc/1.21.3/biomes.json +652 -0
  28. package/minecraft-data/data/pc/1.21.3/blockCollisionShapes.json +137701 -0
  29. package/minecraft-data/data/pc/1.21.3/blocks.json +40773 -0
  30. package/minecraft-data/data/pc/1.21.3/entities.json +4158 -0
  31. package/minecraft-data/data/pc/1.21.3/foods.json +402 -0
  32. package/minecraft-data/data/pc/1.21.3/items.json +9038 -0
  33. package/minecraft-data/data/pc/1.21.3/language.json +6974 -0
  34. package/minecraft-data/data/pc/1.21.3/materials.json +134 -0
  35. package/minecraft-data/data/pc/1.21.3/particles.json +446 -0
  36. package/minecraft-data/data/pc/1.21.3/protocol.json +9518 -0
  37. package/minecraft-data/data/pc/1.21.3/recipes.json +29693 -0
  38. package/minecraft-data/data/pc/1.21.3/sounds.json +6546 -0
  39. package/minecraft-data/data/pc/1.21.3/tints.json +465 -0
  40. package/minecraft-data/data/pc/1.21.3/version.json +6 -0
  41. package/minecraft-data/data/pc/common/features.json +5 -0
  42. package/minecraft-data/data/pc/common/protocolVersions.json +80 -0
  43. package/minecraft-data/data/pc/common/versions.json +3 -2
  44. package/minecraft-data/data/pc/latest/proto.yml +444 -603
  45. package/minecraft-data/doc/history.md +19 -0
  46. package/minecraft-data/tools/js/extractPcEntityMetadata.js +32 -10
  47. package/minecraft-data/tools/js/extractSlotComponents.js +23 -0
  48. package/package.json +1 -1
@@ -0,0 +1,402 @@
1
+ [
2
+ {
3
+ "id": 822,
4
+ "name": "apple",
5
+ "stackSize": 64,
6
+ "displayName": "Apple",
7
+ "foodPoints": 4,
8
+ "saturation": 2.4,
9
+ "effectiveQuality": 6.4,
10
+ "saturationRatio": 0.6
11
+ },
12
+ {
13
+ "id": 871,
14
+ "name": "mushroom_stew",
15
+ "stackSize": 1,
16
+ "displayName": "Mushroom Stew",
17
+ "foodPoints": 6,
18
+ "saturation": 7.2,
19
+ "effectiveQuality": 13.2,
20
+ "saturationRatio": 1.2
21
+ },
22
+ {
23
+ "id": 877,
24
+ "name": "bread",
25
+ "stackSize": 64,
26
+ "displayName": "Bread",
27
+ "foodPoints": 5,
28
+ "saturation": 6,
29
+ "effectiveQuality": 11,
30
+ "saturationRatio": 1.2
31
+ },
32
+ {
33
+ "id": 903,
34
+ "name": "porkchop",
35
+ "stackSize": 64,
36
+ "displayName": "Raw Porkchop",
37
+ "foodPoints": 3,
38
+ "saturation": 1.8,
39
+ "effectiveQuality": 4.8,
40
+ "saturationRatio": 0.6
41
+ },
42
+ {
43
+ "id": 904,
44
+ "name": "cooked_porkchop",
45
+ "stackSize": 64,
46
+ "displayName": "Cooked Porkchop",
47
+ "foodPoints": 8,
48
+ "saturation": 12.8,
49
+ "effectiveQuality": 20.8,
50
+ "saturationRatio": 1.6
51
+ },
52
+ {
53
+ "id": 906,
54
+ "name": "golden_apple",
55
+ "stackSize": 64,
56
+ "displayName": "Golden Apple",
57
+ "foodPoints": 4,
58
+ "saturation": 9.6,
59
+ "effectiveQuality": 13.6,
60
+ "saturationRatio": 2.4
61
+ },
62
+ {
63
+ "id": 907,
64
+ "name": "enchanted_golden_apple",
65
+ "stackSize": 64,
66
+ "displayName": "Enchanted Golden Apple",
67
+ "foodPoints": 4,
68
+ "saturation": 9.6,
69
+ "effectiveQuality": 13.6,
70
+ "saturationRatio": 2.4
71
+ },
72
+ {
73
+ "id": 975,
74
+ "name": "cod",
75
+ "stackSize": 64,
76
+ "displayName": "Raw Cod",
77
+ "foodPoints": 2,
78
+ "saturation": 0.4,
79
+ "effectiveQuality": 2.4,
80
+ "saturationRatio": 0.2
81
+ },
82
+ {
83
+ "id": 976,
84
+ "name": "salmon",
85
+ "stackSize": 64,
86
+ "displayName": "Raw Salmon",
87
+ "foodPoints": 2,
88
+ "saturation": 0.4,
89
+ "effectiveQuality": 2.4,
90
+ "saturationRatio": 0.2
91
+ },
92
+ {
93
+ "id": 977,
94
+ "name": "tropical_fish",
95
+ "stackSize": 64,
96
+ "displayName": "Tropical Fish",
97
+ "foodPoints": 1,
98
+ "saturation": 0.2,
99
+ "effectiveQuality": 1.2,
100
+ "saturationRatio": 0.2
101
+ },
102
+ {
103
+ "id": 978,
104
+ "name": "pufferfish",
105
+ "stackSize": 64,
106
+ "displayName": "Pufferfish",
107
+ "foodPoints": 1,
108
+ "saturation": 0.2,
109
+ "effectiveQuality": 1.2,
110
+ "saturationRatio": 0.2
111
+ },
112
+ {
113
+ "id": 979,
114
+ "name": "cooked_cod",
115
+ "stackSize": 64,
116
+ "displayName": "Cooked Cod",
117
+ "foodPoints": 5,
118
+ "saturation": 6,
119
+ "effectiveQuality": 11,
120
+ "saturationRatio": 1.2
121
+ },
122
+ {
123
+ "id": 980,
124
+ "name": "cooked_salmon",
125
+ "stackSize": 64,
126
+ "displayName": "Cooked Salmon",
127
+ "foodPoints": 6,
128
+ "saturation": 9.6,
129
+ "effectiveQuality": 15.6,
130
+ "saturationRatio": 1.6
131
+ },
132
+ {
133
+ "id": 1020,
134
+ "name": "cookie",
135
+ "stackSize": 64,
136
+ "displayName": "Cookie",
137
+ "foodPoints": 2,
138
+ "saturation": 0.4,
139
+ "effectiveQuality": 2.4,
140
+ "saturationRatio": 0.2
141
+ },
142
+ {
143
+ "id": 1024,
144
+ "name": "melon_slice",
145
+ "stackSize": 64,
146
+ "displayName": "Melon Slice",
147
+ "foodPoints": 2,
148
+ "saturation": 1.2,
149
+ "effectiveQuality": 3.2,
150
+ "saturationRatio": 0.6
151
+ },
152
+ {
153
+ "id": 1025,
154
+ "name": "dried_kelp",
155
+ "stackSize": 64,
156
+ "displayName": "Dried Kelp",
157
+ "foodPoints": 1,
158
+ "saturation": 0.6,
159
+ "effectiveQuality": 1.6,
160
+ "saturationRatio": 0.6
161
+ },
162
+ {
163
+ "id": 1028,
164
+ "name": "beef",
165
+ "stackSize": 64,
166
+ "displayName": "Raw Beef",
167
+ "foodPoints": 3,
168
+ "saturation": 1.8,
169
+ "effectiveQuality": 4.8,
170
+ "saturationRatio": 0.6
171
+ },
172
+ {
173
+ "id": 1029,
174
+ "name": "cooked_beef",
175
+ "stackSize": 64,
176
+ "displayName": "Steak",
177
+ "foodPoints": 8,
178
+ "saturation": 12.8,
179
+ "effectiveQuality": 20.8,
180
+ "saturationRatio": 1.6
181
+ },
182
+ {
183
+ "id": 1030,
184
+ "name": "chicken",
185
+ "stackSize": 64,
186
+ "displayName": "Raw Chicken",
187
+ "foodPoints": 2,
188
+ "saturation": 1.2,
189
+ "effectiveQuality": 3.2,
190
+ "saturationRatio": 0.6
191
+ },
192
+ {
193
+ "id": 1031,
194
+ "name": "cooked_chicken",
195
+ "stackSize": 64,
196
+ "displayName": "Cooked Chicken",
197
+ "foodPoints": 6,
198
+ "saturation": 7.2,
199
+ "effectiveQuality": 13.2,
200
+ "saturationRatio": 1.2
201
+ },
202
+ {
203
+ "id": 1032,
204
+ "name": "rotten_flesh",
205
+ "stackSize": 64,
206
+ "displayName": "Rotten Flesh",
207
+ "foodPoints": 4,
208
+ "saturation": 0.8,
209
+ "effectiveQuality": 4.8,
210
+ "saturationRatio": 0.2
211
+ },
212
+ {
213
+ "id": 1040,
214
+ "name": "spider_eye",
215
+ "stackSize": 64,
216
+ "displayName": "Spider Eye",
217
+ "foodPoints": 2,
218
+ "saturation": 3.2,
219
+ "effectiveQuality": 5.2,
220
+ "saturationRatio": 1.6
221
+ },
222
+ {
223
+ "id": 1139,
224
+ "name": "carrot",
225
+ "stackSize": 64,
226
+ "displayName": "Carrot",
227
+ "foodPoints": 3,
228
+ "saturation": 3.6,
229
+ "effectiveQuality": 6.6,
230
+ "saturationRatio": 1.2
231
+ },
232
+ {
233
+ "id": 1140,
234
+ "name": "potato",
235
+ "stackSize": 64,
236
+ "displayName": "Potato",
237
+ "foodPoints": 1,
238
+ "saturation": 0.6,
239
+ "effectiveQuality": 1.6,
240
+ "saturationRatio": 0.6
241
+ },
242
+ {
243
+ "id": 1141,
244
+ "name": "baked_potato",
245
+ "stackSize": 64,
246
+ "displayName": "Baked Potato",
247
+ "foodPoints": 5,
248
+ "saturation": 6,
249
+ "effectiveQuality": 11,
250
+ "saturationRatio": 1.2
251
+ },
252
+ {
253
+ "id": 1142,
254
+ "name": "poisonous_potato",
255
+ "stackSize": 64,
256
+ "displayName": "Poisonous Potato",
257
+ "foodPoints": 2,
258
+ "saturation": 1.2,
259
+ "effectiveQuality": 3.2,
260
+ "saturationRatio": 0.6
261
+ },
262
+ {
263
+ "id": 1144,
264
+ "name": "golden_carrot",
265
+ "stackSize": 64,
266
+ "displayName": "Golden Carrot",
267
+ "foodPoints": 6,
268
+ "saturation": 14.4,
269
+ "effectiveQuality": 20.4,
270
+ "saturationRatio": 2.4
271
+ },
272
+ {
273
+ "id": 1153,
274
+ "name": "pumpkin_pie",
275
+ "stackSize": 64,
276
+ "displayName": "Pumpkin Pie",
277
+ "foodPoints": 8,
278
+ "saturation": 4.8,
279
+ "effectiveQuality": 12.8,
280
+ "saturationRatio": 0.6
281
+ },
282
+ {
283
+ "id": 1160,
284
+ "name": "rabbit",
285
+ "stackSize": 64,
286
+ "displayName": "Raw Rabbit",
287
+ "foodPoints": 3,
288
+ "saturation": 1.8,
289
+ "effectiveQuality": 4.8,
290
+ "saturationRatio": 0.6
291
+ },
292
+ {
293
+ "id": 1161,
294
+ "name": "cooked_rabbit",
295
+ "stackSize": 64,
296
+ "displayName": "Cooked Rabbit",
297
+ "foodPoints": 5,
298
+ "saturation": 6,
299
+ "effectiveQuality": 11,
300
+ "saturationRatio": 1.2
301
+ },
302
+ {
303
+ "id": 1162,
304
+ "name": "rabbit_stew",
305
+ "stackSize": 1,
306
+ "displayName": "Rabbit Stew",
307
+ "foodPoints": 10,
308
+ "saturation": 12,
309
+ "effectiveQuality": 22,
310
+ "saturationRatio": 1.2
311
+ },
312
+ {
313
+ "id": 1173,
314
+ "name": "mutton",
315
+ "stackSize": 64,
316
+ "displayName": "Raw Mutton",
317
+ "foodPoints": 2,
318
+ "saturation": 1.2,
319
+ "effectiveQuality": 3.2,
320
+ "saturationRatio": 0.6
321
+ },
322
+ {
323
+ "id": 1174,
324
+ "name": "cooked_mutton",
325
+ "stackSize": 64,
326
+ "displayName": "Cooked Mutton",
327
+ "foodPoints": 6,
328
+ "saturation": 9.6,
329
+ "effectiveQuality": 15.6,
330
+ "saturationRatio": 1.6
331
+ },
332
+ {
333
+ "id": 1192,
334
+ "name": "chorus_fruit",
335
+ "stackSize": 64,
336
+ "displayName": "Chorus Fruit",
337
+ "foodPoints": 4,
338
+ "saturation": 2.4,
339
+ "effectiveQuality": 6.4,
340
+ "saturationRatio": 0.6
341
+ },
342
+ {
343
+ "id": 1196,
344
+ "name": "beetroot",
345
+ "stackSize": 64,
346
+ "displayName": "Beetroot",
347
+ "foodPoints": 1,
348
+ "saturation": 1.2,
349
+ "effectiveQuality": 2.2,
350
+ "saturationRatio": 1.2
351
+ },
352
+ {
353
+ "id": 1198,
354
+ "name": "beetroot_soup",
355
+ "stackSize": 1,
356
+ "displayName": "Beetroot Soup",
357
+ "foodPoints": 6,
358
+ "saturation": 7.2,
359
+ "effectiveQuality": 13.2,
360
+ "saturationRatio": 1.2
361
+ },
362
+ {
363
+ "id": 1234,
364
+ "name": "suspicious_stew",
365
+ "stackSize": 1,
366
+ "displayName": "Suspicious Stew",
367
+ "foodPoints": 6,
368
+ "saturation": 7.2,
369
+ "effectiveQuality": 13.2,
370
+ "saturationRatio": 1.2
371
+ },
372
+ {
373
+ "id": 1259,
374
+ "name": "sweet_berries",
375
+ "stackSize": 64,
376
+ "displayName": "Sweet Berries",
377
+ "foodPoints": 2,
378
+ "saturation": 0.4,
379
+ "effectiveQuality": 2.4,
380
+ "saturationRatio": 0.2
381
+ },
382
+ {
383
+ "id": 1260,
384
+ "name": "glow_berries",
385
+ "stackSize": 64,
386
+ "displayName": "Glow Berries",
387
+ "foodPoints": 2,
388
+ "saturation": 0.4,
389
+ "effectiveQuality": 2.4,
390
+ "saturationRatio": 0.2
391
+ },
392
+ {
393
+ "id": 1267,
394
+ "name": "honey_bottle",
395
+ "stackSize": 16,
396
+ "displayName": "Honey Bottle",
397
+ "foodPoints": 6,
398
+ "saturation": 1.2,
399
+ "effectiveQuality": 7.2,
400
+ "saturationRatio": 0.2
401
+ }
402
+ ]