DEADSOFTWARE

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