-
Notifications
You must be signed in to change notification settings - Fork 1
/
minecraft_textures_atlas_blocks.png.txt
1577 lines (1577 loc) · 82.8 KB
/
minecraft_textures_atlas_blocks.png.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
minecraft:block/acacia_door_bottom x=96 y=64 w=16 h=16
minecraft:block/acacia_door_top x=112 y=64 w=16 h=16
minecraft:block/acacia_leaves x=32 y=80 w=16 h=16
minecraft:block/acacia_log x=48 y=80 w=16 h=16
minecraft:block/acacia_log_top x=64 y=80 w=16 h=16
minecraft:block/acacia_planks x=80 y=80 w=16 h=16
minecraft:block/acacia_sapling x=96 y=80 w=16 h=16
minecraft:block/acacia_trapdoor x=112 y=80 w=16 h=16
minecraft:block/activator_rail x=0 y=96 w=16 h=16
minecraft:block/activator_rail_on x=16 y=96 w=16 h=16
minecraft:block/allium x=32 y=96 w=16 h=16
minecraft:block/amethyst_block x=48 y=96 w=16 h=16
minecraft:block/amethyst_cluster x=64 y=96 w=16 h=16
minecraft:block/ancient_debris_side x=80 y=96 w=16 h=16
minecraft:block/ancient_debris_top x=96 y=96 w=16 h=16
minecraft:block/andesite x=112 y=96 w=16 h=16
minecraft:block/anvil x=0 y=112 w=16 h=16
minecraft:block/anvil_top x=16 y=112 w=16 h=16
minecraft:block/attached_melon_stem x=32 y=112 w=16 h=16
minecraft:block/attached_pumpkin_stem x=48 y=112 w=16 h=16
minecraft:block/azalea_leaves x=64 y=112 w=16 h=16
minecraft:block/azalea_plant x=80 y=112 w=16 h=16
minecraft:block/azalea_side x=96 y=112 w=16 h=16
minecraft:block/azalea_top x=112 y=112 w=16 h=16
minecraft:block/azure_bluet x=128 y=0 w=16 h=16
minecraft:block/bamboo_block x=128 y=16 w=16 h=16
minecraft:block/bamboo_block_top x=128 y=32 w=16 h=16
minecraft:block/bamboo_door_bottom x=128 y=48 w=16 h=16
minecraft:block/bamboo_door_top x=128 y=64 w=16 h=16
minecraft:block/bamboo_fence x=128 y=80 w=16 h=16
minecraft:block/bamboo_fence_gate x=128 y=96 w=16 h=16
minecraft:block/bamboo_fence_gate_particle x=128 y=112 w=16 h=16
minecraft:block/bamboo_fence_particle x=144 y=0 w=16 h=16
minecraft:block/bamboo_large_leaves x=144 y=16 w=16 h=16
minecraft:block/bamboo_mosaic x=144 y=32 w=16 h=16
minecraft:block/bamboo_planks x=144 y=48 w=16 h=16
minecraft:block/bamboo_singleleaf x=144 y=64 w=16 h=16
minecraft:block/bamboo_small_leaves x=144 y=80 w=16 h=16
minecraft:block/bamboo_stage0 x=144 y=96 w=16 h=16
minecraft:block/bamboo_stalk x=144 y=112 w=16 h=16
minecraft:block/bamboo_trapdoor x=160 y=0 w=16 h=16
minecraft:block/barrel_bottom x=160 y=16 w=16 h=16
minecraft:block/barrel_side x=160 y=32 w=16 h=16
minecraft:block/barrel_top x=160 y=48 w=16 h=16
minecraft:block/barrel_top_open x=160 y=64 w=16 h=16
minecraft:block/basalt_side x=160 y=80 w=16 h=16
minecraft:block/basalt_top x=160 y=96 w=16 h=16
minecraft:block/beacon x=160 y=112 w=16 h=16
minecraft:block/bedrock x=176 y=0 w=16 h=16
minecraft:block/bee_nest_bottom x=176 y=16 w=16 h=16
minecraft:block/bee_nest_front x=176 y=32 w=16 h=16
minecraft:block/bee_nest_front_honey x=176 y=48 w=16 h=16
minecraft:block/bee_nest_side x=176 y=64 w=16 h=16
minecraft:block/bee_nest_top x=176 y=80 w=16 h=16
minecraft:block/beehive_end x=176 y=96 w=16 h=16
minecraft:block/beehive_front x=176 y=112 w=16 h=16
minecraft:block/beehive_front_honey x=192 y=0 w=16 h=16
minecraft:block/beehive_side x=192 y=16 w=16 h=16
minecraft:block/beetroots_stage0 x=192 y=32 w=16 h=16
minecraft:block/beetroots_stage1 x=192 y=48 w=16 h=16
minecraft:block/beetroots_stage2 x=192 y=64 w=16 h=16
minecraft:block/beetroots_stage3 x=192 y=80 w=16 h=16
minecraft:block/bell_bottom x=192 y=96 w=16 h=16
minecraft:block/bell_side x=192 y=112 w=16 h=16
minecraft:block/bell_top x=208 y=0 w=16 h=16
minecraft:block/big_dripleaf_side x=208 y=16 w=16 h=16
minecraft:block/big_dripleaf_stem x=208 y=32 w=16 h=16
minecraft:block/big_dripleaf_tip x=208 y=48 w=16 h=16
minecraft:block/big_dripleaf_top x=208 y=64 w=16 h=16
minecraft:block/birch_door_bottom x=208 y=80 w=16 h=16
minecraft:block/birch_door_top x=208 y=96 w=16 h=16
minecraft:block/birch_leaves x=208 y=112 w=16 h=16
minecraft:block/birch_log x=224 y=0 w=16 h=16
minecraft:block/birch_log_top x=224 y=16 w=16 h=16
minecraft:block/birch_planks x=224 y=32 w=16 h=16
minecraft:block/birch_sapling x=224 y=48 w=16 h=16
minecraft:block/birch_trapdoor x=224 y=64 w=16 h=16
minecraft:block/black_candle x=224 y=80 w=16 h=16
minecraft:block/black_candle_lit x=224 y=96 w=16 h=16
minecraft:block/black_concrete x=224 y=112 w=16 h=16
minecraft:block/black_concrete_powder x=240 y=0 w=16 h=16
minecraft:block/black_glazed_terracotta x=240 y=16 w=16 h=16
minecraft:block/black_shulker_box x=240 y=32 w=16 h=16
minecraft:block/black_stained_glass x=240 y=48 w=16 h=16
minecraft:block/black_stained_glass_pane_top x=240 y=64 w=16 h=16
minecraft:block/black_terracotta x=240 y=80 w=16 h=16
minecraft:block/black_wool x=240 y=96 w=16 h=16
minecraft:block/blackstone x=240 y=112 w=16 h=16
minecraft:block/blackstone_top x=0 y=128 w=16 h=16
minecraft:block/blast_furnace_front x=16 y=128 w=16 h=16
minecraft:block/blast_furnace_front_on x=32 y=128 w=16 h=16
minecraft:block/blast_furnace_side x=48 y=128 w=16 h=16
minecraft:block/blast_furnace_top x=64 y=128 w=16 h=16
minecraft:block/blue_candle x=80 y=128 w=16 h=16
minecraft:block/blue_candle_lit x=96 y=128 w=16 h=16
minecraft:block/blue_concrete x=112 y=128 w=16 h=16
minecraft:block/blue_concrete_powder x=128 y=128 w=16 h=16
minecraft:block/blue_glazed_terracotta x=144 y=128 w=16 h=16
minecraft:block/blue_ice x=160 y=128 w=16 h=16
minecraft:block/blue_orchid x=176 y=128 w=16 h=16
minecraft:block/blue_shulker_box x=192 y=128 w=16 h=16
minecraft:block/blue_stained_glass x=208 y=128 w=16 h=16
minecraft:block/blue_stained_glass_pane_top x=224 y=128 w=16 h=16
minecraft:block/blue_terracotta x=240 y=128 w=16 h=16
minecraft:block/blue_wool x=0 y=144 w=16 h=16
minecraft:block/bone_block_side x=16 y=144 w=16 h=16
minecraft:block/bone_block_top x=32 y=144 w=16 h=16
minecraft:block/bookshelf x=48 y=144 w=16 h=16
minecraft:block/brain_coral x=64 y=144 w=16 h=16
minecraft:block/brain_coral_block x=80 y=144 w=16 h=16
minecraft:block/brain_coral_fan x=96 y=144 w=16 h=16
minecraft:block/brewing_stand x=112 y=144 w=16 h=16
minecraft:block/brewing_stand_base x=128 y=144 w=16 h=16
minecraft:block/bricks x=144 y=144 w=16 h=16
minecraft:block/brown_candle x=160 y=144 w=16 h=16
minecraft:block/brown_candle_lit x=176 y=144 w=16 h=16
minecraft:block/brown_concrete x=192 y=144 w=16 h=16
minecraft:block/brown_concrete_powder x=208 y=144 w=16 h=16
minecraft:block/brown_glazed_terracotta x=224 y=144 w=16 h=16
minecraft:block/brown_mushroom x=240 y=144 w=16 h=16
minecraft:block/brown_mushroom_block x=0 y=160 w=16 h=16
minecraft:block/brown_shulker_box x=16 y=160 w=16 h=16
minecraft:block/brown_stained_glass x=32 y=160 w=16 h=16
minecraft:block/brown_stained_glass_pane_top x=48 y=160 w=16 h=16
minecraft:block/brown_terracotta x=64 y=160 w=16 h=16
minecraft:block/brown_wool x=80 y=160 w=16 h=16
minecraft:block/bubble_coral x=96 y=160 w=16 h=16
minecraft:block/bubble_coral_block x=112 y=160 w=16 h=16
minecraft:block/bubble_coral_fan x=128 y=160 w=16 h=16
minecraft:block/budding_amethyst x=144 y=160 w=16 h=16
minecraft:block/cactus_bottom x=160 y=160 w=16 h=16
minecraft:block/cactus_side x=176 y=160 w=16 h=16
minecraft:block/cactus_top x=192 y=160 w=16 h=16
minecraft:block/cake_bottom x=208 y=160 w=16 h=16
minecraft:block/cake_inner x=224 y=160 w=16 h=16
minecraft:block/cake_side x=240 y=160 w=16 h=16
minecraft:block/cake_top x=0 y=176 w=16 h=16
minecraft:block/calcite x=16 y=176 w=16 h=16
minecraft:block/calibrated_sculk_sensor_amethyst x=32 y=176 w=16 h=16
minecraft:block/calibrated_sculk_sensor_input_side x=48 y=176 w=16 h=16
minecraft:block/calibrated_sculk_sensor_top x=64 y=176 w=16 h=16
minecraft:block/campfire_fire x=80 y=176 w=16 h=16
minecraft:block/campfire_log x=96 y=176 w=16 h=16
minecraft:block/campfire_log_lit x=112 y=176 w=16 h=16
minecraft:block/candle x=128 y=176 w=16 h=16
minecraft:block/candle_lit x=144 y=176 w=16 h=16
minecraft:block/carrots_stage0 x=160 y=176 w=16 h=16
minecraft:block/carrots_stage1 x=176 y=176 w=16 h=16
minecraft:block/carrots_stage2 x=192 y=176 w=16 h=16
minecraft:block/carrots_stage3 x=208 y=176 w=16 h=16
minecraft:block/cartography_table_side1 x=224 y=176 w=16 h=16
minecraft:block/cartography_table_side2 x=240 y=176 w=16 h=16
minecraft:block/cartography_table_side3 x=0 y=192 w=16 h=16
minecraft:block/cartography_table_top x=16 y=192 w=16 h=16
minecraft:block/carved_pumpkin x=32 y=192 w=16 h=16
minecraft:block/cauldron_bottom x=48 y=192 w=16 h=16
minecraft:block/cauldron_inner x=64 y=192 w=16 h=16
minecraft:block/cauldron_side x=80 y=192 w=16 h=16
minecraft:block/cauldron_top x=96 y=192 w=16 h=16
minecraft:block/cave_vines x=112 y=192 w=16 h=16
minecraft:block/cave_vines_lit x=128 y=192 w=16 h=16
minecraft:block/cave_vines_plant x=144 y=192 w=16 h=16
minecraft:block/cave_vines_plant_lit x=160 y=192 w=16 h=16
minecraft:block/chain x=176 y=192 w=16 h=16
minecraft:block/chain_command_block_back x=192 y=192 w=16 h=16
minecraft:block/chain_command_block_conditional x=208 y=192 w=16 h=16
minecraft:block/chain_command_block_front x=224 y=192 w=16 h=16
minecraft:block/chain_command_block_side x=240 y=192 w=16 h=16
minecraft:block/cherry_door_bottom x=0 y=208 w=16 h=16
minecraft:block/cherry_door_top x=16 y=208 w=16 h=16
minecraft:block/cherry_leaves x=32 y=208 w=16 h=16
minecraft:block/cherry_log x=48 y=208 w=16 h=16
minecraft:block/cherry_log_top x=64 y=208 w=16 h=16
minecraft:block/cherry_planks x=80 y=208 w=16 h=16
minecraft:block/cherry_sapling x=96 y=208 w=16 h=16
minecraft:block/cherry_trapdoor x=112 y=208 w=16 h=16
minecraft:block/chipped_anvil_top x=128 y=208 w=16 h=16
minecraft:block/chiseled_bookshelf_empty x=144 y=208 w=16 h=16
minecraft:block/chiseled_bookshelf_occupied x=160 y=208 w=16 h=16
minecraft:block/chiseled_bookshelf_side x=176 y=208 w=16 h=16
minecraft:block/chiseled_bookshelf_top x=192 y=208 w=16 h=16
minecraft:block/chiseled_deepslate x=208 y=208 w=16 h=16
minecraft:block/chiseled_nether_bricks x=224 y=208 w=16 h=16
minecraft:block/chiseled_polished_blackstone x=240 y=208 w=16 h=16
minecraft:block/chiseled_quartz_block x=0 y=224 w=16 h=16
minecraft:block/chiseled_quartz_block_top x=16 y=224 w=16 h=16
minecraft:block/chiseled_red_sandstone x=32 y=224 w=16 h=16
minecraft:block/chiseled_sandstone x=48 y=224 w=16 h=16
minecraft:block/chiseled_stone_bricks x=64 y=224 w=16 h=16
minecraft:block/chorus_flower x=80 y=224 w=16 h=16
minecraft:block/chorus_flower_dead x=96 y=224 w=16 h=16
minecraft:block/chorus_plant x=112 y=224 w=16 h=16
minecraft:block/clay x=128 y=224 w=16 h=16
minecraft:block/coal_block x=144 y=224 w=16 h=16
minecraft:block/coal_ore x=160 y=224 w=16 h=16
minecraft:block/coarse_dirt x=176 y=224 w=16 h=16
minecraft:block/cobbled_deepslate x=192 y=224 w=16 h=16
minecraft:block/cobblestone x=208 y=224 w=16 h=16
minecraft:block/cobweb x=224 y=224 w=16 h=16
minecraft:block/cocoa_stage0 x=240 y=224 w=16 h=16
minecraft:block/cocoa_stage1 x=0 y=240 w=16 h=16
minecraft:block/cocoa_stage2 x=16 y=240 w=16 h=16
minecraft:block/command_block_back x=32 y=240 w=16 h=16
minecraft:block/command_block_conditional x=48 y=240 w=16 h=16
minecraft:block/command_block_front x=64 y=240 w=16 h=16
minecraft:block/command_block_side x=80 y=240 w=16 h=16
minecraft:block/comparator x=96 y=240 w=16 h=16
minecraft:block/comparator_on x=112 y=240 w=16 h=16
minecraft:block/composter_bottom x=128 y=240 w=16 h=16
minecraft:block/composter_compost x=144 y=240 w=16 h=16
minecraft:block/composter_ready x=160 y=240 w=16 h=16
minecraft:block/composter_side x=176 y=240 w=16 h=16
minecraft:block/composter_top x=192 y=240 w=16 h=16
minecraft:block/conduit x=208 y=240 w=16 h=16
minecraft:block/copper_block x=224 y=240 w=16 h=16
minecraft:block/copper_ore x=240 y=240 w=16 h=16
minecraft:block/cornflower x=256 y=0 w=16 h=16
minecraft:block/cracked_deepslate_bricks x=256 y=16 w=16 h=16
minecraft:block/cracked_deepslate_tiles x=256 y=32 w=16 h=16
minecraft:block/cracked_nether_bricks x=256 y=48 w=16 h=16
minecraft:block/cracked_polished_blackstone_bricks x=256 y=64 w=16 h=16
minecraft:block/cracked_stone_bricks x=256 y=80 w=16 h=16
minecraft:block/crafting_table_front x=256 y=96 w=16 h=16
minecraft:block/crafting_table_side x=256 y=112 w=16 h=16
minecraft:block/crafting_table_top x=256 y=128 w=16 h=16
minecraft:block/crimson_door_bottom x=256 y=144 w=16 h=16
minecraft:block/crimson_door_top x=256 y=160 w=16 h=16
minecraft:block/crimson_fungus x=256 y=176 w=16 h=16
minecraft:block/crimson_nylium x=256 y=192 w=16 h=16
minecraft:block/crimson_nylium_side x=256 y=208 w=16 h=16
minecraft:block/crimson_planks x=256 y=224 w=16 h=16
minecraft:block/crimson_roots x=256 y=240 w=16 h=16
minecraft:block/crimson_roots_pot x=272 y=0 w=16 h=16
minecraft:block/crimson_stem x=272 y=16 w=16 h=16
minecraft:block/crimson_stem_top x=272 y=32 w=16 h=16
minecraft:block/crimson_trapdoor x=272 y=48 w=16 h=16
minecraft:block/crying_obsidian x=272 y=64 w=16 h=16
minecraft:block/cut_copper x=272 y=80 w=16 h=16
minecraft:block/cut_red_sandstone x=272 y=96 w=16 h=16
minecraft:block/cut_sandstone x=272 y=112 w=16 h=16
minecraft:block/cyan_candle x=272 y=128 w=16 h=16
minecraft:block/cyan_candle_lit x=272 y=144 w=16 h=16
minecraft:block/cyan_concrete x=272 y=160 w=16 h=16
minecraft:block/cyan_concrete_powder x=272 y=176 w=16 h=16
minecraft:block/cyan_glazed_terracotta x=272 y=192 w=16 h=16
minecraft:block/cyan_shulker_box x=272 y=208 w=16 h=16
minecraft:block/cyan_stained_glass x=272 y=224 w=16 h=16
minecraft:block/cyan_stained_glass_pane_top x=272 y=240 w=16 h=16
minecraft:block/cyan_terracotta x=288 y=0 w=16 h=16
minecraft:block/cyan_wool x=288 y=16 w=16 h=16
minecraft:block/damaged_anvil_top x=288 y=32 w=16 h=16
minecraft:block/dandelion x=288 y=48 w=16 h=16
minecraft:block/dark_oak_door_bottom x=288 y=64 w=16 h=16
minecraft:block/dark_oak_door_top x=288 y=80 w=16 h=16
minecraft:block/dark_oak_leaves x=288 y=96 w=16 h=16
minecraft:block/dark_oak_log x=288 y=112 w=16 h=16
minecraft:block/dark_oak_log_top x=288 y=128 w=16 h=16
minecraft:block/dark_oak_planks x=288 y=144 w=16 h=16
minecraft:block/dark_oak_sapling x=288 y=160 w=16 h=16
minecraft:block/dark_oak_trapdoor x=288 y=176 w=16 h=16
minecraft:block/dark_prismarine x=288 y=192 w=16 h=16
minecraft:block/daylight_detector_inverted_top x=288 y=208 w=16 h=16
minecraft:block/daylight_detector_side x=288 y=224 w=16 h=16
minecraft:block/daylight_detector_top x=288 y=240 w=16 h=16
minecraft:block/dead_brain_coral x=304 y=0 w=16 h=16
minecraft:block/dead_brain_coral_block x=304 y=16 w=16 h=16
minecraft:block/dead_brain_coral_fan x=304 y=32 w=16 h=16
minecraft:block/dead_bubble_coral x=304 y=48 w=16 h=16
minecraft:block/dead_bubble_coral_block x=304 y=64 w=16 h=16
minecraft:block/dead_bubble_coral_fan x=304 y=80 w=16 h=16
minecraft:block/dead_bush x=304 y=96 w=16 h=16
minecraft:block/dead_fire_coral x=304 y=112 w=16 h=16
minecraft:block/dead_fire_coral_block x=304 y=128 w=16 h=16
minecraft:block/dead_fire_coral_fan x=304 y=144 w=16 h=16
minecraft:block/dead_horn_coral x=304 y=160 w=16 h=16
minecraft:block/dead_horn_coral_block x=304 y=176 w=16 h=16
minecraft:block/dead_horn_coral_fan x=304 y=192 w=16 h=16
minecraft:block/dead_tube_coral x=304 y=208 w=16 h=16
minecraft:block/dead_tube_coral_block x=304 y=224 w=16 h=16
minecraft:block/dead_tube_coral_fan x=304 y=240 w=16 h=16
minecraft:block/debug x=320 y=0 w=16 h=16
minecraft:block/debug2 x=320 y=16 w=16 h=16
minecraft:block/deepslate x=320 y=32 w=16 h=16
minecraft:block/deepslate_bricks x=320 y=48 w=16 h=16
minecraft:block/deepslate_coal_ore x=320 y=64 w=16 h=16
minecraft:block/deepslate_copper_ore x=320 y=80 w=16 h=16
minecraft:block/deepslate_diamond_ore x=320 y=96 w=16 h=16
minecraft:block/deepslate_emerald_ore x=320 y=112 w=16 h=16
minecraft:block/deepslate_gold_ore x=320 y=128 w=16 h=16
minecraft:block/deepslate_iron_ore x=320 y=144 w=16 h=16
minecraft:block/deepslate_lapis_ore x=320 y=160 w=16 h=16
minecraft:block/deepslate_redstone_ore x=320 y=176 w=16 h=16
minecraft:block/deepslate_tiles x=320 y=192 w=16 h=16
minecraft:block/deepslate_top x=320 y=208 w=16 h=16
minecraft:block/destroy_stage_0 x=320 y=224 w=16 h=16
minecraft:block/destroy_stage_1 x=320 y=240 w=16 h=16
minecraft:block/destroy_stage_2 x=336 y=0 w=16 h=16
minecraft:block/destroy_stage_3 x=336 y=16 w=16 h=16
minecraft:block/destroy_stage_4 x=336 y=32 w=16 h=16
minecraft:block/destroy_stage_5 x=336 y=48 w=16 h=16
minecraft:block/destroy_stage_6 x=336 y=64 w=16 h=16
minecraft:block/destroy_stage_7 x=336 y=80 w=16 h=16
minecraft:block/destroy_stage_8 x=336 y=96 w=16 h=16
minecraft:block/destroy_stage_9 x=336 y=112 w=16 h=16
minecraft:block/detector_rail x=336 y=128 w=16 h=16
minecraft:block/detector_rail_on x=336 y=144 w=16 h=16
minecraft:block/diamond_block x=336 y=160 w=16 h=16
minecraft:block/diamond_ore x=336 y=176 w=16 h=16
minecraft:block/diorite x=336 y=192 w=16 h=16
minecraft:block/dirt x=336 y=208 w=16 h=16
minecraft:block/dirt_path_side x=336 y=224 w=16 h=16
minecraft:block/dirt_path_top x=336 y=240 w=16 h=16
minecraft:block/dispenser_front x=352 y=0 w=16 h=16
minecraft:block/dispenser_front_vertical x=352 y=16 w=16 h=16
minecraft:block/dragon_egg x=352 y=32 w=16 h=16
minecraft:block/dried_kelp_bottom x=352 y=48 w=16 h=16
minecraft:block/dried_kelp_side x=352 y=64 w=16 h=16
minecraft:block/dried_kelp_top x=352 y=80 w=16 h=16
minecraft:block/dripstone_block x=352 y=96 w=16 h=16
minecraft:block/dropper_front x=352 y=112 w=16 h=16
minecraft:block/dropper_front_vertical x=352 y=128 w=16 h=16
minecraft:block/emerald_block x=352 y=144 w=16 h=16
minecraft:block/emerald_ore x=352 y=160 w=16 h=16
minecraft:block/enchanting_table_bottom x=352 y=176 w=16 h=16
minecraft:block/enchanting_table_side x=352 y=192 w=16 h=16
minecraft:block/enchanting_table_top x=352 y=208 w=16 h=16
minecraft:block/end_portal_frame_eye x=352 y=224 w=16 h=16
minecraft:block/end_portal_frame_side x=352 y=240 w=16 h=16
minecraft:block/end_portal_frame_top x=368 y=0 w=16 h=16
minecraft:block/end_rod x=368 y=16 w=16 h=16
minecraft:block/end_stone x=368 y=32 w=16 h=16
minecraft:block/end_stone_bricks x=368 y=48 w=16 h=16
minecraft:block/exposed_copper x=368 y=64 w=16 h=16
minecraft:block/exposed_cut_copper x=368 y=80 w=16 h=16
minecraft:block/farmland x=368 y=96 w=16 h=16
minecraft:block/farmland_moist x=368 y=112 w=16 h=16
minecraft:block/fern x=368 y=128 w=16 h=16
minecraft:block/fire_0 x=368 y=144 w=16 h=16
minecraft:block/fire_1 x=368 y=160 w=16 h=16
minecraft:block/fire_coral x=368 y=176 w=16 h=16
minecraft:block/fire_coral_block x=368 y=192 w=16 h=16
minecraft:block/fire_coral_fan x=368 y=208 w=16 h=16
minecraft:block/fletching_table_front x=368 y=224 w=16 h=16
minecraft:block/fletching_table_side x=368 y=240 w=16 h=16
minecraft:block/fletching_table_top x=384 y=0 w=16 h=16
minecraft:block/flower_pot x=384 y=16 w=16 h=16
minecraft:block/flowering_azalea_leaves x=384 y=32 w=16 h=16
minecraft:block/flowering_azalea_side x=384 y=48 w=16 h=16
minecraft:block/flowering_azalea_top x=384 y=64 w=16 h=16
minecraft:block/frogspawn x=384 y=80 w=16 h=16
minecraft:block/frosted_ice_0 x=384 y=96 w=16 h=16
minecraft:block/frosted_ice_1 x=384 y=112 w=16 h=16
minecraft:block/frosted_ice_2 x=384 y=128 w=16 h=16
minecraft:block/frosted_ice_3 x=384 y=144 w=16 h=16
minecraft:block/furnace_front x=384 y=160 w=16 h=16
minecraft:block/furnace_front_on x=384 y=176 w=16 h=16
minecraft:block/furnace_side x=384 y=192 w=16 h=16
minecraft:block/furnace_top x=384 y=208 w=16 h=16
minecraft:block/gilded_blackstone x=384 y=224 w=16 h=16
minecraft:block/glass x=384 y=240 w=16 h=16
minecraft:block/glass_pane_top x=400 y=0 w=16 h=16
minecraft:block/glow_item_frame x=400 y=16 w=16 h=16
minecraft:block/glow_lichen x=400 y=32 w=16 h=16
minecraft:block/glowstone x=400 y=48 w=16 h=16
minecraft:block/gold_block x=400 y=64 w=16 h=16
minecraft:block/gold_ore x=400 y=80 w=16 h=16
minecraft:block/granite x=400 y=96 w=16 h=16
minecraft:block/grass x=400 y=112 w=16 h=16
minecraft:block/grass_block_side x=400 y=128 w=16 h=16
minecraft:block/grass_block_side_overlay x=400 y=144 w=16 h=16
minecraft:block/grass_block_snow x=400 y=160 w=16 h=16
minecraft:block/grass_block_top x=400 y=176 w=16 h=16
minecraft:block/gravel x=400 y=192 w=16 h=16
minecraft:block/gray_candle x=400 y=208 w=16 h=16
minecraft:block/gray_candle_lit x=400 y=224 w=16 h=16
minecraft:block/gray_concrete x=400 y=240 w=16 h=16
minecraft:block/gray_concrete_powder x=416 y=0 w=16 h=16
minecraft:block/gray_glazed_terracotta x=416 y=16 w=16 h=16
minecraft:block/gray_shulker_box x=416 y=32 w=16 h=16
minecraft:block/gray_stained_glass x=416 y=48 w=16 h=16
minecraft:block/gray_stained_glass_pane_top x=416 y=64 w=16 h=16
minecraft:block/gray_terracotta x=416 y=80 w=16 h=16
minecraft:block/gray_wool x=416 y=96 w=16 h=16
minecraft:block/green_candle x=416 y=112 w=16 h=16
minecraft:block/green_candle_lit x=416 y=128 w=16 h=16
minecraft:block/green_concrete x=416 y=144 w=16 h=16
minecraft:block/green_concrete_powder x=416 y=160 w=16 h=16
minecraft:block/green_glazed_terracotta x=416 y=176 w=16 h=16
minecraft:block/green_shulker_box x=416 y=192 w=16 h=16
minecraft:block/green_stained_glass x=416 y=208 w=16 h=16
minecraft:block/green_stained_glass_pane_top x=416 y=224 w=16 h=16
minecraft:block/green_terracotta x=416 y=240 w=16 h=16
minecraft:block/green_wool x=432 y=0 w=16 h=16
minecraft:block/grindstone_pivot x=432 y=16 w=16 h=16
minecraft:block/grindstone_round x=432 y=32 w=16 h=16
minecraft:block/grindstone_side x=432 y=48 w=16 h=16
minecraft:block/hanging_roots x=432 y=64 w=16 h=16
minecraft:block/hay_block_side x=432 y=80 w=16 h=16
minecraft:block/hay_block_top x=432 y=96 w=16 h=16
minecraft:block/honey_block_bottom x=432 y=112 w=16 h=16
minecraft:block/honey_block_side x=432 y=128 w=16 h=16
minecraft:block/honey_block_top x=432 y=144 w=16 h=16
minecraft:block/honeycomb_block x=432 y=160 w=16 h=16
minecraft:block/hopper_inside x=432 y=176 w=16 h=16
minecraft:block/hopper_outside x=432 y=192 w=16 h=16
minecraft:block/hopper_top x=432 y=208 w=16 h=16
minecraft:block/horn_coral x=432 y=224 w=16 h=16
minecraft:block/horn_coral_block x=432 y=240 w=16 h=16
minecraft:block/horn_coral_fan x=448 y=0 w=16 h=16
minecraft:block/ice x=448 y=16 w=16 h=16
minecraft:block/iron_bars x=448 y=32 w=16 h=16
minecraft:block/iron_block x=448 y=48 w=16 h=16
minecraft:block/iron_door_bottom x=448 y=64 w=16 h=16
minecraft:block/iron_door_top x=448 y=80 w=16 h=16
minecraft:block/iron_ore x=448 y=96 w=16 h=16
minecraft:block/iron_trapdoor x=448 y=112 w=16 h=16
minecraft:block/item_frame x=448 y=128 w=16 h=16
minecraft:block/jack_o_lantern x=448 y=144 w=16 h=16
minecraft:block/jigsaw_bottom x=448 y=160 w=16 h=16
minecraft:block/jigsaw_lock x=448 y=176 w=16 h=16
minecraft:block/jigsaw_side x=448 y=192 w=16 h=16
minecraft:block/jigsaw_top x=448 y=208 w=16 h=16
minecraft:block/jukebox_side x=448 y=224 w=16 h=16
minecraft:block/jukebox_top x=448 y=240 w=16 h=16
minecraft:block/jungle_door_bottom x=464 y=0 w=16 h=16
minecraft:block/jungle_door_top x=464 y=16 w=16 h=16
minecraft:block/jungle_leaves x=464 y=32 w=16 h=16
minecraft:block/jungle_log x=464 y=48 w=16 h=16
minecraft:block/jungle_log_top x=464 y=64 w=16 h=16
minecraft:block/jungle_planks x=464 y=80 w=16 h=16
minecraft:block/jungle_sapling x=464 y=96 w=16 h=16
minecraft:block/jungle_trapdoor x=464 y=112 w=16 h=16
minecraft:block/kelp x=464 y=128 w=16 h=16
minecraft:block/kelp_plant x=464 y=144 w=16 h=16
minecraft:block/ladder x=464 y=160 w=16 h=16
minecraft:block/lantern x=464 y=176 w=16 h=16
minecraft:block/lapis_block x=464 y=192 w=16 h=16
minecraft:block/lapis_ore x=464 y=208 w=16 h=16
minecraft:block/large_amethyst_bud x=464 y=224 w=16 h=16
minecraft:block/large_fern_bottom x=464 y=240 w=16 h=16
minecraft:block/large_fern_top x=480 y=0 w=16 h=16
minecraft:block/lava_flow x=64 y=32 w=32 h=32
minecraft:block/lava_still x=480 y=16 w=16 h=16
minecraft:block/lectern_base x=480 y=32 w=16 h=16
minecraft:block/lectern_front x=480 y=48 w=16 h=16
minecraft:block/lectern_sides x=480 y=64 w=16 h=16
minecraft:block/lectern_top x=480 y=80 w=16 h=16
minecraft:block/lever x=480 y=96 w=16 h=16
minecraft:block/light_blue_candle x=480 y=112 w=16 h=16
minecraft:block/light_blue_candle_lit x=480 y=128 w=16 h=16
minecraft:block/light_blue_concrete x=480 y=144 w=16 h=16
minecraft:block/light_blue_concrete_powder x=480 y=160 w=16 h=16
minecraft:block/light_blue_glazed_terracotta x=480 y=176 w=16 h=16
minecraft:block/light_blue_shulker_box x=480 y=192 w=16 h=16
minecraft:block/light_blue_stained_glass x=480 y=208 w=16 h=16
minecraft:block/light_blue_stained_glass_pane_top x=480 y=224 w=16 h=16
minecraft:block/light_blue_terracotta x=480 y=240 w=16 h=16
minecraft:block/light_blue_wool x=496 y=0 w=16 h=16
minecraft:block/light_gray_candle x=496 y=16 w=16 h=16
minecraft:block/light_gray_candle_lit x=496 y=32 w=16 h=16
minecraft:block/light_gray_concrete x=496 y=48 w=16 h=16
minecraft:block/light_gray_concrete_powder x=496 y=64 w=16 h=16
minecraft:block/light_gray_glazed_terracotta x=496 y=80 w=16 h=16
minecraft:block/light_gray_shulker_box x=496 y=96 w=16 h=16
minecraft:block/light_gray_stained_glass x=496 y=112 w=16 h=16
minecraft:block/light_gray_stained_glass_pane_top x=496 y=128 w=16 h=16
minecraft:block/light_gray_terracotta x=496 y=144 w=16 h=16
minecraft:block/light_gray_wool x=496 y=160 w=16 h=16
minecraft:block/lightning_rod x=496 y=176 w=16 h=16
minecraft:block/lightning_rod_on x=496 y=192 w=16 h=16
minecraft:block/lilac_bottom x=496 y=208 w=16 h=16
minecraft:block/lilac_top x=496 y=224 w=16 h=16
minecraft:block/lily_of_the_valley x=496 y=240 w=16 h=16
minecraft:block/lily_pad x=0 y=256 w=16 h=16
minecraft:block/lime_candle x=16 y=256 w=16 h=16
minecraft:block/lime_candle_lit x=32 y=256 w=16 h=16
minecraft:block/lime_concrete x=48 y=256 w=16 h=16
minecraft:block/lime_concrete_powder x=64 y=256 w=16 h=16
minecraft:block/lime_glazed_terracotta x=80 y=256 w=16 h=16
minecraft:block/lime_shulker_box x=96 y=256 w=16 h=16
minecraft:block/lime_stained_glass x=112 y=256 w=16 h=16
minecraft:block/lime_stained_glass_pane_top x=128 y=256 w=16 h=16
minecraft:block/lime_terracotta x=144 y=256 w=16 h=16
minecraft:block/lime_wool x=160 y=256 w=16 h=16
minecraft:block/lodestone_side x=176 y=256 w=16 h=16
minecraft:block/lodestone_top x=192 y=256 w=16 h=16
minecraft:block/loom_bottom x=208 y=256 w=16 h=16
minecraft:block/loom_front x=224 y=256 w=16 h=16
minecraft:block/loom_side x=240 y=256 w=16 h=16
minecraft:block/loom_top x=256 y=256 w=16 h=16
minecraft:block/magenta_candle x=272 y=256 w=16 h=16
minecraft:block/magenta_candle_lit x=288 y=256 w=16 h=16
minecraft:block/magenta_concrete x=304 y=256 w=16 h=16
minecraft:block/magenta_concrete_powder x=320 y=256 w=16 h=16
minecraft:block/magenta_glazed_terracotta x=336 y=256 w=16 h=16
minecraft:block/magenta_shulker_box x=352 y=256 w=16 h=16
minecraft:block/magenta_stained_glass x=368 y=256 w=16 h=16
minecraft:block/magenta_stained_glass_pane_top x=384 y=256 w=16 h=16
minecraft:block/magenta_terracotta x=400 y=256 w=16 h=16
minecraft:block/magenta_wool x=416 y=256 w=16 h=16
minecraft:block/magma x=432 y=256 w=16 h=16
minecraft:block/mangrove_door_bottom x=448 y=256 w=16 h=16
minecraft:block/mangrove_door_top x=464 y=256 w=16 h=16
minecraft:block/mangrove_leaves x=480 y=256 w=16 h=16
minecraft:block/mangrove_log x=496 y=256 w=16 h=16
minecraft:block/mangrove_log_top x=0 y=272 w=16 h=16
minecraft:block/mangrove_planks x=16 y=272 w=16 h=16
minecraft:block/mangrove_propagule x=32 y=272 w=16 h=16
minecraft:block/mangrove_propagule_hanging x=48 y=272 w=16 h=16
minecraft:block/mangrove_roots_side x=64 y=272 w=16 h=16
minecraft:block/mangrove_roots_top x=80 y=272 w=16 h=16
minecraft:block/mangrove_trapdoor x=96 y=272 w=16 h=16
minecraft:block/medium_amethyst_bud x=112 y=272 w=16 h=16
minecraft:block/melon_side x=128 y=272 w=16 h=16
minecraft:block/melon_stem x=144 y=272 w=16 h=16
minecraft:block/melon_top x=160 y=272 w=16 h=16
minecraft:block/moss_block x=176 y=272 w=16 h=16
minecraft:block/mossy_cobblestone x=192 y=272 w=16 h=16
minecraft:block/mossy_stone_bricks x=208 y=272 w=16 h=16
minecraft:block/mud x=224 y=272 w=16 h=16
minecraft:block/mud_bricks x=240 y=272 w=16 h=16
minecraft:block/muddy_mangrove_roots_side x=256 y=272 w=16 h=16
minecraft:block/muddy_mangrove_roots_top x=272 y=272 w=16 h=16
minecraft:block/mushroom_block_inside x=288 y=272 w=16 h=16
minecraft:block/mushroom_stem x=304 y=272 w=16 h=16
minecraft:block/mycelium_side x=320 y=272 w=16 h=16
minecraft:block/mycelium_top x=336 y=272 w=16 h=16
minecraft:block/nether_bricks x=352 y=272 w=16 h=16
minecraft:block/nether_gold_ore x=368 y=272 w=16 h=16
minecraft:block/nether_portal x=384 y=272 w=16 h=16
minecraft:block/nether_quartz_ore x=400 y=272 w=16 h=16
minecraft:block/nether_sprouts x=416 y=272 w=16 h=16
minecraft:block/nether_wart_block x=432 y=272 w=16 h=16
minecraft:block/nether_wart_stage0 x=448 y=272 w=16 h=16
minecraft:block/nether_wart_stage1 x=464 y=272 w=16 h=16
minecraft:block/nether_wart_stage2 x=480 y=272 w=16 h=16
minecraft:block/netherite_block x=496 y=272 w=16 h=16
minecraft:block/netherrack x=0 y=288 w=16 h=16
minecraft:block/note_block x=16 y=288 w=16 h=16
minecraft:block/oak_door_bottom x=32 y=288 w=16 h=16
minecraft:block/oak_door_top x=48 y=288 w=16 h=16
minecraft:block/oak_leaves x=64 y=288 w=16 h=16
minecraft:block/oak_log x=80 y=288 w=16 h=16
minecraft:block/oak_log_top x=96 y=288 w=16 h=16
minecraft:block/oak_planks x=112 y=288 w=16 h=16
minecraft:block/oak_sapling x=128 y=288 w=16 h=16
minecraft:block/oak_trapdoor x=144 y=288 w=16 h=16
minecraft:block/observer_back x=160 y=288 w=16 h=16
minecraft:block/observer_back_on x=176 y=288 w=16 h=16
minecraft:block/observer_front x=192 y=288 w=16 h=16
minecraft:block/observer_side x=208 y=288 w=16 h=16
minecraft:block/observer_top x=224 y=288 w=16 h=16
minecraft:block/obsidian x=240 y=288 w=16 h=16
minecraft:block/ochre_froglight_side x=256 y=288 w=16 h=16
minecraft:block/ochre_froglight_top x=272 y=288 w=16 h=16
minecraft:block/orange_candle x=288 y=288 w=16 h=16
minecraft:block/orange_candle_lit x=304 y=288 w=16 h=16
minecraft:block/orange_concrete x=320 y=288 w=16 h=16
minecraft:block/orange_concrete_powder x=336 y=288 w=16 h=16
minecraft:block/orange_glazed_terracotta x=352 y=288 w=16 h=16
minecraft:block/orange_shulker_box x=368 y=288 w=16 h=16
minecraft:block/orange_stained_glass x=384 y=288 w=16 h=16
minecraft:block/orange_stained_glass_pane_top x=400 y=288 w=16 h=16
minecraft:block/orange_terracotta x=416 y=288 w=16 h=16
minecraft:block/orange_tulip x=432 y=288 w=16 h=16
minecraft:block/orange_wool x=448 y=288 w=16 h=16
minecraft:block/oxeye_daisy x=464 y=288 w=16 h=16
minecraft:block/oxidized_copper x=480 y=288 w=16 h=16
minecraft:block/oxidized_cut_copper x=496 y=288 w=16 h=16
minecraft:block/packed_ice x=0 y=304 w=16 h=16
minecraft:block/packed_mud x=16 y=304 w=16 h=16
minecraft:block/pearlescent_froglight_side x=32 y=304 w=16 h=16
minecraft:block/pearlescent_froglight_top x=48 y=304 w=16 h=16
minecraft:block/peony_bottom x=64 y=304 w=16 h=16
minecraft:block/peony_top x=80 y=304 w=16 h=16
minecraft:block/pink_candle x=96 y=304 w=16 h=16
minecraft:block/pink_candle_lit x=112 y=304 w=16 h=16
minecraft:block/pink_concrete x=128 y=304 w=16 h=16
minecraft:block/pink_concrete_powder x=144 y=304 w=16 h=16
minecraft:block/pink_glazed_terracotta x=160 y=304 w=16 h=16
minecraft:block/pink_petals x=176 y=304 w=16 h=16
minecraft:block/pink_petals_stem x=192 y=304 w=16 h=16
minecraft:block/pink_shulker_box x=208 y=304 w=16 h=16
minecraft:block/pink_stained_glass x=224 y=304 w=16 h=16
minecraft:block/pink_stained_glass_pane_top x=240 y=304 w=16 h=16
minecraft:block/pink_terracotta x=256 y=304 w=16 h=16
minecraft:block/pink_tulip x=272 y=304 w=16 h=16
minecraft:block/pink_wool x=288 y=304 w=16 h=16
minecraft:block/piston_bottom x=304 y=304 w=16 h=16
minecraft:block/piston_inner x=320 y=304 w=16 h=16
minecraft:block/piston_side x=336 y=304 w=16 h=16
minecraft:block/piston_top x=352 y=304 w=16 h=16
minecraft:block/piston_top_sticky x=368 y=304 w=16 h=16
minecraft:block/pitcher_crop_bottom x=384 y=304 w=16 h=16
minecraft:block/pitcher_crop_bottom_stage_1 x=400 y=304 w=16 h=16
minecraft:block/pitcher_crop_bottom_stage_2 x=416 y=304 w=16 h=16
minecraft:block/pitcher_crop_bottom_stage_3 x=432 y=304 w=16 h=16
minecraft:block/pitcher_crop_bottom_stage_4 x=448 y=304 w=16 h=16
minecraft:block/pitcher_crop_side x=464 y=304 w=16 h=16
minecraft:block/pitcher_crop_top x=480 y=304 w=16 h=16
minecraft:block/pitcher_crop_top_stage_3 x=496 y=304 w=16 h=16
minecraft:block/pitcher_crop_top_stage_4 x=0 y=320 w=16 h=16
minecraft:block/podzol_side x=16 y=320 w=16 h=16
minecraft:block/podzol_top x=32 y=320 w=16 h=16
minecraft:block/pointed_dripstone_down_base x=48 y=320 w=16 h=16
minecraft:block/pointed_dripstone_down_frustum x=64 y=320 w=16 h=16
minecraft:block/pointed_dripstone_down_middle x=80 y=320 w=16 h=16
minecraft:block/pointed_dripstone_down_tip x=96 y=320 w=16 h=16
minecraft:block/pointed_dripstone_down_tip_merge x=112 y=320 w=16 h=16
minecraft:block/pointed_dripstone_up_base x=128 y=320 w=16 h=16
minecraft:block/pointed_dripstone_up_frustum x=144 y=320 w=16 h=16
minecraft:block/pointed_dripstone_up_middle x=160 y=320 w=16 h=16
minecraft:block/pointed_dripstone_up_tip x=176 y=320 w=16 h=16
minecraft:block/pointed_dripstone_up_tip_merge x=192 y=320 w=16 h=16
minecraft:block/polished_andesite x=208 y=320 w=16 h=16
minecraft:block/polished_basalt_side x=224 y=320 w=16 h=16
minecraft:block/polished_basalt_top x=240 y=320 w=16 h=16
minecraft:block/polished_blackstone x=256 y=320 w=16 h=16
minecraft:block/polished_blackstone_bricks x=272 y=320 w=16 h=16
minecraft:block/polished_deepslate x=288 y=320 w=16 h=16
minecraft:block/polished_diorite x=304 y=320 w=16 h=16
minecraft:block/polished_granite x=320 y=320 w=16 h=16
minecraft:block/poppy x=336 y=320 w=16 h=16
minecraft:block/potatoes_stage0 x=352 y=320 w=16 h=16
minecraft:block/potatoes_stage1 x=368 y=320 w=16 h=16
minecraft:block/potatoes_stage2 x=384 y=320 w=16 h=16
minecraft:block/potatoes_stage3 x=400 y=320 w=16 h=16
minecraft:block/potted_azalea_bush_plant x=416 y=320 w=16 h=16
minecraft:block/potted_azalea_bush_side x=432 y=320 w=16 h=16
minecraft:block/potted_azalea_bush_top x=448 y=320 w=16 h=16
minecraft:block/potted_flowering_azalea_bush_plant x=464 y=320 w=16 h=16
minecraft:block/potted_flowering_azalea_bush_side x=480 y=320 w=16 h=16
minecraft:block/potted_flowering_azalea_bush_top x=496 y=320 w=16 h=16
minecraft:block/powder_snow x=0 y=336 w=16 h=16
minecraft:block/powered_rail x=16 y=336 w=16 h=16
minecraft:block/powered_rail_on x=32 y=336 w=16 h=16
minecraft:block/prismarine x=48 y=336 w=16 h=16
minecraft:block/prismarine_bricks x=64 y=336 w=16 h=16
minecraft:block/pumpkin_side x=80 y=336 w=16 h=16
minecraft:block/pumpkin_stem x=96 y=336 w=16 h=16
minecraft:block/pumpkin_top x=112 y=336 w=16 h=16
minecraft:block/purple_candle x=128 y=336 w=16 h=16
minecraft:block/purple_candle_lit x=144 y=336 w=16 h=16
minecraft:block/purple_concrete x=160 y=336 w=16 h=16
minecraft:block/purple_concrete_powder x=176 y=336 w=16 h=16
minecraft:block/purple_glazed_terracotta x=192 y=336 w=16 h=16
minecraft:block/purple_shulker_box x=208 y=336 w=16 h=16
minecraft:block/purple_stained_glass x=224 y=336 w=16 h=16
minecraft:block/purple_stained_glass_pane_top x=240 y=336 w=16 h=16
minecraft:block/purple_terracotta x=256 y=336 w=16 h=16
minecraft:block/purple_wool x=272 y=336 w=16 h=16
minecraft:block/purpur_block x=288 y=336 w=16 h=16
minecraft:block/purpur_pillar x=304 y=336 w=16 h=16
minecraft:block/purpur_pillar_top x=320 y=336 w=16 h=16
minecraft:block/quartz_block_bottom x=336 y=336 w=16 h=16
minecraft:block/quartz_block_side x=352 y=336 w=16 h=16
minecraft:block/quartz_block_top x=368 y=336 w=16 h=16
minecraft:block/quartz_bricks x=384 y=336 w=16 h=16
minecraft:block/quartz_pillar x=400 y=336 w=16 h=16
minecraft:block/quartz_pillar_top x=416 y=336 w=16 h=16
minecraft:block/rail x=432 y=336 w=16 h=16
minecraft:block/rail_corner x=448 y=336 w=16 h=16
minecraft:block/raw_copper_block x=464 y=336 w=16 h=16
minecraft:block/raw_gold_block x=480 y=336 w=16 h=16
minecraft:block/raw_iron_block x=496 y=336 w=16 h=16
minecraft:block/red_candle x=0 y=352 w=16 h=16
minecraft:block/red_candle_lit x=16 y=352 w=16 h=16
minecraft:block/red_concrete x=32 y=352 w=16 h=16
minecraft:block/red_concrete_powder x=48 y=352 w=16 h=16
minecraft:block/red_glazed_terracotta x=64 y=352 w=16 h=16
minecraft:block/red_mushroom x=80 y=352 w=16 h=16
minecraft:block/red_mushroom_block x=96 y=352 w=16 h=16
minecraft:block/red_nether_bricks x=112 y=352 w=16 h=16
minecraft:block/red_sand x=128 y=352 w=16 h=16
minecraft:block/red_sandstone x=144 y=352 w=16 h=16
minecraft:block/red_sandstone_bottom x=160 y=352 w=16 h=16
minecraft:block/red_sandstone_top x=176 y=352 w=16 h=16
minecraft:block/red_shulker_box x=192 y=352 w=16 h=16
minecraft:block/red_stained_glass x=208 y=352 w=16 h=16
minecraft:block/red_stained_glass_pane_top x=224 y=352 w=16 h=16
minecraft:block/red_terracotta x=240 y=352 w=16 h=16
minecraft:block/red_tulip x=256 y=352 w=16 h=16
minecraft:block/red_wool x=272 y=352 w=16 h=16
minecraft:block/redstone_block x=288 y=352 w=16 h=16
minecraft:block/redstone_dust_dot x=304 y=352 w=16 h=16
minecraft:block/redstone_dust_line0 x=320 y=352 w=16 h=16
minecraft:block/redstone_dust_line1 x=336 y=352 w=16 h=16
minecraft:block/redstone_dust_overlay x=352 y=352 w=16 h=16
minecraft:block/redstone_lamp x=368 y=352 w=16 h=16
minecraft:block/redstone_lamp_on x=384 y=352 w=16 h=16
minecraft:block/redstone_ore x=400 y=352 w=16 h=16
minecraft:block/redstone_torch x=416 y=352 w=16 h=16
minecraft:block/redstone_torch_off x=432 y=352 w=16 h=16
minecraft:block/reinforced_deepslate_bottom x=448 y=352 w=16 h=16
minecraft:block/reinforced_deepslate_side x=464 y=352 w=16 h=16
minecraft:block/reinforced_deepslate_top x=480 y=352 w=16 h=16
minecraft:block/repeater x=496 y=352 w=16 h=16
minecraft:block/repeater_on x=0 y=368 w=16 h=16
minecraft:block/repeating_command_block_back x=16 y=368 w=16 h=16
minecraft:block/repeating_command_block_conditional x=32 y=368 w=16 h=16
minecraft:block/repeating_command_block_front x=48 y=368 w=16 h=16
minecraft:block/repeating_command_block_side x=64 y=368 w=16 h=16
minecraft:block/respawn_anchor_bottom x=80 y=368 w=16 h=16
minecraft:block/respawn_anchor_side0 x=96 y=368 w=16 h=16
minecraft:block/respawn_anchor_side1 x=112 y=368 w=16 h=16
minecraft:block/respawn_anchor_side2 x=128 y=368 w=16 h=16
minecraft:block/respawn_anchor_side3 x=144 y=368 w=16 h=16
minecraft:block/respawn_anchor_side4 x=160 y=368 w=16 h=16
minecraft:block/respawn_anchor_top x=176 y=368 w=16 h=16
minecraft:block/respawn_anchor_top_off x=192 y=368 w=16 h=16
minecraft:block/rooted_dirt x=208 y=368 w=16 h=16
minecraft:block/rose_bush_bottom x=224 y=368 w=16 h=16
minecraft:block/rose_bush_top x=240 y=368 w=16 h=16
minecraft:block/sand x=256 y=368 w=16 h=16
minecraft:block/sandstone x=272 y=368 w=16 h=16
minecraft:block/sandstone_bottom x=288 y=368 w=16 h=16
minecraft:block/sandstone_top x=304 y=368 w=16 h=16
minecraft:block/scaffolding_bottom x=320 y=368 w=16 h=16
minecraft:block/scaffolding_side x=336 y=368 w=16 h=16
minecraft:block/scaffolding_top x=352 y=368 w=16 h=16
minecraft:block/sculk x=368 y=368 w=16 h=16
minecraft:block/sculk_catalyst_bottom x=384 y=368 w=16 h=16
minecraft:block/sculk_catalyst_side x=400 y=368 w=16 h=16
minecraft:block/sculk_catalyst_side_bloom x=416 y=368 w=16 h=16
minecraft:block/sculk_catalyst_top x=432 y=368 w=16 h=16
minecraft:block/sculk_catalyst_top_bloom x=448 y=368 w=16 h=16
minecraft:block/sculk_sensor_bottom x=464 y=368 w=16 h=16
minecraft:block/sculk_sensor_side x=480 y=368 w=16 h=16
minecraft:block/sculk_sensor_tendril_active x=496 y=368 w=16 h=16
minecraft:block/sculk_sensor_tendril_inactive x=0 y=384 w=16 h=16
minecraft:block/sculk_sensor_top x=16 y=384 w=16 h=16
minecraft:block/sculk_shrieker_bottom x=32 y=384 w=16 h=16
minecraft:block/sculk_shrieker_can_summon_inner_top x=48 y=384 w=16 h=16
minecraft:block/sculk_shrieker_inner_top x=64 y=384 w=16 h=16
minecraft:block/sculk_shrieker_side x=80 y=384 w=16 h=16
minecraft:block/sculk_shrieker_top x=96 y=384 w=16 h=16
minecraft:block/sculk_vein x=112 y=384 w=16 h=16
minecraft:block/sea_lantern x=128 y=384 w=16 h=16
minecraft:block/sea_pickle x=144 y=384 w=16 h=16
minecraft:block/seagrass x=160 y=384 w=16 h=16
minecraft:block/shroomlight x=176 y=384 w=16 h=16
minecraft:block/shulker_box x=192 y=384 w=16 h=16
minecraft:block/slime_block x=208 y=384 w=16 h=16
minecraft:block/small_amethyst_bud x=224 y=384 w=16 h=16
minecraft:block/small_dripleaf_side x=240 y=384 w=16 h=16
minecraft:block/small_dripleaf_stem_bottom x=256 y=384 w=16 h=16
minecraft:block/small_dripleaf_stem_top x=272 y=384 w=16 h=16
minecraft:block/small_dripleaf_top x=288 y=384 w=16 h=16
minecraft:block/smithing_table_bottom x=304 y=384 w=16 h=16
minecraft:block/smithing_table_front x=320 y=384 w=16 h=16
minecraft:block/smithing_table_side x=336 y=384 w=16 h=16
minecraft:block/smithing_table_top x=352 y=384 w=16 h=16
minecraft:block/smoker_bottom x=368 y=384 w=16 h=16
minecraft:block/smoker_front x=384 y=384 w=16 h=16
minecraft:block/smoker_front_on x=400 y=384 w=16 h=16
minecraft:block/smoker_side x=416 y=384 w=16 h=16
minecraft:block/smoker_top x=432 y=384 w=16 h=16
minecraft:block/smooth_basalt x=448 y=384 w=16 h=16
minecraft:block/smooth_stone x=464 y=384 w=16 h=16
minecraft:block/smooth_stone_slab_side x=480 y=384 w=16 h=16
minecraft:block/sniffer_egg_not_cracked_bottom x=496 y=384 w=16 h=16
minecraft:block/sniffer_egg_not_cracked_east x=0 y=400 w=16 h=16
minecraft:block/sniffer_egg_not_cracked_north x=16 y=400 w=16 h=16
minecraft:block/sniffer_egg_not_cracked_south x=32 y=400 w=16 h=16
minecraft:block/sniffer_egg_not_cracked_top x=48 y=400 w=16 h=16
minecraft:block/sniffer_egg_not_cracked_west x=64 y=400 w=16 h=16
minecraft:block/sniffer_egg_slightly_cracked_bottom x=80 y=400 w=16 h=16
minecraft:block/sniffer_egg_slightly_cracked_east x=96 y=400 w=16 h=16
minecraft:block/sniffer_egg_slightly_cracked_north x=112 y=400 w=16 h=16
minecraft:block/sniffer_egg_slightly_cracked_south x=128 y=400 w=16 h=16
minecraft:block/sniffer_egg_slightly_cracked_top x=144 y=400 w=16 h=16
minecraft:block/sniffer_egg_slightly_cracked_west x=160 y=400 w=16 h=16
minecraft:block/sniffer_egg_very_cracked_bottom x=176 y=400 w=16 h=16
minecraft:block/sniffer_egg_very_cracked_east x=192 y=400 w=16 h=16
minecraft:block/sniffer_egg_very_cracked_north x=208 y=400 w=16 h=16
minecraft:block/sniffer_egg_very_cracked_south x=224 y=400 w=16 h=16
minecraft:block/sniffer_egg_very_cracked_top x=240 y=400 w=16 h=16
minecraft:block/sniffer_egg_very_cracked_west x=256 y=400 w=16 h=16
minecraft:block/snow x=272 y=400 w=16 h=16
minecraft:block/soul_campfire_fire x=288 y=400 w=16 h=16
minecraft:block/soul_campfire_log_lit x=304 y=400 w=16 h=16
minecraft:block/soul_fire_0 x=320 y=400 w=16 h=16
minecraft:block/soul_fire_1 x=336 y=400 w=16 h=16
minecraft:block/soul_lantern x=352 y=400 w=16 h=16
minecraft:block/soul_sand x=368 y=400 w=16 h=16
minecraft:block/soul_soil x=384 y=400 w=16 h=16
minecraft:block/soul_torch x=400 y=400 w=16 h=16
minecraft:block/spawner x=416 y=400 w=16 h=16
minecraft:block/sponge x=432 y=400 w=16 h=16
minecraft:block/spore_blossom x=448 y=400 w=16 h=16
minecraft:block/spore_blossom_base x=464 y=400 w=16 h=16
minecraft:block/spruce_door_bottom x=480 y=400 w=16 h=16
minecraft:block/spruce_door_top x=496 y=400 w=16 h=16
minecraft:block/spruce_leaves x=0 y=416 w=16 h=16
minecraft:block/spruce_log x=16 y=416 w=16 h=16
minecraft:block/spruce_log_top x=32 y=416 w=16 h=16
minecraft:block/spruce_planks x=48 y=416 w=16 h=16
minecraft:block/spruce_sapling x=64 y=416 w=16 h=16
minecraft:block/spruce_trapdoor x=80 y=416 w=16 h=16
minecraft:block/stone x=96 y=416 w=16 h=16
minecraft:block/stone_bricks x=112 y=416 w=16 h=16
minecraft:block/stonecutter_bottom x=128 y=416 w=16 h=16
minecraft:block/stonecutter_saw x=144 y=416 w=16 h=16
minecraft:block/stonecutter_side x=160 y=416 w=16 h=16
minecraft:block/stonecutter_top x=176 y=416 w=16 h=16
minecraft:block/stripped_acacia_log x=192 y=416 w=16 h=16
minecraft:block/stripped_acacia_log_top x=208 y=416 w=16 h=16
minecraft:block/stripped_bamboo_block x=224 y=416 w=16 h=16
minecraft:block/stripped_bamboo_block_top x=240 y=416 w=16 h=16
minecraft:block/stripped_birch_log x=256 y=416 w=16 h=16
minecraft:block/stripped_birch_log_top x=272 y=416 w=16 h=16
minecraft:block/stripped_cherry_log x=288 y=416 w=16 h=16
minecraft:block/stripped_cherry_log_top x=304 y=416 w=16 h=16
minecraft:block/stripped_crimson_stem x=320 y=416 w=16 h=16
minecraft:block/stripped_crimson_stem_top x=336 y=416 w=16 h=16
minecraft:block/stripped_dark_oak_log x=352 y=416 w=16 h=16
minecraft:block/stripped_dark_oak_log_top x=368 y=416 w=16 h=16
minecraft:block/stripped_jungle_log x=384 y=416 w=16 h=16
minecraft:block/stripped_jungle_log_top x=400 y=416 w=16 h=16
minecraft:block/stripped_mangrove_log x=416 y=416 w=16 h=16
minecraft:block/stripped_mangrove_log_top x=432 y=416 w=16 h=16
minecraft:block/stripped_oak_log x=448 y=416 w=16 h=16
minecraft:block/stripped_oak_log_top x=464 y=416 w=16 h=16
minecraft:block/stripped_spruce_log x=480 y=416 w=16 h=16
minecraft:block/stripped_spruce_log_top x=496 y=416 w=16 h=16
minecraft:block/stripped_warped_stem x=0 y=432 w=16 h=16
minecraft:block/stripped_warped_stem_top x=16 y=432 w=16 h=16
minecraft:block/structure_block x=32 y=432 w=16 h=16
minecraft:block/structure_block_corner x=48 y=432 w=16 h=16
minecraft:block/structure_block_data x=64 y=432 w=16 h=16
minecraft:block/structure_block_load x=80 y=432 w=16 h=16
minecraft:block/structure_block_save x=96 y=432 w=16 h=16
minecraft:block/sugar_cane x=112 y=432 w=16 h=16
minecraft:block/sunflower_back x=128 y=432 w=16 h=16
minecraft:block/sunflower_bottom x=144 y=432 w=16 h=16
minecraft:block/sunflower_front x=160 y=432 w=16 h=16
minecraft:block/sunflower_top x=176 y=432 w=16 h=16
minecraft:block/suspicious_gravel_0 x=192 y=432 w=16 h=16
minecraft:block/suspicious_gravel_1 x=208 y=432 w=16 h=16
minecraft:block/suspicious_gravel_2 x=224 y=432 w=16 h=16
minecraft:block/suspicious_gravel_3 x=240 y=432 w=16 h=16
minecraft:block/suspicious_sand_0 x=256 y=432 w=16 h=16
minecraft:block/suspicious_sand_1 x=272 y=432 w=16 h=16
minecraft:block/suspicious_sand_2 x=288 y=432 w=16 h=16
minecraft:block/suspicious_sand_3 x=304 y=432 w=16 h=16
minecraft:block/sweet_berry_bush_stage0 x=320 y=432 w=16 h=16
minecraft:block/sweet_berry_bush_stage1 x=336 y=432 w=16 h=16
minecraft:block/sweet_berry_bush_stage2 x=352 y=432 w=16 h=16
minecraft:block/sweet_berry_bush_stage3 x=368 y=432 w=16 h=16
minecraft:block/tall_grass_bottom x=384 y=432 w=16 h=16
minecraft:block/tall_grass_top x=400 y=432 w=16 h=16
minecraft:block/tall_seagrass_bottom x=416 y=432 w=16 h=16
minecraft:block/tall_seagrass_top x=432 y=432 w=16 h=16
minecraft:block/target_side x=448 y=432 w=16 h=16
minecraft:block/target_top x=464 y=432 w=16 h=16
minecraft:block/terracotta x=480 y=432 w=16 h=16
minecraft:block/tinted_glass x=496 y=432 w=16 h=16
minecraft:block/tnt_bottom x=0 y=448 w=16 h=16
minecraft:block/tnt_side x=16 y=448 w=16 h=16
minecraft:block/tnt_top x=32 y=448 w=16 h=16
minecraft:block/torch x=48 y=448 w=16 h=16
minecraft:block/torchflower x=64 y=448 w=16 h=16
minecraft:block/torchflower_crop_stage0 x=80 y=448 w=16 h=16
minecraft:block/torchflower_crop_stage1 x=96 y=448 w=16 h=16
minecraft:block/tripwire x=112 y=448 w=16 h=16
minecraft:block/tripwire_hook x=128 y=448 w=16 h=16
minecraft:block/tube_coral x=144 y=448 w=16 h=16
minecraft:block/tube_coral_block x=160 y=448 w=16 h=16
minecraft:block/tube_coral_fan x=176 y=448 w=16 h=16
minecraft:block/tuff x=192 y=448 w=16 h=16
minecraft:block/turtle_egg x=208 y=448 w=16 h=16
minecraft:block/turtle_egg_slightly_cracked x=224 y=448 w=16 h=16
minecraft:block/turtle_egg_very_cracked x=240 y=448 w=16 h=16
minecraft:block/twisting_vines x=256 y=448 w=16 h=16
minecraft:block/twisting_vines_plant x=272 y=448 w=16 h=16
minecraft:block/verdant_froglight_side x=288 y=448 w=16 h=16
minecraft:block/verdant_froglight_top x=304 y=448 w=16 h=16
minecraft:block/vine x=320 y=448 w=16 h=16
minecraft:block/warped_door_bottom x=336 y=448 w=16 h=16
minecraft:block/warped_door_top x=352 y=448 w=16 h=16
minecraft:block/warped_fungus x=368 y=448 w=16 h=16
minecraft:block/warped_nylium x=384 y=448 w=16 h=16
minecraft:block/warped_nylium_side x=400 y=448 w=16 h=16
minecraft:block/warped_planks x=416 y=448 w=16 h=16
minecraft:block/warped_roots x=432 y=448 w=16 h=16
minecraft:block/warped_roots_pot x=448 y=448 w=16 h=16
minecraft:block/warped_stem x=464 y=448 w=16 h=16
minecraft:block/warped_stem_top x=480 y=448 w=16 h=16
minecraft:block/warped_trapdoor x=496 y=448 w=16 h=16
minecraft:block/warped_wart_block x=0 y=464 w=16 h=16
minecraft:block/water_flow x=96 y=32 w=32 h=32
minecraft:block/water_overlay x=16 y=464 w=16 h=16
minecraft:block/water_still x=32 y=464 w=16 h=16
minecraft:block/weathered_copper x=48 y=464 w=16 h=16
minecraft:block/weathered_cut_copper x=64 y=464 w=16 h=16
minecraft:block/weeping_vines x=80 y=464 w=16 h=16
minecraft:block/weeping_vines_plant x=96 y=464 w=16 h=16
minecraft:block/wet_sponge x=112 y=464 w=16 h=16
minecraft:block/wheat_stage0 x=128 y=464 w=16 h=16
minecraft:block/wheat_stage1 x=144 y=464 w=16 h=16
minecraft:block/wheat_stage2 x=160 y=464 w=16 h=16
minecraft:block/wheat_stage3 x=176 y=464 w=16 h=16
minecraft:block/wheat_stage4 x=192 y=464 w=16 h=16
minecraft:block/wheat_stage5 x=208 y=464 w=16 h=16
minecraft:block/wheat_stage6 x=224 y=464 w=16 h=16
minecraft:block/wheat_stage7 x=240 y=464 w=16 h=16
minecraft:block/white_candle x=256 y=464 w=16 h=16
minecraft:block/white_candle_lit x=272 y=464 w=16 h=16
minecraft:block/white_concrete x=288 y=464 w=16 h=16
minecraft:block/white_concrete_powder x=304 y=464 w=16 h=16
minecraft:block/white_glazed_terracotta x=320 y=464 w=16 h=16
minecraft:block/white_shulker_box x=336 y=464 w=16 h=16
minecraft:block/white_stained_glass x=352 y=464 w=16 h=16
minecraft:block/white_stained_glass_pane_top x=368 y=464 w=16 h=16
minecraft:block/white_terracotta x=384 y=464 w=16 h=16
minecraft:block/white_tulip x=400 y=464 w=16 h=16
minecraft:block/white_wool x=416 y=464 w=16 h=16
minecraft:block/wither_rose x=432 y=464 w=16 h=16
minecraft:block/yellow_candle x=448 y=464 w=16 h=16
minecraft:block/yellow_candle_lit x=464 y=464 w=16 h=16
minecraft:block/yellow_concrete x=480 y=464 w=16 h=16
minecraft:block/yellow_concrete_powder x=496 y=464 w=16 h=16
minecraft:block/yellow_glazed_terracotta x=0 y=480 w=16 h=16
minecraft:block/yellow_shulker_box x=16 y=480 w=16 h=16
minecraft:block/yellow_stained_glass x=32 y=480 w=16 h=16
minecraft:block/yellow_stained_glass_pane_top x=48 y=480 w=16 h=16
minecraft:block/yellow_terracotta x=64 y=480 w=16 h=16
minecraft:block/yellow_wool x=80 y=480 w=16 h=16
minecraft:entity/bell/bell_body x=0 y=64 w=32 h=32
minecraft:entity/conduit/base x=32 y=64 w=32 h=16
minecraft:entity/conduit/break_particle x=96 y=480 w=16 h=16
minecraft:entity/conduit/cage x=64 y=64 w=32 h=16
minecraft:entity/conduit/closed_eye x=112 y=480 w=16 h=16
minecraft:entity/conduit/open_eye x=128 y=480 w=16 h=16
minecraft:entity/conduit/wind x=0 y=0 w=64 h=32
minecraft:entity/conduit/wind_vertical x=0 y=32 w=64 h=32
minecraft:entity/decorated_pot/decorated_pot_side x=144 y=480 w=16 h=16
minecraft:entity/enchanting_table_book x=64 y=0 w=64 h=32
minecraft:item/acacia_boat x=160 y=480 w=16 h=16
minecraft:item/acacia_chest_boat x=176 y=480 w=16 h=16
minecraft:item/acacia_door x=192 y=480 w=16 h=16
minecraft:item/acacia_hanging_sign x=208 y=480 w=16 h=16
minecraft:item/acacia_sign x=224 y=480 w=16 h=16
minecraft:item/amethyst_shard x=240 y=480 w=16 h=16
minecraft:item/angler_pottery_sherd x=256 y=480 w=16 h=16
minecraft:item/apple x=272 y=480 w=16 h=16
minecraft:item/archer_pottery_sherd x=288 y=480 w=16 h=16
minecraft:item/armor_stand x=304 y=480 w=16 h=16
minecraft:item/arms_up_pottery_sherd x=320 y=480 w=16 h=16
minecraft:item/arrow x=336 y=480 w=16 h=16
minecraft:item/axolotl_bucket x=352 y=480 w=16 h=16
minecraft:item/baked_potato x=368 y=480 w=16 h=16
minecraft:item/bamboo x=384 y=480 w=16 h=16
minecraft:item/bamboo_chest_raft x=400 y=480 w=16 h=16
minecraft:item/bamboo_door x=416 y=480 w=16 h=16
minecraft:item/bamboo_hanging_sign x=432 y=480 w=16 h=16
minecraft:item/bamboo_raft x=448 y=480 w=16 h=16
minecraft:item/bamboo_sign x=464 y=480 w=16 h=16
minecraft:item/barrier x=480 y=480 w=16 h=16
minecraft:item/beef x=496 y=480 w=16 h=16
minecraft:item/beetroot x=0 y=496 w=16 h=16
minecraft:item/beetroot_seeds x=16 y=496 w=16 h=16
minecraft:item/beetroot_soup x=32 y=496 w=16 h=16
minecraft:item/bell x=48 y=496 w=16 h=16
minecraft:item/birch_boat x=64 y=496 w=16 h=16
minecraft:item/birch_chest_boat x=80 y=496 w=16 h=16
minecraft:item/birch_door x=96 y=496 w=16 h=16
minecraft:item/birch_hanging_sign x=112 y=496 w=16 h=16
minecraft:item/birch_sign x=128 y=496 w=16 h=16
minecraft:item/black_candle x=144 y=496 w=16 h=16
minecraft:item/black_dye x=160 y=496 w=16 h=16
minecraft:item/blade_pottery_sherd x=176 y=496 w=16 h=16
minecraft:item/blaze_powder x=192 y=496 w=16 h=16
minecraft:item/blaze_rod x=208 y=496 w=16 h=16
minecraft:item/blue_candle x=224 y=496 w=16 h=16
minecraft:item/blue_dye x=240 y=496 w=16 h=16
minecraft:item/bone x=256 y=496 w=16 h=16
minecraft:item/bone_meal x=272 y=496 w=16 h=16
minecraft:item/book x=288 y=496 w=16 h=16
minecraft:item/bow x=304 y=496 w=16 h=16
minecraft:item/bow_pulling_0 x=320 y=496 w=16 h=16
minecraft:item/bow_pulling_1 x=336 y=496 w=16 h=16
minecraft:item/bow_pulling_2 x=352 y=496 w=16 h=16
minecraft:item/bowl x=368 y=496 w=16 h=16
minecraft:item/bread x=384 y=496 w=16 h=16
minecraft:item/brewer_pottery_sherd x=400 y=496 w=16 h=16
minecraft:item/brewing_stand x=416 y=496 w=16 h=16
minecraft:item/brick x=432 y=496 w=16 h=16
minecraft:item/broken_elytra x=448 y=496 w=16 h=16
minecraft:item/brown_candle x=464 y=496 w=16 h=16
minecraft:item/brown_dye x=480 y=496 w=16 h=16
minecraft:item/brush x=496 y=496 w=16 h=16
minecraft:item/bucket x=512 y=0 w=16 h=16
minecraft:item/bundle x=512 y=16 w=16 h=16
minecraft:item/bundle_filled x=512 y=32 w=16 h=16
minecraft:item/burn_pottery_sherd x=512 y=48 w=16 h=16
minecraft:item/cake x=512 y=64 w=16 h=16
minecraft:item/campfire x=512 y=80 w=16 h=16
minecraft:item/candle x=512 y=96 w=16 h=16
minecraft:item/carrot x=512 y=112 w=16 h=16