DEADSOFTWARE

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