minecraft-data 3.82.0 → 3.83.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 (27) hide show
  1. package/data.js +28 -1
  2. package/doc/history.md +4 -0
  3. package/minecraft-data/data/bedrock/1.21.50/protocol.json +1 -1
  4. package/minecraft-data/data/dataPaths.json +29 -2
  5. package/minecraft-data/data/pc/1.21.3/proto.yml +3368 -0
  6. package/minecraft-data/data/pc/1.21.4/biomes.json +652 -0
  7. package/minecraft-data/data/pc/1.21.4/blockCollisionShapes.json +142311 -0
  8. package/minecraft-data/data/pc/1.21.4/blocks.json +41063 -0
  9. package/minecraft-data/data/pc/1.21.4/effects.json +236 -0
  10. package/minecraft-data/data/pc/1.21.4/enchantments.json +959 -0
  11. package/minecraft-data/data/pc/1.21.4/entities.json +1492 -0
  12. package/minecraft-data/data/pc/1.21.4/foods.json +402 -0
  13. package/minecraft-data/data/pc/1.21.4/instruments.json +94 -0
  14. package/minecraft-data/data/pc/1.21.4/items.json +9098 -0
  15. package/minecraft-data/data/pc/1.21.4/language.json +7002 -0
  16. package/minecraft-data/data/pc/1.21.4/materials.json +134 -0
  17. package/minecraft-data/data/pc/1.21.4/particles.json +450 -0
  18. package/minecraft-data/data/pc/1.21.4/protocol.json +9533 -0
  19. package/minecraft-data/data/pc/1.21.4/recipes.json +29693 -0
  20. package/minecraft-data/data/pc/1.21.4/sounds.json +6606 -0
  21. package/minecraft-data/data/pc/1.21.4/tints.json +422 -0
  22. package/minecraft-data/data/pc/1.21.4/version.json +6 -0
  23. package/minecraft-data/data/pc/common/protocolVersions.json +8 -0
  24. package/minecraft-data/data/pc/common/versions.json +3 -2
  25. package/minecraft-data/data/pc/latest/proto.yml +26 -7
  26. package/minecraft-data/doc/history.md +4 -0
  27. package/package.json +3 -3
