@jsprismarine/bedrock-data 1.18.30 → 1.19.40
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/.gitmodules +3 -3
- package/.prettierrc +10 -10
- package/LICENSE +8 -8
- package/README.md +2 -2
- package/index.d.ts +1 -1
- package/index.js +27 -27
- package/package.json +10 -10
- package/renovate.json +5 -5
- package/resources/.gitattributes +30 -30
- package/resources/LICENSE +121 -121
- package/resources/README.md +63 -63
- package/resources/biome_definitions.nbt +0 -0
- package/resources/biome_definitions_full.nbt +0 -0
- package/resources/biome_id_map.json +2 -0
- package/resources/block_id_to_item_id_map.json +735 -0
- package/resources/block_state_meta_map.json +8293 -0
- package/resources/canonical_block_states.nbt +0 -0
- package/resources/command_arg_types.json +286 -0
- package/resources/entity_id_map.json +6 -0
- package/resources/entity_identifiers.nbt +0 -0
- package/resources/level_sound_id_map.json +24 -33
- package/resources/particle_id_map.json +1 -0
- package/resources/r12_to_current_block_map.bin +0 -0
- package/resources/r16_to_current_item_map.json +18 -7
- package/resources/required_item_list.json +150 -46
|
Binary file
|
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ARG": {
|
|
3
|
+
"description": "unknown",
|
|
4
|
+
"id": 26
|
|
5
|
+
},
|
|
6
|
+
"ARGS": {
|
|
7
|
+
"description": "unknown",
|
|
8
|
+
"id": 25
|
|
9
|
+
},
|
|
10
|
+
"BLOCK_STATE": {
|
|
11
|
+
"description": "unknown",
|
|
12
|
+
"id": 63
|
|
13
|
+
},
|
|
14
|
+
"BLOCK_STATE_ARRAY": {
|
|
15
|
+
"description": "block states",
|
|
16
|
+
"id": 67
|
|
17
|
+
},
|
|
18
|
+
"BLOCK_STATE_ARRAY_CONT": {
|
|
19
|
+
"description": "unknown",
|
|
20
|
+
"id": 68
|
|
21
|
+
},
|
|
22
|
+
"BLOCK_STATE_KEY": {
|
|
23
|
+
"description": "unknown",
|
|
24
|
+
"id": 64
|
|
25
|
+
},
|
|
26
|
+
"BLOCK_STATE_VALUE": {
|
|
27
|
+
"description": "unknown",
|
|
28
|
+
"id": 65
|
|
29
|
+
},
|
|
30
|
+
"BLOCK_STATE_VALUES": {
|
|
31
|
+
"description": "unknown",
|
|
32
|
+
"id": 66
|
|
33
|
+
},
|
|
34
|
+
"COMMAND": {
|
|
35
|
+
"description": "unknown",
|
|
36
|
+
"id": 69
|
|
37
|
+
},
|
|
38
|
+
"COMPAREOPERATOR": {
|
|
39
|
+
"description": "compare operator",
|
|
40
|
+
"id": 7
|
|
41
|
+
},
|
|
42
|
+
"COORD_X_FLOAT": {
|
|
43
|
+
"description": "unknown",
|
|
44
|
+
"id": 44
|
|
45
|
+
},
|
|
46
|
+
"COORD_X_INT": {
|
|
47
|
+
"description": "unknown",
|
|
48
|
+
"id": 41
|
|
49
|
+
},
|
|
50
|
+
"COORD_Y_FLOAT": {
|
|
51
|
+
"description": "unknown",
|
|
52
|
+
"id": 45
|
|
53
|
+
},
|
|
54
|
+
"COORD_Y_INT": {
|
|
55
|
+
"description": "unknown",
|
|
56
|
+
"id": 42
|
|
57
|
+
},
|
|
58
|
+
"COORD_Z_FLOAT": {
|
|
59
|
+
"description": "unknown",
|
|
60
|
+
"id": 46
|
|
61
|
+
},
|
|
62
|
+
"COORD_Z_INT": {
|
|
63
|
+
"description": "unknown",
|
|
64
|
+
"id": 43
|
|
65
|
+
},
|
|
66
|
+
"EQUIPMENTSLOTENUM": {
|
|
67
|
+
"description": "equipment slots",
|
|
68
|
+
"id": 38
|
|
69
|
+
},
|
|
70
|
+
"FAMILYARG": {
|
|
71
|
+
"description": "unknown",
|
|
72
|
+
"id": 31
|
|
73
|
+
},
|
|
74
|
+
"FLOAT": {
|
|
75
|
+
"description": "unknown",
|
|
76
|
+
"id": 2
|
|
77
|
+
},
|
|
78
|
+
"FULLINTEGERRANGE": {
|
|
79
|
+
"description": "integer range",
|
|
80
|
+
"id": 23
|
|
81
|
+
},
|
|
82
|
+
"HASITEMARG": {
|
|
83
|
+
"description": "unknown",
|
|
84
|
+
"id": 35
|
|
85
|
+
},
|
|
86
|
+
"HASITEMARGS": {
|
|
87
|
+
"description": "unknown",
|
|
88
|
+
"id": 36
|
|
89
|
+
},
|
|
90
|
+
"HASITEMELEMENT": {
|
|
91
|
+
"description": "unknown",
|
|
92
|
+
"id": 33
|
|
93
|
+
},
|
|
94
|
+
"HASITEMELEMENTS": {
|
|
95
|
+
"description": "unknown",
|
|
96
|
+
"id": 34
|
|
97
|
+
},
|
|
98
|
+
"HASITEMSELECTOR": {
|
|
99
|
+
"description": "unknown",
|
|
100
|
+
"id": 37
|
|
101
|
+
},
|
|
102
|
+
"ID": {
|
|
103
|
+
"description": "string",
|
|
104
|
+
"id": 39
|
|
105
|
+
},
|
|
106
|
+
"IDCONT": {
|
|
107
|
+
"description": "unknown",
|
|
108
|
+
"id": 40
|
|
109
|
+
},
|
|
110
|
+
"INT": {
|
|
111
|
+
"description": "int",
|
|
112
|
+
"id": 1
|
|
113
|
+
},
|
|
114
|
+
"INTEGERRANGE": {
|
|
115
|
+
"description": "unknown",
|
|
116
|
+
"id": 22
|
|
117
|
+
},
|
|
118
|
+
"INTEGERRANGEPOSTVAL": {
|
|
119
|
+
"description": "unknown",
|
|
120
|
+
"id": 21
|
|
121
|
+
},
|
|
122
|
+
"INTEGERRANGEVAL": {
|
|
123
|
+
"description": "unknown",
|
|
124
|
+
"id": 20
|
|
125
|
+
},
|
|
126
|
+
"JSON_ARRAY": {
|
|
127
|
+
"description": "unknown",
|
|
128
|
+
"id": 60
|
|
129
|
+
},
|
|
130
|
+
"JSON_ARRAY_CONT": {
|
|
131
|
+
"description": "unknown",
|
|
132
|
+
"id": 62
|
|
133
|
+
},
|
|
134
|
+
"JSON_ARRAY_VALUES": {
|
|
135
|
+
"description": "unknown",
|
|
136
|
+
"id": 61
|
|
137
|
+
},
|
|
138
|
+
"JSON_FIELD": {
|
|
139
|
+
"description": "unknown",
|
|
140
|
+
"id": 56
|
|
141
|
+
},
|
|
142
|
+
"JSON_OBJECT": {
|
|
143
|
+
"description": "json",
|
|
144
|
+
"id": 57
|
|
145
|
+
},
|
|
146
|
+
"JSON_OBJECT_CONT": {
|
|
147
|
+
"description": "unknown",
|
|
148
|
+
"id": 59
|
|
149
|
+
},
|
|
150
|
+
"JSON_OBJECT_FIELDS": {
|
|
151
|
+
"description": "unknown",
|
|
152
|
+
"id": 58
|
|
153
|
+
},
|
|
154
|
+
"JSON_VALUE": {
|
|
155
|
+
"description": "unknown",
|
|
156
|
+
"id": 55
|
|
157
|
+
},
|
|
158
|
+
"MARG": {
|
|
159
|
+
"description": "unknown",
|
|
160
|
+
"id": 27
|
|
161
|
+
},
|
|
162
|
+
"MESSAGE": {
|
|
163
|
+
"description": "unknown",
|
|
164
|
+
"id": 50
|
|
165
|
+
},
|
|
166
|
+
"MESSAGEEXP": {
|
|
167
|
+
"description": "unknown",
|
|
168
|
+
"id": 49
|
|
169
|
+
},
|
|
170
|
+
"MESSAGE_ROOT": {
|
|
171
|
+
"description": "message",
|
|
172
|
+
"id": 51
|
|
173
|
+
},
|
|
174
|
+
"MVALUE": {
|
|
175
|
+
"description": "unknown",
|
|
176
|
+
"id": 28
|
|
177
|
+
},
|
|
178
|
+
"NAMEARG": {
|
|
179
|
+
"description": "unknown",
|
|
180
|
+
"id": 29
|
|
181
|
+
},
|
|
182
|
+
"NONIDSELECTION": {
|
|
183
|
+
"description": "unknown",
|
|
184
|
+
"id": 11
|
|
185
|
+
},
|
|
186
|
+
"OPERATOR": {
|
|
187
|
+
"description": "operator",
|
|
188
|
+
"id": 6
|
|
189
|
+
},
|
|
190
|
+
"PATHCOMMAND": {
|
|
191
|
+
"description": "filepath",
|
|
192
|
+
"id": 17
|
|
193
|
+
},
|
|
194
|
+
"PATHCOMMANDCONT": {
|
|
195
|
+
"description": "unknown",
|
|
196
|
+
"id": 19
|
|
197
|
+
},
|
|
198
|
+
"PATHCOMMANDVAL": {
|
|
199
|
+
"description": "unknown",
|
|
200
|
+
"id": 18
|
|
201
|
+
},
|
|
202
|
+
"POSITION": {
|
|
203
|
+
"description": "x y z",
|
|
204
|
+
"id": 47
|
|
205
|
+
},
|
|
206
|
+
"POSITION_FLOAT": {
|
|
207
|
+
"description": "x y z",
|
|
208
|
+
"id": 48
|
|
209
|
+
},
|
|
210
|
+
"POSTSELECTOR": {
|
|
211
|
+
"description": "unknown",
|
|
212
|
+
"id": 52
|
|
213
|
+
},
|
|
214
|
+
"RAWTEXT": {
|
|
215
|
+
"description": "text",
|
|
216
|
+
"id": 53
|
|
217
|
+
},
|
|
218
|
+
"RAWTEXTCONT": {
|
|
219
|
+
"description": "unknown",
|
|
220
|
+
"id": 54
|
|
221
|
+
},
|
|
222
|
+
"RVAL": {
|
|
223
|
+
"description": "value",
|
|
224
|
+
"id": 4
|
|
225
|
+
},
|
|
226
|
+
"SCORESARG": {
|
|
227
|
+
"description": "unknown",
|
|
228
|
+
"id": 12
|
|
229
|
+
},
|
|
230
|
+
"SCORESARGS": {
|
|
231
|
+
"description": "unknown",
|
|
232
|
+
"id": 13
|
|
233
|
+
},
|
|
234
|
+
"SCORESELECTOR": {
|
|
235
|
+
"description": "unknown",
|
|
236
|
+
"id": 15
|
|
237
|
+
},
|
|
238
|
+
"SCORESELECTPARAM": {
|
|
239
|
+
"description": "unknown",
|
|
240
|
+
"id": 14
|
|
241
|
+
},
|
|
242
|
+
"SELARGS": {
|
|
243
|
+
"description": "unknown",
|
|
244
|
+
"id": 24
|
|
245
|
+
},
|
|
246
|
+
"SELECTION": {
|
|
247
|
+
"description": "target",
|
|
248
|
+
"id": 8
|
|
249
|
+
},
|
|
250
|
+
"SLASHCOMMAND": {
|
|
251
|
+
"description": "command",
|
|
252
|
+
"id": 70
|
|
253
|
+
},
|
|
254
|
+
"STANDALONESELECTION": {
|
|
255
|
+
"description": "unknown",
|
|
256
|
+
"id": 9
|
|
257
|
+
},
|
|
258
|
+
"TAGARG": {
|
|
259
|
+
"description": "unknown",
|
|
260
|
+
"id": 32
|
|
261
|
+
},
|
|
262
|
+
"TAGSELECTOR": {
|
|
263
|
+
"description": "unknown",
|
|
264
|
+
"id": 16
|
|
265
|
+
},
|
|
266
|
+
"TYPEARG": {
|
|
267
|
+
"description": "unknown",
|
|
268
|
+
"id": 30
|
|
269
|
+
},
|
|
270
|
+
"VAL": {
|
|
271
|
+
"description": "float",
|
|
272
|
+
"id": 3
|
|
273
|
+
},
|
|
274
|
+
"WILDCARDINT": {
|
|
275
|
+
"description": "wildcard int",
|
|
276
|
+
"id": 5
|
|
277
|
+
},
|
|
278
|
+
"WILDCARDSELECTION": {
|
|
279
|
+
"description": "target",
|
|
280
|
+
"id": 10
|
|
281
|
+
},
|
|
282
|
+
"eps": {
|
|
283
|
+
"description": "unknown",
|
|
284
|
+
"id": 0
|
|
285
|
+
}
|
|
286
|
+
}
|
|
@@ -112,5 +112,11 @@
|
|
|
112
112
|
"minecraft:goat": 128,
|
|
113
113
|
"minecraft:glow_squid": 129,
|
|
114
114
|
"minecraft:axolotl": 130,
|
|
115
|
+
"minecraft:warden": 131,
|
|
116
|
+
"minecraft:frog": 132,
|
|
117
|
+
"minecraft:tadpole": 133,
|
|
118
|
+
"minecraft:allay": 134,
|
|
119
|
+
"minecraft:trader_llama": 157,
|
|
120
|
+
"minecraft:chest_boat": 218,
|
|
115
121
|
"minecraft:player": 257
|
|
116
122
|
}
|
|
Binary file
|
|
@@ -65,13 +65,20 @@
|
|
|
65
65
|
"block.composter.fill": 267,
|
|
66
66
|
"block.composter.fill_success": 268,
|
|
67
67
|
"block.composter.ready": 269,
|
|
68
|
+
"block.enchanting_table.use": 442,
|
|
68
69
|
"block.end_portal.spawn": 174,
|
|
69
70
|
"block.end_portal_frame.fill": 173,
|
|
70
71
|
"block.fletching_table.use": 187,
|
|
72
|
+
"block.frog_spawn.break": 435,
|
|
73
|
+
"block.frog_spawn.hatch": 433,
|
|
71
74
|
"block.furnace.lit": 283,
|
|
72
75
|
"block.grindstone.use": 257,
|
|
73
76
|
"block.loom.use": 273,
|
|
74
77
|
"block.scaffolding.climb": 244,
|
|
78
|
+
"block.sculk.spread": 379,
|
|
79
|
+
"block.sculk_catalyst.bloom": 365,
|
|
80
|
+
"block.sculk_sensor.place": 381,
|
|
81
|
+
"block.sculk_shrieker.place": 382,
|
|
75
82
|
"block.sculk_shrieker.shriek": 366,
|
|
76
83
|
"block.smithing_table.use": 280,
|
|
77
84
|
"block.smoker.smoke": 278,
|
|
@@ -82,7 +89,6 @@
|
|
|
82
89
|
"block.turtle_egg.break": 224,
|
|
83
90
|
"block.turtle_egg.crack": 225,
|
|
84
91
|
"block.turtle_egg.hatch": 226,
|
|
85
|
-
"bloom.sculk_catalyst": 365,
|
|
86
92
|
"boost": 20,
|
|
87
93
|
"born": 223,
|
|
88
94
|
"bottle.dragonbreath": 176,
|
|
@@ -105,6 +111,9 @@
|
|
|
105
111
|
"bucket.fill.powder_snow": 330,
|
|
106
112
|
"bucket.fill.water": 90,
|
|
107
113
|
"bullet.hit": 64,
|
|
114
|
+
"bundle.drop_contents": 445,
|
|
115
|
+
"bundle.insert": 446,
|
|
116
|
+
"bundle.remove_one": 447,
|
|
108
117
|
"burp": 89,
|
|
109
118
|
"cake.add_candle": 360,
|
|
110
119
|
"camera.take_picture": 135,
|
|
@@ -114,6 +123,7 @@
|
|
|
114
123
|
"cauldron_drip.water.pointed_dripstone": 332,
|
|
115
124
|
"celebrate": 286,
|
|
116
125
|
"charge": 134,
|
|
126
|
+
"charge.sculk": 380,
|
|
117
127
|
"chest.closed": 68,
|
|
118
128
|
"chest.open": 67,
|
|
119
129
|
"chime.amethyst_block": 347,
|
|
@@ -126,6 +136,7 @@
|
|
|
126
136
|
"conduit.short": 237,
|
|
127
137
|
"convert_mooshroom": 284,
|
|
128
138
|
"convert_to_drowned": 211,
|
|
139
|
+
"convert_to_frog": 440,
|
|
129
140
|
"convert_to_stray": 359,
|
|
130
141
|
"converted_to_zombified": 297,
|
|
131
142
|
"copper.wax.off": 340,
|
|
@@ -147,8 +158,10 @@
|
|
|
147
158
|
"default": 186,
|
|
148
159
|
"deny": 77,
|
|
149
160
|
"detach": 76,
|
|
161
|
+
"disappeared": 430,
|
|
150
162
|
"drink": 30,
|
|
151
163
|
"drink.honey": 294,
|
|
164
|
+
"drink.milk": 432,
|
|
152
165
|
"drip.lava.pointed_dripstone": 335,
|
|
153
166
|
"drip.water.pointed_dripstone": 334,
|
|
154
167
|
"drop.slot": 80,
|
|
@@ -182,16 +195,6 @@
|
|
|
182
195
|
"heartbeat": 376,
|
|
183
196
|
"heavy.step": 7,
|
|
184
197
|
"hit": 1,
|
|
185
|
-
"horn_bass0": 413,
|
|
186
|
-
"horn_bass1": 414,
|
|
187
|
-
"horn_bass2": 415,
|
|
188
|
-
"horn_bass3": 416,
|
|
189
|
-
"horn_bass4": 417,
|
|
190
|
-
"horn_bass5": 418,
|
|
191
|
-
"horn_bass6": 419,
|
|
192
|
-
"horn_bass7": 420,
|
|
193
|
-
"horn_bass8": 421,
|
|
194
|
-
"horn_bass9": 422,
|
|
195
198
|
"horn_break": 377,
|
|
196
199
|
"horn_call0": 383,
|
|
197
200
|
"horn_call1": 384,
|
|
@@ -201,28 +204,6 @@
|
|
|
201
204
|
"horn_call5": 388,
|
|
202
205
|
"horn_call6": 389,
|
|
203
206
|
"horn_call7": 390,
|
|
204
|
-
"horn_call8": 391,
|
|
205
|
-
"horn_call9": 392,
|
|
206
|
-
"horn_harmony0": 393,
|
|
207
|
-
"horn_harmony1": 394,
|
|
208
|
-
"horn_harmony2": 395,
|
|
209
|
-
"horn_harmony3": 396,
|
|
210
|
-
"horn_harmony4": 397,
|
|
211
|
-
"horn_harmony5": 398,
|
|
212
|
-
"horn_harmony6": 399,
|
|
213
|
-
"horn_harmony7": 400,
|
|
214
|
-
"horn_harmony8": 401,
|
|
215
|
-
"horn_harmony9": 402,
|
|
216
|
-
"horn_melody0": 403,
|
|
217
|
-
"horn_melody1": 404,
|
|
218
|
-
"horn_melody2": 405,
|
|
219
|
-
"horn_melody3": 406,
|
|
220
|
-
"horn_melody4": 407,
|
|
221
|
-
"horn_melody5": 408,
|
|
222
|
-
"horn_melody6": 409,
|
|
223
|
-
"horn_melody7": 410,
|
|
224
|
-
"horn_melody8": 411,
|
|
225
|
-
"horn_melody9": 412,
|
|
226
207
|
"hurt": 17,
|
|
227
208
|
"hurt.baby": 219,
|
|
228
209
|
"hurt.in.water": 18,
|
|
@@ -249,6 +230,7 @@
|
|
|
249
230
|
"imitate.stray": 163,
|
|
250
231
|
"imitate.vex": 164,
|
|
251
232
|
"imitate.vindication_illager": 165,
|
|
233
|
+
"imitate.warden": 426,
|
|
252
234
|
"imitate.witch": 166,
|
|
253
235
|
"imitate.wither": 167,
|
|
254
236
|
"imitate.wither_skeleton": 168,
|
|
@@ -272,6 +254,9 @@
|
|
|
272
254
|
"item.trident.throw": 183,
|
|
273
255
|
"item.trident.thunder": 184,
|
|
274
256
|
"item.use.on": 0,
|
|
257
|
+
"item_given": 428,
|
|
258
|
+
"item_taken": 429,
|
|
259
|
+
"item_thrown": 438,
|
|
275
260
|
"jump": 4,
|
|
276
261
|
"jump.prevent": 287,
|
|
277
262
|
"jump_to_block": 352,
|
|
@@ -281,10 +266,12 @@
|
|
|
281
266
|
"lava": 88,
|
|
282
267
|
"lava.pop": 87,
|
|
283
268
|
"lay_egg": 227,
|
|
269
|
+
"lay_spawn": 434,
|
|
284
270
|
"leashknot.break": 137,
|
|
285
271
|
"leashknot.place": 136,
|
|
286
272
|
"levelup": 62,
|
|
287
273
|
"listening": 375,
|
|
274
|
+
"listening_angry": 427,
|
|
288
275
|
"lodestone_compass.link_compass_to_lodestone": 315,
|
|
289
276
|
"lt.reaction.bleach": 192,
|
|
290
277
|
"lt.reaction.epaste": 193,
|
|
@@ -342,8 +329,10 @@
|
|
|
342
329
|
"ram_impact": 355,
|
|
343
330
|
"ram_impact.screamer": 356,
|
|
344
331
|
"random.anvil_use": 175,
|
|
332
|
+
"reappeared": 431,
|
|
345
333
|
"record.11": 111,
|
|
346
334
|
"record.13": 101,
|
|
335
|
+
"record.5": 439,
|
|
347
336
|
"record.blocks": 103,
|
|
348
337
|
"record.cat": 102,
|
|
349
338
|
"record.chirp": 104,
|
|
@@ -378,6 +367,8 @@
|
|
|
378
367
|
"sleep": 282,
|
|
379
368
|
"smithing_table.use": 316,
|
|
380
369
|
"sneeze": 241,
|
|
370
|
+
"sonic_boom": 436,
|
|
371
|
+
"sonic_charge": 437,
|
|
381
372
|
"sparkler.active": 210,
|
|
382
373
|
"sparkler.use": 208,
|
|
383
374
|
"spawn": 53,
|
|
Binary file
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"2": "minecraft:birch_boat",
|
|
17
17
|
"3": "minecraft:jungle_boat",
|
|
18
18
|
"4": "minecraft:acacia_boat",
|
|
19
|
-
"5": "minecraft:dark_oak_boat"
|
|
19
|
+
"5": "minecraft:dark_oak_boat",
|
|
20
|
+
"6": "minecraft:mangrove_boat"
|
|
20
21
|
},
|
|
21
22
|
"minecraft:bucket": {
|
|
22
23
|
"1": "minecraft:milk_bucket",
|
|
@@ -36,7 +37,8 @@
|
|
|
36
37
|
"2": "minecraft:birch_chest_boat",
|
|
37
38
|
"3": "minecraft:jungle_chest_boat",
|
|
38
39
|
"4": "minecraft:acacia_chest_boat",
|
|
39
|
-
"5": "minecraft:dark_oak_chest_boat"
|
|
40
|
+
"5": "minecraft:dark_oak_chest_boat",
|
|
41
|
+
"6": "minecraft:mangrove_chest_boat"
|
|
40
42
|
},
|
|
41
43
|
"minecraft:coal": {
|
|
42
44
|
"1": "minecraft:charcoal"
|
|
@@ -94,9 +96,9 @@
|
|
|
94
96
|
"132": "minecraft:frog_spawn_egg",
|
|
95
97
|
"133": "minecraft:tadpole_spawn_egg",
|
|
96
98
|
"134": "minecraft:allay_spawn_egg",
|
|
97
|
-
"135": "minecraft:firefly_spawn_egg",
|
|
98
99
|
"14": "minecraft:wolf_spawn_egg",
|
|
99
100
|
"15": "minecraft:villager_spawn_egg",
|
|
101
|
+
"157": "minecraft:trader_llama_spawn_egg",
|
|
100
102
|
"16": "minecraft:mooshroom_spawn_egg",
|
|
101
103
|
"17": "minecraft:squid_spawn_egg",
|
|
102
104
|
"18": "minecraft:rabbit_spawn_egg",
|
|
@@ -149,6 +151,10 @@
|
|
|
149
151
|
"minecraft:concretepowder": "minecraft:concrete_powder",
|
|
150
152
|
"minecraft:cooked_fish": "minecraft:cooked_cod",
|
|
151
153
|
"minecraft:darkoak_sign": "minecraft:dark_oak_sign",
|
|
154
|
+
"minecraft:double_stone_slab": "minecraft:stone_block_slab",
|
|
155
|
+
"minecraft:double_stone_slab2": "minecraft:stone_block_slab2",
|
|
156
|
+
"minecraft:double_stone_slab3": "minecraft:stone_block_slab3",
|
|
157
|
+
"minecraft:double_stone_slab4": "minecraft:stone_block_slab4",
|
|
152
158
|
"minecraft:emptymap": "minecraft:empty_map",
|
|
153
159
|
"minecraft:fireball": "minecraft:fire_charge",
|
|
154
160
|
"minecraft:fireworks": "minecraft:firework_rocket",
|
|
@@ -185,8 +191,13 @@
|
|
|
185
191
|
"minecraft:netherstar": "minecraft:nether_star",
|
|
186
192
|
"minecraft:pistonarmcollision": "minecraft:piston_arm_collision",
|
|
187
193
|
"minecraft:prismarineshard": "minecraft:prismarine_shard",
|
|
194
|
+
"minecraft:real_double_stone_slab": "minecraft:double_stone_block_slab",
|
|
195
|
+
"minecraft:real_double_stone_slab2": "minecraft:double_stone_block_slab2",
|
|
196
|
+
"minecraft:real_double_stone_slab3": "minecraft:double_stone_block_slab3",
|
|
197
|
+
"minecraft:real_double_stone_slab4": "minecraft:double_stone_block_slab4",
|
|
188
198
|
"minecraft:record_11": "minecraft:music_disc_11",
|
|
189
199
|
"minecraft:record_13": "minecraft:music_disc_13",
|
|
200
|
+
"minecraft:record_5": "minecraft:music_disc_5",
|
|
190
201
|
"minecraft:record_blocks": "minecraft:music_disc_blocks",
|
|
191
202
|
"minecraft:record_cat": "minecraft:music_disc_cat",
|
|
192
203
|
"minecraft:record_chirp": "minecraft:music_disc_chirp",
|
|
@@ -204,10 +215,10 @@
|
|
|
204
215
|
"minecraft:sign": "minecraft:oak_sign",
|
|
205
216
|
"minecraft:speckled_melon": "minecraft:glistering_melon_slice",
|
|
206
217
|
"minecraft:stickypistonarmcollision": "minecraft:sticky_piston_arm_collision",
|
|
207
|
-
"minecraft:stone_slab": "minecraft:
|
|
208
|
-
"minecraft:stone_slab2": "minecraft:
|
|
209
|
-
"minecraft:stone_slab3": "minecraft:
|
|
210
|
-
"minecraft:stone_slab4": "minecraft:
|
|
218
|
+
"minecraft:stone_slab": "minecraft:stone_block_slab",
|
|
219
|
+
"minecraft:stone_slab2": "minecraft:stone_block_slab2",
|
|
220
|
+
"minecraft:stone_slab3": "minecraft:stone_block_slab3",
|
|
221
|
+
"minecraft:stone_slab4": "minecraft:stone_block_slab4",
|
|
211
222
|
"minecraft:totem": "minecraft:totem_of_undying",
|
|
212
223
|
"minecraft:turtle_shell_piece": "minecraft:scute"
|
|
213
224
|
}
|