DEADSOFTWARE

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