minecraft-data 3.76.0 → 3.78.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.
- package/data.js +51 -2
- package/doc/history.md +8 -0
- package/index.d.ts +3 -0
- package/minecraft-data/README.md +2 -2
- package/minecraft-data/data/bedrock/1.21.30/proto.yml +4291 -0
- package/minecraft-data/data/bedrock/1.21.30/types.yml +2406 -0
- package/minecraft-data/data/bedrock/1.21.42/protocol.json +12754 -0
- package/minecraft-data/data/bedrock/1.21.42/version.json +6 -0
- package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +53 -19
- package/minecraft-data/data/bedrock/latest/types.yml +16 -0
- package/minecraft-data/data/dataPaths.json +51 -2
- package/minecraft-data/data/pc/1.20.3/proto.yml +7 -2
- package/minecraft-data/data/pc/1.20.3/protocol.json +29 -5
- package/minecraft-data/data/pc/1.20.5/enchantments.json +28 -28
- package/minecraft-data/data/pc/1.20.5/items.json +67 -67
- package/minecraft-data/data/pc/1.20.5/proto.yml +3446 -0
- package/minecraft-data/data/pc/1.20.5/protocol.json +98 -60
- package/minecraft-data/data/pc/1.21.1/blocks.json +39811 -0
- package/minecraft-data/data/pc/1.21.1/enchantments.json +959 -0
- package/minecraft-data/data/pc/1.21.1/foods.json +412 -0
- package/minecraft-data/data/pc/1.21.1/items.json +8780 -0
- package/minecraft-data/data/pc/1.21.1/language.json +6883 -0
- package/minecraft-data/data/pc/1.21.1/materials.json +134 -0
- package/minecraft-data/data/pc/1.21.1/protocol.json +9224 -0
- package/minecraft-data/data/pc/1.21.1/recipes.json +28095 -0
- package/minecraft-data/data/pc/1.21.1/sounds.json +6446 -0
- package/minecraft-data/data/pc/1.21.1/tints.json +447 -0
- package/minecraft-data/data/pc/1.21.1/version.json +6 -0
- package/minecraft-data/data/pc/common/features.json +5 -0
- package/minecraft-data/data/pc/common/protocolVersions.json +48 -0
- package/minecraft-data/data/pc/common/versions.json +2 -1
- package/minecraft-data/data/pc/latest/proto.yml +106 -18
- package/minecraft-data/doc/add-data-new-version.md +1 -0
- package/minecraft-data/doc/history.md +7 -0
- package/minecraft-data/tools/js/incrementVersion.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,412 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 800,
|
|
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": 849,
|
|
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": 855,
|
|
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": 881,
|
|
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": 882,
|
|
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": 884,
|
|
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": 885,
|
|
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": 935,
|
|
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": 936,
|
|
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": 937,
|
|
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": 938,
|
|
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": 939,
|
|
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": 940,
|
|
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": 980,
|
|
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": 984,
|
|
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": 985,
|
|
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": 988,
|
|
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": 989,
|
|
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": 990,
|
|
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": 991,
|
|
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": 992,
|
|
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": 1000,
|
|
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": 1097,
|
|
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": 1098,
|
|
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": 1099,
|
|
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": 1100,
|
|
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": 1102,
|
|
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": 1111,
|
|
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": 1118,
|
|
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": 1119,
|
|
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": 1120,
|
|
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": 1131,
|
|
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": 1132,
|
|
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": 1150,
|
|
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": 1154,
|
|
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": 1156,
|
|
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": 1193,
|
|
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": 1216,
|
|
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": 1217,
|
|
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": 1224,
|
|
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
|
+
{
|
|
403
|
+
"id": 1331,
|
|
404
|
+
"name": "ominous_bottle",
|
|
405
|
+
"stackSize": 64,
|
|
406
|
+
"displayName": "Ominous Bottle",
|
|
407
|
+
"foodPoints": 1,
|
|
408
|
+
"saturation": 0.2,
|
|
409
|
+
"effectiveQuality": 1.2,
|
|
410
|
+
"saturationRatio": 0.2
|
|
411
|
+
}
|
|
412
|
+
]
|