DEADSOFTWARE

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