bc-minecraft-bedrock-vanilla-data 1.19.71-1 → 1.19.73-3
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/lib/src/Lib/Edu/BehaviorPack/blocks.js +127 -156
- package/lib/src/Lib/Edu/BehaviorPack/blocks.js.map +1 -1
- package/lib/src/Lib/Edu/ResourcePack/textures.js +9 -0
- package/lib/src/Lib/Edu/ResourcePack/textures.js.map +1 -1
- package/lib/src/Lib/General/blocks.d.ts +1 -2
- package/lib/src/Lib/General/blocks.js +458 -1178
- package/lib/src/Lib/General/blocks.js.map +1 -1
- package/lib/src/Lib/General/entities.js +6 -0
- package/lib/src/Lib/General/entities.js.map +1 -1
- package/lib/src/Lib/General/format.d.ts +3 -3
- package/lib/src/Lib/Types/BehaviorPack/Block.d.ts +1 -29
- package/lib/src/Lib/Types/BehaviorPack/Block.js +2 -21
- package/lib/src/Lib/Types/BehaviorPack/Block.js.map +1 -1
- package/lib/src/Lib/Types/BehaviorPack/BlockState.d.ts +30 -0
- package/lib/src/Lib/Types/BehaviorPack/BlockState.js +47 -0
- package/lib/src/Lib/Types/BehaviorPack/BlockState.js.map +1 -0
- package/lib/src/Lib/Types/BehaviorPack/index.d.ts +1 -0
- package/lib/src/Lib/Types/BehaviorPack/index.js +1 -0
- package/lib/src/Lib/Types/BehaviorPack/index.js.map +1 -1
- package/lib/src/Lib/Vanilla/BehaviorPack/blocks.js +2086 -7982
- package/lib/src/Lib/Vanilla/BehaviorPack/blocks.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/animation_controllers.js +1 -0
- package/lib/src/Lib/Vanilla/ResourcePack/animation_controllers.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/animations.js +3 -0
- package/lib/src/Lib/Vanilla/ResourcePack/animations.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/entities.js +10 -2
- package/lib/src/Lib/Vanilla/ResourcePack/entities.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/materials.js +9 -0
- package/lib/src/Lib/Vanilla/ResourcePack/materials.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/render_controllers.js +1 -0
- package/lib/src/Lib/Vanilla/ResourcePack/render_controllers.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/sounds.js +0 -2
- package/lib/src/Lib/Vanilla/ResourcePack/sounds.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/textures.js +9 -0
- package/lib/src/Lib/Vanilla/ResourcePack/textures.js.map +1 -1
- package/lib/src/Lib/Vanilla/sources.js +0 -2
- package/lib/src/Lib/Vanilla/sources.js.map +1 -1
- package/lib/src/main.d.ts +5 -1
- package/lib/src/main.js +8 -1
- package/lib/src/main.js.map +1 -1
- package/package.json +1 -2
|
@@ -5,532 +5,503 @@ exports.Blocks = void 0;
|
|
|
5
5
|
exports.Blocks = [
|
|
6
6
|
{
|
|
7
7
|
"id": "minecraft:camera",
|
|
8
|
-
"
|
|
8
|
+
"properties": []
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"id": "minecraft:chemical_heat",
|
|
12
|
-
"
|
|
12
|
+
"properties": []
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"id": "minecraft:chemistry_table",
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"compound_creator",
|
|
20
|
-
"material_reducer",
|
|
21
|
-
"element_constructor",
|
|
22
|
-
"lab_table"
|
|
23
|
-
],
|
|
24
|
-
"name": "chemistry_table_type",
|
|
25
|
-
"type": "string"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"values": [
|
|
29
|
-
"0",
|
|
30
|
-
"1",
|
|
31
|
-
"2",
|
|
32
|
-
"3"
|
|
33
|
-
],
|
|
34
|
-
"name": "direction",
|
|
35
|
-
"type": "int"
|
|
36
|
-
}
|
|
16
|
+
"properties": [
|
|
17
|
+
"chemistry_table_type",
|
|
18
|
+
"direction"
|
|
37
19
|
]
|
|
38
20
|
},
|
|
39
21
|
{
|
|
40
22
|
"id": "minecraft:element_0",
|
|
41
|
-
"
|
|
23
|
+
"properties": []
|
|
42
24
|
},
|
|
43
25
|
{
|
|
44
26
|
"id": "minecraft:element_1",
|
|
45
|
-
"
|
|
27
|
+
"properties": []
|
|
46
28
|
},
|
|
47
29
|
{
|
|
48
30
|
"id": "minecraft:element_10",
|
|
49
|
-
"
|
|
31
|
+
"properties": []
|
|
50
32
|
},
|
|
51
33
|
{
|
|
52
34
|
"id": "minecraft:element_100",
|
|
53
|
-
"
|
|
35
|
+
"properties": []
|
|
54
36
|
},
|
|
55
37
|
{
|
|
56
38
|
"id": "minecraft:element_101",
|
|
57
|
-
"
|
|
39
|
+
"properties": []
|
|
58
40
|
},
|
|
59
41
|
{
|
|
60
42
|
"id": "minecraft:element_102",
|
|
61
|
-
"
|
|
43
|
+
"properties": []
|
|
62
44
|
},
|
|
63
45
|
{
|
|
64
46
|
"id": "minecraft:element_103",
|
|
65
|
-
"
|
|
47
|
+
"properties": []
|
|
66
48
|
},
|
|
67
49
|
{
|
|
68
50
|
"id": "minecraft:element_104",
|
|
69
|
-
"
|
|
51
|
+
"properties": []
|
|
70
52
|
},
|
|
71
53
|
{
|
|
72
54
|
"id": "minecraft:element_105",
|
|
73
|
-
"
|
|
55
|
+
"properties": []
|
|
74
56
|
},
|
|
75
57
|
{
|
|
76
58
|
"id": "minecraft:element_106",
|
|
77
|
-
"
|
|
59
|
+
"properties": []
|
|
78
60
|
},
|
|
79
61
|
{
|
|
80
62
|
"id": "minecraft:element_107",
|
|
81
|
-
"
|
|
63
|
+
"properties": []
|
|
82
64
|
},
|
|
83
65
|
{
|
|
84
66
|
"id": "minecraft:element_108",
|
|
85
|
-
"
|
|
67
|
+
"properties": []
|
|
86
68
|
},
|
|
87
69
|
{
|
|
88
70
|
"id": "minecraft:element_109",
|
|
89
|
-
"
|
|
71
|
+
"properties": []
|
|
90
72
|
},
|
|
91
73
|
{
|
|
92
74
|
"id": "minecraft:element_11",
|
|
93
|
-
"
|
|
75
|
+
"properties": []
|
|
94
76
|
},
|
|
95
77
|
{
|
|
96
78
|
"id": "minecraft:element_110",
|
|
97
|
-
"
|
|
79
|
+
"properties": []
|
|
98
80
|
},
|
|
99
81
|
{
|
|
100
82
|
"id": "minecraft:element_111",
|
|
101
|
-
"
|
|
83
|
+
"properties": []
|
|
102
84
|
},
|
|
103
85
|
{
|
|
104
86
|
"id": "minecraft:element_112",
|
|
105
|
-
"
|
|
87
|
+
"properties": []
|
|
106
88
|
},
|
|
107
89
|
{
|
|
108
90
|
"id": "minecraft:element_113",
|
|
109
|
-
"
|
|
91
|
+
"properties": []
|
|
110
92
|
},
|
|
111
93
|
{
|
|
112
94
|
"id": "minecraft:element_114",
|
|
113
|
-
"
|
|
95
|
+
"properties": []
|
|
114
96
|
},
|
|
115
97
|
{
|
|
116
98
|
"id": "minecraft:element_115",
|
|
117
|
-
"
|
|
99
|
+
"properties": []
|
|
118
100
|
},
|
|
119
101
|
{
|
|
120
102
|
"id": "minecraft:element_116",
|
|
121
|
-
"
|
|
103
|
+
"properties": []
|
|
122
104
|
},
|
|
123
105
|
{
|
|
124
106
|
"id": "minecraft:element_117",
|
|
125
|
-
"
|
|
107
|
+
"properties": []
|
|
126
108
|
},
|
|
127
109
|
{
|
|
128
110
|
"id": "minecraft:element_118",
|
|
129
|
-
"
|
|
111
|
+
"properties": []
|
|
130
112
|
},
|
|
131
113
|
{
|
|
132
114
|
"id": "minecraft:element_12",
|
|
133
|
-
"
|
|
115
|
+
"properties": []
|
|
134
116
|
},
|
|
135
117
|
{
|
|
136
118
|
"id": "minecraft:element_13",
|
|
137
|
-
"
|
|
119
|
+
"properties": []
|
|
138
120
|
},
|
|
139
121
|
{
|
|
140
122
|
"id": "minecraft:element_14",
|
|
141
|
-
"
|
|
123
|
+
"properties": []
|
|
142
124
|
},
|
|
143
125
|
{
|
|
144
126
|
"id": "minecraft:element_15",
|
|
145
|
-
"
|
|
127
|
+
"properties": []
|
|
146
128
|
},
|
|
147
129
|
{
|
|
148
130
|
"id": "minecraft:element_16",
|
|
149
|
-
"
|
|
131
|
+
"properties": []
|
|
150
132
|
},
|
|
151
133
|
{
|
|
152
134
|
"id": "minecraft:element_17",
|
|
153
|
-
"
|
|
135
|
+
"properties": []
|
|
154
136
|
},
|
|
155
137
|
{
|
|
156
138
|
"id": "minecraft:element_18",
|
|
157
|
-
"
|
|
139
|
+
"properties": []
|
|
158
140
|
},
|
|
159
141
|
{
|
|
160
142
|
"id": "minecraft:element_19",
|
|
161
|
-
"
|
|
143
|
+
"properties": []
|
|
162
144
|
},
|
|
163
145
|
{
|
|
164
146
|
"id": "minecraft:element_2",
|
|
165
|
-
"
|
|
147
|
+
"properties": []
|
|
166
148
|
},
|
|
167
149
|
{
|
|
168
150
|
"id": "minecraft:element_20",
|
|
169
|
-
"
|
|
151
|
+
"properties": []
|
|
170
152
|
},
|
|
171
153
|
{
|
|
172
154
|
"id": "minecraft:element_21",
|
|
173
|
-
"
|
|
155
|
+
"properties": []
|
|
174
156
|
},
|
|
175
157
|
{
|
|
176
158
|
"id": "minecraft:element_22",
|
|
177
|
-
"
|
|
159
|
+
"properties": []
|
|
178
160
|
},
|
|
179
161
|
{
|
|
180
162
|
"id": "minecraft:element_23",
|
|
181
|
-
"
|
|
163
|
+
"properties": []
|
|
182
164
|
},
|
|
183
165
|
{
|
|
184
166
|
"id": "minecraft:element_24",
|
|
185
|
-
"
|
|
167
|
+
"properties": []
|
|
186
168
|
},
|
|
187
169
|
{
|
|
188
170
|
"id": "minecraft:element_25",
|
|
189
|
-
"
|
|
171
|
+
"properties": []
|
|
190
172
|
},
|
|
191
173
|
{
|
|
192
174
|
"id": "minecraft:element_26",
|
|
193
|
-
"
|
|
175
|
+
"properties": []
|
|
194
176
|
},
|
|
195
177
|
{
|
|
196
178
|
"id": "minecraft:element_27",
|
|
197
|
-
"
|
|
179
|
+
"properties": []
|
|
198
180
|
},
|
|
199
181
|
{
|
|
200
182
|
"id": "minecraft:element_28",
|
|
201
|
-
"
|
|
183
|
+
"properties": []
|
|
202
184
|
},
|
|
203
185
|
{
|
|
204
186
|
"id": "minecraft:element_29",
|
|
205
|
-
"
|
|
187
|
+
"properties": []
|
|
206
188
|
},
|
|
207
189
|
{
|
|
208
190
|
"id": "minecraft:element_3",
|
|
209
|
-
"
|
|
191
|
+
"properties": []
|
|
210
192
|
},
|
|
211
193
|
{
|
|
212
194
|
"id": "minecraft:element_30",
|
|
213
|
-
"
|
|
195
|
+
"properties": []
|
|
214
196
|
},
|
|
215
197
|
{
|
|
216
198
|
"id": "minecraft:element_31",
|
|
217
|
-
"
|
|
199
|
+
"properties": []
|
|
218
200
|
},
|
|
219
201
|
{
|
|
220
202
|
"id": "minecraft:element_32",
|
|
221
|
-
"
|
|
203
|
+
"properties": []
|
|
222
204
|
},
|
|
223
205
|
{
|
|
224
206
|
"id": "minecraft:element_33",
|
|
225
|
-
"
|
|
207
|
+
"properties": []
|
|
226
208
|
},
|
|
227
209
|
{
|
|
228
210
|
"id": "minecraft:element_34",
|
|
229
|
-
"
|
|
211
|
+
"properties": []
|
|
230
212
|
},
|
|
231
213
|
{
|
|
232
214
|
"id": "minecraft:element_35",
|
|
233
|
-
"
|
|
215
|
+
"properties": []
|
|
234
216
|
},
|
|
235
217
|
{
|
|
236
218
|
"id": "minecraft:element_36",
|
|
237
|
-
"
|
|
219
|
+
"properties": []
|
|
238
220
|
},
|
|
239
221
|
{
|
|
240
222
|
"id": "minecraft:element_37",
|
|
241
|
-
"
|
|
223
|
+
"properties": []
|
|
242
224
|
},
|
|
243
225
|
{
|
|
244
226
|
"id": "minecraft:element_38",
|
|
245
|
-
"
|
|
227
|
+
"properties": []
|
|
246
228
|
},
|
|
247
229
|
{
|
|
248
230
|
"id": "minecraft:element_39",
|
|
249
|
-
"
|
|
231
|
+
"properties": []
|
|
250
232
|
},
|
|
251
233
|
{
|
|
252
234
|
"id": "minecraft:element_4",
|
|
253
|
-
"
|
|
235
|
+
"properties": []
|
|
254
236
|
},
|
|
255
237
|
{
|
|
256
238
|
"id": "minecraft:element_40",
|
|
257
|
-
"
|
|
239
|
+
"properties": []
|
|
258
240
|
},
|
|
259
241
|
{
|
|
260
242
|
"id": "minecraft:element_41",
|
|
261
|
-
"
|
|
243
|
+
"properties": []
|
|
262
244
|
},
|
|
263
245
|
{
|
|
264
246
|
"id": "minecraft:element_42",
|
|
265
|
-
"
|
|
247
|
+
"properties": []
|
|
266
248
|
},
|
|
267
249
|
{
|
|
268
250
|
"id": "minecraft:element_43",
|
|
269
|
-
"
|
|
251
|
+
"properties": []
|
|
270
252
|
},
|
|
271
253
|
{
|
|
272
254
|
"id": "minecraft:element_44",
|
|
273
|
-
"
|
|
255
|
+
"properties": []
|
|
274
256
|
},
|
|
275
257
|
{
|
|
276
258
|
"id": "minecraft:element_45",
|
|
277
|
-
"
|
|
259
|
+
"properties": []
|
|
278
260
|
},
|
|
279
261
|
{
|
|
280
262
|
"id": "minecraft:element_46",
|
|
281
|
-
"
|
|
263
|
+
"properties": []
|
|
282
264
|
},
|
|
283
265
|
{
|
|
284
266
|
"id": "minecraft:element_47",
|
|
285
|
-
"
|
|
267
|
+
"properties": []
|
|
286
268
|
},
|
|
287
269
|
{
|
|
288
270
|
"id": "minecraft:element_48",
|
|
289
|
-
"
|
|
271
|
+
"properties": []
|
|
290
272
|
},
|
|
291
273
|
{
|
|
292
274
|
"id": "minecraft:element_49",
|
|
293
|
-
"
|
|
275
|
+
"properties": []
|
|
294
276
|
},
|
|
295
277
|
{
|
|
296
278
|
"id": "minecraft:element_5",
|
|
297
|
-
"
|
|
279
|
+
"properties": []
|
|
298
280
|
},
|
|
299
281
|
{
|
|
300
282
|
"id": "minecraft:element_50",
|
|
301
|
-
"
|
|
283
|
+
"properties": []
|
|
302
284
|
},
|
|
303
285
|
{
|
|
304
286
|
"id": "minecraft:element_51",
|
|
305
|
-
"
|
|
287
|
+
"properties": []
|
|
306
288
|
},
|
|
307
289
|
{
|
|
308
290
|
"id": "minecraft:element_52",
|
|
309
|
-
"
|
|
291
|
+
"properties": []
|
|
310
292
|
},
|
|
311
293
|
{
|
|
312
294
|
"id": "minecraft:element_53",
|
|
313
|
-
"
|
|
295
|
+
"properties": []
|
|
314
296
|
},
|
|
315
297
|
{
|
|
316
298
|
"id": "minecraft:element_54",
|
|
317
|
-
"
|
|
299
|
+
"properties": []
|
|
318
300
|
},
|
|
319
301
|
{
|
|
320
302
|
"id": "minecraft:element_55",
|
|
321
|
-
"
|
|
303
|
+
"properties": []
|
|
322
304
|
},
|
|
323
305
|
{
|
|
324
306
|
"id": "minecraft:element_56",
|
|
325
|
-
"
|
|
307
|
+
"properties": []
|
|
326
308
|
},
|
|
327
309
|
{
|
|
328
310
|
"id": "minecraft:element_57",
|
|
329
|
-
"
|
|
311
|
+
"properties": []
|
|
330
312
|
},
|
|
331
313
|
{
|
|
332
314
|
"id": "minecraft:element_58",
|
|
333
|
-
"
|
|
315
|
+
"properties": []
|
|
334
316
|
},
|
|
335
317
|
{
|
|
336
318
|
"id": "minecraft:element_59",
|
|
337
|
-
"
|
|
319
|
+
"properties": []
|
|
338
320
|
},
|
|
339
321
|
{
|
|
340
322
|
"id": "minecraft:element_6",
|
|
341
|
-
"
|
|
323
|
+
"properties": []
|
|
342
324
|
},
|
|
343
325
|
{
|
|
344
326
|
"id": "minecraft:element_60",
|
|
345
|
-
"
|
|
327
|
+
"properties": []
|
|
346
328
|
},
|
|
347
329
|
{
|
|
348
330
|
"id": "minecraft:element_61",
|
|
349
|
-
"
|
|
331
|
+
"properties": []
|
|
350
332
|
},
|
|
351
333
|
{
|
|
352
334
|
"id": "minecraft:element_62",
|
|
353
|
-
"
|
|
335
|
+
"properties": []
|
|
354
336
|
},
|
|
355
337
|
{
|
|
356
338
|
"id": "minecraft:element_63",
|
|
357
|
-
"
|
|
339
|
+
"properties": []
|
|
358
340
|
},
|
|
359
341
|
{
|
|
360
342
|
"id": "minecraft:element_64",
|
|
361
|
-
"
|
|
343
|
+
"properties": []
|
|
362
344
|
},
|
|
363
345
|
{
|
|
364
346
|
"id": "minecraft:element_65",
|
|
365
|
-
"
|
|
347
|
+
"properties": []
|
|
366
348
|
},
|
|
367
349
|
{
|
|
368
350
|
"id": "minecraft:element_66",
|
|
369
|
-
"
|
|
351
|
+
"properties": []
|
|
370
352
|
},
|
|
371
353
|
{
|
|
372
354
|
"id": "minecraft:element_67",
|
|
373
|
-
"
|
|
355
|
+
"properties": []
|
|
374
356
|
},
|
|
375
357
|
{
|
|
376
358
|
"id": "minecraft:element_68",
|
|
377
|
-
"
|
|
359
|
+
"properties": []
|
|
378
360
|
},
|
|
379
361
|
{
|
|
380
362
|
"id": "minecraft:element_69",
|
|
381
|
-
"
|
|
363
|
+
"properties": []
|
|
382
364
|
},
|
|
383
365
|
{
|
|
384
366
|
"id": "minecraft:element_7",
|
|
385
|
-
"
|
|
367
|
+
"properties": []
|
|
386
368
|
},
|
|
387
369
|
{
|
|
388
370
|
"id": "minecraft:element_70",
|
|
389
|
-
"
|
|
371
|
+
"properties": []
|
|
390
372
|
},
|
|
391
373
|
{
|
|
392
374
|
"id": "minecraft:element_71",
|
|
393
|
-
"
|
|
375
|
+
"properties": []
|
|
394
376
|
},
|
|
395
377
|
{
|
|
396
378
|
"id": "minecraft:element_72",
|
|
397
|
-
"
|
|
379
|
+
"properties": []
|
|
398
380
|
},
|
|
399
381
|
{
|
|
400
382
|
"id": "minecraft:element_73",
|
|
401
|
-
"
|
|
383
|
+
"properties": []
|
|
402
384
|
},
|
|
403
385
|
{
|
|
404
386
|
"id": "minecraft:element_74",
|
|
405
|
-
"
|
|
387
|
+
"properties": []
|
|
406
388
|
},
|
|
407
389
|
{
|
|
408
390
|
"id": "minecraft:element_75",
|
|
409
|
-
"
|
|
391
|
+
"properties": []
|
|
410
392
|
},
|
|
411
393
|
{
|
|
412
394
|
"id": "minecraft:element_76",
|
|
413
|
-
"
|
|
395
|
+
"properties": []
|
|
414
396
|
},
|
|
415
397
|
{
|
|
416
398
|
"id": "minecraft:element_77",
|
|
417
|
-
"
|
|
399
|
+
"properties": []
|
|
418
400
|
},
|
|
419
401
|
{
|
|
420
402
|
"id": "minecraft:element_78",
|
|
421
|
-
"
|
|
403
|
+
"properties": []
|
|
422
404
|
},
|
|
423
405
|
{
|
|
424
406
|
"id": "minecraft:element_79",
|
|
425
|
-
"
|
|
407
|
+
"properties": []
|
|
426
408
|
},
|
|
427
409
|
{
|
|
428
410
|
"id": "minecraft:element_8",
|
|
429
|
-
"
|
|
411
|
+
"properties": []
|
|
430
412
|
},
|
|
431
413
|
{
|
|
432
414
|
"id": "minecraft:element_80",
|
|
433
|
-
"
|
|
415
|
+
"properties": []
|
|
434
416
|
},
|
|
435
417
|
{
|
|
436
418
|
"id": "minecraft:element_81",
|
|
437
|
-
"
|
|
419
|
+
"properties": []
|
|
438
420
|
},
|
|
439
421
|
{
|
|
440
422
|
"id": "minecraft:element_82",
|
|
441
|
-
"
|
|
423
|
+
"properties": []
|
|
442
424
|
},
|
|
443
425
|
{
|
|
444
426
|
"id": "minecraft:element_83",
|
|
445
|
-
"
|
|
427
|
+
"properties": []
|
|
446
428
|
},
|
|
447
429
|
{
|
|
448
430
|
"id": "minecraft:element_84",
|
|
449
|
-
"
|
|
431
|
+
"properties": []
|
|
450
432
|
},
|
|
451
433
|
{
|
|
452
434
|
"id": "minecraft:element_85",
|
|
453
|
-
"
|
|
435
|
+
"properties": []
|
|
454
436
|
},
|
|
455
437
|
{
|
|
456
438
|
"id": "minecraft:element_86",
|
|
457
|
-
"
|
|
439
|
+
"properties": []
|
|
458
440
|
},
|
|
459
441
|
{
|
|
460
442
|
"id": "minecraft:element_87",
|
|
461
|
-
"
|
|
443
|
+
"properties": []
|
|
462
444
|
},
|
|
463
445
|
{
|
|
464
446
|
"id": "minecraft:element_88",
|
|
465
|
-
"
|
|
447
|
+
"properties": []
|
|
466
448
|
},
|
|
467
449
|
{
|
|
468
450
|
"id": "minecraft:element_89",
|
|
469
|
-
"
|
|
451
|
+
"properties": []
|
|
470
452
|
},
|
|
471
453
|
{
|
|
472
454
|
"id": "minecraft:element_9",
|
|
473
|
-
"
|
|
455
|
+
"properties": []
|
|
474
456
|
},
|
|
475
457
|
{
|
|
476
458
|
"id": "minecraft:element_90",
|
|
477
|
-
"
|
|
459
|
+
"properties": []
|
|
478
460
|
},
|
|
479
461
|
{
|
|
480
462
|
"id": "minecraft:element_91",
|
|
481
|
-
"
|
|
463
|
+
"properties": []
|
|
482
464
|
},
|
|
483
465
|
{
|
|
484
466
|
"id": "minecraft:element_92",
|
|
485
|
-
"
|
|
467
|
+
"properties": []
|
|
486
468
|
},
|
|
487
469
|
{
|
|
488
470
|
"id": "minecraft:element_93",
|
|
489
|
-
"
|
|
471
|
+
"properties": []
|
|
490
472
|
},
|
|
491
473
|
{
|
|
492
474
|
"id": "minecraft:element_94",
|
|
493
|
-
"
|
|
475
|
+
"properties": []
|
|
494
476
|
},
|
|
495
477
|
{
|
|
496
478
|
"id": "minecraft:element_95",
|
|
497
|
-
"
|
|
479
|
+
"properties": []
|
|
498
480
|
},
|
|
499
481
|
{
|
|
500
482
|
"id": "minecraft:element_96",
|
|
501
|
-
"
|
|
483
|
+
"properties": []
|
|
502
484
|
},
|
|
503
485
|
{
|
|
504
486
|
"id": "minecraft:element_97",
|
|
505
|
-
"
|
|
487
|
+
"properties": []
|
|
506
488
|
},
|
|
507
489
|
{
|
|
508
490
|
"id": "minecraft:element_98",
|
|
509
|
-
"
|
|
491
|
+
"properties": []
|
|
510
492
|
},
|
|
511
493
|
{
|
|
512
494
|
"id": "minecraft:element_99",
|
|
513
|
-
"
|
|
495
|
+
"properties": []
|
|
514
496
|
},
|
|
515
497
|
{
|
|
516
498
|
"id": "minecraft:underwater_tnt",
|
|
517
|
-
"
|
|
499
|
+
"properties": []
|
|
518
500
|
},
|
|
519
501
|
{
|
|
520
502
|
"id": "minecraft:underwater_torch",
|
|
521
|
-
"
|
|
522
|
-
|
|
523
|
-
"values": [
|
|
524
|
-
"unknown",
|
|
525
|
-
"west",
|
|
526
|
-
"east",
|
|
527
|
-
"north",
|
|
528
|
-
"south",
|
|
529
|
-
"top"
|
|
530
|
-
],
|
|
531
|
-
"name": "torch_facing_direction",
|
|
532
|
-
"type": "string"
|
|
533
|
-
}
|
|
503
|
+
"properties": [
|
|
504
|
+
"torch_facing_direction"
|
|
534
505
|
]
|
|
535
506
|
}
|
|
536
507
|
];
|