DEADSOFTWARE

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