@@ -0,0 +1,402 @@
1
+ [
2
+ {
3
+ "id": 831,
4
+ "name": "apple",
5
+ "stackSize": 64,
6
+ "displayName": "Apple",
7
+ "foodPoints": 4.0,
8
+ "saturation": 19.2,
9
+ "effectiveQuality": 23.2,
10
+ "saturationRatio": 4.8
11
+ },
12
+ {
13
+ "id": 880,
14
+ "name": "mushroom_stew",
15
+ "stackSize": 1,
16
+ "displayName": "Mushroom Stew",
17
+ "foodPoints": 6.0,
18
+ "saturation": 86.4,
19
+ "effectiveQuality": 92.4,
20
+ "saturationRatio": 14.400001
21
+ },
22
+ {
23
+ "id": 886,
24
+ "name": "bread",
25
+ "stackSize": 64,
26
+ "displayName": "Bread",
27
+ "foodPoints": 5.0,
28
+ "saturation": 60.0,
29
+ "effectiveQuality": 65.0,
30
+ "saturationRatio": 12.0
31
+ },
32
+ {
33
+ "id": 912,
34
+ "name": "porkchop",
35
+ "stackSize": 64,
36
+ "displayName": "Raw Porkchop",
37
+ "foodPoints": 3.0,
38
+ "saturation": 10.8,
39
+ "effectiveQuality": 13.8,
40
+ "saturationRatio": 3.6000001
41
+ },
42
+ {
43
+ "id": 913,
44
+ "name": "cooked_porkchop",
45
+ "stackSize": 64,
46
+ "displayName": "Cooked Porkchop",
47
+ "foodPoints": 8.0,
48
+ "saturation": 204.8,
49
+ "effectiveQuality": 212.8,
50
+ "saturationRatio": 25.6
51
+ },
52
+ {
53
+ "id": 915,
54
+ "name": "golden_apple",
55
+ "stackSize": 64,
56
+ "displayName": "Golden Apple",
57
+ "foodPoints": 4.0,
58
+ "saturation": 76.8,
59
+ "effectiveQuality": 80.8,
60
+ "saturationRatio": 19.2
61
+ },
62
+ {
63
+ "id": 916,
64
+ "name": "enchanted_golden_apple",
65
+ "stackSize": 64,
66
+ "displayName": "Enchanted Golden Apple",
67
+ "foodPoints": 4.0,
68
+ "saturation": 76.8,
69
+ "effectiveQuality": 80.8,
70
+ "saturationRatio": 19.2
71
+ },
72
+ {
73
+ "id": 984,
74
+ "name": "cod",
75
+ "stackSize": 64,
76
+ "displayName": "Raw Cod",
77
+ "foodPoints": 2.0,
78
+ "saturation": 1.6,
79
+ "effectiveQuality": 3.6,
80
+ "saturationRatio": 0.8
81
+ },
82
+ {
83
+ "id": 985,
84
+ "name": "salmon",
85
+ "stackSize": 64,
86
+ "displayName": "Raw Salmon",
87
+ "foodPoints": 2.0,
88
+ "saturation": 1.6,
89
+ "effectiveQuality": 3.6,
90
+ "saturationRatio": 0.8
91
+ },
92
+ {
93
+ "id": 986,
94
+ "name": "tropical_fish",
95
+ "stackSize": 64,
96
+ "displayName": "Tropical Fish",
97
+ "foodPoints": 1.0,
98
+ "saturation": 0.4,
99
+ "effectiveQuality": 1.4,
100
+ "saturationRatio": 0.4
101
+ },
102
+ {
103
+ "id": 987,
104
+ "name": "pufferfish",
105
+ "stackSize": 64,
106
+ "displayName": "Pufferfish",
107
+ "foodPoints": 1.0,
108
+ "saturation": 0.4,
109
+ "effectiveQuality": 1.4,
110
+ "saturationRatio": 0.4
111
+ },
112
+ {
113
+ "id": 988,
114
+ "name": "cooked_cod",
115
+ "stackSize": 64,
116
+ "displayName": "Cooked Cod",
117
+ "foodPoints": 5.0,
118
+ "saturation": 60.0,
119
+ "effectiveQuality": 65.0,
120
+ "saturationRatio": 12.0
121
+ },
122
+ {
123
+ "id": 989,
124
+ "name": "cooked_salmon",
125
+ "stackSize": 64,
126
+ "displayName": "Cooked Salmon",
127
+ "foodPoints": 6.0,
128
+ "saturation": 115.200005,
129
+ "effectiveQuality": 121.200005,
130
+ "saturationRatio": 19.2
131
+ },
132
+ {
133
+ "id": 1029,
134
+ "name": "cookie",
135
+ "stackSize": 64,
136
+ "displayName": "Cookie",
137
+ "foodPoints": 2.0,
138
+ "saturation": 1.6,
139
+ "effectiveQuality": 3.6,
140
+ "saturationRatio": 0.8
141
+ },
142
+ {
143
+ "id": 1033,
144
+ "name": "melon_slice",
145
+ "stackSize": 64,
146
+ "displayName": "Melon Slice",
147
+ "foodPoints": 2.0,
148
+ "saturation": 4.8,
149
+ "effectiveQuality": 6.8,
150
+ "saturationRatio": 2.4
151
+ },
152
+ {
153
+ "id": 1034,
154
+ "name": "dried_kelp",
155
+ "stackSize": 64,
156
+ "displayName": "Dried Kelp",
157
+ "foodPoints": 1.0,
158
+ "saturation": 1.2,
159
+ "effectiveQuality": 2.2,
160
+ "saturationRatio": 1.2
161
+ },
162
+ {
163
+ "id": 1037,
164
+ "name": "beef",
165
+ "stackSize": 64,
166
+ "displayName": "Raw Beef",
167
+ "foodPoints": 3.0,
168
+ "saturation": 10.8,
169
+ "effectiveQuality": 13.8,
170
+ "saturationRatio": 3.6000001
171
+ },
172
+ {
173
+ "id": 1038,
174
+ "name": "cooked_beef",
175
+ "stackSize": 64,
176
+ "displayName": "Steak",
177
+ "foodPoints": 8.0,
178
+ "saturation": 204.8,
179
+ "effectiveQuality": 212.8,
180
+ "saturationRatio": 25.6
181
+ },
182
+ {
183
+ "id": 1039,
184
+ "name": "chicken",
185
+ "stackSize": 64,
186
+ "displayName": "Raw Chicken",
187
+ "foodPoints": 2.0,
188
+ "saturation": 4.8,
189
+ "effectiveQuality": 6.8,
190
+ "saturationRatio": 2.4
191
+ },
192
+ {
193
+ "id": 1040,
194
+ "name": "cooked_chicken",
195
+ "stackSize": 64,
196
+ "displayName": "Cooked Chicken",
197
+ "foodPoints": 6.0,
198
+ "saturation": 86.4,
199
+ "effectiveQuality": 92.4,
200
+ "saturationRatio": 14.400001
201
+ },
202
+ {
203
+ "id": 1041,
204
+ "name": "rotten_flesh",
205
+ "stackSize": 64,
206
+ "displayName": "Rotten Flesh",
207
+ "foodPoints": 4.0,
208
+ "saturation": 6.4,
209
+ "effectiveQuality": 10.4,
210
+ "saturationRatio": 1.6
211
+ },
212
+ {
213
+ "id": 1049,
214
+ "name": "spider_eye",
215
+ "stackSize": 64,
216
+ "displayName": "Spider Eye",
217
+ "foodPoints": 2.0,
218
+ "saturation": 12.8,
219
+ "effectiveQuality": 14.8,
220
+ "saturationRatio": 6.4
221
+ },
222
+ {
223
+ "id": 1148,
224
+ "name": "carrot",
225
+ "stackSize": 64,
226
+ "displayName": "Carrot",
227
+ "foodPoints": 3.0,
228
+ "saturation": 21.6,
229
+ "effectiveQuality": 24.6,
230
+ "saturationRatio": 7.2000003
231
+ },
232
+ {
233
+ "id": 1149,
234
+ "name": "potato",
235
+ "stackSize": 64,
236
+ "displayName": "Potato",
237
+ "foodPoints": 1.0,
238
+ "saturation": 1.2,
239
+ "effectiveQuality": 2.2,
240
+ "saturationRatio": 1.2
241
+ },
242
+ {
243
+ "id": 1150,
244
+ "name": "baked_potato",
245
+ "stackSize": 64,
246
+ "displayName": "Baked Potato",
247
+ "foodPoints": 5.0,
248
+ "saturation": 60.0,
249
+ "effectiveQuality": 65.0,
250
+ "saturationRatio": 12.0
251
+ },
252
+ {
253
+ "id": 1151,
254
+ "name": "poisonous_potato",
255
+ "stackSize": 64,
256
+ "displayName": "Poisonous Potato",
257
+ "foodPoints": 2.0,
258
+ "saturation": 4.8,
259
+ "effectiveQuality": 6.8,
260
+ "saturationRatio": 2.4
261
+ },
262
+ {
263
+ "id": 1153,
264
+ "name": "golden_carrot",
265
+ "stackSize": 64,
266
+ "displayName": "Golden Carrot",
267
+ "foodPoints": 6.0,
268
+ "saturation": 172.8,
269
+ "effectiveQuality": 178.8,
270
+ "saturationRatio": 28.800001
271
+ },
272
+ {
273
+ "id": 1162,
274
+ "name": "pumpkin_pie",
275
+ "stackSize": 64,
276
+ "displayName": "Pumpkin Pie",
277
+ "foodPoints": 8.0,
278
+ "saturation": 76.8,
279
+ "effectiveQuality": 84.8,
280
+ "saturationRatio": 9.6
281
+ },
282
+ {
283
+ "id": 1170,
284
+ "name": "rabbit",
285
+ "stackSize": 64,
286
+ "displayName": "Raw Rabbit",
287
+ "foodPoints": 3.0,
288
+ "saturation": 10.8,
289
+ "effectiveQuality": 13.8,
290
+ "saturationRatio": 3.6000001
291
+ },
292
+ {
293
+ "id": 1171,
294
+ "name": "cooked_rabbit",
295
+ "stackSize": 64,
296
+ "displayName": "Cooked Rabbit",
297
+ "foodPoints": 5.0,
298
+ "saturation": 60.0,
299
+ "effectiveQuality": 65.0,
300
+ "saturationRatio": 12.0
301
+ },
302
+ {
303
+ "id": 1172,
304
+ "name": "rabbit_stew",
305
+ "stackSize": 1,
306
+ "displayName": "Rabbit Stew",
307
+ "foodPoints": 10.0,
308
+ "saturation": 240.0,
309
+ "effectiveQuality": 250.0,
310
+ "saturationRatio": 24.0
311
+ },
312
+ {
313
+ "id": 1183,
314
+ "name": "mutton",
315
+ "stackSize": 64,
316
+ "displayName": "Raw Mutton",
317
+ "foodPoints": 2.0,
318
+ "saturation": 4.8,
319
+ "effectiveQuality": 6.8,
320
+ "saturationRatio": 2.4
321
+ },
322
+ {
323
+ "id": 1184,
324
+ "name": "cooked_mutton",
325
+ "stackSize": 64,
326
+ "displayName": "Cooked Mutton",
327
+ "foodPoints": 6.0,
328
+ "saturation": 115.200005,
329
+ "effectiveQuality": 121.200005,
330
+ "saturationRatio": 19.2
331
+ },
332
+ {
333
+ "id": 1202,
334
+ "name": "chorus_fruit",
335
+ "stackSize": 64,
336
+ "displayName": "Chorus Fruit",
337
+ "foodPoints": 4.0,
338
+ "saturation": 19.2,
339
+ "effectiveQuality": 23.2,
340
+ "saturationRatio": 4.8
341
+ },
342
+ {
343
+ "id": 1206,
344
+ "name": "beetroot",
345
+ "stackSize": 64,
346
+ "displayName": "Beetroot",
347
+ "foodPoints": 1.0,
348
+ "saturation": 2.4,
349
+ "effectiveQuality": 3.4,
350
+ "saturationRatio": 2.4
351
+ },
352
+ {
353
+ "id": 1208,
354
+ "name": "beetroot_soup",
355
+ "stackSize": 1,
356
+ "displayName": "Beetroot Soup",
357
+ "foodPoints": 6.0,
358
+ "saturation": 86.4,
359
+ "effectiveQuality": 92.4,
360
+ "saturationRatio": 14.400001
361
+ },
362
+ {
363
+ "id": 1244,
364
+ "name": "suspicious_stew",
365
+ "stackSize": 1,
366
+ "displayName": "Suspicious Stew",
367
+ "foodPoints": 6.0,
368
+ "saturation": 86.4,
369
+ "effectiveQuality": 92.4,
370
+ "saturationRatio": 14.400001
371
+ },
372
+ {
373
+ "id": 1269,
374
+ "name": "sweet_berries",
375
+ "stackSize": 64,
376
+ "displayName": "Sweet Berries",
377
+ "foodPoints": 2.0,
378
+ "saturation": 1.6,
379
+ "effectiveQuality": 3.6,
380
+ "saturationRatio": 0.8
381
+ },
382
+ {
383
+ "id": 1270,
384
+ "name": "glow_berries",
385
+ "stackSize": 64,
386
+ "displayName": "Glow Berries",
387
+ "foodPoints": 2.0,
388
+ "saturation": 1.6,
389
+ "effectiveQuality": 3.6,
390
+ "saturationRatio": 0.8
391
+ },
392
+ {
393
+ "id": 1277,
394
+ "name": "honey_bottle",
395
+ "stackSize": 16,
396
+ "displayName": "Honey Bottle",
397
+ "foodPoints": 6.0,
398
+ "saturation": 14.400001,
399
+ "effectiveQuality": 20.400002,
400
+ "saturationRatio": 2.4
401
+ }
402
+ ]
@@ -0,0 +1,94 @@
1
+ [
2
+ {
3
+ "id": 0,
4
+ "name": "harp"
5
+ },
6
+ {
7
+ "id": 1,
8
+ "name": "basedrum"
9
+ },
10
+ {
11
+ "id": 2,
12
+ "name": "snare"
13
+ },
14
+ {
15
+ "id": 3,
16
+ "name": "hat"
17
+ },
18
+ {
19
+ "id": 4,
20
+ "name": "bass"
21
+ },
22
+ {
23
+ "id": 5,
24
+ "name": "flute"
25
+ },
26
+ {
27
+ "id": 6,
28
+ "name": "bell"
29
+ },
30
+ {
31
+ "id": 7,
32
+ "name": "guitar"
33
+ },
34
+ {
35
+ "id": 8,
36
+ "name": "chime"
37
+ },
38
+ {
39
+ "id": 9,
40
+ "name": "xylophone"
41
+ },
42
+ {
43
+ "id": 10,
44
+ "name": "iron_xylophone"
45
+ },
46
+ {
47
+ "id": 11,
48
+ "name": "cow_bell"
49
+ },
50
+ {
51
+ "id": 12,
52
+ "name": "didgeridoo"
53
+ },
54
+ {
55
+ "id": 13,
56
+ "name": "bit"
57
+ },
58
+ {
59
+ "id": 14,
60
+ "name": "banjo"
61
+ },
62
+ {
63
+ "id": 15,
64
+ "name": "pling"
65
+ },
66
+ {
67
+ "id": 16,
68
+ "name": "zombie"
69
+ },
70
+ {
71
+ "id": 17,
72
+ "name": "skeleton"
73
+ },
74
+ {
75
+ "id": 18,
76
+ "name": "creeper"
77
+ },
78
+ {
79
+ "id": 19,
80
+ "name": "dragon"
81
+ },
82
+ {
83
+ "id": 20,
84
+ "name": "wither_skeleton"
85
+ },
86
+ {
87
+ "id": 21,
88
+ "name": "piglin"
89
+ },
90
+ {
91
+ "id": 22,
92
+ "name": "custom_head"
93
+ }
94
+ ]