minecraft-data 3.4.0 → 3.6.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/.github/workflows/npm-publish.yml +1 -1
- package/data.js +46 -1
- package/doc/history.md +9 -0
- package/index.d.ts +21 -1
- package/minecraft-data/README.md +2 -2
- package/minecraft-data/data/bedrock/1.19.1/proto.yml +3575 -0
- package/minecraft-data/data/bedrock/1.19.1/types.yml +1887 -0
- package/minecraft-data/data/bedrock/1.19.10/protocol.json +10458 -0
- package/minecraft-data/data/bedrock/1.19.10/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 +127 -21
- package/minecraft-data/data/bedrock/latest/types.yml +71 -3
- package/minecraft-data/data/dataPaths.json +46 -1
- package/minecraft-data/data/pc/1.18/blockLoot.json +3783 -1868
- package/minecraft-data/data/pc/1.18/entityLoot.json +23 -2
- package/minecraft-data/data/pc/1.18/language.json +436 -93
- package/minecraft-data/data/pc/1.19/biomes.json +695 -0
- package/minecraft-data/data/pc/1.19/blockCollisionShapes.json +120584 -0
- package/minecraft-data/data/pc/1.19/blockLoot.json +12419 -0
- package/minecraft-data/data/pc/1.19/blocks.json +34097 -0
- package/minecraft-data/data/pc/1.19/effects.json +200 -0
- package/minecraft-data/data/pc/1.19/enchantments.json +875 -0
- package/minecraft-data/data/pc/1.19/entities.json +1182 -0
- package/minecraft-data/data/pc/1.19/entityLoot.json +1218 -0
- package/minecraft-data/data/pc/1.19/foods.json +402 -0
- package/minecraft-data/data/pc/1.19/instruments.json +66 -0
- package/minecraft-data/data/pc/1.19/items.json +7613 -0
- package/minecraft-data/data/pc/1.19/language.json +5338 -0
- package/minecraft-data/data/pc/1.19/materials.json +154 -0
- package/minecraft-data/data/pc/1.19/particles.json +374 -0
- package/minecraft-data/data/pc/1.19/tints.json +429 -0
- package/minecraft-data/data/pc/1.19/version.json +5 -0
- package/minecraft-data/data/pc/common/protocolVersions.json +49 -0
- package/minecraft-data/data/pc/common/versions.json +2 -1
- package/minecraft-data/doc/history.md +28 -18
- package/minecraft-data/schemas/biomes_schema.json +0 -1
- package/package.json +3 -3
|
@@ -0,0 +1,402 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 717,
|
|
4
|
+
"name": "apple",
|
|
5
|
+
"stackSize": 64,
|
|
6
|
+
"displayName": "Apple",
|
|
7
|
+
"foodPoints": 4.0,
|
|
8
|
+
"saturation": 2.4,
|
|
9
|
+
"effectiveQuality": 6.4,
|
|
10
|
+
"saturationRatio": 0.6
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"id": 767,
|
|
14
|
+
"name": "mushroom_stew",
|
|
15
|
+
"stackSize": 1,
|
|
16
|
+
"displayName": "Mushroom Stew",
|
|
17
|
+
"foodPoints": 6.0,
|
|
18
|
+
"saturation": 7.2000003,
|
|
19
|
+
"effectiveQuality": 13.200001,
|
|
20
|
+
"saturationRatio": 1.2
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": 773,
|
|
24
|
+
"name": "bread",
|
|
25
|
+
"stackSize": 64,
|
|
26
|
+
"displayName": "Bread",
|
|
27
|
+
"foodPoints": 5.0,
|
|
28
|
+
"saturation": 6.0,
|
|
29
|
+
"effectiveQuality": 11.0,
|
|
30
|
+
"saturationRatio": 1.2
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": 799,
|
|
34
|
+
"name": "porkchop",
|
|
35
|
+
"stackSize": 64,
|
|
36
|
+
"displayName": "Raw Porkchop",
|
|
37
|
+
"foodPoints": 3.0,
|
|
38
|
+
"saturation": 1.8000001,
|
|
39
|
+
"effectiveQuality": 4.8,
|
|
40
|
+
"saturationRatio": 0.6
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": 800,
|
|
44
|
+
"name": "cooked_porkchop",
|
|
45
|
+
"stackSize": 64,
|
|
46
|
+
"displayName": "Cooked Porkchop",
|
|
47
|
+
"foodPoints": 8.0,
|
|
48
|
+
"saturation": 12.8,
|
|
49
|
+
"effectiveQuality": 20.8,
|
|
50
|
+
"saturationRatio": 1.6
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": 802,
|
|
54
|
+
"name": "golden_apple",
|
|
55
|
+
"stackSize": 64,
|
|
56
|
+
"displayName": "Golden Apple",
|
|
57
|
+
"foodPoints": 4.0,
|
|
58
|
+
"saturation": 9.6,
|
|
59
|
+
"effectiveQuality": 13.6,
|
|
60
|
+
"saturationRatio": 2.4
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": 803,
|
|
64
|
+
"name": "enchanted_golden_apple",
|
|
65
|
+
"stackSize": 64,
|
|
66
|
+
"displayName": "Enchanted Golden Apple",
|
|
67
|
+
"foodPoints": 4.0,
|
|
68
|
+
"saturation": 9.6,
|
|
69
|
+
"effectiveQuality": 13.6,
|
|
70
|
+
"saturationRatio": 2.4
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": 840,
|
|
74
|
+
"name": "cod",
|
|
75
|
+
"stackSize": 64,
|
|
76
|
+
"displayName": "Raw Cod",
|
|
77
|
+
"foodPoints": 2.0,
|
|
78
|
+
"saturation": 0.4,
|
|
79
|
+
"effectiveQuality": 2.4,
|
|
80
|
+
"saturationRatio": 0.2
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": 841,
|
|
84
|
+
"name": "salmon",
|
|
85
|
+
"stackSize": 64,
|
|
86
|
+
"displayName": "Raw Salmon",
|
|
87
|
+
"foodPoints": 2.0,
|
|
88
|
+
"saturation": 0.4,
|
|
89
|
+
"effectiveQuality": 2.4,
|
|
90
|
+
"saturationRatio": 0.2
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": 842,
|
|
94
|
+
"name": "tropical_fish",
|
|
95
|
+
"stackSize": 64,
|
|
96
|
+
"displayName": "Tropical Fish",
|
|
97
|
+
"foodPoints": 1.0,
|
|
98
|
+
"saturation": 0.2,
|
|
99
|
+
"effectiveQuality": 1.2,
|
|
100
|
+
"saturationRatio": 0.2
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": 843,
|
|
104
|
+
"name": "pufferfish",
|
|
105
|
+
"stackSize": 64,
|
|
106
|
+
"displayName": "Pufferfish",
|
|
107
|
+
"foodPoints": 1.0,
|
|
108
|
+
"saturation": 0.2,
|
|
109
|
+
"effectiveQuality": 1.2,
|
|
110
|
+
"saturationRatio": 0.2
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": 844,
|
|
114
|
+
"name": "cooked_cod",
|
|
115
|
+
"stackSize": 64,
|
|
116
|
+
"displayName": "Cooked Cod",
|
|
117
|
+
"foodPoints": 5.0,
|
|
118
|
+
"saturation": 6.0,
|
|
119
|
+
"effectiveQuality": 11.0,
|
|
120
|
+
"saturationRatio": 1.2
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": 845,
|
|
124
|
+
"name": "cooked_salmon",
|
|
125
|
+
"stackSize": 64,
|
|
126
|
+
"displayName": "Cooked Salmon",
|
|
127
|
+
"foodPoints": 6.0,
|
|
128
|
+
"saturation": 9.6,
|
|
129
|
+
"effectiveQuality": 15.6,
|
|
130
|
+
"saturationRatio": 1.6
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": 885,
|
|
134
|
+
"name": "cookie",
|
|
135
|
+
"stackSize": 64,
|
|
136
|
+
"displayName": "Cookie",
|
|
137
|
+
"foodPoints": 2.0,
|
|
138
|
+
"saturation": 0.4,
|
|
139
|
+
"effectiveQuality": 2.4,
|
|
140
|
+
"saturationRatio": 0.2
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": 888,
|
|
144
|
+
"name": "melon_slice",
|
|
145
|
+
"stackSize": 64,
|
|
146
|
+
"displayName": "Melon Slice",
|
|
147
|
+
"foodPoints": 2.0,
|
|
148
|
+
"saturation": 1.2,
|
|
149
|
+
"effectiveQuality": 3.2,
|
|
150
|
+
"saturationRatio": 0.6
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": 889,
|
|
154
|
+
"name": "dried_kelp",
|
|
155
|
+
"stackSize": 64,
|
|
156
|
+
"displayName": "Dried Kelp",
|
|
157
|
+
"foodPoints": 1.0,
|
|
158
|
+
"saturation": 0.6,
|
|
159
|
+
"effectiveQuality": 1.6,
|
|
160
|
+
"saturationRatio": 0.6
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": 892,
|
|
164
|
+
"name": "beef",
|
|
165
|
+
"stackSize": 64,
|
|
166
|
+
"displayName": "Raw Beef",
|
|
167
|
+
"foodPoints": 3.0,
|
|
168
|
+
"saturation": 1.8000001,
|
|
169
|
+
"effectiveQuality": 4.8,
|
|
170
|
+
"saturationRatio": 0.6
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": 893,
|
|
174
|
+
"name": "cooked_beef",
|
|
175
|
+
"stackSize": 64,
|
|
176
|
+
"displayName": "Steak",
|
|
177
|
+
"foodPoints": 8.0,
|
|
178
|
+
"saturation": 12.8,
|
|
179
|
+
"effectiveQuality": 20.8,
|
|
180
|
+
"saturationRatio": 1.6
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": 894,
|
|
184
|
+
"name": "chicken",
|
|
185
|
+
"stackSize": 64,
|
|
186
|
+
"displayName": "Raw Chicken",
|
|
187
|
+
"foodPoints": 2.0,
|
|
188
|
+
"saturation": 1.2,
|
|
189
|
+
"effectiveQuality": 3.2,
|
|
190
|
+
"saturationRatio": 0.6
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"id": 895,
|
|
194
|
+
"name": "cooked_chicken",
|
|
195
|
+
"stackSize": 64,
|
|
196
|
+
"displayName": "Cooked Chicken",
|
|
197
|
+
"foodPoints": 6.0,
|
|
198
|
+
"saturation": 7.2000003,
|
|
199
|
+
"effectiveQuality": 13.200001,
|
|
200
|
+
"saturationRatio": 1.2
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": 896,
|
|
204
|
+
"name": "rotten_flesh",
|
|
205
|
+
"stackSize": 64,
|
|
206
|
+
"displayName": "Rotten Flesh",
|
|
207
|
+
"foodPoints": 4.0,
|
|
208
|
+
"saturation": 0.8,
|
|
209
|
+
"effectiveQuality": 4.8,
|
|
210
|
+
"saturationRatio": 0.2
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": 904,
|
|
214
|
+
"name": "spider_eye",
|
|
215
|
+
"stackSize": 64,
|
|
216
|
+
"displayName": "Spider Eye",
|
|
217
|
+
"foodPoints": 2.0,
|
|
218
|
+
"saturation": 3.2,
|
|
219
|
+
"effectiveQuality": 5.2,
|
|
220
|
+
"saturationRatio": 1.6
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"id": 990,
|
|
224
|
+
"name": "carrot",
|
|
225
|
+
"stackSize": 64,
|
|
226
|
+
"displayName": "Carrot",
|
|
227
|
+
"foodPoints": 3.0,
|
|
228
|
+
"saturation": 3.6000001,
|
|
229
|
+
"effectiveQuality": 6.6000004,
|
|
230
|
+
"saturationRatio": 1.2
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"id": 991,
|
|
234
|
+
"name": "potato",
|
|
235
|
+
"stackSize": 64,
|
|
236
|
+
"displayName": "Potato",
|
|
237
|
+
"foodPoints": 1.0,
|
|
238
|
+
"saturation": 0.6,
|
|
239
|
+
"effectiveQuality": 1.6,
|
|
240
|
+
"saturationRatio": 0.6
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": 992,
|
|
244
|
+
"name": "baked_potato",
|
|
245
|
+
"stackSize": 64,
|
|
246
|
+
"displayName": "Baked Potato",
|
|
247
|
+
"foodPoints": 5.0,
|
|
248
|
+
"saturation": 6.0,
|
|
249
|
+
"effectiveQuality": 11.0,
|
|
250
|
+
"saturationRatio": 1.2
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"id": 993,
|
|
254
|
+
"name": "poisonous_potato",
|
|
255
|
+
"stackSize": 64,
|
|
256
|
+
"displayName": "Poisonous Potato",
|
|
257
|
+
"foodPoints": 2.0,
|
|
258
|
+
"saturation": 1.2,
|
|
259
|
+
"effectiveQuality": 3.2,
|
|
260
|
+
"saturationRatio": 0.6
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"id": 995,
|
|
264
|
+
"name": "golden_carrot",
|
|
265
|
+
"stackSize": 64,
|
|
266
|
+
"displayName": "Golden Carrot",
|
|
267
|
+
"foodPoints": 6.0,
|
|
268
|
+
"saturation": 14.400001,
|
|
269
|
+
"effectiveQuality": 20.400002,
|
|
270
|
+
"saturationRatio": 2.4
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": 1003,
|
|
274
|
+
"name": "pumpkin_pie",
|
|
275
|
+
"stackSize": 64,
|
|
276
|
+
"displayName": "Pumpkin Pie",
|
|
277
|
+
"foodPoints": 8.0,
|
|
278
|
+
"saturation": 4.8,
|
|
279
|
+
"effectiveQuality": 12.8,
|
|
280
|
+
"saturationRatio": 0.6
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": 1010,
|
|
284
|
+
"name": "rabbit",
|
|
285
|
+
"stackSize": 64,
|
|
286
|
+
"displayName": "Raw Rabbit",
|
|
287
|
+
"foodPoints": 3.0,
|
|
288
|
+
"saturation": 1.8000001,
|
|
289
|
+
"effectiveQuality": 4.8,
|
|
290
|
+
"saturationRatio": 0.6
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": 1011,
|
|
294
|
+
"name": "cooked_rabbit",
|
|
295
|
+
"stackSize": 64,
|
|
296
|
+
"displayName": "Cooked Rabbit",
|
|
297
|
+
"foodPoints": 5.0,
|
|
298
|
+
"saturation": 6.0,
|
|
299
|
+
"effectiveQuality": 11.0,
|
|
300
|
+
"saturationRatio": 1.2
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"id": 1012,
|
|
304
|
+
"name": "rabbit_stew",
|
|
305
|
+
"stackSize": 1,
|
|
306
|
+
"displayName": "Rabbit Stew",
|
|
307
|
+
"foodPoints": 10.0,
|
|
308
|
+
"saturation": 12.0,
|
|
309
|
+
"effectiveQuality": 22.0,
|
|
310
|
+
"saturationRatio": 1.2
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"id": 1023,
|
|
314
|
+
"name": "mutton",
|
|
315
|
+
"stackSize": 64,
|
|
316
|
+
"displayName": "Raw Mutton",
|
|
317
|
+
"foodPoints": 2.0,
|
|
318
|
+
"saturation": 1.2,
|
|
319
|
+
"effectiveQuality": 3.2,
|
|
320
|
+
"saturationRatio": 0.6
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id": 1024,
|
|
324
|
+
"name": "cooked_mutton",
|
|
325
|
+
"stackSize": 64,
|
|
326
|
+
"displayName": "Cooked Mutton",
|
|
327
|
+
"foodPoints": 6.0,
|
|
328
|
+
"saturation": 9.6,
|
|
329
|
+
"effectiveQuality": 15.6,
|
|
330
|
+
"saturationRatio": 1.6
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": 1042,
|
|
334
|
+
"name": "chorus_fruit",
|
|
335
|
+
"stackSize": 64,
|
|
336
|
+
"displayName": "Chorus Fruit",
|
|
337
|
+
"foodPoints": 4.0,
|
|
338
|
+
"saturation": 2.4,
|
|
339
|
+
"effectiveQuality": 6.4,
|
|
340
|
+
"saturationRatio": 0.6
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"id": 1044,
|
|
344
|
+
"name": "beetroot",
|
|
345
|
+
"stackSize": 64,
|
|
346
|
+
"displayName": "Beetroot",
|
|
347
|
+
"foodPoints": 1.0,
|
|
348
|
+
"saturation": 1.2,
|
|
349
|
+
"effectiveQuality": 2.2,
|
|
350
|
+
"saturationRatio": 1.2
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"id": 1046,
|
|
354
|
+
"name": "beetroot_soup",
|
|
355
|
+
"stackSize": 1,
|
|
356
|
+
"displayName": "Beetroot Soup",
|
|
357
|
+
"foodPoints": 6.0,
|
|
358
|
+
"saturation": 7.2000003,
|
|
359
|
+
"effectiveQuality": 13.200001,
|
|
360
|
+
"saturationRatio": 1.2
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": 1079,
|
|
364
|
+
"name": "suspicious_stew",
|
|
365
|
+
"stackSize": 1,
|
|
366
|
+
"displayName": "Suspicious Stew",
|
|
367
|
+
"foodPoints": 6.0,
|
|
368
|
+
"saturation": 7.2000003,
|
|
369
|
+
"effectiveQuality": 13.200001,
|
|
370
|
+
"saturationRatio": 1.2
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"id": 1100,
|
|
374
|
+
"name": "sweet_berries",
|
|
375
|
+
"stackSize": 64,
|
|
376
|
+
"displayName": "Sweet Berries",
|
|
377
|
+
"foodPoints": 2.0,
|
|
378
|
+
"saturation": 0.4,
|
|
379
|
+
"effectiveQuality": 2.4,
|
|
380
|
+
"saturationRatio": 0.2
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"id": 1101,
|
|
384
|
+
"name": "glow_berries",
|
|
385
|
+
"stackSize": 64,
|
|
386
|
+
"displayName": "Glow Berries",
|
|
387
|
+
"foodPoints": 2.0,
|
|
388
|
+
"saturation": 0.4,
|
|
389
|
+
"effectiveQuality": 2.4,
|
|
390
|
+
"saturationRatio": 0.2
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"id": 1108,
|
|
394
|
+
"name": "honey_bottle",
|
|
395
|
+
"stackSize": 16,
|
|
396
|
+
"displayName": "Honey Bottle",
|
|
397
|
+
"foodPoints": 6.0,
|
|
398
|
+
"saturation": 1.2,
|
|
399
|
+
"effectiveQuality": 7.2,
|
|
400
|
+
"saturationRatio": 0.2
|
|
401
|
+
}
|
|
402
|
+
]
|
|
@@ -0,0 +1,66 @@
|
|
|
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
|
+
]
|