DEADSOFTWARE

Fix warnings
[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": "none",
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": "none",
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"
772 },
773 "items": {
774 "none": {
775 "name": "",
776 "type": "none",
777 "texture": "none"
778 },
779 "stone": {
780 "name": "Stone",
781 "type": "block",
782 "texture": "stone"
783 },
784 "grass": {
785 "name": "Grass",
786 "type": "block",
787 "texture": "grass"
788 },
789 "dirt": {
790 "name": "Dirt",
791 "type": "block",
792 "texture": "dirt"
793 },
794 "cobblestone": {
795 "name": "Cobblestone",
796 "type": "block",
797 "texture": "cobblestone"
798 },
799 "planks_oak": {
800 "name": "Oak Planks",
801 "type": "block",
802 "texture": "planks_oak"
803 },
804 "sapling_oak": {
805 "name": "Oak Sapling",
806 "type": "block",
807 "texture": "sapling_oak"
808 },
809 "planks_spruce": {
810 "name": "Spruce Planks",
811 "type": "block",
812 "texture": "planks_spruce"
813 },
814 "crafting_table": {
815 "name": "Crafting Table",
816 "type": "block",
817 "texture": "crafting_table"
818 },
819 "sapling_spruce": {
820 "name": "Spruce Sapling",
821 "type": "block",
822 "texture": "sapling_spruce"
823 },
824 "bedrock": {
825 "name": "Bedrock",
826 "type": "block",
827 "texture": "bedrock"
828 },
829 "sand": {
830 "name": "Sand",
831 "type": "block",
832 "texture": "sand"
833 },
834 "gravel": {
835 "name": "Gravel",
836 "type": "block",
837 "texture": "gravel"
838 },
839 "gold_ore": {
840 "name": "Golden Ore",
841 "type": "block",
842 "texture": "gold_ore"
843 },
844 "iron_ore": {
845 "name": "Iron Ore",
846 "type": "block",
847 "texture": "iron_ore"
848 },
849 "coal_ore": {
850 "name": "Coal Ore",
851 "type": "block",
852 "texture": "coal_ore"
853 },
854 "diamond_ore": {
855 "name": "Diamond Ore",
856 "type": "block",
857 "texture": "diamond_ore"
858 },
859 "log_oak": {
860 "name": "Wood",
861 "type": "block",
862 "texture": "log_oak"
863 },
864 "leaves_oak": {
865 "name": "Leaves",
866 "type": "block",
867 "texture": "leaves_oak"
868 },
869 "log_spruce": {
870 "name": "Spruce",
871 "type": "block",
872 "texture": "log_spruce"
873 },
874 "leaves_spruce": {
875 "name": "Spruce Leaves",
876 "type": "block",
877 "texture": "leaves_spruce"
878 },
879 "glass": {
880 "name": "Glass",
881 "type": "block",
882 "texture": "glass"
883 },
884 "lapis_ore": {
885 "name": "Lapis Ore",
886 "type": "block",
887 "texture": "lapis_ore"
888 },
889 "lapis_block": {
890 "name": "Lapis Block",
891 "type": "block",
892 "texture": "lapis_block"
893 },
894 "sandstone": {
895 "name": "Sandstone",
896 "type": "block",
897 "texture": "sandstone"
898 },
899 "web": {
900 "name": "Cobweb",
901 "type": "block",
902 "texture": "web"
903 },
904 "tallgrass": {
905 "name": "Tall Grass",
906 "type": "block",
907 "texture": "tallgrass",
908 "origin_x": 0.5
909 },
910 "deadbush": {
911 "name": "Dead Bush",
912 "type": "block",
913 "texture": "deadbush",
914 "origin_x": 0.5
915 },
916 "bricks": {
917 "name": "Bricks",
918 "type": "block",
919 "texture": "bricks"
920 },
921 "dandelion": {
922 "name": "Dandelion",
923 "type": "block",
924 "texture": "dandelion",
925 "origin_x": 0.5
926 },
927 "rose": {
928 "name": "Rose",
929 "type": "block",
930 "texture": "rose",
931 "origin_x": 0.5
932 },
933 "mushroom_brown": {
934 "name": "Mushroom",
935 "type": "block",
936 "texture": "mushroom_brown",
937 "origin_x": 0.5
938 },
939 "mushroom_red": {
940 "name": "Mushroom",
941 "type": "block",
942 "texture": "mushroom_red",
943 "origin_x": 0.5
944 },
945 "wool_colored_white": {
946 "name": "Wool",
947 "type": "block",
948 "texture": "wool_colored_white"
949 },
950 "wool_colored_orange": {
951 "name": "Wool",
952 "type": "block",
953 "texture": "wool_colored_orange"
954 },
955 "wool_colored_magenta": {
956 "name": "Wool",
957 "type": "block",
958 "texture": "wool_colored_magenta"
959 },
960 "wool_colored_light_blue": {
961 "name": "Wool",
962 "type": "block",
963 "texture": "wool_colored_light_blue"
964 },
965 "wool_colored_yellow": {
966 "name": "Wool",
967 "type": "block",
968 "texture": "wool_colored_yellow"
969 },
970 "wool_colored_lime": {
971 "name": "Wool",
972 "type": "block",
973 "texture": "wool_colored_lime"
974 },
975 "wool_colored_pink": {
976 "name": "Wool",
977 "type": "block",
978 "texture": "wool_colored_pink"
979 },
980 "wool_colored_gray": {
981 "name": "Wool",
982 "type": "block",
983 "texture": "wool_colored_gray"
984 },
985 "wool_colored_silver": {
986 "name": "Wool",
987 "type": "block",
988 "texture": "wool_colored_silver"
989 },
990 "wool_colored_cyan": {
991 "name": "Wool",
992 "type": "block",
993 "texture": "wool_colored_cyan"
994 },
995 "wool_colored_purple": {
996 "name": "Wool",
997 "type": "block",
998 "texture": "wool_colored_purple"
999 },
1000 "wool_colored_blue": {
1001 "name": "Wool",
1002 "type": "block",
1003 "texture": "wool_colored_blue"
1004 },
1005 "wool_colored_brown": {
1006 "name": "Wool",
1007 "type": "block",
1008 "texture": "wool_colored_brown"
1009 },
1010 "wool_colored_green": {
1011 "name": "Wool",
1012 "type": "block",
1013 "texture": "wool_colored_green"
1014 },
1015 "wool_colored_red": {
1016 "name": "Wool",
1017 "type": "block",
1018 "texture": "wool_colored_red"
1019 },
1020 "wool_colored_black": {
1021 "name": "Wool",
1022 "type": "block",
1023 "texture": "wool_colored_black"
1024 },
1025 "gold_block": {
1026 "name": "Gold Block",
1027 "type": "block",
1028 "texture": "gold_block"
1029 },
1030 "iron_block": {
1031 "name": "Iron Block",
1032 "type": "block",
1033 "texture": "iron_block"
1034 },
1035 "diamond_block": {
1036 "name": "Diamond Block",
1037 "type": "block",
1038 "texture": "diamond_block"
1039 },
1040 "stone_slab": {
1041 "name": "Stone Slab",
1042 "type": "slab",
1043 "texture": "stone_slab",
1044 "top_slab_block": "stone_slab_top",
1045 "bottom_slab_block": "stone_slab_bottom"
1046 },
1047 "sandstone_slab": {
1048 "name": "Sandstone Slab",
1049 "type": "slab",
1050 "texture": "sandstone_slab",
1051 "top_slab_block": "sandstone_slab_top",
1052 "bottom_slab_block": "sandstone_slab_bottom"
1053 },
1054 "oak_slab": {
1055 "name": "Oak Slab",
1056 "type": "slab",
1057 "texture": "oak_slab",
1058 "top_slab_block": "oak_slab_top",
1059 "bottom_slab_block": "oak_slab_bottom"
1060 },
1061 "spruce_slab": {
1062 "name": "Spruce Slab",
1063 "type": "slab",
1064 "texture": "spruce_slab",
1065 "top_slab_block": "spruce_slab_top",
1066 "bottom_slab_block": "spruce_slab_bottom"
1067 },
1068 "cobblestone_slab": {
1069 "name": "Cobblestone Slab",
1070 "type": "slab",
1071 "texture": "cobblestone_slab",
1072 "top_slab_block": "cobblestone_slab_top",
1073 "bottom_slab_block": "cobblestone_slab_bottom"
1074 },
1075 "brick_slab": {
1076 "name": "Brick Slab",
1077 "type": "slab",
1078 "texture": "brick_slab",
1079 "top_slab_block": "brick_slab_top",
1080 "bottom_slab_block": "brick_slab_bottom"
1081 },
1082 "stonebrick": {
1083 "name": "Stone Brick",
1084 "type": "block",
1085 "texture": "stonebrick"
1086 },
1087 "stonebrick_slab": {
1088 "name": "Stone Brick Slab",
1089 "type": "slab",
1090 "texture": "stonebrick_slab",
1091 "top_slab_block": "stonebrick_slab_top",
1092 "bottom_slab_block": "stonebrick_slab_bottom"
1093 },
1094 "cactus": {
1095 "name": "Cactus",
1096 "type": "block",
1097 "texture": "cactus"
1098 },
1099 "obsidian": {
1100 "name": "Obsidian",
1101 "type": "block",
1102 "texture": "obsidian"
1103 },
1104 "snow_block": {
1105 "name": "Snow Block",
1106 "type": "block",
1107 "texture": "snow"
1108 },
1109 "stick": {
1110 "name": "Stick",
1111 "texture": "stick"
1112 },
1113 "wood_sword": {
1114 "name": "Wooden Sword",
1115 "type": "sword",
1116 "texture": "wood_sword",
1117 "origin_x": 0.125,
1118 "tool_level": 1,
1119 "max_stack": 60
1120 },
1121 "stone_sword": {
1122 "name": "Stone Sword",
1123 "type": "sword",
1124 "texture": "stone_sword",
1125 "origin_x": 0.125,
1126 "tool_level": 2,
1127 "max_stack": 132
1128 },
1129 "iron_sword": {
1130 "name": "Iron Sword",
1131 "type": "sword",
1132 "texture": "iron_sword",
1133 "origin_x": 0.125,
1134 "tool_level": 3,
1135 "max_stack": 251
1136 },
1137 "diamond_sword": {
1138 "name": "Diamond Sword",
1139 "type": "sword",
1140 "texture": "diamond_sword",
1141 "origin_x": 0.125,
1142 "tool_level": 4,
1143 "max_stack": 1562
1144 },
1145 "gold_sword": {
1146 "name": "Golden Sword",
1147 "type": "sword",
1148 "texture": "gold_sword",
1149 "origin_x": 0.125,
1150 "tool_level": 1,
1151 "max_stack": 33
1152 },
1153 "wood_shovel": {
1154 "name": "Wooden Shovel",
1155 "type": "shovel",
1156 "texture": "wood_shovel",
1157 "origin_x": 0.125,
1158 "tool_level" : 1,
1159 "max_stack": 59
1160 },
1161 "stone_shovel": {
1162 "name": "Stone Shovel",
1163 "type": "shovel",
1164 "texture": "stone_shovel",
1165 "origin_x": 0.125,
1166 "tool_level" : 2,
1167 "max_stack": 131
1168 },
1169 "iron_shovel": {
1170 "name": "Iron Shovel",
1171 "type": "shovel",
1172 "texture": "iron_shovel",
1173 "origin_x": 0.125,
1174 "tool_level" : 3,
1175 "max_stack": 250
1176 },
1177 "diamond_shovel": {
1178 "name": "Diamond Shovel",
1179 "type": "shovel",
1180 "texture": "diamond_shovel",
1181 "origin_x": 0.125,
1182 "tool_level" : 4,
1183 "max_stack": 1561
1184 },
1185 "gold_shovel": {
1186 "name": "Golden Shovel",
1187 "type": "shovel",
1188 "texture": "gold_shovel",
1189 "origin_x": 0.125,
1190 "tool_level" : 1,
1191 "block_damage_multiplier": 6,
1192 "max_stack": 32
1193 },
1194 "wood_pickaxe": {
1195 "name": "Wooden Pickaxe",
1196 "type": "pickaxe",
1197 "texture": "wood_pickaxe",
1198 "origin_x": 0.125,
1199 "tool_level" : 1,
1200 "max_stack": 59
1201 },
1202 "stone_pickaxe": {
1203 "name": "Stone Pickaxe",
1204 "type": "pickaxe",
1205 "texture": "stone_pickaxe",
1206 "origin_x": 0.125,
1207 "tool_level" : 2,
1208 "max_stack": 131
1209 },
1210 "iron_pickaxe": {
1211 "name": "Iron Pickaxe",
1212 "type": "pickaxe",
1213 "texture": "iron_pickaxe",
1214 "origin_x": 0.125,
1215 "tool_level" : 3,
1216 "max_stack": 251
1217 },
1218 "diamond_pickaxe": {
1219 "name": "Diamond Pickaxe",
1220 "type": "pickaxe",
1221 "texture": "diamond_pickaxe",
1222 "origin_x": 0.125,
1223 "tool_level" : 4,
1224 "max_stack": 1562
1225 },
1226 "gold_pickaxe": {
1227 "name": "Golden Pickaxe",
1228 "type": "pickaxe",
1229 "texture": "gold_pickaxe",
1230 "origin_x": 0.125,
1231 "tool_level" : 1,
1232 "block_damage_multiplier": 6,
1233 "max_stack": 33
1234 },
1235 "wood_axe": {
1236 "name": "Wooden Axe",
1237 "type": "axe",
1238 "texture": "wood_axe",
1239 "origin_x": 0.125,
1240 "tool_level" : 1,
1241 "max_stack": 60
1242 },
1243 "stone_axe": {
1244 "name": "Stone Axe",
1245 "type": "axe",
1246 "texture": "stone_axe",
1247 "origin_x": 0.125,
1248 "tool_level" : 2,
1249 "max_stack": 131
1250 },
1251 "iron_axe": {
1252 "name": "Iron Axe",
1253 "type": "axe",
1254 "texture": "iron_axe",
1255 "origin_x": 0.125,
1256 "tool_level" : 3,
1257 "max_stack": 250
1258 },
1259 "diamond_axe": {
1260 "name": "Diamond Axe",
1261 "type": "axe",
1262 "texture": "diamond_axe",
1263 "origin_x": 0.125,
1264 "tool_level" : 4,
1265 "max_stack": 1561
1266 },
1267 "gold_axe": {
1268 "name": "Golden Axe",
1269 "type": "axe",
1270 "texture": "gold_axe",
1271 "origin_x": 0.125,
1272 "tool_level" : 1,
1273 "block_damage_multiplier": 6,
1274 "max_stack": 32
1275 },
1276 "shears": {
1277 "name": "Shears",
1278 "type": "shears",
1279 "texture": "shears",
1280 "tool_level" : 1,
1281 "origin_x": 0.125,
1282 "max_stack": 238
1283 },
1284 "bucket_empty": {
1285 "name": "Empty Bucket",
1286 "type": "bucket",
1287 "texture": "bucket_empty",
1288 "origin_x": 0.25,
1289 "action_key": "use_empty_bucket",
1290 "max_stack": 1
1291 },
1292 "bucket_water": {
1293 "name": "Water Bucket",
1294 "type": "bucket",
1295 "texture": "bucket_water",
1296 "origin_x": 0.25,
1297 "action_key": "use_water_bucket",
1298 "max_stack": 1
1299 },
1300 "bucket_lava": {
1301 "name": "Lava Bucket",
1302 "type": "bucket",
1303 "texture": "bucket_lava",
1304 "origin_x": 0.25,
1305 "action_key": "use_lava_bucket",
1306 "max_stack": 1
1307 },
1308 "snowball": {
1309 "name": "Snowball",
1310 "texture": "snowball",
1311 "max_stack": 16