DEADSOFTWARE

Add top slabs
[cavedroid.git] / android / assets / json / game_items.json
1 {
2 "blocks": {
3 "none": {
4 "id": 0,
5 "collision": false,
6 "transparent": true,
7 "drop": "none",
8 "texture": "none",
9 "meta": "none"
10 },
11 "stone": {
12 "id": 1,
13 "hp": 450,
14 "drop": "cobblestone",
15 "texture": "stone"
16 },
17 "grass": {
18 "id": 2,
19 "hp": 54,
20 "drop": "dirt",
21 "texture": "grass"
22 },
23 "dirt": {
24 "id": 3,
25 "hp": 45,
26 "drop": "dirt",
27 "texture": "dirt"
28 },
29 "cobblestone": {
30 "id": 4,
31 "hp": 600,
32 "drop": "cobblestone",
33 "texture": "cobblestone"
34 },
35 "planks_oak": {
36 "id": 5,
37 "hp": 180,
38 "drop": "planks_oak",
39 "texture": "planks_oak"
40 },
41 "sapling_oak": {
42 "id": 6,
43 "collision": false,
44 "transparent": true,
45 "block_required": true,
46 "drop": "sapling_oak",
47 "texture": "sapling_oak"
48 },
49 "bedrock": {
50 "id": 7,
51 "drop": "bedrock",
52 "texture": "bedrock"
53 },
54 "water": {
55 "id": 8,
56 "collision": false,
57 "transparent": true,
58 "drop": "water",
59 "meta": "water",
60 "texture": "water_still",
61 "animated": true,
62 "frames": 16,
63 "state": 0
64 },
65 "lava": {
66 "id": 9,
67 "collision": false,
68 "drop": "lava",
69 "meta": "lava",
70 "texture": "lava_still",
71 "animated": true,
72 "frames": 16,
73 "state": 0
74 },
75 "sand": {
76 "id": 10,
77 "hp": 45,
78 "drop": "sand",
79 "texture": "sand"
80 },
81 "gravel": {
82 "id": 11,
83 "hp": 54,
84 "drop": "gravel",
85 "texture": "gravel"
86 },
87 "gold_ore": {
88 "id": 12,
89 "hp": 900,
90 "drop": "gold_ore",
91 "texture": "gold_ore"
92 },
93 "iron_ore": {
94 "id": 13,
95 "hp": 900,
96 "drop": "iron_ore",
97 "texture": "iron_ore"
98 },
99 "coal_ore": {
100 "id": 14,
101 "hp": 900,
102 "drop": "coal",
103 "texture": "coal_ore"
104 },
105 "log_oak": {
106 "id": 15,
107 "hp": 180,
108 "drop": "log_oak",
109 "texture": "log_oak"
110 },
111 "leaves_oak": {
112 "id": 16,
113 "hp": 21,
114 "transparent": true,
115 "drop": "leaves_oak",
116 "texture": "leaves_oak"
117 },
118 "sponge": {
119 "id": 17,
120 "hp": 54,
121 "drop": "sponge",
122 "texture": "sponge"
123 },
124 "glass": {
125 "id": 18,
126 "hp": 27,
127 "transparent": true,
128 "drop": "none",
129 "texture": "glass"
130 },
131 "lapis_ore": {
132 "id": 19,
133 "hp": 900,
134 "drop": "lapis",
135 "texture": "lapis_ore"
136 },
137 "lapis_block": {
138 "id": 20,
139 "hp": 900,
140 "drop": "lapis_block",
141 "texture": "lapis_block"
142 },
143 "sandstone": {
144 "id": 21,
145 "hp": 240,
146 "drop": "sandstone",
147 "texture": "sandstone"
148 },
149 "noteblock": {
150 "id": 22,
151 "hp": 75,
152 "drop": "noteblock",
153 "texture": "noteblock"
154 },
155 "bed_l": {
156 "id": 23,
157 "hp": 21,
158 "collision": false,
159 "background": true,
160 "transparent": true,
161 "drop": "none",
162 "texture": "bed_l"
163 },
164 "bed_r": {
165 "id": 24,
166 "hp": 21,
167 "collision": false,
168 "background": true,
169 "transparent": true,
170 "drop": "none",
171 "texture": "bed_r"
172 },
173 "web": {
174 "id": 25,
175 "hp": 1200,
176 "collision": false,
177 "transparent": true,
178 "drop": "web",
179 "texture": "web"
180 },
181 "tallgrass": {
182 "id": 26,
183 "collision": false,
184 "transparent": true,
185 "block_required": true,
186 "drop": "tallgrass",
187 "texture": "tallgrass"
188 },
189 "deadbush": {
190 "id": 27,
191 "collision": false,
192 "transparent": true,
193 "block_required": true,
194 "drop": "deadbush",
195 "texture": "deadbush"
196 },
197 "bricks": {
198 "id": 28,
199 "hp": 600,
200 "drop": "bricks",
201 "texture": "bricks"
202 },
203 "dandelion": {
204 "id": 29,
205 "collision": false,
206 "transparent": true,
207 "block_required": true,
208 "drop": "dandelion",
209 "texture": "dandelion"
210 },
211 "rose": {
212 "id": 30,
213 "collision": false,
214 "transparent": true,
215 "block_required": true,
216 "drop": "rose",
217 "texture": "rose"
218 },
219 "mushroom_brown": {
220 "id": 31,
221 "collision": false,
222 "transparent": true,
223 "block_required": true,
224 "drop": "mushroom_brown",
225 "texture": "mushroom_brown"
226 },
227 "mushroom_red": {
228 "id": 32,
229 "collision": false,
230 "transparent": true,
231 "block_required": true,
232 "drop": "mushroom_red",
233 "texture": "mushroom_red"
234 },
235 "wool_colored_white": {
236 "id": 33,
237 "hp": 75,
238 "drop": "wool_colored_white",
239 "texture": "wool_colored_white"
240 },
241 "wool_colored_orange": {
242 "id": 34,
243 "hp": 75,
244 "drop": "wool_colored_orange",
245 "texture": "wool_colored_orange"
246 },
247 "wool_colored_magenta": {
248 "id": 35,
249 "hp": 75,
250 "drop": "wool_colored_magenta",
251 "texture": "wool_colored_magenta"
252 },
253 "wool_colored_light_blue": {
254 "id": 36,
255 "hp": 75,
256 "drop": "wool_colored_light_blue",
257 "texture": "wool_colored_light_blue"
258 },
259 "wool_colored_yellow": {
260 "id": 37,
261 "hp": 75,
262 "drop": "wool_colored_yellow",
263 "texture": "wool_colored_yellow"
264 },
265 "wool_colored_lime": {
266 "id": 38,
267 "hp": 75,
268 "drop": "wool_colored_lime",
269 "texture": "wool_colored_lime"
270 },
271 "wool_colored_pink": {
272 "id": 39,
273 "hp": 75,
274 "drop": "wool_colored_pink",
275 "texture": "wool_colored_pink"
276 },
277 "wool_colored_gray": {
278 "id": 40,
279 "hp": 75,
280 "drop": "wool_colored_gray",
281 "texture": "wool_colored_gray"
282 },
283 "wool_colored_silver": {
284 "id": 41,
285 "hp": 75,
286 "drop": "wool_colored_silver",
287 "texture": "wool_colored_silver"
288 },
289 "wool_colored_cyan": {
290 "id": 42,
291 "hp": 75,
292 "drop": "wool_colored_cyan",
293 "texture": "wool_colored_cyan"
294 },
295 "wool_colored_purple": {
296 "id": 43,
297 "hp": 75,
298 "drop": "wool_colored_purple",
299 "texture": "wool_colored_purple"
300 },
301 "wool_colored_blue": {
302 "id": 44,
303 "hp": 75,
304 "drop": "wool_colored_blue",
305 "texture": "wool_colored_blue"
306 },
307 "wool_colored_brown": {
308 "id": 45,
309 "hp": 75,
310 "drop": "wool_colored_brown",
311 "texture": "wool_colored_brown"
312 },
313 "wool_colored_green": {
314 "id": 46,
315 "hp": 75,
316 "drop": "wool_colored_green",
317 "texture": "wool_colored_green"
318 },
319 "wool_colored_red": {
320 "id": 47,
321 "hp": 75,
322 "drop": "wool_colored_red",
323 "texture": "wool_colored_red"
324 },
325 "wool_colored_black": {
326 "id": 48,
327 "hp": 75,
328 "drop": "wool_colored_black",
329 "texture": "wool_colored_black"
330 },
331 "gold_block": {
332 "id": 49,
333 "hp": 900,
334 "drop": "gold_block",
335 "texture": "gold_block"
336 },
337 "iron_block": {
338 "id": 50,
339 "hp": 1500,
340 "drop": "iron_block",
341 "texture": "iron_block"
342 },
343 "stone_slab_bottom": {
344 "id": 51,
345 "top": 8,
346 "sprite_top": 8,
347 "hp": 600,
348 "transparent": true,
349 "drop": "stone_slab",
350 "meta": "slab",
351 "texture": "stone_slab",
352 "full_block": "double_stone_slab",
353 "other_part": "stone_slab_top"
354 },
355 "stone_slab_top": {
356 "id": 51,
357 "hp": 600,
358 "bottom": 8,
359 "sprite_bottom": 8,
360 "transparent": true,
361 "drop": "stone_slab",
362 "meta": "slab",
363 "texture": "stone_slab",
364 "full_block": "double_stone_slab",
365 "other_part": "stone_slab_bottom"
366 },
367 "double_stone_slab": {
368 "id": 52,
369 "hp": 600,
370 "drop": "stone_slab",
371 "drop_count": 2,
372 "texture": "stone_slab"
373 },
374 "sandstone_slab_bottom": {
375 "id": 53,
376 "top": 8,
377 "sprite_top": 8,
378 "hp": 600,
379 "transparent": true,
380 "drop": "sandstone_slab",
381 "meta": "slab",
382 "texture": "sandstone",
383 "full_block": "sandstone",
384 "other_part": "sandstone_slab_top"
385 },
386 "sandstone_slab_top": {
387 "id": 53,
388 "bottom": 8,
389 "sprite_bottom": 8,
390 "hp": 600,
391 "transparent": true,
392 "drop": "sandstone_slab",
393 "meta": "slab",
394 "texture": "sandstone",
395 "full_block": "sandstone",
396 "other_part": "sandstone_slab_bottom"
397 },
398 "oak_slab_bottom": {
399 "id": 54,
400 "top": 8,
401 "sprite_top": 8,
402 "hp": 180,
403 "transparent": true,
404 "drop": "oak_slab",
405 "meta": "slab",
406 "texture": "planks_oak",
407 "full_block": "planks_oak",
408 "other_part": "oak_slab_top"
409 },
410 "oak_slab_top": {
411 "id": 54,
412 "bottom": 8,
413 "sprite_bottom": 8,
414 "hp": 180,
415 "transparent": true,
416 "drop": "oak_slab",
417 "meta": "slab",
418 "texture": "planks_oak",
419 "full_block": "planks_oak",
420 "other_part": "oak_slab_bottom"
421 },
422 "cobblestone_slab_bottom": {
423 "id": 55,
424 "top": 8,
425 "sprite_top": 8,
426 "hp": 600,
427 "transparent": true,
428 "meta": "slab",
429 "drop": "cobblestone_slab",
430 "texture": "cobblestone",
431 "full_block": "cobblestone",
432 "other_part": "cobblestone_slab_top"
433 },
434 "cobblestone_slab_top": {
435 "id": 55,
436 "bottom": 8,
437 "sprite_bottom": 8,
438 "hp": 600,
439 "transparent": true,
440 "meta": "slab",
441 "drop": "cobblestone_slab",
442 "texture": "cobblestone",
443 "full_block": "cobblestone",
444 "other_part": "cobblestone_slab_bottom"
445 },
446 "brick_slab_bottom": {
447 "id": 56,
448 "top": 8,
449 "sprite_top": 8,
450 "hp": 600,
451 "transparent": true,
452 "drop": "brick_slab",
453 "meta": "slab",
454 "texture": "bricks",
455 "full_block": "bricks",
456 "other_part": "brick_slab_top"
457 },
458 "brick_slab_top": {
459 "id": 56,
460 "bottom": 8,
461 "sprite_bottom": 8,
462 "hp": 600,
463 "transparent": true,
464 "drop": "brick_slab",
465 "meta": "slab",
466 "texture": "bricks",
467 "full_block": "bricks",
468 "other_part": "brick_slab_bottom"
469 },
470 "stonebrick": {
471 "id": 57,
472 "hp": 450,
473 "drop": "stonebrick",
474 "texture": "stonebrick"
475 },
476 "stonebrick_slab_bottom": {
477 "id": 58,
478 "top": 8,
479 "sprite_top": 8,
480 "hp": 450,
481 "transparent": true,
482 "drop": "stonebrick_slab",
483 "meta": "slab",
484 "texture": "stonebrick",
485 "full_block": "stonebrick",
486 "other_part": "stonebrick_slab_top"
487 },
488 "stonebrick_slab_top": {
489 "id": 58,
490 "bottom": 8,
491 "sprite_bottom": 8,
492 "hp": 450,
493 "transparent": true,
494 "drop": "stonebrick_slab",
495 "meta": "slab",
496 "texture": "stonebrick",
497 "full_block": "stonebrick",
498 "other_part": "brick_slab_bottom"
499 },
500 "cactus": {
501 "id": 59,
502 "left": 1,
503 "right": 1,
504 "hp": 39,
505 "transparent": true,
506 "block_required": true,
507 "drop": "cactus",
508 "texture": "cactus"
509 },
510 "water_16": {
511 "id": 60,
512 "collision": false,
513 "transparent": true,
514 "drop": "water_16",
515 "meta": "water",
516 "texture": "water_flow",
517 "animated": true,
518 "frames": 16,
519 "state": 1
520 },
521 "water_12": {
522 "id": 61,
523 "top": 4,
524 "sprite_top": 4,
525 "collision": false,
526 "transparent": true,
527 "drop": "water_12",
528 "meta": "water",
529 "texture": "water_flow",
530 "animated": true,
531 "frames": 16,
532 "state": 2
533 },
534 "water_8": {
535 "id": 62,
536 "top": 8,
537 "sprite_top": 8,
538 "collision": false,
539 "transparent": true,
540 "drop": "water_8",
541 "meta": "water",
542 "texture": "water_flow",
543 "animated": true,
544 "frames": 16,
545 "state": 3
546 },
547 "water_4": {
548 "id": 63,
549 "top": 12,
550 "sprite_top": 12,
551 "collision": false,
552 "transparent": true,
553 "drop": "water_4",
554 "meta": "water",
555 "texture": "water_flow",
556 "animated": true,
557 "frames": 16,
558 "state": 4
559 },
560 "lava_16": {
561 "id": 64,
562 "collision": false,
563 "drop": "lava_16",
564 "meta": "lava",
565 "texture": "lava_flow",
566 "animated": true,
567 "frames": 16,
568 "state": 1
569 },
570 "lava_12": {
571 "id": 65,
572 "top": 4,
573 "sprite_top": 4,
574 "collision": false,
575 "drop": "lava_12",
576 "meta": "lava",
577 "texture": "lava_flow",
578 "animated": true,
579 "frames": 16,
580 "state": 2
581 },
582 "lava_8": {
583 "id": 66,
584 "top": 8,
585 "sprite_top": 8,
586 "collision": false,
587 "drop": "lava_8",
588 "meta": "lava",
589 "texture": "lava_flow",
590 "animated": true,
591 "frames": 16,
592 "state": 3
593 },
594 "lava_4": {
595 "id": 67,
596 "top": 12,
597 "sprite_top": 12,
598 "collision": false,
599 "drop": "lava_4",
600 "meta": "lava",
601 "texture": "lava_flow",
602 "animated": true,
603 "frames": 16,
604 "state": 4
605 },
606 "obsidian": {
607 "id": 68,
608 "hp": 1500,
609 "drop": "obsidian",
610 "texture": "obsidian"
612 },
613 "items": {
614 "none": {
615 "id": 0,
616 "name": "",
617 "type": "none",
618 "texture": "none"
619 },
620 "stone": {
621 "id": 1,
622 "name": "Stone",
623 "type": "block",
624 "texture": "stone"
625 },
626 "grass": {
627 "id": 2,
628 "name": "Grass",
629 "type": "block",
630 "texture": "grass"
631 },
632 "dirt": {
633 "id": 3,
634 "name": "Dirt",
635 "type": "block",
636 "texture": "dirt"
637 },
638 "cobblestone": {
639 "id": 4,
640 "name": "Cobblestone",
641 "type": "block",
642 "texture": "cobblestone"
643 },
644 "planks_oak": {
645 "id": 5,
646 "name": "Oak Planks",
647 "type": "block",
648 "texture": "planks_oak"
649 },
650 "sapling_oak": {
651 "id": 6,
652 "name": "Oak Sapling",
653 "type": "block",
654 "texture": "sapling_oak"
655 },
656 "bedrock": {
657 "id": 7,
658 "name": "Bedrock",
659 "type": "block",
660 "texture": "bedrock"
661 },
662 "water": {
663 "id": 8,
664 "name": "Water",
665 "type": "block",
666 "texture": "water"
667 },
668 "lava": {
669 "id": 9,
670 "name": "Lava",
671 "type": "block",
672 "texture": "lava"
673 },
674 "sand": {
675 "id": 10,
676 "name": "Sand",
677 "type": "block",
678 "texture": "sand"
679 },
680 "gravel": {
681 "id": 11,
682 "name": "Gravel",
683 "type": "block",
684 "texture": "gravel"
685 },
686 "gold_ore": {
687 "id": 12,
688 "name": "Golden Ore",
689 "type": "block",
690 "texture": "gold_ore"
691 },
692 "iron_ore": {
693 "id": 13,
694 "name": "Iron Ore",
695 "type": "block",
696 "texture": "iron_ore"
697 },
698 "coal_ore": {
699 "id": 14,
700 "name": "Coal Ore",
701 "type": "block",
702 "texture": "coal_ore"
703 },
704 "log_oak": {
705 "id": 15,
706 "name": "Wood",
707 "type": "block",
708 "texture": "log_oak"
709 },
710 "leaves_oak": {
711 "id": 16,
712 "name": "Leaves",
713 "type": "block",
714 "texture": "leaves_oak"
715 },
716 "glass": {
717 "id": 17,
718 "name": "Glass",
719 "type": "block",
720 "texture": "glass"
721 },
722 "lapis_ore": {
723 "id": 18,
724 "name": "Lapis Ore",
725 "type": "block",
726 "texture": "lapis_ore"
727 },
728 "lapis_block": {
729 "id": 19,
730 "name": "Lapis Block",
731 "type": "block",
732 "texture": "lapis_block"
733 },
734 "sandstone": {
735 "id": 20,
736 "name": "Sandstone",
737 "type": "block",
738 "texture": "sandstone"
739 },
740 "web": {
741 "id": 21,
742 "name": "Cobweb",
743 "type": "block",
744 "texture": "web"
745 },
746 "tallgrass": {
747 "id": 22,
748 "name": "Tall Grass",
749 "type": "block",
750 "texture": "tallgrass",
751 "origin_x": 0.5
752 },
753 "deadbush": {
754 "id": 23,
755 "name": "Dead Bush",
756 "type": "block",
757 "texture": "deadbush",
758 "origin_x": 0.5
759 },
760 "bricks": {
761 "id": 24,
762 "name": "Bricks",
763 "type": "block",
764 "texture": "bricks"
765 },
766 "dandelion": {
767 "id": 25,
768 "name": "Dandelion",
769 "type": "block",
770 "texture": "dandelion",
771 "origin_x": 0.5
772 },
773 "rose": {
774 "id": 26,
775 "name": "Rose",
776 "type": "block",
777 "texture": "rose",
778 "origin_x": 0.5
779 },
780 "mushroom_brown": {
781 "id": 27,
782 "name": "Mushroom",
783 "type": "block",
784 "texture": "mushroom_brown",
785 "origin_x": 0.5
786 },
787 "mushroom_red": {
788 "id": 28,
789 "name": "Mushroom",
790 "type": "block",
791 "texture": "mushroom_red",
792 "origin_x": 0.5
793 },
794 "wool_colored_white": {
795 "id": 29,
796 "name": "Wool",
797 "type": "block",
798 "texture": "wool_colored_white"
799 },
800 "wool_colored_orange": {
801 "id": 30,
802 "name": "Wool",
803 "type": "block",
804 "texture": "wool_colored_orange"
805 },
806 "wool_colored_magenta": {
807 "id": 31,
808 "name": "Wool",
809 "type": "block",
810 "texture": "wool_colored_magenta"
811 },
812 "wool_colored_light_blue": {
813 "id": 32,
814 "name": "Wool",
815 "type": "block",
816 "texture": "wool_colored_light_blue"
817 },
818 "wool_colored_yellow": {
819 "id": 33,
820 "name": "Wool",
821 "type": "block",
822 "texture": "wool_colored_yellow"
823 },
824 "wool_colored_lime": {
825 "id": 34,
826 "name": "Wool",
827 "type": "block",
828 "texture": "wool_colored_lime"
829 },
830 "wool_colored_pink": {
831 "id": 35,
832 "name": "Wool",
833 "type": "block",
834 "texture": "wool_colored_pink"
835 },
836 "wool_colored_gray": {
837 "id": 36,
838 "name": "Wool",
839 "type": "block",
840 "texture": "wool_colored_gray"
841 },
842 "wool_colored_silver": {
843 "id": 37,
844 "name": "Wool",
845 "type": "block",
846 "texture": "wool_colored_silver"
847 },
848 "wool_colored_cyan": {
849 "id": 38,
850 "name": "Wool",
851 "type": "block",
852 "texture": "wool_colored_cyan"
853 },
854 "wool_colored_purple": {
855 "id": 39,
856 "name": "Wool",
857 "type": "block",
858 "texture": "wool_colored_purple"
859 },
860 "wool_colored_blue": {
861 "id": 40,
862 "name": "Wool",
863 "type": "block",
864 "texture": "wool_colored_blue"
865 },
866 "wool_colored_brown": {
867 "id": 41,
868 "name": "Wool",
869 "type": "block",
870 "texture": "wool_colored_brown"
871 },
872 "wool_colored_green": {
873 "id": 42,
874 "name": "Wool",
875 "type": "block",
876 "texture": "wool_colored_green"
877 },
878 "wool_colored_red": {
879 "id": 43,
880 "name": "Wool",
881 "type": "block",
882 "texture": "wool_colored_red"
883 },
884 "wool_colored_black": {
885 "id": 44,
886 "name": "Wool",
887 "type": "block",
888 "texture": "wool_colored_black"
889 },
890 "gold_block": {
891 "id": 45,
892 "name": "Gold Block",
893 "type": "block",
894 "texture": "gold_block"
895 },
896 "iron_block": {
897 "id": 46,
898 "name": "Iron Block",
899 "type": "block",
900 "texture": "iron_block"
901 },
902 "stone_slab": {
903 "id": 47,
904 "name": "Stone Slab",
905 "type": "slab",
906 "texture": "stone_slab",
907 "top_slab_block": "stone_slab_top",
908 "bottom_slab_block": "stone_slab_bottom"
909 },
910 "sandstone_slab": {
911 "id": 48,
912 "name": "Sandstone Slab",
913 "type": "slab",
914 "texture": "sandstone_slab",
915 "top_slab_block": "sandstone_slab_top",
916 "bottom_slab_block": "sandstone_slab_bottom"
917 },
918 "oak_slab": {
919 "id": 49,
920 "name": "Oak Slab",
921 "type": "slab",
922 "texture": "oak_slab",
923 "top_slab_block": "oak_slab_top",
924 "bottom_slab_block": "oak_slab_bottom"
925 },
926 "cobblestone_slab": {
927 "id": 50,
928 "name": "Cobblestone Slab",
929 "type": "slab",
930 "texture": "cobblestone_slab",
931 "top_slab_block": "cobblestone_slab_top",
932 "bottom_slab_block": "cobblestone_slab_bottom"
933 },
934 "brick_slab": {
935 "id": 51,
936 "name": "Brick Slab",
937 "type": "slab",
938 "texture": "brick_slab",
939 "top_slab_block": "brick_slab_top",
940 "bottom_slab_block": "brick_slab_bottom"
941 },
942 "stonebrick": {
943 "id": 52,
944 "name": "Stone Brick",
945 "type": "block",
946 "texture": "stonebrick"
947 },
948 "stonebrick_slab": {
949 "id": 53,
950 "name": "Stone Brick Slab",
951 "type": "slab",
952 "texture": "stonebrick_slab",
953 "top_slab_block": "stonebrick_slab_top",
954 "bottom_slab_block": "stonebrick_slab_bottom"
955 },
956 "cactus": {
957 "id": 54,
958 "name": "Cactus",
959 "type": "block",
960 "texture": "cactus"
961 },
962 "obsidian": {
963 "id": 55,
964 "name": "Obsidian",
965 "type": "block",
966 "texture": "obsidian"
967 },
968 "wood_sword": {
969 "id": 56,
970 "name": "Wooden Sword",
971 "type": "sword",
972 "texture": "wood_sword",
973 "origin_x": 0.125
974 },
975 "stone_sword": {
976 "id": 57,
977 "name": "Stone Sword",
978 "type": "sword",
979 "texture": "stone_sword",
980 "origin_x": 0.125
981 },
982 "iron_sword": {
983 "id": 58,
984 "name": "Iron Sword",
985 "type": "sword",
986 "texture": "iron_sword",
987 "origin_x": 0.125
988 },
989 "diamond_sword": {
990 "id": 59,
991 "name": "Diamond Sword",
992 "type": "sword",
993 "texture": "diamond_sword",
994 "origin_x": 0.125
995 },
996 "gold_sword": {
997 "id": 60,
998 "name": "Golden Sword",
999 "type": "sword",
1000 "texture": "gold_sword",
1001 "origin_x": 0.125
1002 },
1003 "wood_shovel": {
1004 "id": 61,
1005 "name": "Wooden Shovel",
1006 "type": "shovel",
1007 "texture": "wood_shovel",
1008 "origin_x": 0.125
1009 },
1010 "stone_shovel": {
1011 "id": 62,
1012 "name": "Stone Shovel",
1013 "type": "shovel",
1014 "texture": "stone_shovel",
1015 "origin_x": 0.125
1016 },
1017 "iron_shovel": {
1018 "id": 63,
1019 "name": "Iron Shovel",
1020 "type": "shovel",
1021 "texture": "iron_shovel",
1022 "origin_x": 0.125
1023 },
1024 "diamond_shovel": {
1025 "id": 64,
1026 "name": "Diamond Shovel",
1027 "type": "shovel",
1028 "texture": "diamond_shovel",
1029 "origin_x": 0.125
1030 },
1031 "gold_shovel": {
1032 "id": 65,
1033 "name": "Golden Shovel",
1034 "type": "shovel",
1035 "texture": "gold_shovel",
1036 "origin_x": 0.125
1037 },
1038 "bucket_empty": {
1039 "id": 66,
1040 "name": "Empty Bucket",
1041 "type": "bucket",
1042 "texture": "bucket_empty",
1043 "origin_x": 0.25,
1044 "action_key": "use_empty_bucket"
1045 },
1046 "bucket_water": {
1047 "id": 67,
1048 "name": "Water Bucket",
1049 "type": "bucket",
1050 "texture": "bucket_water",
1051 "origin_x": 0.25,
1052 "action_key": "use_water_bucket"
1053 },
1054 "bucket_lava": {
1055 "id": 68,
1056 "name": "Lava Bucket",
1057 "type": "bucket",
1058 "texture": "bucket_lava",
1059 "origin_x": 0.25,
1060 "action_key": "use_lava_bucket"