bc-minecraft-bedrock-vanilla-data 1.21.1-2 → 1.21.1-4
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/Vanilla/BehaviorPack/blocks.js +1482 -227
- package/lib/src/Lib/Vanilla/BehaviorPack/blocks.js.map +1 -1
- package/lib/src/Lib/Vanilla/BehaviorPack/entities.js +2 -0
- package/lib/src/Lib/Vanilla/BehaviorPack/entities.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/sounds.js +6 -0
- package/lib/src/Lib/Vanilla/ResourcePack/sounds.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/textures.js +13 -1
- package/lib/src/Lib/Vanilla/ResourcePack/textures.js.map +1 -1
- package/lib/src/Lib/Vanilla/sources.js +16 -1
- package/lib/src/Lib/Vanilla/sources.js.map +1 -1
- package/lib/src/Lib/versions.js +2 -1
- package/lib/src/Lib/versions.js.map +1 -1
- package/package.json +3 -3
|
@@ -19,6 +19,12 @@ exports.Blocks = [
|
|
|
19
19
|
"upper_block_bit"
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"id": "minecraft:acacia_double_slab",
|
|
24
|
+
"properties": [
|
|
25
|
+
"minecraft:vertical_half"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
22
28
|
{
|
|
23
29
|
"id": "minecraft:acacia_fence",
|
|
24
30
|
"properties": []
|
|
@@ -40,18 +46,41 @@ exports.Blocks = [
|
|
|
40
46
|
"hanging"
|
|
41
47
|
]
|
|
42
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"id": "minecraft:acacia_leaves",
|
|
51
|
+
"properties": [
|
|
52
|
+
"persistent_bit",
|
|
53
|
+
"update_bit"
|
|
54
|
+
]
|
|
55
|
+
},
|
|
43
56
|
{
|
|
44
57
|
"id": "minecraft:acacia_log",
|
|
45
58
|
"properties": [
|
|
46
59
|
"pillar_axis"
|
|
47
60
|
]
|
|
48
61
|
},
|
|
62
|
+
{
|
|
63
|
+
"id": "minecraft:acacia_planks",
|
|
64
|
+
"properties": []
|
|
65
|
+
},
|
|
49
66
|
{
|
|
50
67
|
"id": "minecraft:acacia_pressure_plate",
|
|
51
68
|
"properties": [
|
|
52
69
|
"redstone_signal"
|
|
53
70
|
]
|
|
54
71
|
},
|
|
72
|
+
{
|
|
73
|
+
"id": "minecraft:acacia_sapling",
|
|
74
|
+
"properties": [
|
|
75
|
+
"age_bit"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": "minecraft:acacia_slab",
|
|
80
|
+
"properties": [
|
|
81
|
+
"minecraft:vertical_half"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
55
84
|
{
|
|
56
85
|
"id": "minecraft:acacia_stairs",
|
|
57
86
|
"properties": [
|
|
@@ -79,6 +108,12 @@ exports.Blocks = [
|
|
|
79
108
|
"facing_direction"
|
|
80
109
|
]
|
|
81
110
|
},
|
|
111
|
+
{
|
|
112
|
+
"id": "minecraft:acacia_wood",
|
|
113
|
+
"properties": [
|
|
114
|
+
"pillar_axis"
|
|
115
|
+
]
|
|
116
|
+
},
|
|
82
117
|
{
|
|
83
118
|
"id": "minecraft:activator_rail",
|
|
84
119
|
"properties": [
|
|
@@ -90,6 +125,10 @@ exports.Blocks = [
|
|
|
90
125
|
"id": "minecraft:air",
|
|
91
126
|
"properties": []
|
|
92
127
|
},
|
|
128
|
+
{
|
|
129
|
+
"id": "minecraft:allium",
|
|
130
|
+
"properties": []
|
|
131
|
+
},
|
|
93
132
|
{
|
|
94
133
|
"id": "minecraft:allow",
|
|
95
134
|
"properties": []
|
|
@@ -101,13 +140,17 @@ exports.Blocks = [
|
|
|
101
140
|
{
|
|
102
141
|
"id": "minecraft:amethyst_cluster",
|
|
103
142
|
"properties": [
|
|
104
|
-
"
|
|
143
|
+
"minecraft:block_face"
|
|
105
144
|
]
|
|
106
145
|
},
|
|
107
146
|
{
|
|
108
147
|
"id": "minecraft:ancient_debris",
|
|
109
148
|
"properties": []
|
|
110
149
|
},
|
|
150
|
+
{
|
|
151
|
+
"id": "minecraft:andesite",
|
|
152
|
+
"properties": []
|
|
153
|
+
},
|
|
111
154
|
{
|
|
112
155
|
"id": "minecraft:andesite_stairs",
|
|
113
156
|
"properties": [
|
|
@@ -119,7 +162,7 @@ exports.Blocks = [
|
|
|
119
162
|
"id": "minecraft:anvil",
|
|
120
163
|
"properties": [
|
|
121
164
|
"damage",
|
|
122
|
-
"
|
|
165
|
+
"minecraft:cardinal_direction"
|
|
123
166
|
]
|
|
124
167
|
},
|
|
125
168
|
{
|
|
@@ -140,6 +183,10 @@ exports.Blocks = [
|
|
|
140
183
|
"update_bit"
|
|
141
184
|
]
|
|
142
185
|
},
|
|
186
|
+
{
|
|
187
|
+
"id": "minecraft:azure_bluet",
|
|
188
|
+
"properties": []
|
|
189
|
+
},
|
|
143
190
|
{
|
|
144
191
|
"id": "minecraft:bamboo",
|
|
145
192
|
"properties": [
|
|
@@ -173,7 +220,7 @@ exports.Blocks = [
|
|
|
173
220
|
{
|
|
174
221
|
"id": "minecraft:bamboo_double_slab",
|
|
175
222
|
"properties": [
|
|
176
|
-
"
|
|
223
|
+
"minecraft:vertical_half"
|
|
177
224
|
]
|
|
178
225
|
},
|
|
179
226
|
{
|
|
@@ -204,13 +251,13 @@ exports.Blocks = [
|
|
|
204
251
|
{
|
|
205
252
|
"id": "minecraft:bamboo_mosaic_double_slab",
|
|
206
253
|
"properties": [
|
|
207
|
-
"
|
|
254
|
+
"minecraft:vertical_half"
|
|
208
255
|
]
|
|
209
256
|
},
|
|
210
257
|
{
|
|
211
258
|
"id": "minecraft:bamboo_mosaic_slab",
|
|
212
259
|
"properties": [
|
|
213
|
-
"
|
|
260
|
+
"minecraft:vertical_half"
|
|
214
261
|
]
|
|
215
262
|
},
|
|
216
263
|
{
|
|
@@ -233,14 +280,13 @@ exports.Blocks = [
|
|
|
233
280
|
{
|
|
234
281
|
"id": "minecraft:bamboo_sapling",
|
|
235
282
|
"properties": [
|
|
236
|
-
"age_bit"
|
|
237
|
-
"sapling_type"
|
|
283
|
+
"age_bit"
|
|
238
284
|
]
|
|
239
285
|
},
|
|
240
286
|
{
|
|
241
287
|
"id": "minecraft:bamboo_slab",
|
|
242
288
|
"properties": [
|
|
243
|
-
"
|
|
289
|
+
"minecraft:vertical_half"
|
|
244
290
|
]
|
|
245
291
|
},
|
|
246
292
|
{
|
|
@@ -338,7 +384,7 @@ exports.Blocks = [
|
|
|
338
384
|
"properties": [
|
|
339
385
|
"big_dripleaf_head",
|
|
340
386
|
"big_dripleaf_tilt",
|
|
341
|
-
"
|
|
387
|
+
"minecraft:cardinal_direction"
|
|
342
388
|
]
|
|
343
389
|
},
|
|
344
390
|
{
|
|
@@ -357,6 +403,12 @@ exports.Blocks = [
|
|
|
357
403
|
"upper_block_bit"
|
|
358
404
|
]
|
|
359
405
|
},
|
|
406
|
+
{
|
|
407
|
+
"id": "minecraft:birch_double_slab",
|
|
408
|
+
"properties": [
|
|
409
|
+
"minecraft:vertical_half"
|
|
410
|
+
]
|
|
411
|
+
},
|
|
360
412
|
{
|
|
361
413
|
"id": "minecraft:birch_fence",
|
|
362
414
|
"properties": []
|
|
@@ -378,18 +430,41 @@ exports.Blocks = [
|
|
|
378
430
|
"hanging"
|
|
379
431
|
]
|
|
380
432
|
},
|
|
433
|
+
{
|
|
434
|
+
"id": "minecraft:birch_leaves",
|
|
435
|
+
"properties": [
|
|
436
|
+
"persistent_bit",
|
|
437
|
+
"update_bit"
|
|
438
|
+
]
|
|
439
|
+
},
|
|
381
440
|
{
|
|
382
441
|
"id": "minecraft:birch_log",
|
|
383
442
|
"properties": [
|
|
384
443
|
"pillar_axis"
|
|
385
444
|
]
|
|
386
445
|
},
|
|
446
|
+
{
|
|
447
|
+
"id": "minecraft:birch_planks",
|
|
448
|
+
"properties": []
|
|
449
|
+
},
|
|
387
450
|
{
|
|
388
451
|
"id": "minecraft:birch_pressure_plate",
|
|
389
452
|
"properties": [
|
|
390
453
|
"redstone_signal"
|
|
391
454
|
]
|
|
392
455
|
},
|
|
456
|
+
{
|
|
457
|
+
"id": "minecraft:birch_sapling",
|
|
458
|
+
"properties": [
|
|
459
|
+
"age_bit"
|
|
460
|
+
]
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"id": "minecraft:birch_slab",
|
|
464
|
+
"properties": [
|
|
465
|
+
"minecraft:vertical_half"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
393
468
|
{
|
|
394
469
|
"id": "minecraft:birch_stairs",
|
|
395
470
|
"properties": [
|
|
@@ -417,6 +492,12 @@ exports.Blocks = [
|
|
|
417
492
|
"facing_direction"
|
|
418
493
|
]
|
|
419
494
|
},
|
|
495
|
+
{
|
|
496
|
+
"id": "minecraft:birch_wood",
|
|
497
|
+
"properties": [
|
|
498
|
+
"pillar_axis"
|
|
499
|
+
]
|
|
500
|
+
},
|
|
420
501
|
{
|
|
421
502
|
"id": "minecraft:black_candle",
|
|
422
503
|
"properties": [
|
|
@@ -434,12 +515,36 @@ exports.Blocks = [
|
|
|
434
515
|
"id": "minecraft:black_carpet",
|
|
435
516
|
"properties": []
|
|
436
517
|
},
|
|
518
|
+
{
|
|
519
|
+
"id": "minecraft:black_concrete",
|
|
520
|
+
"properties": []
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"id": "minecraft:black_concrete_powder",
|
|
524
|
+
"properties": []
|
|
525
|
+
},
|
|
437
526
|
{
|
|
438
527
|
"id": "minecraft:black_glazed_terracotta",
|
|
439
528
|
"properties": [
|
|
440
529
|
"facing_direction"
|
|
441
530
|
]
|
|
442
531
|
},
|
|
532
|
+
{
|
|
533
|
+
"id": "minecraft:black_shulker_box",
|
|
534
|
+
"properties": []
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"id": "minecraft:black_stained_glass",
|
|
538
|
+
"properties": []
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"id": "minecraft:black_stained_glass_pane",
|
|
542
|
+
"properties": []
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"id": "minecraft:black_terracotta",
|
|
546
|
+
"properties": []
|
|
547
|
+
},
|
|
443
548
|
{
|
|
444
549
|
"id": "minecraft:black_wool",
|
|
445
550
|
"properties": []
|
|
@@ -451,13 +556,13 @@ exports.Blocks = [
|
|
|
451
556
|
{
|
|
452
557
|
"id": "minecraft:blackstone_double_slab",
|
|
453
558
|
"properties": [
|
|
454
|
-
"
|
|
559
|
+
"minecraft:vertical_half"
|
|
455
560
|
]
|
|
456
561
|
},
|
|
457
562
|
{
|
|
458
563
|
"id": "minecraft:blackstone_slab",
|
|
459
564
|
"properties": [
|
|
460
|
-
"
|
|
565
|
+
"minecraft:vertical_half"
|
|
461
566
|
]
|
|
462
567
|
},
|
|
463
568
|
{
|
|
@@ -480,7 +585,7 @@ exports.Blocks = [
|
|
|
480
585
|
{
|
|
481
586
|
"id": "minecraft:blast_furnace",
|
|
482
587
|
"properties": [
|
|
483
|
-
"
|
|
588
|
+
"minecraft:cardinal_direction"
|
|
484
589
|
]
|
|
485
590
|
},
|
|
486
591
|
{
|
|
@@ -500,6 +605,14 @@ exports.Blocks = [
|
|
|
500
605
|
"id": "minecraft:blue_carpet",
|
|
501
606
|
"properties": []
|
|
502
607
|
},
|
|
608
|
+
{
|
|
609
|
+
"id": "minecraft:blue_concrete",
|
|
610
|
+
"properties": []
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"id": "minecraft:blue_concrete_powder",
|
|
614
|
+
"properties": []
|
|
615
|
+
},
|
|
503
616
|
{
|
|
504
617
|
"id": "minecraft:blue_glazed_terracotta",
|
|
505
618
|
"properties": [
|
|
@@ -510,6 +623,26 @@ exports.Blocks = [
|
|
|
510
623
|
"id": "minecraft:blue_ice",
|
|
511
624
|
"properties": []
|
|
512
625
|
},
|
|
626
|
+
{
|
|
627
|
+
"id": "minecraft:blue_orchid",
|
|
628
|
+
"properties": []
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"id": "minecraft:blue_shulker_box",
|
|
632
|
+
"properties": []
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"id": "minecraft:blue_stained_glass",
|
|
636
|
+
"properties": []
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"id": "minecraft:blue_stained_glass_pane",
|
|
640
|
+
"properties": []
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"id": "minecraft:blue_terracotta",
|
|
644
|
+
"properties": []
|
|
645
|
+
},
|
|
513
646
|
{
|
|
514
647
|
"id": "minecraft:blue_wool",
|
|
515
648
|
"properties": []
|
|
@@ -539,6 +672,16 @@ exports.Blocks = [
|
|
|
539
672
|
"id": "minecraft:brain_coral",
|
|
540
673
|
"properties": []
|
|
541
674
|
},
|
|
675
|
+
{
|
|
676
|
+
"id": "minecraft:brain_coral_block",
|
|
677
|
+
"properties": []
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"id": "minecraft:brain_coral_fan",
|
|
681
|
+
"properties": [
|
|
682
|
+
"coral_fan_direction"
|
|
683
|
+
]
|
|
684
|
+
},
|
|
542
685
|
{
|
|
543
686
|
"id": "minecraft:brewing_stand",
|
|
544
687
|
"properties": [
|
|
@@ -551,6 +694,12 @@ exports.Blocks = [
|
|
|
551
694
|
"id": "minecraft:brick_block",
|
|
552
695
|
"properties": []
|
|
553
696
|
},
|
|
697
|
+
{
|
|
698
|
+
"id": "minecraft:brick_slab",
|
|
699
|
+
"properties": [
|
|
700
|
+
"minecraft:vertical_half"
|
|
701
|
+
]
|
|
702
|
+
},
|
|
554
703
|
{
|
|
555
704
|
"id": "minecraft:brick_stairs",
|
|
556
705
|
"properties": [
|
|
@@ -575,6 +724,14 @@ exports.Blocks = [
|
|
|
575
724
|
"id": "minecraft:brown_carpet",
|
|
576
725
|
"properties": []
|
|
577
726
|
},
|
|
727
|
+
{
|
|
728
|
+
"id": "minecraft:brown_concrete",
|
|
729
|
+
"properties": []
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"id": "minecraft:brown_concrete_powder",
|
|
733
|
+
"properties": []
|
|
734
|
+
},
|
|
578
735
|
{
|
|
579
736
|
"id": "minecraft:brown_glazed_terracotta",
|
|
580
737
|
"properties": [
|
|
@@ -591,6 +748,22 @@ exports.Blocks = [
|
|
|
591
748
|
"huge_mushroom_bits"
|
|
592
749
|
]
|
|
593
750
|
},
|
|
751
|
+
{
|
|
752
|
+
"id": "minecraft:brown_shulker_box",
|
|
753
|
+
"properties": []
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"id": "minecraft:brown_stained_glass",
|
|
757
|
+
"properties": []
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"id": "minecraft:brown_stained_glass_pane",
|
|
761
|
+
"properties": []
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"id": "minecraft:brown_terracotta",
|
|
765
|
+
"properties": []
|
|
766
|
+
},
|
|
594
767
|
{
|
|
595
768
|
"id": "minecraft:brown_wool",
|
|
596
769
|
"properties": []
|
|
@@ -605,6 +778,16 @@ exports.Blocks = [
|
|
|
605
778
|
"id": "minecraft:bubble_coral",
|
|
606
779
|
"properties": []
|
|
607
780
|
},
|
|
781
|
+
{
|
|
782
|
+
"id": "minecraft:bubble_coral_block",
|
|
783
|
+
"properties": []
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"id": "minecraft:bubble_coral_fan",
|
|
787
|
+
"properties": [
|
|
788
|
+
"coral_fan_direction"
|
|
789
|
+
]
|
|
790
|
+
},
|
|
608
791
|
{
|
|
609
792
|
"id": "minecraft:budding_amethyst",
|
|
610
793
|
"properties": []
|
|
@@ -628,15 +811,15 @@ exports.Blocks = [
|
|
|
628
811
|
{
|
|
629
812
|
"id": "minecraft:calibrated_sculk_sensor",
|
|
630
813
|
"properties": [
|
|
631
|
-
"
|
|
632
|
-
"
|
|
814
|
+
"minecraft:cardinal_direction",
|
|
815
|
+
"sculk_sensor_phase"
|
|
633
816
|
]
|
|
634
817
|
},
|
|
635
818
|
{
|
|
636
819
|
"id": "minecraft:campfire",
|
|
637
820
|
"properties": [
|
|
638
|
-
"
|
|
639
|
-
"
|
|
821
|
+
"extinguished",
|
|
822
|
+
"minecraft:cardinal_direction"
|
|
640
823
|
]
|
|
641
824
|
},
|
|
642
825
|
{
|
|
@@ -725,7 +908,7 @@ exports.Blocks = [
|
|
|
725
908
|
{
|
|
726
909
|
"id": "minecraft:cherry_double_slab",
|
|
727
910
|
"properties": [
|
|
728
|
-
"
|
|
911
|
+
"minecraft:vertical_half"
|
|
729
912
|
]
|
|
730
913
|
},
|
|
731
914
|
{
|
|
@@ -781,7 +964,7 @@ exports.Blocks = [
|
|
|
781
964
|
{
|
|
782
965
|
"id": "minecraft:cherry_slab",
|
|
783
966
|
"properties": [
|
|
784
|
-
"
|
|
967
|
+
"minecraft:vertical_half"
|
|
785
968
|
]
|
|
786
969
|
},
|
|
787
970
|
{
|
|
@@ -821,7 +1004,7 @@ exports.Blocks = [
|
|
|
821
1004
|
{
|
|
822
1005
|
"id": "minecraft:chest",
|
|
823
1006
|
"properties": [
|
|
824
|
-
"
|
|
1007
|
+
"minecraft:cardinal_direction"
|
|
825
1008
|
]
|
|
826
1009
|
},
|
|
827
1010
|
{
|
|
@@ -831,6 +1014,10 @@ exports.Blocks = [
|
|
|
831
1014
|
"direction"
|
|
832
1015
|
]
|
|
833
1016
|
},
|
|
1017
|
+
{
|
|
1018
|
+
"id": "minecraft:chiseled_copper",
|
|
1019
|
+
"properties": []
|
|
1020
|
+
},
|
|
834
1021
|
{
|
|
835
1022
|
"id": "minecraft:chiseled_deepslate",
|
|
836
1023
|
"properties": []
|
|
@@ -843,6 +1030,14 @@ exports.Blocks = [
|
|
|
843
1030
|
"id": "minecraft:chiseled_polished_blackstone",
|
|
844
1031
|
"properties": []
|
|
845
1032
|
},
|
|
1033
|
+
{
|
|
1034
|
+
"id": "minecraft:chiseled_tuff",
|
|
1035
|
+
"properties": []
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"id": "minecraft:chiseled_tuff_bricks",
|
|
1039
|
+
"properties": []
|
|
1040
|
+
},
|
|
846
1041
|
{
|
|
847
1042
|
"id": "minecraft:chorus_flower",
|
|
848
1043
|
"properties": [
|
|
@@ -876,13 +1071,13 @@ exports.Blocks = [
|
|
|
876
1071
|
{
|
|
877
1072
|
"id": "minecraft:cobbled_deepslate_double_slab",
|
|
878
1073
|
"properties": [
|
|
879
|
-
"
|
|
1074
|
+
"minecraft:vertical_half"
|
|
880
1075
|
]
|
|
881
1076
|
},
|
|
882
1077
|
{
|
|
883
1078
|
"id": "minecraft:cobbled_deepslate_slab",
|
|
884
1079
|
"properties": [
|
|
885
|
-
"
|
|
1080
|
+
"minecraft:vertical_half"
|
|
886
1081
|
]
|
|
887
1082
|
},
|
|
888
1083
|
{
|
|
@@ -906,6 +1101,12 @@ exports.Blocks = [
|
|
|
906
1101
|
"id": "minecraft:cobblestone",
|
|
907
1102
|
"properties": []
|
|
908
1103
|
},
|
|
1104
|
+
{
|
|
1105
|
+
"id": "minecraft:cobblestone_slab",
|
|
1106
|
+
"properties": [
|
|
1107
|
+
"minecraft:vertical_half"
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
909
1110
|
{
|
|
910
1111
|
"id": "minecraft:cobblestone_wall",
|
|
911
1112
|
"properties": [
|
|
@@ -951,18 +1152,6 @@ exports.Blocks = [
|
|
|
951
1152
|
"composter_fill_level"
|
|
952
1153
|
]
|
|
953
1154
|
},
|
|
954
|
-
{
|
|
955
|
-
"id": "minecraft:concrete",
|
|
956
|
-
"properties": [
|
|
957
|
-
"color"
|
|
958
|
-
]
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"id": "minecraft:concrete_powder",
|
|
962
|
-
"properties": [
|
|
963
|
-
"color"
|
|
964
|
-
]
|
|
965
|
-
},
|
|
966
1155
|
{
|
|
967
1156
|
"id": "minecraft:conduit",
|
|
968
1157
|
"properties": []
|
|
@@ -972,28 +1161,35 @@ exports.Blocks = [
|
|
|
972
1161
|
"properties": []
|
|
973
1162
|
},
|
|
974
1163
|
{
|
|
975
|
-
"id": "minecraft:
|
|
976
|
-
"properties": []
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"id": "minecraft:coral_block",
|
|
1164
|
+
"id": "minecraft:copper_bulb",
|
|
980
1165
|
"properties": [
|
|
981
|
-
"
|
|
982
|
-
"
|
|
1166
|
+
"lit",
|
|
1167
|
+
"powered_bit"
|
|
983
1168
|
]
|
|
984
1169
|
},
|
|
985
1170
|
{
|
|
986
|
-
"id": "minecraft:
|
|
1171
|
+
"id": "minecraft:copper_door",
|
|
987
1172
|
"properties": [
|
|
988
|
-
"
|
|
989
|
-
"
|
|
1173
|
+
"direction",
|
|
1174
|
+
"door_hinge_bit",
|
|
1175
|
+
"open_bit",
|
|
1176
|
+
"upper_block_bit"
|
|
990
1177
|
]
|
|
991
1178
|
},
|
|
992
1179
|
{
|
|
993
|
-
"id": "minecraft:
|
|
1180
|
+
"id": "minecraft:copper_grate",
|
|
1181
|
+
"properties": []
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"id": "minecraft:copper_ore",
|
|
1185
|
+
"properties": []
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"id": "minecraft:copper_trapdoor",
|
|
994
1189
|
"properties": [
|
|
995
|
-
"
|
|
996
|
-
"
|
|
1190
|
+
"direction",
|
|
1191
|
+
"open_bit",
|
|
1192
|
+
"upside_down_bit"
|
|
997
1193
|
]
|
|
998
1194
|
},
|
|
999
1195
|
{
|
|
@@ -1020,6 +1216,10 @@ exports.Blocks = [
|
|
|
1020
1216
|
"dead_bit"
|
|
1021
1217
|
]
|
|
1022
1218
|
},
|
|
1219
|
+
{
|
|
1220
|
+
"id": "minecraft:cornflower",
|
|
1221
|
+
"properties": []
|
|
1222
|
+
},
|
|
1023
1223
|
{
|
|
1024
1224
|
"id": "minecraft:cracked_deepslate_bricks",
|
|
1025
1225
|
"properties": []
|
|
@@ -1036,6 +1236,14 @@ exports.Blocks = [
|
|
|
1036
1236
|
"id": "minecraft:cracked_polished_blackstone_bricks",
|
|
1037
1237
|
"properties": []
|
|
1038
1238
|
},
|
|
1239
|
+
{
|
|
1240
|
+
"id": "minecraft:crafter",
|
|
1241
|
+
"properties": [
|
|
1242
|
+
"crafting",
|
|
1243
|
+
"orientation",
|
|
1244
|
+
"triggered_bit"
|
|
1245
|
+
]
|
|
1246
|
+
},
|
|
1039
1247
|
{
|
|
1040
1248
|
"id": "minecraft:crafting_table",
|
|
1041
1249
|
"properties": []
|
|
@@ -1059,7 +1267,7 @@ exports.Blocks = [
|
|
|
1059
1267
|
{
|
|
1060
1268
|
"id": "minecraft:crimson_double_slab",
|
|
1061
1269
|
"properties": [
|
|
1062
|
-
"
|
|
1270
|
+
"minecraft:vertical_half"
|
|
1063
1271
|
]
|
|
1064
1272
|
},
|
|
1065
1273
|
{
|
|
@@ -1114,7 +1322,7 @@ exports.Blocks = [
|
|
|
1114
1322
|
{
|
|
1115
1323
|
"id": "minecraft:crimson_slab",
|
|
1116
1324
|
"properties": [
|
|
1117
|
-
"
|
|
1325
|
+
"minecraft:vertical_half"
|
|
1118
1326
|
]
|
|
1119
1327
|
},
|
|
1120
1328
|
{
|
|
@@ -1161,7 +1369,7 @@ exports.Blocks = [
|
|
|
1161
1369
|
{
|
|
1162
1370
|
"id": "minecraft:cut_copper_slab",
|
|
1163
1371
|
"properties": [
|
|
1164
|
-
"
|
|
1372
|
+
"minecraft:vertical_half"
|
|
1165
1373
|
]
|
|
1166
1374
|
},
|
|
1167
1375
|
{
|
|
@@ -1188,12 +1396,36 @@ exports.Blocks = [
|
|
|
1188
1396
|
"id": "minecraft:cyan_carpet",
|
|
1189
1397
|
"properties": []
|
|
1190
1398
|
},
|
|
1399
|
+
{
|
|
1400
|
+
"id": "minecraft:cyan_concrete",
|
|
1401
|
+
"properties": []
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"id": "minecraft:cyan_concrete_powder",
|
|
1405
|
+
"properties": []
|
|
1406
|
+
},
|
|
1191
1407
|
{
|
|
1192
1408
|
"id": "minecraft:cyan_glazed_terracotta",
|
|
1193
1409
|
"properties": [
|
|
1194
1410
|
"facing_direction"
|
|
1195
1411
|
]
|
|
1196
1412
|
},
|
|
1413
|
+
{
|
|
1414
|
+
"id": "minecraft:cyan_shulker_box",
|
|
1415
|
+
"properties": []
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"id": "minecraft:cyan_stained_glass",
|
|
1419
|
+
"properties": []
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"id": "minecraft:cyan_stained_glass_pane",
|
|
1423
|
+
"properties": []
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"id": "minecraft:cyan_terracotta",
|
|
1427
|
+
"properties": []
|
|
1428
|
+
},
|
|
1197
1429
|
{
|
|
1198
1430
|
"id": "minecraft:cyan_wool",
|
|
1199
1431
|
"properties": []
|
|
@@ -1214,6 +1446,12 @@ exports.Blocks = [
|
|
|
1214
1446
|
"upper_block_bit"
|
|
1215
1447
|
]
|
|
1216
1448
|
},
|
|
1449
|
+
{
|
|
1450
|
+
"id": "minecraft:dark_oak_double_slab",
|
|
1451
|
+
"properties": [
|
|
1452
|
+
"minecraft:vertical_half"
|
|
1453
|
+
]
|
|
1454
|
+
},
|
|
1217
1455
|
{
|
|
1218
1456
|
"id": "minecraft:dark_oak_fence",
|
|
1219
1457
|
"properties": []
|
|
@@ -1235,18 +1473,41 @@ exports.Blocks = [
|
|
|
1235
1473
|
"hanging"
|
|
1236
1474
|
]
|
|
1237
1475
|
},
|
|
1476
|
+
{
|
|
1477
|
+
"id": "minecraft:dark_oak_leaves",
|
|
1478
|
+
"properties": [
|
|
1479
|
+
"persistent_bit",
|
|
1480
|
+
"update_bit"
|
|
1481
|
+
]
|
|
1482
|
+
},
|
|
1238
1483
|
{
|
|
1239
1484
|
"id": "minecraft:dark_oak_log",
|
|
1240
1485
|
"properties": [
|
|
1241
1486
|
"pillar_axis"
|
|
1242
1487
|
]
|
|
1243
1488
|
},
|
|
1489
|
+
{
|
|
1490
|
+
"id": "minecraft:dark_oak_planks",
|
|
1491
|
+
"properties": []
|
|
1492
|
+
},
|
|
1244
1493
|
{
|
|
1245
1494
|
"id": "minecraft:dark_oak_pressure_plate",
|
|
1246
1495
|
"properties": [
|
|
1247
1496
|
"redstone_signal"
|
|
1248
1497
|
]
|
|
1249
1498
|
},
|
|
1499
|
+
{
|
|
1500
|
+
"id": "minecraft:dark_oak_sapling",
|
|
1501
|
+
"properties": [
|
|
1502
|
+
"age_bit"
|
|
1503
|
+
]
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"id": "minecraft:dark_oak_slab",
|
|
1507
|
+
"properties": [
|
|
1508
|
+
"minecraft:vertical_half"
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1250
1511
|
{
|
|
1251
1512
|
"id": "minecraft:dark_oak_stairs",
|
|
1252
1513
|
"properties": [
|
|
@@ -1262,6 +1523,12 @@ exports.Blocks = [
|
|
|
1262
1523
|
"upside_down_bit"
|
|
1263
1524
|
]
|
|
1264
1525
|
},
|
|
1526
|
+
{
|
|
1527
|
+
"id": "minecraft:dark_oak_wood",
|
|
1528
|
+
"properties": [
|
|
1529
|
+
"pillar_axis"
|
|
1530
|
+
]
|
|
1531
|
+
},
|
|
1265
1532
|
{
|
|
1266
1533
|
"id": "minecraft:dark_prismarine_stairs",
|
|
1267
1534
|
"properties": [
|
|
@@ -1298,21 +1565,71 @@ exports.Blocks = [
|
|
|
1298
1565
|
"properties": []
|
|
1299
1566
|
},
|
|
1300
1567
|
{
|
|
1301
|
-
"id": "minecraft:
|
|
1302
|
-
"properties": []
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"id": "minecraft:dead_fire_coral",
|
|
1568
|
+
"id": "minecraft:dead_brain_coral_block",
|
|
1306
1569
|
"properties": []
|
|
1307
1570
|
},
|
|
1571
|
+
{
|
|
1572
|
+
"id": "minecraft:dead_brain_coral_fan",
|
|
1573
|
+
"properties": [
|
|
1574
|
+
"coral_fan_direction"
|
|
1575
|
+
]
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"id": "minecraft:dead_bubble_coral",
|
|
1579
|
+
"properties": []
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"id": "minecraft:dead_bubble_coral_block",
|
|
1583
|
+
"properties": []
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"id": "minecraft:dead_bubble_coral_fan",
|
|
1587
|
+
"properties": [
|
|
1588
|
+
"coral_fan_direction"
|
|
1589
|
+
]
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"id": "minecraft:dead_fire_coral",
|
|
1593
|
+
"properties": []
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"id": "minecraft:dead_fire_coral_block",
|
|
1597
|
+
"properties": []
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"id": "minecraft:dead_fire_coral_fan",
|
|
1601
|
+
"properties": [
|
|
1602
|
+
"coral_fan_direction"
|
|
1603
|
+
]
|
|
1604
|
+
},
|
|
1308
1605
|
{
|
|
1309
1606
|
"id": "minecraft:dead_horn_coral",
|
|
1310
1607
|
"properties": []
|
|
1311
1608
|
},
|
|
1609
|
+
{
|
|
1610
|
+
"id": "minecraft:dead_horn_coral_block",
|
|
1611
|
+
"properties": []
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"id": "minecraft:dead_horn_coral_fan",
|
|
1615
|
+
"properties": [
|
|
1616
|
+
"coral_fan_direction"
|
|
1617
|
+
]
|
|
1618
|
+
},
|
|
1312
1619
|
{
|
|
1313
1620
|
"id": "minecraft:dead_tube_coral",
|
|
1314
1621
|
"properties": []
|
|
1315
1622
|
},
|
|
1623
|
+
{
|
|
1624
|
+
"id": "minecraft:dead_tube_coral_block",
|
|
1625
|
+
"properties": []
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"id": "minecraft:dead_tube_coral_fan",
|
|
1629
|
+
"properties": [
|
|
1630
|
+
"coral_fan_direction"
|
|
1631
|
+
]
|
|
1632
|
+
},
|
|
1316
1633
|
{
|
|
1317
1634
|
"id": "minecraft:deadbush",
|
|
1318
1635
|
"properties": []
|
|
@@ -1332,13 +1649,13 @@ exports.Blocks = [
|
|
|
1332
1649
|
{
|
|
1333
1650
|
"id": "minecraft:deepslate_brick_double_slab",
|
|
1334
1651
|
"properties": [
|
|
1335
|
-
"
|
|
1652
|
+
"minecraft:vertical_half"
|
|
1336
1653
|
]
|
|
1337
1654
|
},
|
|
1338
1655
|
{
|
|
1339
1656
|
"id": "minecraft:deepslate_brick_slab",
|
|
1340
1657
|
"properties": [
|
|
1341
|
-
"
|
|
1658
|
+
"minecraft:vertical_half"
|
|
1342
1659
|
]
|
|
1343
1660
|
},
|
|
1344
1661
|
{
|
|
@@ -1397,13 +1714,13 @@ exports.Blocks = [
|
|
|
1397
1714
|
{
|
|
1398
1715
|
"id": "minecraft:deepslate_tile_double_slab",
|
|
1399
1716
|
"properties": [
|
|
1400
|
-
"
|
|
1717
|
+
"minecraft:vertical_half"
|
|
1401
1718
|
]
|
|
1402
1719
|
},
|
|
1403
1720
|
{
|
|
1404
1721
|
"id": "minecraft:deepslate_tile_slab",
|
|
1405
1722
|
"properties": [
|
|
1406
|
-
"
|
|
1723
|
+
"minecraft:vertical_half"
|
|
1407
1724
|
]
|
|
1408
1725
|
},
|
|
1409
1726
|
{
|
|
@@ -1446,6 +1763,10 @@ exports.Blocks = [
|
|
|
1446
1763
|
"id": "minecraft:diamond_ore",
|
|
1447
1764
|
"properties": []
|
|
1448
1765
|
},
|
|
1766
|
+
{
|
|
1767
|
+
"id": "minecraft:diorite",
|
|
1768
|
+
"properties": []
|
|
1769
|
+
},
|
|
1449
1770
|
{
|
|
1450
1771
|
"id": "minecraft:diorite_stairs",
|
|
1451
1772
|
"properties": [
|
|
@@ -1473,49 +1794,35 @@ exports.Blocks = [
|
|
|
1473
1794
|
{
|
|
1474
1795
|
"id": "minecraft:double_cut_copper_slab",
|
|
1475
1796
|
"properties": [
|
|
1476
|
-
"
|
|
1477
|
-
]
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"id": "minecraft:double_plant",
|
|
1481
|
-
"properties": [
|
|
1482
|
-
"double_plant_type",
|
|
1483
|
-
"upper_block_bit"
|
|
1797
|
+
"minecraft:vertical_half"
|
|
1484
1798
|
]
|
|
1485
1799
|
},
|
|
1486
1800
|
{
|
|
1487
1801
|
"id": "minecraft:double_stone_block_slab",
|
|
1488
1802
|
"properties": [
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1803
|
+
"minecraft:vertical_half",
|
|
1804
|
+
"stone_slab_type"
|
|
1491
1805
|
]
|
|
1492
1806
|
},
|
|
1493
1807
|
{
|
|
1494
1808
|
"id": "minecraft:double_stone_block_slab2",
|
|
1495
1809
|
"properties": [
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1810
|
+
"minecraft:vertical_half",
|
|
1811
|
+
"stone_slab_type_2"
|
|
1498
1812
|
]
|
|
1499
1813
|
},
|
|
1500
1814
|
{
|
|
1501
1815
|
"id": "minecraft:double_stone_block_slab3",
|
|
1502
1816
|
"properties": [
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1817
|
+
"minecraft:vertical_half",
|
|
1818
|
+
"stone_slab_type_3"
|
|
1505
1819
|
]
|
|
1506
1820
|
},
|
|
1507
1821
|
{
|
|
1508
1822
|
"id": "minecraft:double_stone_block_slab4",
|
|
1509
1823
|
"properties": [
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
1512
|
-
]
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"id": "minecraft:double_wooden_slab",
|
|
1516
|
-
"properties": [
|
|
1517
|
-
"top_slot_bit",
|
|
1518
|
-
"wood_type"
|
|
1824
|
+
"minecraft:vertical_half",
|
|
1825
|
+
"stone_slab_type_4"
|
|
1519
1826
|
]
|
|
1520
1827
|
},
|
|
1521
1828
|
{
|
|
@@ -1571,8 +1878,8 @@ exports.Blocks = [
|
|
|
1571
1878
|
{
|
|
1572
1879
|
"id": "minecraft:end_portal_frame",
|
|
1573
1880
|
"properties": [
|
|
1574
|
-
"
|
|
1575
|
-
"
|
|
1881
|
+
"end_portal_eye_bit",
|
|
1882
|
+
"minecraft:cardinal_direction"
|
|
1576
1883
|
]
|
|
1577
1884
|
},
|
|
1578
1885
|
{
|
|
@@ -1588,13 +1895,45 @@ exports.Blocks = [
|
|
|
1588
1895
|
{
|
|
1589
1896
|
"id": "minecraft:ender_chest",
|
|
1590
1897
|
"properties": [
|
|
1591
|
-
"
|
|
1898
|
+
"minecraft:cardinal_direction"
|
|
1592
1899
|
]
|
|
1593
1900
|
},
|
|
1901
|
+
{
|
|
1902
|
+
"id": "minecraft:exposed_chiseled_copper",
|
|
1903
|
+
"properties": []
|
|
1904
|
+
},
|
|
1594
1905
|
{
|
|
1595
1906
|
"id": "minecraft:exposed_copper",
|
|
1596
1907
|
"properties": []
|
|
1597
1908
|
},
|
|
1909
|
+
{
|
|
1910
|
+
"id": "minecraft:exposed_copper_bulb",
|
|
1911
|
+
"properties": [
|
|
1912
|
+
"lit",
|
|
1913
|
+
"powered_bit"
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"id": "minecraft:exposed_copper_door",
|
|
1918
|
+
"properties": [
|
|
1919
|
+
"direction",
|
|
1920
|
+
"door_hinge_bit",
|
|
1921
|
+
"open_bit",
|
|
1922
|
+
"upper_block_bit"
|
|
1923
|
+
]
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"id": "minecraft:exposed_copper_grate",
|
|
1927
|
+
"properties": []
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"id": "minecraft:exposed_copper_trapdoor",
|
|
1931
|
+
"properties": [
|
|
1932
|
+
"direction",
|
|
1933
|
+
"open_bit",
|
|
1934
|
+
"upside_down_bit"
|
|
1935
|
+
]
|
|
1936
|
+
},
|
|
1598
1937
|
{
|
|
1599
1938
|
"id": "minecraft:exposed_cut_copper",
|
|
1600
1939
|
"properties": []
|
|
@@ -1602,7 +1941,7 @@ exports.Blocks = [
|
|
|
1602
1941
|
{
|
|
1603
1942
|
"id": "minecraft:exposed_cut_copper_slab",
|
|
1604
1943
|
"properties": [
|
|
1605
|
-
"
|
|
1944
|
+
"minecraft:vertical_half"
|
|
1606
1945
|
]
|
|
1607
1946
|
},
|
|
1608
1947
|
{
|
|
@@ -1615,7 +1954,7 @@ exports.Blocks = [
|
|
|
1615
1954
|
{
|
|
1616
1955
|
"id": "minecraft:exposed_double_cut_copper_slab",
|
|
1617
1956
|
"properties": [
|
|
1618
|
-
"
|
|
1957
|
+
"minecraft:vertical_half"
|
|
1619
1958
|
]
|
|
1620
1959
|
},
|
|
1621
1960
|
{
|
|
@@ -1632,6 +1971,10 @@ exports.Blocks = [
|
|
|
1632
1971
|
"open_bit"
|
|
1633
1972
|
]
|
|
1634
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"id": "minecraft:fern",
|
|
1976
|
+
"properties": []
|
|
1977
|
+
},
|
|
1635
1978
|
{
|
|
1636
1979
|
"id": "minecraft:fire",
|
|
1637
1980
|
"properties": [
|
|
@@ -1642,6 +1985,16 @@ exports.Blocks = [
|
|
|
1642
1985
|
"id": "minecraft:fire_coral",
|
|
1643
1986
|
"properties": []
|
|
1644
1987
|
},
|
|
1988
|
+
{
|
|
1989
|
+
"id": "minecraft:fire_coral_block",
|
|
1990
|
+
"properties": []
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"id": "minecraft:fire_coral_fan",
|
|
1994
|
+
"properties": [
|
|
1995
|
+
"coral_fan_direction"
|
|
1996
|
+
]
|
|
1997
|
+
},
|
|
1645
1998
|
{
|
|
1646
1999
|
"id": "minecraft:fletching_table",
|
|
1647
2000
|
"properties": []
|
|
@@ -1689,7 +2042,7 @@ exports.Blocks = [
|
|
|
1689
2042
|
{
|
|
1690
2043
|
"id": "minecraft:furnace",
|
|
1691
2044
|
"properties": [
|
|
1692
|
-
"
|
|
2045
|
+
"minecraft:cardinal_direction"
|
|
1693
2046
|
]
|
|
1694
2047
|
},
|
|
1695
2048
|
{
|
|
@@ -1741,6 +2094,10 @@ exports.Blocks = [
|
|
|
1741
2094
|
"rail_direction"
|
|
1742
2095
|
]
|
|
1743
2096
|
},
|
|
2097
|
+
{
|
|
2098
|
+
"id": "minecraft:granite",
|
|
2099
|
+
"properties": []
|
|
2100
|
+
},
|
|
1744
2101
|
{
|
|
1745
2102
|
"id": "minecraft:granite_stairs",
|
|
1746
2103
|
"properties": [
|
|
@@ -1749,7 +2106,7 @@ exports.Blocks = [
|
|
|
1749
2106
|
]
|
|
1750
2107
|
},
|
|
1751
2108
|
{
|
|
1752
|
-
"id": "minecraft:
|
|
2109
|
+
"id": "minecraft:grass_block",
|
|
1753
2110
|
"properties": []
|
|
1754
2111
|
},
|
|
1755
2112
|
{
|
|
@@ -1777,12 +2134,36 @@ exports.Blocks = [
|
|
|
1777
2134
|
"id": "minecraft:gray_carpet",
|
|
1778
2135
|
"properties": []
|
|
1779
2136
|
},
|
|
2137
|
+
{
|
|
2138
|
+
"id": "minecraft:gray_concrete",
|
|
2139
|
+
"properties": []
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"id": "minecraft:gray_concrete_powder",
|
|
2143
|
+
"properties": []
|
|
2144
|
+
},
|
|
1780
2145
|
{
|
|
1781
2146
|
"id": "minecraft:gray_glazed_terracotta",
|
|
1782
2147
|
"properties": [
|
|
1783
2148
|
"facing_direction"
|
|
1784
2149
|
]
|
|
1785
2150
|
},
|
|
2151
|
+
{
|
|
2152
|
+
"id": "minecraft:gray_shulker_box",
|
|
2153
|
+
"properties": []
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"id": "minecraft:gray_stained_glass",
|
|
2157
|
+
"properties": []
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"id": "minecraft:gray_stained_glass_pane",
|
|
2161
|
+
"properties": []
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"id": "minecraft:gray_terracotta",
|
|
2165
|
+
"properties": []
|
|
2166
|
+
},
|
|
1786
2167
|
{
|
|
1787
2168
|
"id": "minecraft:gray_wool",
|
|
1788
2169
|
"properties": []
|
|
@@ -1804,12 +2185,36 @@ exports.Blocks = [
|
|
|
1804
2185
|
"id": "minecraft:green_carpet",
|
|
1805
2186
|
"properties": []
|
|
1806
2187
|
},
|
|
2188
|
+
{
|
|
2189
|
+
"id": "minecraft:green_concrete",
|
|
2190
|
+
"properties": []
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"id": "minecraft:green_concrete_powder",
|
|
2194
|
+
"properties": []
|
|
2195
|
+
},
|
|
1807
2196
|
{
|
|
1808
2197
|
"id": "minecraft:green_glazed_terracotta",
|
|
1809
2198
|
"properties": [
|
|
1810
2199
|
"facing_direction"
|
|
1811
2200
|
]
|
|
1812
2201
|
},
|
|
2202
|
+
{
|
|
2203
|
+
"id": "minecraft:green_shulker_box",
|
|
2204
|
+
"properties": []
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"id": "minecraft:green_stained_glass",
|
|
2208
|
+
"properties": []
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"id": "minecraft:green_stained_glass_pane",
|
|
2212
|
+
"properties": []
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"id": "minecraft:green_terracotta",
|
|
2216
|
+
"properties": []
|
|
2217
|
+
},
|
|
1813
2218
|
{
|
|
1814
2219
|
"id": "minecraft:green_wool",
|
|
1815
2220
|
"properties": []
|
|
@@ -1825,6 +2230,38 @@ exports.Blocks = [
|
|
|
1825
2230
|
"id": "minecraft:hanging_roots",
|
|
1826
2231
|
"properties": []
|
|
1827
2232
|
},
|
|
2233
|
+
{
|
|
2234
|
+
"id": "minecraft:hard_black_stained_glass",
|
|
2235
|
+
"properties": []
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"id": "minecraft:hard_black_stained_glass_pane",
|
|
2239
|
+
"properties": []
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"id": "minecraft:hard_blue_stained_glass",
|
|
2243
|
+
"properties": []
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"id": "minecraft:hard_blue_stained_glass_pane",
|
|
2247
|
+
"properties": []
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"id": "minecraft:hard_brown_stained_glass",
|
|
2251
|
+
"properties": []
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"id": "minecraft:hard_brown_stained_glass_pane",
|
|
2255
|
+
"properties": []
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"id": "minecraft:hard_cyan_stained_glass",
|
|
2259
|
+
"properties": []
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"id": "minecraft:hard_cyan_stained_glass_pane",
|
|
2263
|
+
"properties": []
|
|
2264
|
+
},
|
|
1828
2265
|
{
|
|
1829
2266
|
"id": "minecraft:hard_glass",
|
|
1830
2267
|
"properties": []
|
|
@@ -1834,16 +2271,100 @@ exports.Blocks = [
|
|
|
1834
2271
|
"properties": []
|
|
1835
2272
|
},
|
|
1836
2273
|
{
|
|
1837
|
-
"id": "minecraft:
|
|
1838
|
-
"properties": [
|
|
1839
|
-
"color"
|
|
1840
|
-
]
|
|
2274
|
+
"id": "minecraft:hard_gray_stained_glass",
|
|
2275
|
+
"properties": []
|
|
1841
2276
|
},
|
|
1842
2277
|
{
|
|
1843
|
-
"id": "minecraft:
|
|
1844
|
-
"properties": [
|
|
1845
|
-
|
|
1846
|
-
|
|
2278
|
+
"id": "minecraft:hard_gray_stained_glass_pane",
|
|
2279
|
+
"properties": []
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"id": "minecraft:hard_green_stained_glass",
|
|
2283
|
+
"properties": []
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"id": "minecraft:hard_green_stained_glass_pane",
|
|
2287
|
+
"properties": []
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"id": "minecraft:hard_light_blue_stained_glass",
|
|
2291
|
+
"properties": []
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"id": "minecraft:hard_light_blue_stained_glass_pane",
|
|
2295
|
+
"properties": []
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"id": "minecraft:hard_light_gray_stained_glass",
|
|
2299
|
+
"properties": []
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"id": "minecraft:hard_light_gray_stained_glass_pane",
|
|
2303
|
+
"properties": []
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"id": "minecraft:hard_lime_stained_glass",
|
|
2307
|
+
"properties": []
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"id": "minecraft:hard_lime_stained_glass_pane",
|
|
2311
|
+
"properties": []
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"id": "minecraft:hard_magenta_stained_glass",
|
|
2315
|
+
"properties": []
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"id": "minecraft:hard_magenta_stained_glass_pane",
|
|
2319
|
+
"properties": []
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"id": "minecraft:hard_orange_stained_glass",
|
|
2323
|
+
"properties": []
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"id": "minecraft:hard_orange_stained_glass_pane",
|
|
2327
|
+
"properties": []
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"id": "minecraft:hard_pink_stained_glass",
|
|
2331
|
+
"properties": []
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"id": "minecraft:hard_pink_stained_glass_pane",
|
|
2335
|
+
"properties": []
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"id": "minecraft:hard_purple_stained_glass",
|
|
2339
|
+
"properties": []
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"id": "minecraft:hard_purple_stained_glass_pane",
|
|
2343
|
+
"properties": []
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"id": "minecraft:hard_red_stained_glass",
|
|
2347
|
+
"properties": []
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"id": "minecraft:hard_red_stained_glass_pane",
|
|
2351
|
+
"properties": []
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"id": "minecraft:hard_white_stained_glass",
|
|
2355
|
+
"properties": []
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"id": "minecraft:hard_white_stained_glass_pane",
|
|
2359
|
+
"properties": []
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"id": "minecraft:hard_yellow_stained_glass",
|
|
2363
|
+
"properties": []
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"id": "minecraft:hard_yellow_stained_glass_pane",
|
|
2367
|
+
"properties": []
|
|
1847
2368
|
},
|
|
1848
2369
|
{
|
|
1849
2370
|
"id": "minecraft:hardened_clay",
|
|
@@ -1856,6 +2377,10 @@ exports.Blocks = [
|
|
|
1856
2377
|
"pillar_axis"
|
|
1857
2378
|
]
|
|
1858
2379
|
},
|
|
2380
|
+
{
|
|
2381
|
+
"id": "minecraft:heavy_core",
|
|
2382
|
+
"properties": []
|
|
2383
|
+
},
|
|
1859
2384
|
{
|
|
1860
2385
|
"id": "minecraft:heavy_weighted_pressure_plate",
|
|
1861
2386
|
"properties": [
|
|
@@ -1881,6 +2406,16 @@ exports.Blocks = [
|
|
|
1881
2406
|
"id": "minecraft:horn_coral",
|
|
1882
2407
|
"properties": []
|
|
1883
2408
|
},
|
|
2409
|
+
{
|
|
2410
|
+
"id": "minecraft:horn_coral_block",
|
|
2411
|
+
"properties": []
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"id": "minecraft:horn_coral_fan",
|
|
2415
|
+
"properties": [
|
|
2416
|
+
"coral_fan_direction"
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
1884
2419
|
{
|
|
1885
2420
|
"id": "minecraft:ice",
|
|
1886
2421
|
"properties": []
|
|
@@ -1959,6 +2494,12 @@ exports.Blocks = [
|
|
|
1959
2494
|
"upper_block_bit"
|
|
1960
2495
|
]
|
|
1961
2496
|
},
|
|
2497
|
+
{
|
|
2498
|
+
"id": "minecraft:jungle_double_slab",
|
|
2499
|
+
"properties": [
|
|
2500
|
+
"minecraft:vertical_half"
|
|
2501
|
+
]
|
|
2502
|
+
},
|
|
1962
2503
|
{
|
|
1963
2504
|
"id": "minecraft:jungle_fence",
|
|
1964
2505
|
"properties": []
|
|
@@ -1980,18 +2521,41 @@ exports.Blocks = [
|
|
|
1980
2521
|
"hanging"
|
|
1981
2522
|
]
|
|
1982
2523
|
},
|
|
2524
|
+
{
|
|
2525
|
+
"id": "minecraft:jungle_leaves",
|
|
2526
|
+
"properties": [
|
|
2527
|
+
"persistent_bit",
|
|
2528
|
+
"update_bit"
|
|
2529
|
+
]
|
|
2530
|
+
},
|
|
1983
2531
|
{
|
|
1984
2532
|
"id": "minecraft:jungle_log",
|
|
1985
2533
|
"properties": [
|
|
1986
2534
|
"pillar_axis"
|
|
1987
2535
|
]
|
|
1988
2536
|
},
|
|
2537
|
+
{
|
|
2538
|
+
"id": "minecraft:jungle_planks",
|
|
2539
|
+
"properties": []
|
|
2540
|
+
},
|
|
1989
2541
|
{
|
|
1990
2542
|
"id": "minecraft:jungle_pressure_plate",
|
|
1991
2543
|
"properties": [
|
|
1992
2544
|
"redstone_signal"
|
|
1993
2545
|
]
|
|
1994
2546
|
},
|
|
2547
|
+
{
|
|
2548
|
+
"id": "minecraft:jungle_sapling",
|
|
2549
|
+
"properties": [
|
|
2550
|
+
"age_bit"
|
|
2551
|
+
]
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"id": "minecraft:jungle_slab",
|
|
2555
|
+
"properties": [
|
|
2556
|
+
"minecraft:vertical_half"
|
|
2557
|
+
]
|
|
2558
|
+
},
|
|
1995
2559
|
{
|
|
1996
2560
|
"id": "minecraft:jungle_stairs",
|
|
1997
2561
|
"properties": [
|
|
@@ -2019,6 +2583,12 @@ exports.Blocks = [
|
|
|
2019
2583
|
"facing_direction"
|
|
2020
2584
|
]
|
|
2021
2585
|
},
|
|
2586
|
+
{
|
|
2587
|
+
"id": "minecraft:jungle_wood",
|
|
2588
|
+
"properties": [
|
|
2589
|
+
"pillar_axis"
|
|
2590
|
+
]
|
|
2591
|
+
},
|
|
2022
2592
|
{
|
|
2023
2593
|
"id": "minecraft:kelp",
|
|
2024
2594
|
"properties": [
|
|
@@ -2048,35 +2618,25 @@ exports.Blocks = [
|
|
|
2048
2618
|
{
|
|
2049
2619
|
"id": "minecraft:large_amethyst_bud",
|
|
2050
2620
|
"properties": [
|
|
2051
|
-
"
|
|
2052
|
-
]
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"id": "minecraft:lava",
|
|
2056
|
-
"properties": [
|
|
2057
|
-
"liquid_depth"
|
|
2621
|
+
"minecraft:block_face"
|
|
2058
2622
|
]
|
|
2059
2623
|
},
|
|
2060
2624
|
{
|
|
2061
|
-
"id": "minecraft:
|
|
2625
|
+
"id": "minecraft:large_fern",
|
|
2062
2626
|
"properties": [
|
|
2063
|
-
"
|
|
2064
|
-
"persistent_bit",
|
|
2065
|
-
"update_bit"
|
|
2627
|
+
"upper_block_bit"
|
|
2066
2628
|
]
|
|
2067
2629
|
},
|
|
2068
2630
|
{
|
|
2069
|
-
"id": "minecraft:
|
|
2631
|
+
"id": "minecraft:lava",
|
|
2070
2632
|
"properties": [
|
|
2071
|
-
"
|
|
2072
|
-
"persistent_bit",
|
|
2073
|
-
"update_bit"
|
|
2633
|
+
"liquid_depth"
|
|
2074
2634
|
]
|
|
2075
2635
|
},
|
|
2076
2636
|
{
|
|
2077
2637
|
"id": "minecraft:lectern",
|
|
2078
2638
|
"properties": [
|
|
2079
|
-
"
|
|
2639
|
+
"minecraft:cardinal_direction",
|
|
2080
2640
|
"powered_bit"
|
|
2081
2641
|
]
|
|
2082
2642
|
},
|
|
@@ -2110,12 +2670,36 @@ exports.Blocks = [
|
|
|
2110
2670
|
"id": "minecraft:light_blue_carpet",
|
|
2111
2671
|
"properties": []
|
|
2112
2672
|
},
|
|
2673
|
+
{
|
|
2674
|
+
"id": "minecraft:light_blue_concrete",
|
|
2675
|
+
"properties": []
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
"id": "minecraft:light_blue_concrete_powder",
|
|
2679
|
+
"properties": []
|
|
2680
|
+
},
|
|
2113
2681
|
{
|
|
2114
2682
|
"id": "minecraft:light_blue_glazed_terracotta",
|
|
2115
2683
|
"properties": [
|
|
2116
2684
|
"facing_direction"
|
|
2117
2685
|
]
|
|
2118
2686
|
},
|
|
2687
|
+
{
|
|
2688
|
+
"id": "minecraft:light_blue_shulker_box",
|
|
2689
|
+
"properties": []
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"id": "minecraft:light_blue_stained_glass",
|
|
2693
|
+
"properties": []
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"id": "minecraft:light_blue_stained_glass_pane",
|
|
2697
|
+
"properties": []
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"id": "minecraft:light_blue_terracotta",
|
|
2701
|
+
"properties": []
|
|
2702
|
+
},
|
|
2119
2703
|
{
|
|
2120
2704
|
"id": "minecraft:light_blue_wool",
|
|
2121
2705
|
"properties": []
|
|
@@ -2137,6 +2721,30 @@ exports.Blocks = [
|
|
|
2137
2721
|
"id": "minecraft:light_gray_carpet",
|
|
2138
2722
|
"properties": []
|
|
2139
2723
|
},
|
|
2724
|
+
{
|
|
2725
|
+
"id": "minecraft:light_gray_concrete",
|
|
2726
|
+
"properties": []
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"id": "minecraft:light_gray_concrete_powder",
|
|
2730
|
+
"properties": []
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"id": "minecraft:light_gray_shulker_box",
|
|
2734
|
+
"properties": []
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"id": "minecraft:light_gray_stained_glass",
|
|
2738
|
+
"properties": []
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"id": "minecraft:light_gray_stained_glass_pane",
|
|
2742
|
+
"properties": []
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"id": "minecraft:light_gray_terracotta",
|
|
2746
|
+
"properties": []
|
|
2747
|
+
},
|
|
2140
2748
|
{
|
|
2141
2749
|
"id": "minecraft:light_gray_wool",
|
|
2142
2750
|
"properties": []
|
|
@@ -2153,6 +2761,16 @@ exports.Blocks = [
|
|
|
2153
2761
|
"facing_direction"
|
|
2154
2762
|
]
|
|
2155
2763
|
},
|
|
2764
|
+
{
|
|
2765
|
+
"id": "minecraft:lilac",
|
|
2766
|
+
"properties": [
|
|
2767
|
+
"upper_block_bit"
|
|
2768
|
+
]
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"id": "minecraft:lily_of_the_valley",
|
|
2772
|
+
"properties": []
|
|
2773
|
+
},
|
|
2156
2774
|
{
|
|
2157
2775
|
"id": "minecraft:lime_candle",
|
|
2158
2776
|
"properties": [
|
|
@@ -2170,12 +2788,36 @@ exports.Blocks = [
|
|
|
2170
2788
|
"id": "minecraft:lime_carpet",
|
|
2171
2789
|
"properties": []
|
|
2172
2790
|
},
|
|
2791
|
+
{
|
|
2792
|
+
"id": "minecraft:lime_concrete",
|
|
2793
|
+
"properties": []
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"id": "minecraft:lime_concrete_powder",
|
|
2797
|
+
"properties": []
|
|
2798
|
+
},
|
|
2173
2799
|
{
|
|
2174
2800
|
"id": "minecraft:lime_glazed_terracotta",
|
|
2175
2801
|
"properties": [
|
|
2176
2802
|
"facing_direction"
|
|
2177
2803
|
]
|
|
2178
2804
|
},
|
|
2805
|
+
{
|
|
2806
|
+
"id": "minecraft:lime_shulker_box",
|
|
2807
|
+
"properties": []
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"id": "minecraft:lime_stained_glass",
|
|
2811
|
+
"properties": []
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"id": "minecraft:lime_stained_glass_pane",
|
|
2815
|
+
"properties": []
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"id": "minecraft:lime_terracotta",
|
|
2819
|
+
"properties": []
|
|
2820
|
+
},
|
|
2179
2821
|
{
|
|
2180
2822
|
"id": "minecraft:lime_wool",
|
|
2181
2823
|
"properties": []
|
|
@@ -2183,7 +2825,7 @@ exports.Blocks = [
|
|
|
2183
2825
|
{
|
|
2184
2826
|
"id": "minecraft:lit_blast_furnace",
|
|
2185
2827
|
"properties": [
|
|
2186
|
-
"
|
|
2828
|
+
"minecraft:cardinal_direction"
|
|
2187
2829
|
]
|
|
2188
2830
|
},
|
|
2189
2831
|
{
|
|
@@ -2193,7 +2835,7 @@ exports.Blocks = [
|
|
|
2193
2835
|
{
|
|
2194
2836
|
"id": "minecraft:lit_furnace",
|
|
2195
2837
|
"properties": [
|
|
2196
|
-
"
|
|
2838
|
+
"minecraft:cardinal_direction"
|
|
2197
2839
|
]
|
|
2198
2840
|
},
|
|
2199
2841
|
{
|
|
@@ -2213,7 +2855,7 @@ exports.Blocks = [
|
|
|
2213
2855
|
{
|
|
2214
2856
|
"id": "minecraft:lit_smoker",
|
|
2215
2857
|
"properties": [
|
|
2216
|
-
"
|
|
2858
|
+
"minecraft:cardinal_direction"
|
|
2217
2859
|
]
|
|
2218
2860
|
},
|
|
2219
2861
|
{
|
|
@@ -2243,12 +2885,36 @@ exports.Blocks = [
|
|
|
2243
2885
|
"id": "minecraft:magenta_carpet",
|
|
2244
2886
|
"properties": []
|
|
2245
2887
|
},
|
|
2888
|
+
{
|
|
2889
|
+
"id": "minecraft:magenta_concrete",
|
|
2890
|
+
"properties": []
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"id": "minecraft:magenta_concrete_powder",
|
|
2894
|
+
"properties": []
|
|
2895
|
+
},
|
|
2246
2896
|
{
|
|
2247
2897
|
"id": "minecraft:magenta_glazed_terracotta",
|
|
2248
2898
|
"properties": [
|
|
2249
2899
|
"facing_direction"
|
|
2250
2900
|
]
|
|
2251
2901
|
},
|
|
2902
|
+
{
|
|
2903
|
+
"id": "minecraft:magenta_shulker_box",
|
|
2904
|
+
"properties": []
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"id": "minecraft:magenta_stained_glass",
|
|
2908
|
+
"properties": []
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"id": "minecraft:magenta_stained_glass_pane",
|
|
2912
|
+
"properties": []
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"id": "minecraft:magenta_terracotta",
|
|
2916
|
+
"properties": []
|
|
2917
|
+
},
|
|
2252
2918
|
{
|
|
2253
2919
|
"id": "minecraft:magenta_wool",
|
|
2254
2920
|
"properties": []
|
|
@@ -2276,7 +2942,7 @@ exports.Blocks = [
|
|
|
2276
2942
|
{
|
|
2277
2943
|
"id": "minecraft:mangrove_double_slab",
|
|
2278
2944
|
"properties": [
|
|
2279
|
-
"
|
|
2945
|
+
"minecraft:vertical_half"
|
|
2280
2946
|
]
|
|
2281
2947
|
},
|
|
2282
2948
|
{
|
|
@@ -2337,7 +3003,7 @@ exports.Blocks = [
|
|
|
2337
3003
|
{
|
|
2338
3004
|
"id": "minecraft:mangrove_slab",
|
|
2339
3005
|
"properties": [
|
|
2340
|
-
"
|
|
3006
|
+
"minecraft:vertical_half"
|
|
2341
3007
|
]
|
|
2342
3008
|
},
|
|
2343
3009
|
{
|
|
@@ -2377,7 +3043,7 @@ exports.Blocks = [
|
|
|
2377
3043
|
{
|
|
2378
3044
|
"id": "minecraft:medium_amethyst_bud",
|
|
2379
3045
|
"properties": [
|
|
2380
|
-
"
|
|
3046
|
+
"minecraft:block_face"
|
|
2381
3047
|
]
|
|
2382
3048
|
},
|
|
2383
3049
|
{
|
|
@@ -2438,13 +3104,13 @@ exports.Blocks = [
|
|
|
2438
3104
|
{
|
|
2439
3105
|
"id": "minecraft:mud_brick_double_slab",
|
|
2440
3106
|
"properties": [
|
|
2441
|
-
"
|
|
3107
|
+
"minecraft:vertical_half"
|
|
2442
3108
|
]
|
|
2443
3109
|
},
|
|
2444
3110
|
{
|
|
2445
3111
|
"id": "minecraft:mud_brick_slab",
|
|
2446
3112
|
"properties": [
|
|
2447
|
-
"
|
|
3113
|
+
"minecraft:vertical_half"
|
|
2448
3114
|
]
|
|
2449
3115
|
},
|
|
2450
3116
|
{
|
|
@@ -2486,6 +3152,12 @@ exports.Blocks = [
|
|
|
2486
3152
|
"id": "minecraft:nether_brick_fence",
|
|
2487
3153
|
"properties": []
|
|
2488
3154
|
},
|
|
3155
|
+
{
|
|
3156
|
+
"id": "minecraft:nether_brick_slab",
|
|
3157
|
+
"properties": [
|
|
3158
|
+
"minecraft:vertical_half"
|
|
3159
|
+
]
|
|
3160
|
+
},
|
|
2489
3161
|
{
|
|
2490
3162
|
"id": "minecraft:nether_brick_stairs",
|
|
2491
3163
|
"properties": [
|
|
@@ -2534,6 +3206,12 @@ exports.Blocks = [
|
|
|
2534
3206
|
"id": "minecraft:noteblock",
|
|
2535
3207
|
"properties": []
|
|
2536
3208
|
},
|
|
3209
|
+
{
|
|
3210
|
+
"id": "minecraft:oak_double_slab",
|
|
3211
|
+
"properties": [
|
|
3212
|
+
"minecraft:vertical_half"
|
|
3213
|
+
]
|
|
3214
|
+
},
|
|
2537
3215
|
{
|
|
2538
3216
|
"id": "minecraft:oak_fence",
|
|
2539
3217
|
"properties": []
|
|
@@ -2547,12 +3225,35 @@ exports.Blocks = [
|
|
|
2547
3225
|
"hanging"
|
|
2548
3226
|
]
|
|
2549
3227
|
},
|
|
3228
|
+
{
|
|
3229
|
+
"id": "minecraft:oak_leaves",
|
|
3230
|
+
"properties": [
|
|
3231
|
+
"persistent_bit",
|
|
3232
|
+
"update_bit"
|
|
3233
|
+
]
|
|
3234
|
+
},
|
|
2550
3235
|
{
|
|
2551
3236
|
"id": "minecraft:oak_log",
|
|
2552
3237
|
"properties": [
|
|
2553
3238
|
"pillar_axis"
|
|
2554
3239
|
]
|
|
2555
3240
|
},
|
|
3241
|
+
{
|
|
3242
|
+
"id": "minecraft:oak_planks",
|
|
3243
|
+
"properties": []
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"id": "minecraft:oak_sapling",
|
|
3247
|
+
"properties": [
|
|
3248
|
+
"age_bit"
|
|
3249
|
+
]
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"id": "minecraft:oak_slab",
|
|
3253
|
+
"properties": [
|
|
3254
|
+
"minecraft:vertical_half"
|
|
3255
|
+
]
|
|
3256
|
+
},
|
|
2556
3257
|
{
|
|
2557
3258
|
"id": "minecraft:oak_stairs",
|
|
2558
3259
|
"properties": [
|
|
@@ -2560,10 +3261,16 @@ exports.Blocks = [
|
|
|
2560
3261
|
"weirdo_direction"
|
|
2561
3262
|
]
|
|
2562
3263
|
},
|
|
3264
|
+
{
|
|
3265
|
+
"id": "minecraft:oak_wood",
|
|
3266
|
+
"properties": [
|
|
3267
|
+
"pillar_axis"
|
|
3268
|
+
]
|
|
3269
|
+
},
|
|
2563
3270
|
{
|
|
2564
3271
|
"id": "minecraft:observer",
|
|
2565
3272
|
"properties": [
|
|
2566
|
-
"facing_direction",
|
|
3273
|
+
"minecraft:facing_direction",
|
|
2567
3274
|
"powered_bit"
|
|
2568
3275
|
]
|
|
2569
3276
|
},
|
|
@@ -2594,20 +3301,84 @@ exports.Blocks = [
|
|
|
2594
3301
|
"id": "minecraft:orange_carpet",
|
|
2595
3302
|
"properties": []
|
|
2596
3303
|
},
|
|
3304
|
+
{
|
|
3305
|
+
"id": "minecraft:orange_concrete",
|
|
3306
|
+
"properties": []
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"id": "minecraft:orange_concrete_powder",
|
|
3310
|
+
"properties": []
|
|
3311
|
+
},
|
|
2597
3312
|
{
|
|
2598
3313
|
"id": "minecraft:orange_glazed_terracotta",
|
|
2599
3314
|
"properties": [
|
|
2600
3315
|
"facing_direction"
|
|
2601
3316
|
]
|
|
2602
3317
|
},
|
|
3318
|
+
{
|
|
3319
|
+
"id": "minecraft:orange_shulker_box",
|
|
3320
|
+
"properties": []
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"id": "minecraft:orange_stained_glass",
|
|
3324
|
+
"properties": []
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"id": "minecraft:orange_stained_glass_pane",
|
|
3328
|
+
"properties": []
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"id": "minecraft:orange_terracotta",
|
|
3332
|
+
"properties": []
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"id": "minecraft:orange_tulip",
|
|
3336
|
+
"properties": []
|
|
3337
|
+
},
|
|
2603
3338
|
{
|
|
2604
3339
|
"id": "minecraft:orange_wool",
|
|
2605
3340
|
"properties": []
|
|
2606
3341
|
},
|
|
3342
|
+
{
|
|
3343
|
+
"id": "minecraft:oxeye_daisy",
|
|
3344
|
+
"properties": []
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"id": "minecraft:oxidized_chiseled_copper",
|
|
3348
|
+
"properties": []
|
|
3349
|
+
},
|
|
2607
3350
|
{
|
|
2608
3351
|
"id": "minecraft:oxidized_copper",
|
|
2609
3352
|
"properties": []
|
|
2610
3353
|
},
|
|
3354
|
+
{
|
|
3355
|
+
"id": "minecraft:oxidized_copper_bulb",
|
|
3356
|
+
"properties": [
|
|
3357
|
+
"lit",
|
|
3358
|
+
"powered_bit"
|
|
3359
|
+
]
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"id": "minecraft:oxidized_copper_door",
|
|
3363
|
+
"properties": [
|
|
3364
|
+
"direction",
|
|
3365
|
+
"door_hinge_bit",
|
|
3366
|
+
"open_bit",
|
|
3367
|
+
"upper_block_bit"
|
|
3368
|
+
]
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"id": "minecraft:oxidized_copper_grate",
|
|
3372
|
+
"properties": []
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"id": "minecraft:oxidized_copper_trapdoor",
|
|
3376
|
+
"properties": [
|
|
3377
|
+
"direction",
|
|
3378
|
+
"open_bit",
|
|
3379
|
+
"upside_down_bit"
|
|
3380
|
+
]
|
|
3381
|
+
},
|
|
2611
3382
|
{
|
|
2612
3383
|
"id": "minecraft:oxidized_cut_copper",
|
|
2613
3384
|
"properties": []
|
|
@@ -2615,7 +3386,7 @@ exports.Blocks = [
|
|
|
2615
3386
|
{
|
|
2616
3387
|
"id": "minecraft:oxidized_cut_copper_slab",
|
|
2617
3388
|
"properties": [
|
|
2618
|
-
"
|
|
3389
|
+
"minecraft:vertical_half"
|
|
2619
3390
|
]
|
|
2620
3391
|
},
|
|
2621
3392
|
{
|
|
@@ -2628,7 +3399,7 @@ exports.Blocks = [
|
|
|
2628
3399
|
{
|
|
2629
3400
|
"id": "minecraft:oxidized_double_cut_copper_slab",
|
|
2630
3401
|
"properties": [
|
|
2631
|
-
"
|
|
3402
|
+
"minecraft:vertical_half"
|
|
2632
3403
|
]
|
|
2633
3404
|
},
|
|
2634
3405
|
{
|
|
@@ -2645,6 +3416,18 @@ exports.Blocks = [
|
|
|
2645
3416
|
"pillar_axis"
|
|
2646
3417
|
]
|
|
2647
3418
|
},
|
|
3419
|
+
{
|
|
3420
|
+
"id": "minecraft:peony",
|
|
3421
|
+
"properties": [
|
|
3422
|
+
"upper_block_bit"
|
|
3423
|
+
]
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"id": "minecraft:petrified_oak_slab",
|
|
3427
|
+
"properties": [
|
|
3428
|
+
"minecraft:vertical_half"
|
|
3429
|
+
]
|
|
3430
|
+
},
|
|
2648
3431
|
{
|
|
2649
3432
|
"id": "minecraft:pink_candle",
|
|
2650
3433
|
"properties": [
|
|
@@ -2662,6 +3445,14 @@ exports.Blocks = [
|
|
|
2662
3445
|
"id": "minecraft:pink_carpet",
|
|
2663
3446
|
"properties": []
|
|
2664
3447
|
},
|
|
3448
|
+
{
|
|
3449
|
+
"id": "minecraft:pink_concrete",
|
|
3450
|
+
"properties": []
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"id": "minecraft:pink_concrete_powder",
|
|
3454
|
+
"properties": []
|
|
3455
|
+
},
|
|
2665
3456
|
{
|
|
2666
3457
|
"id": "minecraft:pink_glazed_terracotta",
|
|
2667
3458
|
"properties": [
|
|
@@ -2671,10 +3462,30 @@ exports.Blocks = [
|
|
|
2671
3462
|
{
|
|
2672
3463
|
"id": "minecraft:pink_petals",
|
|
2673
3464
|
"properties": [
|
|
2674
|
-
"
|
|
2675
|
-
"
|
|
3465
|
+
"growth",
|
|
3466
|
+
"minecraft:cardinal_direction"
|
|
2676
3467
|
]
|
|
2677
3468
|
},
|
|
3469
|
+
{
|
|
3470
|
+
"id": "minecraft:pink_shulker_box",
|
|
3471
|
+
"properties": []
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"id": "minecraft:pink_stained_glass",
|
|
3475
|
+
"properties": []
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"id": "minecraft:pink_stained_glass_pane",
|
|
3479
|
+
"properties": []
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"id": "minecraft:pink_terracotta",
|
|
3483
|
+
"properties": []
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"id": "minecraft:pink_tulip",
|
|
3487
|
+
"properties": []
|
|
3488
|
+
},
|
|
2678
3489
|
{
|
|
2679
3490
|
"id": "minecraft:pink_wool",
|
|
2680
3491
|
"properties": []
|
|
@@ -2704,12 +3515,6 @@ exports.Blocks = [
|
|
|
2704
3515
|
"upper_block_bit"
|
|
2705
3516
|
]
|
|
2706
3517
|
},
|
|
2707
|
-
{
|
|
2708
|
-
"id": "minecraft:planks",
|
|
2709
|
-
"properties": [
|
|
2710
|
-
"wood_type"
|
|
2711
|
-
]
|
|
2712
|
-
},
|
|
2713
3518
|
{
|
|
2714
3519
|
"id": "minecraft:podzol",
|
|
2715
3520
|
"properties": []
|
|
@@ -2721,6 +3526,10 @@ exports.Blocks = [
|
|
|
2721
3526
|
"hanging"
|
|
2722
3527
|
]
|
|
2723
3528
|
},
|
|
3529
|
+
{
|
|
3530
|
+
"id": "minecraft:polished_andesite",
|
|
3531
|
+
"properties": []
|
|
3532
|
+
},
|
|
2724
3533
|
{
|
|
2725
3534
|
"id": "minecraft:polished_andesite_stairs",
|
|
2726
3535
|
"properties": [
|
|
@@ -2741,13 +3550,13 @@ exports.Blocks = [
|
|
|
2741
3550
|
{
|
|
2742
3551
|
"id": "minecraft:polished_blackstone_brick_double_slab",
|
|
2743
3552
|
"properties": [
|
|
2744
|
-
"
|
|
3553
|
+
"minecraft:vertical_half"
|
|
2745
3554
|
]
|
|
2746
3555
|
},
|
|
2747
3556
|
{
|
|
2748
3557
|
"id": "minecraft:polished_blackstone_brick_slab",
|
|
2749
3558
|
"properties": [
|
|
2750
|
-
"
|
|
3559
|
+
"minecraft:vertical_half"
|
|
2751
3560
|
]
|
|
2752
3561
|
},
|
|
2753
3562
|
{
|
|
@@ -2781,7 +3590,7 @@ exports.Blocks = [
|
|
|
2781
3590
|
{
|
|
2782
3591
|
"id": "minecraft:polished_blackstone_double_slab",
|
|
2783
3592
|
"properties": [
|
|
2784
|
-
"
|
|
3593
|
+
"minecraft:vertical_half"
|
|
2785
3594
|
]
|
|
2786
3595
|
},
|
|
2787
3596
|
{
|
|
@@ -2793,7 +3602,7 @@ exports.Blocks = [
|
|
|
2793
3602
|
{
|
|
2794
3603
|
"id": "minecraft:polished_blackstone_slab",
|
|
2795
3604
|
"properties": [
|
|
2796
|
-
"
|
|
3605
|
+
"minecraft:vertical_half"
|
|
2797
3606
|
]
|
|
2798
3607
|
},
|
|
2799
3608
|
{
|
|
@@ -2820,13 +3629,13 @@ exports.Blocks = [
|
|
|
2820
3629
|
{
|
|
2821
3630
|
"id": "minecraft:polished_deepslate_double_slab",
|
|
2822
3631
|
"properties": [
|
|
2823
|
-
"
|
|
3632
|
+
"minecraft:vertical_half"
|
|
2824
3633
|
]
|
|
2825
3634
|
},
|
|
2826
3635
|
{
|
|
2827
3636
|
"id": "minecraft:polished_deepslate_slab",
|
|
2828
3637
|
"properties": [
|
|
2829
|
-
"
|
|
3638
|
+
"minecraft:vertical_half"
|
|
2830
3639
|
]
|
|
2831
3640
|
},
|
|
2832
3641
|
{
|
|
@@ -2846,6 +3655,10 @@ exports.Blocks = [
|
|
|
2846
3655
|
"wall_post_bit"
|
|
2847
3656
|
]
|
|
2848
3657
|
},
|
|
3658
|
+
{
|
|
3659
|
+
"id": "minecraft:polished_diorite",
|
|
3660
|
+
"properties": []
|
|
3661
|
+
},
|
|
2849
3662
|
{
|
|
2850
3663
|
"id": "minecraft:polished_diorite_stairs",
|
|
2851
3664
|
"properties": [
|
|
@@ -2853,6 +3666,10 @@ exports.Blocks = [
|
|
|
2853
3666
|
"weirdo_direction"
|
|
2854
3667
|
]
|
|
2855
3668
|
},
|
|
3669
|
+
{
|
|
3670
|
+
"id": "minecraft:polished_granite",
|
|
3671
|
+
"properties": []
|
|
3672
|
+
},
|
|
2856
3673
|
{
|
|
2857
3674
|
"id": "minecraft:polished_granite_stairs",
|
|
2858
3675
|
"properties": [
|
|
@@ -2861,25 +3678,62 @@ exports.Blocks = [
|
|
|
2861
3678
|
]
|
|
2862
3679
|
},
|
|
2863
3680
|
{
|
|
2864
|
-
"id": "minecraft:
|
|
3681
|
+
"id": "minecraft:polished_tuff",
|
|
3682
|
+
"properties": []
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"id": "minecraft:polished_tuff_double_slab",
|
|
2865
3686
|
"properties": [
|
|
2866
|
-
"
|
|
3687
|
+
"minecraft:vertical_half"
|
|
2867
3688
|
]
|
|
2868
3689
|
},
|
|
2869
3690
|
{
|
|
2870
|
-
"id": "minecraft:
|
|
3691
|
+
"id": "minecraft:polished_tuff_slab",
|
|
2871
3692
|
"properties": [
|
|
2872
|
-
"
|
|
3693
|
+
"minecraft:vertical_half"
|
|
2873
3694
|
]
|
|
2874
3695
|
},
|
|
2875
3696
|
{
|
|
2876
|
-
"id": "minecraft:
|
|
3697
|
+
"id": "minecraft:polished_tuff_stairs",
|
|
3698
|
+
"properties": [
|
|
3699
|
+
"upside_down_bit",
|
|
3700
|
+
"weirdo_direction"
|
|
3701
|
+
]
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"id": "minecraft:polished_tuff_wall",
|
|
3705
|
+
"properties": [
|
|
3706
|
+
"wall_connection_type_east",
|
|
3707
|
+
"wall_connection_type_north",
|
|
3708
|
+
"wall_connection_type_south",
|
|
3709
|
+
"wall_connection_type_west",
|
|
3710
|
+
"wall_post_bit"
|
|
3711
|
+
]
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"id": "minecraft:poppy",
|
|
3715
|
+
"properties": []
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"id": "minecraft:portal",
|
|
3719
|
+
"properties": [
|
|
3720
|
+
"portal_axis"
|
|
3721
|
+
]
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"id": "minecraft:potatoes",
|
|
3725
|
+
"properties": [
|
|
3726
|
+
"growth"
|
|
3727
|
+
]
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"id": "minecraft:powder_snow",
|
|
2877
3731
|
"properties": []
|
|
2878
3732
|
},
|
|
2879
3733
|
{
|
|
2880
3734
|
"id": "minecraft:powered_comparator",
|
|
2881
3735
|
"properties": [
|
|
2882
|
-
"
|
|
3736
|
+
"minecraft:cardinal_direction",
|
|
2883
3737
|
"output_lit_bit",
|
|
2884
3738
|
"output_subtract_bit"
|
|
2885
3739
|
]
|
|
@@ -2887,7 +3741,7 @@ exports.Blocks = [
|
|
|
2887
3741
|
{
|
|
2888
3742
|
"id": "minecraft:powered_repeater",
|
|
2889
3743
|
"properties": [
|
|
2890
|
-
"
|
|
3744
|
+
"minecraft:cardinal_direction",
|
|
2891
3745
|
"repeater_delay"
|
|
2892
3746
|
]
|
|
2893
3747
|
},
|
|
@@ -2941,12 +3795,36 @@ exports.Blocks = [
|
|
|
2941
3795
|
"id": "minecraft:purple_carpet",
|
|
2942
3796
|
"properties": []
|
|
2943
3797
|
},
|
|
3798
|
+
{
|
|
3799
|
+
"id": "minecraft:purple_concrete",
|
|
3800
|
+
"properties": []
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"id": "minecraft:purple_concrete_powder",
|
|
3804
|
+
"properties": []
|
|
3805
|
+
},
|
|
2944
3806
|
{
|
|
2945
3807
|
"id": "minecraft:purple_glazed_terracotta",
|
|
2946
3808
|
"properties": [
|
|
2947
3809
|
"facing_direction"
|
|
2948
3810
|
]
|
|
2949
3811
|
},
|
|
3812
|
+
{
|
|
3813
|
+
"id": "minecraft:purple_shulker_box",
|
|
3814
|
+
"properties": []
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"id": "minecraft:purple_stained_glass",
|
|
3818
|
+
"properties": []
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"id": "minecraft:purple_stained_glass_pane",
|
|
3822
|
+
"properties": []
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"id": "minecraft:purple_terracotta",
|
|
3826
|
+
"properties": []
|
|
3827
|
+
},
|
|
2950
3828
|
{
|
|
2951
3829
|
"id": "minecraft:purple_wool",
|
|
2952
3830
|
"properties": []
|
|
@@ -2980,6 +3858,12 @@ exports.Blocks = [
|
|
|
2980
3858
|
"id": "minecraft:quartz_ore",
|
|
2981
3859
|
"properties": []
|
|
2982
3860
|
},
|
|
3861
|
+
{
|
|
3862
|
+
"id": "minecraft:quartz_slab",
|
|
3863
|
+
"properties": [
|
|
3864
|
+
"minecraft:vertical_half"
|
|
3865
|
+
]
|
|
3866
|
+
},
|
|
2983
3867
|
{
|
|
2984
3868
|
"id": "minecraft:quartz_stairs",
|
|
2985
3869
|
"properties": [
|
|
@@ -3023,10 +3907,12 @@ exports.Blocks = [
|
|
|
3023
3907
|
"properties": []
|
|
3024
3908
|
},
|
|
3025
3909
|
{
|
|
3026
|
-
"id": "minecraft:
|
|
3027
|
-
"properties": [
|
|
3028
|
-
|
|
3029
|
-
|
|
3910
|
+
"id": "minecraft:red_concrete",
|
|
3911
|
+
"properties": []
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"id": "minecraft:red_concrete_powder",
|
|
3915
|
+
"properties": []
|
|
3030
3916
|
},
|
|
3031
3917
|
{
|
|
3032
3918
|
"id": "minecraft:red_glazed_terracotta",
|
|
@@ -3068,6 +3954,26 @@ exports.Blocks = [
|
|
|
3068
3954
|
"weirdo_direction"
|
|
3069
3955
|
]
|
|
3070
3956
|
},
|
|
3957
|
+
{
|
|
3958
|
+
"id": "minecraft:red_shulker_box",
|
|
3959
|
+
"properties": []
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"id": "minecraft:red_stained_glass",
|
|
3963
|
+
"properties": []
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"id": "minecraft:red_stained_glass_pane",
|
|
3967
|
+
"properties": []
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"id": "minecraft:red_terracotta",
|
|
3971
|
+
"properties": []
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"id": "minecraft:red_tulip",
|
|
3975
|
+
"properties": []
|
|
3976
|
+
},
|
|
3071
3977
|
{
|
|
3072
3978
|
"id": "minecraft:red_wool",
|
|
3073
3979
|
"properties": []
|
|
@@ -3123,6 +4029,12 @@ exports.Blocks = [
|
|
|
3123
4029
|
"respawn_anchor_charge"
|
|
3124
4030
|
]
|
|
3125
4031
|
},
|
|
4032
|
+
{
|
|
4033
|
+
"id": "minecraft:rose_bush",
|
|
4034
|
+
"properties": [
|
|
4035
|
+
"upper_block_bit"
|
|
4036
|
+
]
|
|
4037
|
+
},
|
|
3126
4038
|
{
|
|
3127
4039
|
"id": "minecraft:sand",
|
|
3128
4040
|
"properties": [
|
|
@@ -3136,17 +4048,16 @@ exports.Blocks = [
|
|
|
3136
4048
|
]
|
|
3137
4049
|
},
|
|
3138
4050
|
{
|
|
3139
|
-
"id": "minecraft:
|
|
4051
|
+
"id": "minecraft:sandstone_slab",
|
|
3140
4052
|
"properties": [
|
|
3141
|
-
"
|
|
3142
|
-
"weirdo_direction"
|
|
4053
|
+
"minecraft:vertical_half"
|
|
3143
4054
|
]
|
|
3144
4055
|
},
|
|
3145
4056
|
{
|
|
3146
|
-
"id": "minecraft:
|
|
4057
|
+
"id": "minecraft:sandstone_stairs",
|
|
3147
4058
|
"properties": [
|
|
3148
|
-
"
|
|
3149
|
-
"
|
|
4059
|
+
"upside_down_bit",
|
|
4060
|
+
"weirdo_direction"
|
|
3150
4061
|
]
|
|
3151
4062
|
},
|
|
3152
4063
|
{
|
|
@@ -3169,7 +4080,7 @@ exports.Blocks = [
|
|
|
3169
4080
|
{
|
|
3170
4081
|
"id": "minecraft:sculk_sensor",
|
|
3171
4082
|
"properties": [
|
|
3172
|
-
"
|
|
4083
|
+
"sculk_sensor_phase"
|
|
3173
4084
|
]
|
|
3174
4085
|
},
|
|
3175
4086
|
{
|
|
@@ -3203,14 +4114,12 @@ exports.Blocks = [
|
|
|
3203
4114
|
]
|
|
3204
4115
|
},
|
|
3205
4116
|
{
|
|
3206
|
-
"id": "minecraft:
|
|
4117
|
+
"id": "minecraft:short_grass",
|
|
3207
4118
|
"properties": []
|
|
3208
4119
|
},
|
|
3209
4120
|
{
|
|
3210
|
-
"id": "minecraft:
|
|
3211
|
-
"properties": [
|
|
3212
|
-
"color"
|
|
3213
|
-
]
|
|
4121
|
+
"id": "minecraft:shroomlight",
|
|
4122
|
+
"properties": []
|
|
3214
4123
|
},
|
|
3215
4124
|
{
|
|
3216
4125
|
"id": "minecraft:silver_glazed_terracotta",
|
|
@@ -3231,13 +4140,13 @@ exports.Blocks = [
|
|
|
3231
4140
|
{
|
|
3232
4141
|
"id": "minecraft:small_amethyst_bud",
|
|
3233
4142
|
"properties": [
|
|
3234
|
-
"
|
|
4143
|
+
"minecraft:block_face"
|
|
3235
4144
|
]
|
|
3236
4145
|
},
|
|
3237
4146
|
{
|
|
3238
4147
|
"id": "minecraft:small_dripleaf_block",
|
|
3239
4148
|
"properties": [
|
|
3240
|
-
"
|
|
4149
|
+
"minecraft:cardinal_direction",
|
|
3241
4150
|
"upper_block_bit"
|
|
3242
4151
|
]
|
|
3243
4152
|
},
|
|
@@ -3248,7 +4157,7 @@ exports.Blocks = [
|
|
|
3248
4157
|
{
|
|
3249
4158
|
"id": "minecraft:smoker",
|
|
3250
4159
|
"properties": [
|
|
3251
|
-
"
|
|
4160
|
+
"minecraft:cardinal_direction"
|
|
3252
4161
|
]
|
|
3253
4162
|
},
|
|
3254
4163
|
{
|
|
@@ -3280,6 +4189,12 @@ exports.Blocks = [
|
|
|
3280
4189
|
"id": "minecraft:smooth_stone",
|
|
3281
4190
|
"properties": []
|
|
3282
4191
|
},
|
|
4192
|
+
{
|
|
4193
|
+
"id": "minecraft:smooth_stone_slab",
|
|
4194
|
+
"properties": [
|
|
4195
|
+
"minecraft:vertical_half"
|
|
4196
|
+
]
|
|
4197
|
+
},
|
|
3283
4198
|
{
|
|
3284
4199
|
"id": "minecraft:sniffer_egg",
|
|
3285
4200
|
"properties": [
|
|
@@ -3300,8 +4215,8 @@ exports.Blocks = [
|
|
|
3300
4215
|
{
|
|
3301
4216
|
"id": "minecraft:soul_campfire",
|
|
3302
4217
|
"properties": [
|
|
3303
|
-
"
|
|
3304
|
-
"
|
|
4218
|
+
"extinguished",
|
|
4219
|
+
"minecraft:cardinal_direction"
|
|
3305
4220
|
]
|
|
3306
4221
|
},
|
|
3307
4222
|
{
|
|
@@ -3356,6 +4271,12 @@ exports.Blocks = [
|
|
|
3356
4271
|
"upper_block_bit"
|
|
3357
4272
|
]
|
|
3358
4273
|
},
|
|
4274
|
+
{
|
|
4275
|
+
"id": "minecraft:spruce_double_slab",
|
|
4276
|
+
"properties": [
|
|
4277
|
+
"minecraft:vertical_half"
|
|
4278
|
+
]
|
|
4279
|
+
},
|
|
3359
4280
|
{
|
|
3360
4281
|
"id": "minecraft:spruce_fence",
|
|
3361
4282
|
"properties": []
|
|
@@ -3377,18 +4298,41 @@ exports.Blocks = [
|
|
|
3377
4298
|
"hanging"
|
|
3378
4299
|
]
|
|
3379
4300
|
},
|
|
4301
|
+
{
|
|
4302
|
+
"id": "minecraft:spruce_leaves",
|
|
4303
|
+
"properties": [
|
|
4304
|
+
"persistent_bit",
|
|
4305
|
+
"update_bit"
|
|
4306
|
+
]
|
|
4307
|
+
},
|
|
3380
4308
|
{
|
|
3381
4309
|
"id": "minecraft:spruce_log",
|
|
3382
4310
|
"properties": [
|
|
3383
4311
|
"pillar_axis"
|
|
3384
4312
|
]
|
|
3385
4313
|
},
|
|
4314
|
+
{
|
|
4315
|
+
"id": "minecraft:spruce_planks",
|
|
4316
|
+
"properties": []
|
|
4317
|
+
},
|
|
3386
4318
|
{
|
|
3387
4319
|
"id": "minecraft:spruce_pressure_plate",
|
|
3388
4320
|
"properties": [
|
|
3389
4321
|
"redstone_signal"
|
|
3390
4322
|
]
|
|
3391
4323
|
},
|
|
4324
|
+
{
|
|
4325
|
+
"id": "minecraft:spruce_sapling",
|
|
4326
|
+
"properties": [
|
|
4327
|
+
"age_bit"
|
|
4328
|
+
]
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"id": "minecraft:spruce_slab",
|
|
4332
|
+
"properties": [
|
|
4333
|
+
"minecraft:vertical_half"
|
|
4334
|
+
]
|
|
4335
|
+
},
|
|
3392
4336
|
{
|
|
3393
4337
|
"id": "minecraft:spruce_stairs",
|
|
3394
4338
|
"properties": [
|
|
@@ -3417,21 +4361,9 @@ exports.Blocks = [
|
|
|
3417
4361
|
]
|
|
3418
4362
|
},
|
|
3419
4363
|
{
|
|
3420
|
-
"id": "minecraft:
|
|
4364
|
+
"id": "minecraft:spruce_wood",
|
|
3421
4365
|
"properties": [
|
|
3422
|
-
"
|
|
3423
|
-
]
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"id": "minecraft:stained_glass_pane",
|
|
3427
|
-
"properties": [
|
|
3428
|
-
"color"
|
|
3429
|
-
]
|
|
3430
|
-
},
|
|
3431
|
-
{
|
|
3432
|
-
"id": "minecraft:stained_hardened_clay",
|
|
3433
|
-
"properties": [
|
|
3434
|
-
"color"
|
|
4366
|
+
"pillar_axis"
|
|
3435
4367
|
]
|
|
3436
4368
|
},
|
|
3437
4369
|
{
|
|
@@ -3460,36 +4392,33 @@ exports.Blocks = [
|
|
|
3460
4392
|
},
|
|
3461
4393
|
{
|
|
3462
4394
|
"id": "minecraft:stone",
|
|
3463
|
-
"properties": [
|
|
3464
|
-
"stone_type"
|
|
3465
|
-
]
|
|
4395
|
+
"properties": []
|
|
3466
4396
|
},
|
|
3467
4397
|
{
|
|
3468
|
-
"id": "minecraft:
|
|
4398
|
+
"id": "minecraft:stone_block_slab2",
|
|
3469
4399
|
"properties": [
|
|
3470
|
-
"
|
|
3471
|
-
"
|
|
4400
|
+
"minecraft:vertical_half",
|
|
4401
|
+
"stone_slab_type_2"
|
|
3472
4402
|
]
|
|
3473
4403
|
},
|
|
3474
4404
|
{
|
|
3475
|
-
"id": "minecraft:
|
|
4405
|
+
"id": "minecraft:stone_block_slab3",
|
|
3476
4406
|
"properties": [
|
|
3477
|
-
"
|
|
3478
|
-
"
|
|
4407
|
+
"minecraft:vertical_half",
|
|
4408
|
+
"stone_slab_type_3"
|
|
3479
4409
|
]
|
|
3480
4410
|
},
|
|
3481
4411
|
{
|
|
3482
|
-
"id": "minecraft:
|
|
4412
|
+
"id": "minecraft:stone_block_slab4",
|
|
3483
4413
|
"properties": [
|
|
3484
|
-
"
|
|
3485
|
-
"
|
|
4414
|
+
"minecraft:vertical_half",
|
|
4415
|
+
"stone_slab_type_4"
|
|
3486
4416
|
]
|
|
3487
4417
|
},
|
|
3488
4418
|
{
|
|
3489
|
-
"id": "minecraft:
|
|
4419
|
+
"id": "minecraft:stone_brick_slab",
|
|
3490
4420
|
"properties": [
|
|
3491
|
-
"
|
|
3492
|
-
"top_slot_bit"
|
|
4421
|
+
"minecraft:vertical_half"
|
|
3493
4422
|
]
|
|
3494
4423
|
},
|
|
3495
4424
|
{
|
|
@@ -3532,7 +4461,7 @@ exports.Blocks = [
|
|
|
3532
4461
|
{
|
|
3533
4462
|
"id": "minecraft:stonecutter_block",
|
|
3534
4463
|
"properties": [
|
|
3535
|
-
"
|
|
4464
|
+
"minecraft:cardinal_direction"
|
|
3536
4465
|
]
|
|
3537
4466
|
},
|
|
3538
4467
|
{
|
|
@@ -3541,6 +4470,12 @@ exports.Blocks = [
|
|
|
3541
4470
|
"pillar_axis"
|
|
3542
4471
|
]
|
|
3543
4472
|
},
|
|
4473
|
+
{
|
|
4474
|
+
"id": "minecraft:stripped_acacia_wood",
|
|
4475
|
+
"properties": [
|
|
4476
|
+
"pillar_axis"
|
|
4477
|
+
]
|
|
4478
|
+
},
|
|
3544
4479
|
{
|
|
3545
4480
|
"id": "minecraft:stripped_bamboo_block",
|
|
3546
4481
|
"properties": [
|
|
@@ -3553,6 +4488,12 @@ exports.Blocks = [
|
|
|
3553
4488
|
"pillar_axis"
|
|
3554
4489
|
]
|
|
3555
4490
|
},
|
|
4491
|
+
{
|
|
4492
|
+
"id": "minecraft:stripped_birch_wood",
|
|
4493
|
+
"properties": [
|
|
4494
|
+
"pillar_axis"
|
|
4495
|
+
]
|
|
4496
|
+
},
|
|
3556
4497
|
{
|
|
3557
4498
|
"id": "minecraft:stripped_cherry_log",
|
|
3558
4499
|
"properties": [
|
|
@@ -3583,12 +4524,24 @@ exports.Blocks = [
|
|
|
3583
4524
|
"pillar_axis"
|
|
3584
4525
|
]
|
|
3585
4526
|
},
|
|
4527
|
+
{
|
|
4528
|
+
"id": "minecraft:stripped_dark_oak_wood",
|
|
4529
|
+
"properties": [
|
|
4530
|
+
"pillar_axis"
|
|
4531
|
+
]
|
|
4532
|
+
},
|
|
3586
4533
|
{
|
|
3587
4534
|
"id": "minecraft:stripped_jungle_log",
|
|
3588
4535
|
"properties": [
|
|
3589
4536
|
"pillar_axis"
|
|
3590
4537
|
]
|
|
3591
4538
|
},
|
|
4539
|
+
{
|
|
4540
|
+
"id": "minecraft:stripped_jungle_wood",
|
|
4541
|
+
"properties": [
|
|
4542
|
+
"pillar_axis"
|
|
4543
|
+
]
|
|
4544
|
+
},
|
|
3592
4545
|
{
|
|
3593
4546
|
"id": "minecraft:stripped_mangrove_log",
|
|
3594
4547
|
"properties": [
|
|
@@ -3607,12 +4560,24 @@ exports.Blocks = [
|
|
|
3607
4560
|
"pillar_axis"
|
|
3608
4561
|
]
|
|
3609
4562
|
},
|
|
4563
|
+
{
|
|
4564
|
+
"id": "minecraft:stripped_oak_wood",
|
|
4565
|
+
"properties": [
|
|
4566
|
+
"pillar_axis"
|
|
4567
|
+
]
|
|
4568
|
+
},
|
|
3610
4569
|
{
|
|
3611
4570
|
"id": "minecraft:stripped_spruce_log",
|
|
3612
4571
|
"properties": [
|
|
3613
4572
|
"pillar_axis"
|
|
3614
4573
|
]
|
|
3615
4574
|
},
|
|
4575
|
+
{
|
|
4576
|
+
"id": "minecraft:stripped_spruce_wood",
|
|
4577
|
+
"properties": [
|
|
4578
|
+
"pillar_axis"
|
|
4579
|
+
]
|
|
4580
|
+
},
|
|
3616
4581
|
{
|
|
3617
4582
|
"id": "minecraft:stripped_warped_hyphae",
|
|
3618
4583
|
"properties": [
|
|
@@ -3637,6 +4602,12 @@ exports.Blocks = [
|
|
|
3637
4602
|
"structure_void_type"
|
|
3638
4603
|
]
|
|
3639
4604
|
},
|
|
4605
|
+
{
|
|
4606
|
+
"id": "minecraft:sunflower",
|
|
4607
|
+
"properties": [
|
|
4608
|
+
"upper_block_bit"
|
|
4609
|
+
]
|
|
4610
|
+
},
|
|
3640
4611
|
{
|
|
3641
4612
|
"id": "minecraft:suspicious_gravel",
|
|
3642
4613
|
"properties": [
|
|
@@ -3658,9 +4629,9 @@ exports.Blocks = [
|
|
|
3658
4629
|
]
|
|
3659
4630
|
},
|
|
3660
4631
|
{
|
|
3661
|
-
"id": "minecraft:
|
|
4632
|
+
"id": "minecraft:tall_grass",
|
|
3662
4633
|
"properties": [
|
|
3663
|
-
"
|
|
4634
|
+
"upper_block_bit"
|
|
3664
4635
|
]
|
|
3665
4636
|
},
|
|
3666
4637
|
{
|
|
@@ -3705,7 +4676,14 @@ exports.Blocks = [
|
|
|
3705
4676
|
{
|
|
3706
4677
|
"id": "minecraft:trapped_chest",
|
|
3707
4678
|
"properties": [
|
|
3708
|
-
"
|
|
4679
|
+
"minecraft:cardinal_direction"
|
|
4680
|
+
]
|
|
4681
|
+
},
|
|
4682
|
+
{
|
|
4683
|
+
"id": "minecraft:trial_spawner",
|
|
4684
|
+
"properties": [
|
|
4685
|
+
"ominous",
|
|
4686
|
+
"trial_spawner_state"
|
|
3709
4687
|
]
|
|
3710
4688
|
},
|
|
3711
4689
|
{
|
|
@@ -3729,10 +4707,82 @@ exports.Blocks = [
|
|
|
3729
4707
|
"id": "minecraft:tube_coral",
|
|
3730
4708
|
"properties": []
|
|
3731
4709
|
},
|
|
4710
|
+
{
|
|
4711
|
+
"id": "minecraft:tube_coral_block",
|
|
4712
|
+
"properties": []
|
|
4713
|
+
},
|
|
4714
|
+
{
|
|
4715
|
+
"id": "minecraft:tube_coral_fan",
|
|
4716
|
+
"properties": [
|
|
4717
|
+
"coral_fan_direction"
|
|
4718
|
+
]
|
|
4719
|
+
},
|
|
3732
4720
|
{
|
|
3733
4721
|
"id": "minecraft:tuff",
|
|
3734
4722
|
"properties": []
|
|
3735
4723
|
},
|
|
4724
|
+
{
|
|
4725
|
+
"id": "minecraft:tuff_brick_double_slab",
|
|
4726
|
+
"properties": [
|
|
4727
|
+
"minecraft:vertical_half"
|
|
4728
|
+
]
|
|
4729
|
+
},
|
|
4730
|
+
{
|
|
4731
|
+
"id": "minecraft:tuff_brick_slab",
|
|
4732
|
+
"properties": [
|
|
4733
|
+
"minecraft:vertical_half"
|
|
4734
|
+
]
|
|
4735
|
+
},
|
|
4736
|
+
{
|
|
4737
|
+
"id": "minecraft:tuff_brick_stairs",
|
|
4738
|
+
"properties": [
|
|
4739
|
+
"upside_down_bit",
|
|
4740
|
+
"weirdo_direction"
|
|
4741
|
+
]
|
|
4742
|
+
},
|
|
4743
|
+
{
|
|
4744
|
+
"id": "minecraft:tuff_brick_wall",
|
|
4745
|
+
"properties": [
|
|
4746
|
+
"wall_connection_type_east",
|
|
4747
|
+
"wall_connection_type_north",
|
|
4748
|
+
"wall_connection_type_south",
|
|
4749
|
+
"wall_connection_type_west",
|
|
4750
|
+
"wall_post_bit"
|
|
4751
|
+
]
|
|
4752
|
+
},
|
|
4753
|
+
{
|
|
4754
|
+
"id": "minecraft:tuff_bricks",
|
|
4755
|
+
"properties": []
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"id": "minecraft:tuff_double_slab",
|
|
4759
|
+
"properties": [
|
|
4760
|
+
"minecraft:vertical_half"
|
|
4761
|
+
]
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"id": "minecraft:tuff_slab",
|
|
4765
|
+
"properties": [
|
|
4766
|
+
"minecraft:vertical_half"
|
|
4767
|
+
]
|
|
4768
|
+
},
|
|
4769
|
+
{
|
|
4770
|
+
"id": "minecraft:tuff_stairs",
|
|
4771
|
+
"properties": [
|
|
4772
|
+
"upside_down_bit",
|
|
4773
|
+
"weirdo_direction"
|
|
4774
|
+
]
|
|
4775
|
+
},
|
|
4776
|
+
{
|
|
4777
|
+
"id": "minecraft:tuff_wall",
|
|
4778
|
+
"properties": [
|
|
4779
|
+
"wall_connection_type_east",
|
|
4780
|
+
"wall_connection_type_north",
|
|
4781
|
+
"wall_connection_type_south",
|
|
4782
|
+
"wall_connection_type_west",
|
|
4783
|
+
"wall_post_bit"
|
|
4784
|
+
]
|
|
4785
|
+
},
|
|
3736
4786
|
{
|
|
3737
4787
|
"id": "minecraft:turtle_egg",
|
|
3738
4788
|
"properties": [
|
|
@@ -3763,7 +4813,7 @@ exports.Blocks = [
|
|
|
3763
4813
|
{
|
|
3764
4814
|
"id": "minecraft:unpowered_comparator",
|
|
3765
4815
|
"properties": [
|
|
3766
|
-
"
|
|
4816
|
+
"minecraft:cardinal_direction",
|
|
3767
4817
|
"output_lit_bit",
|
|
3768
4818
|
"output_subtract_bit"
|
|
3769
4819
|
]
|
|
@@ -3771,10 +4821,18 @@ exports.Blocks = [
|
|
|
3771
4821
|
{
|
|
3772
4822
|
"id": "minecraft:unpowered_repeater",
|
|
3773
4823
|
"properties": [
|
|
3774
|
-
"
|
|
4824
|
+
"minecraft:cardinal_direction",
|
|
3775
4825
|
"repeater_delay"
|
|
3776
4826
|
]
|
|
3777
4827
|
},
|
|
4828
|
+
{
|
|
4829
|
+
"id": "minecraft:vault",
|
|
4830
|
+
"properties": [
|
|
4831
|
+
"minecraft:cardinal_direction",
|
|
4832
|
+
"ominous",
|
|
4833
|
+
"vault_state"
|
|
4834
|
+
]
|
|
4835
|
+
},
|
|
3778
4836
|
{
|
|
3779
4837
|
"id": "minecraft:verdant_froglight",
|
|
3780
4838
|
"properties": [
|
|
@@ -3818,7 +4876,7 @@ exports.Blocks = [
|
|
|
3818
4876
|
{
|
|
3819
4877
|
"id": "minecraft:warped_double_slab",
|
|
3820
4878
|
"properties": [
|
|
3821
|
-
"
|
|
4879
|
+
"minecraft:vertical_half"
|
|
3822
4880
|
]
|
|
3823
4881
|
},
|
|
3824
4882
|
{
|
|
@@ -3873,7 +4931,7 @@ exports.Blocks = [
|
|
|
3873
4931
|
{
|
|
3874
4932
|
"id": "minecraft:warped_slab",
|
|
3875
4933
|
"properties": [
|
|
3876
|
-
"
|
|
4934
|
+
"minecraft:vertical_half"
|
|
3877
4935
|
]
|
|
3878
4936
|
},
|
|
3879
4937
|
{
|
|
@@ -3923,10 +4981,42 @@ exports.Blocks = [
|
|
|
3923
4981
|
"id": "minecraft:waterlily",
|
|
3924
4982
|
"properties": []
|
|
3925
4983
|
},
|
|
4984
|
+
{
|
|
4985
|
+
"id": "minecraft:waxed_chiseled_copper",
|
|
4986
|
+
"properties": []
|
|
4987
|
+
},
|
|
3926
4988
|
{
|
|
3927
4989
|
"id": "minecraft:waxed_copper",
|
|
3928
4990
|
"properties": []
|
|
3929
4991
|
},
|
|
4992
|
+
{
|
|
4993
|
+
"id": "minecraft:waxed_copper_bulb",
|
|
4994
|
+
"properties": [
|
|
4995
|
+
"lit",
|
|
4996
|
+
"powered_bit"
|
|
4997
|
+
]
|
|
4998
|
+
},
|
|
4999
|
+
{
|
|
5000
|
+
"id": "minecraft:waxed_copper_door",
|
|
5001
|
+
"properties": [
|
|
5002
|
+
"direction",
|
|
5003
|
+
"door_hinge_bit",
|
|
5004
|
+
"open_bit",
|
|
5005
|
+
"upper_block_bit"
|
|
5006
|
+
]
|
|
5007
|
+
},
|
|
5008
|
+
{
|
|
5009
|
+
"id": "minecraft:waxed_copper_grate",
|
|
5010
|
+
"properties": []
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"id": "minecraft:waxed_copper_trapdoor",
|
|
5014
|
+
"properties": [
|
|
5015
|
+
"direction",
|
|
5016
|
+
"open_bit",
|
|
5017
|
+
"upside_down_bit"
|
|
5018
|
+
]
|
|
5019
|
+
},
|
|
3930
5020
|
{
|
|
3931
5021
|
"id": "minecraft:waxed_cut_copper",
|
|
3932
5022
|
"properties": []
|
|
@@ -3934,7 +5024,7 @@ exports.Blocks = [
|
|
|
3934
5024
|
{
|
|
3935
5025
|
"id": "minecraft:waxed_cut_copper_slab",
|
|
3936
5026
|
"properties": [
|
|
3937
|
-
"
|
|
5027
|
+
"minecraft:vertical_half"
|
|
3938
5028
|
]
|
|
3939
5029
|
},
|
|
3940
5030
|
{
|
|
@@ -3947,13 +5037,45 @@ exports.Blocks = [
|
|
|
3947
5037
|
{
|
|
3948
5038
|
"id": "minecraft:waxed_double_cut_copper_slab",
|
|
3949
5039
|
"properties": [
|
|
3950
|
-
"
|
|
5040
|
+
"minecraft:vertical_half"
|
|
3951
5041
|
]
|
|
3952
5042
|
},
|
|
5043
|
+
{
|
|
5044
|
+
"id": "minecraft:waxed_exposed_chiseled_copper",
|
|
5045
|
+
"properties": []
|
|
5046
|
+
},
|
|
3953
5047
|
{
|
|
3954
5048
|
"id": "minecraft:waxed_exposed_copper",
|
|
3955
5049
|
"properties": []
|
|
3956
5050
|
},
|
|
5051
|
+
{
|
|
5052
|
+
"id": "minecraft:waxed_exposed_copper_bulb",
|
|
5053
|
+
"properties": [
|
|
5054
|
+
"lit",
|
|
5055
|
+
"powered_bit"
|
|
5056
|
+
]
|
|
5057
|
+
},
|
|
5058
|
+
{
|
|
5059
|
+
"id": "minecraft:waxed_exposed_copper_door",
|
|
5060
|
+
"properties": [
|
|
5061
|
+
"direction",
|
|
5062
|
+
"door_hinge_bit",
|
|
5063
|
+
"open_bit",
|
|
5064
|
+
"upper_block_bit"
|
|
5065
|
+
]
|
|
5066
|
+
},
|
|
5067
|
+
{
|
|
5068
|
+
"id": "minecraft:waxed_exposed_copper_grate",
|
|
5069
|
+
"properties": []
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"id": "minecraft:waxed_exposed_copper_trapdoor",
|
|
5073
|
+
"properties": [
|
|
5074
|
+
"direction",
|
|
5075
|
+
"open_bit",
|
|
5076
|
+
"upside_down_bit"
|
|
5077
|
+
]
|
|
5078
|
+
},
|
|
3957
5079
|
{
|
|
3958
5080
|
"id": "minecraft:waxed_exposed_cut_copper",
|
|
3959
5081
|
"properties": []
|
|
@@ -3961,7 +5083,7 @@ exports.Blocks = [
|
|
|
3961
5083
|
{
|
|
3962
5084
|
"id": "minecraft:waxed_exposed_cut_copper_slab",
|
|
3963
5085
|
"properties": [
|
|
3964
|
-
"
|
|
5086
|
+
"minecraft:vertical_half"
|
|
3965
5087
|
]
|
|
3966
5088
|
},
|
|
3967
5089
|
{
|
|
@@ -3974,13 +5096,45 @@ exports.Blocks = [
|
|
|
3974
5096
|
{
|
|
3975
5097
|
"id": "minecraft:waxed_exposed_double_cut_copper_slab",
|
|
3976
5098
|
"properties": [
|
|
3977
|
-
"
|
|
5099
|
+
"minecraft:vertical_half"
|
|
3978
5100
|
]
|
|
3979
5101
|
},
|
|
5102
|
+
{
|
|
5103
|
+
"id": "minecraft:waxed_oxidized_chiseled_copper",
|
|
5104
|
+
"properties": []
|
|
5105
|
+
},
|
|
3980
5106
|
{
|
|
3981
5107
|
"id": "minecraft:waxed_oxidized_copper",
|
|
3982
5108
|
"properties": []
|
|
3983
5109
|
},
|
|
5110
|
+
{
|
|
5111
|
+
"id": "minecraft:waxed_oxidized_copper_bulb",
|
|
5112
|
+
"properties": [
|
|
5113
|
+
"lit",
|
|
5114
|
+
"powered_bit"
|
|
5115
|
+
]
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"id": "minecraft:waxed_oxidized_copper_door",
|
|
5119
|
+
"properties": [
|
|
5120
|
+
"direction",
|
|
5121
|
+
"door_hinge_bit",
|
|
5122
|
+
"open_bit",
|
|
5123
|
+
"upper_block_bit"
|
|
5124
|
+
]
|
|
5125
|
+
},
|
|
5126
|
+
{
|
|
5127
|
+
"id": "minecraft:waxed_oxidized_copper_grate",
|
|
5128
|
+
"properties": []
|
|
5129
|
+
},
|
|
5130
|
+
{
|
|
5131
|
+
"id": "minecraft:waxed_oxidized_copper_trapdoor",
|
|
5132
|
+
"properties": [
|
|
5133
|
+
"direction",
|
|
5134
|
+
"open_bit",
|
|
5135
|
+
"upside_down_bit"
|
|
5136
|
+
]
|
|
5137
|
+
},
|
|
3984
5138
|
{
|
|
3985
5139
|
"id": "minecraft:waxed_oxidized_cut_copper",
|
|
3986
5140
|
"properties": []
|
|
@@ -3988,7 +5142,7 @@ exports.Blocks = [
|
|
|
3988
5142
|
{
|
|
3989
5143
|
"id": "minecraft:waxed_oxidized_cut_copper_slab",
|
|
3990
5144
|
"properties": [
|
|
3991
|
-
"
|
|
5145
|
+
"minecraft:vertical_half"
|
|
3992
5146
|
]
|
|
3993
5147
|
},
|
|
3994
5148
|
{
|
|
@@ -4001,13 +5155,45 @@ exports.Blocks = [
|
|
|
4001
5155
|
{
|
|
4002
5156
|
"id": "minecraft:waxed_oxidized_double_cut_copper_slab",
|
|
4003
5157
|
"properties": [
|
|
4004
|
-
"
|
|
5158
|
+
"minecraft:vertical_half"
|
|
4005
5159
|
]
|
|
4006
5160
|
},
|
|
5161
|
+
{
|
|
5162
|
+
"id": "minecraft:waxed_weathered_chiseled_copper",
|
|
5163
|
+
"properties": []
|
|
5164
|
+
},
|
|
4007
5165
|
{
|
|
4008
5166
|
"id": "minecraft:waxed_weathered_copper",
|
|
4009
5167
|
"properties": []
|
|
4010
5168
|
},
|
|
5169
|
+
{
|
|
5170
|
+
"id": "minecraft:waxed_weathered_copper_bulb",
|
|
5171
|
+
"properties": [
|
|
5172
|
+
"lit",
|
|
5173
|
+
"powered_bit"
|
|
5174
|
+
]
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
"id": "minecraft:waxed_weathered_copper_door",
|
|
5178
|
+
"properties": [
|
|
5179
|
+
"direction",
|
|
5180
|
+
"door_hinge_bit",
|
|
5181
|
+
"open_bit",
|
|
5182
|
+
"upper_block_bit"
|
|
5183
|
+
]
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"id": "minecraft:waxed_weathered_copper_grate",
|
|
5187
|
+
"properties": []
|
|
5188
|
+
},
|
|
5189
|
+
{
|
|
5190
|
+
"id": "minecraft:waxed_weathered_copper_trapdoor",
|
|
5191
|
+
"properties": [
|
|
5192
|
+
"direction",
|
|
5193
|
+
"open_bit",
|
|
5194
|
+
"upside_down_bit"
|
|
5195
|
+
]
|
|
5196
|
+
},
|
|
4011
5197
|
{
|
|
4012
5198
|
"id": "minecraft:waxed_weathered_cut_copper",
|
|
4013
5199
|
"properties": []
|
|
@@ -4015,7 +5201,7 @@ exports.Blocks = [
|
|
|
4015
5201
|
{
|
|
4016
5202
|
"id": "minecraft:waxed_weathered_cut_copper_slab",
|
|
4017
5203
|
"properties": [
|
|
4018
|
-
"
|
|
5204
|
+
"minecraft:vertical_half"
|
|
4019
5205
|
]
|
|
4020
5206
|
},
|
|
4021
5207
|
{
|
|
@@ -4028,13 +5214,45 @@ exports.Blocks = [
|
|
|
4028
5214
|
{
|
|
4029
5215
|
"id": "minecraft:waxed_weathered_double_cut_copper_slab",
|
|
4030
5216
|
"properties": [
|
|
4031
|
-
"
|
|
5217
|
+
"minecraft:vertical_half"
|
|
4032
5218
|
]
|
|
4033
5219
|
},
|
|
5220
|
+
{
|
|
5221
|
+
"id": "minecraft:weathered_chiseled_copper",
|
|
5222
|
+
"properties": []
|
|
5223
|
+
},
|
|
4034
5224
|
{
|
|
4035
5225
|
"id": "minecraft:weathered_copper",
|
|
4036
5226
|
"properties": []
|
|
4037
5227
|
},
|
|
5228
|
+
{
|
|
5229
|
+
"id": "minecraft:weathered_copper_bulb",
|
|
5230
|
+
"properties": [
|
|
5231
|
+
"lit",
|
|
5232
|
+
"powered_bit"
|
|
5233
|
+
]
|
|
5234
|
+
},
|
|
5235
|
+
{
|
|
5236
|
+
"id": "minecraft:weathered_copper_door",
|
|
5237
|
+
"properties": [
|
|
5238
|
+
"direction",
|
|
5239
|
+
"door_hinge_bit",
|
|
5240
|
+
"open_bit",
|
|
5241
|
+
"upper_block_bit"
|
|
5242
|
+
]
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"id": "minecraft:weathered_copper_grate",
|
|
5246
|
+
"properties": []
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"id": "minecraft:weathered_copper_trapdoor",
|
|
5250
|
+
"properties": [
|
|
5251
|
+
"direction",
|
|
5252
|
+
"open_bit",
|
|
5253
|
+
"upside_down_bit"
|
|
5254
|
+
]
|
|
5255
|
+
},
|
|
4038
5256
|
{
|
|
4039
5257
|
"id": "minecraft:weathered_cut_copper",
|
|
4040
5258
|
"properties": []
|
|
@@ -4042,7 +5260,7 @@ exports.Blocks = [
|
|
|
4042
5260
|
{
|
|
4043
5261
|
"id": "minecraft:weathered_cut_copper_slab",
|
|
4044
5262
|
"properties": [
|
|
4045
|
-
"
|
|
5263
|
+
"minecraft:vertical_half"
|
|
4046
5264
|
]
|
|
4047
5265
|
},
|
|
4048
5266
|
{
|
|
@@ -4055,7 +5273,7 @@ exports.Blocks = [
|
|
|
4055
5273
|
{
|
|
4056
5274
|
"id": "minecraft:weathered_double_cut_copper_slab",
|
|
4057
5275
|
"properties": [
|
|
4058
|
-
"
|
|
5276
|
+
"minecraft:vertical_half"
|
|
4059
5277
|
]
|
|
4060
5278
|
},
|
|
4061
5279
|
{
|
|
@@ -4091,6 +5309,14 @@ exports.Blocks = [
|
|
|
4091
5309
|
"id": "minecraft:white_carpet",
|
|
4092
5310
|
"properties": []
|
|
4093
5311
|
},
|
|
5312
|
+
{
|
|
5313
|
+
"id": "minecraft:white_concrete",
|
|
5314
|
+
"properties": []
|
|
5315
|
+
},
|
|
5316
|
+
{
|
|
5317
|
+
"id": "minecraft:white_concrete_powder",
|
|
5318
|
+
"properties": []
|
|
5319
|
+
},
|
|
4094
5320
|
{
|
|
4095
5321
|
"id": "minecraft:white_glazed_terracotta",
|
|
4096
5322
|
"properties": [
|
|
@@ -4098,20 +5324,32 @@ exports.Blocks = [
|
|
|
4098
5324
|
]
|
|
4099
5325
|
},
|
|
4100
5326
|
{
|
|
4101
|
-
"id": "minecraft:
|
|
5327
|
+
"id": "minecraft:white_shulker_box",
|
|
4102
5328
|
"properties": []
|
|
4103
5329
|
},
|
|
4104
5330
|
{
|
|
4105
|
-
"id": "minecraft:
|
|
5331
|
+
"id": "minecraft:white_stained_glass",
|
|
4106
5332
|
"properties": []
|
|
4107
5333
|
},
|
|
4108
5334
|
{
|
|
4109
|
-
"id": "minecraft:
|
|
4110
|
-
"properties": [
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
]
|
|
5335
|
+
"id": "minecraft:white_stained_glass_pane",
|
|
5336
|
+
"properties": []
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
"id": "minecraft:white_terracotta",
|
|
5340
|
+
"properties": []
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"id": "minecraft:white_tulip",
|
|
5344
|
+
"properties": []
|
|
5345
|
+
},
|
|
5346
|
+
{
|
|
5347
|
+
"id": "minecraft:white_wool",
|
|
5348
|
+
"properties": []
|
|
5349
|
+
},
|
|
5350
|
+
{
|
|
5351
|
+
"id": "minecraft:wither_rose",
|
|
5352
|
+
"properties": []
|
|
4115
5353
|
},
|
|
4116
5354
|
{
|
|
4117
5355
|
"id": "minecraft:wooden_button",
|
|
@@ -4135,13 +5373,6 @@ exports.Blocks = [
|
|
|
4135
5373
|
"redstone_signal"
|
|
4136
5374
|
]
|
|
4137
5375
|
},
|
|
4138
|
-
{
|
|
4139
|
-
"id": "minecraft:wooden_slab",
|
|
4140
|
-
"properties": [
|
|
4141
|
-
"top_slot_bit",
|
|
4142
|
-
"wood_type"
|
|
4143
|
-
]
|
|
4144
|
-
},
|
|
4145
5376
|
{
|
|
4146
5377
|
"id": "minecraft:yellow_candle",
|
|
4147
5378
|
"properties": [
|
|
@@ -4159,6 +5390,14 @@ exports.Blocks = [
|
|
|
4159
5390
|
"id": "minecraft:yellow_carpet",
|
|
4160
5391
|
"properties": []
|
|
4161
5392
|
},
|
|
5393
|
+
{
|
|
5394
|
+
"id": "minecraft:yellow_concrete",
|
|
5395
|
+
"properties": []
|
|
5396
|
+
},
|
|
5397
|
+
{
|
|
5398
|
+
"id": "minecraft:yellow_concrete_powder",
|
|
5399
|
+
"properties": []
|
|
5400
|
+
},
|
|
4162
5401
|
{
|
|
4163
5402
|
"id": "minecraft:yellow_flower",
|
|
4164
5403
|
"properties": []
|
|
@@ -4169,6 +5408,22 @@ exports.Blocks = [
|
|
|
4169
5408
|
"facing_direction"
|
|
4170
5409
|
]
|
|
4171
5410
|
},
|
|
5411
|
+
{
|
|
5412
|
+
"id": "minecraft:yellow_shulker_box",
|
|
5413
|
+
"properties": []
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"id": "minecraft:yellow_stained_glass",
|
|
5417
|
+
"properties": []
|
|
5418
|
+
},
|
|
5419
|
+
{
|
|
5420
|
+
"id": "minecraft:yellow_stained_glass_pane",
|
|
5421
|
+
"properties": []
|
|
5422
|
+
},
|
|
5423
|
+
{
|
|
5424
|
+
"id": "minecraft:yellow_terracotta",
|
|
5425
|
+
"properties": []
|
|
5426
|
+
},
|
|
4172
5427
|
{
|
|
4173
5428
|
"id": "minecraft:yellow_wool",
|
|
4174
5429
|
"properties": []
|