DEADSOFTWARE

Add items count and tools duration
[cavedroid.git] / android / assets / json / game_items.json
index 042f0c9bbea1a77cde66481caaf6ec8fde516cc2..0e407860a4cee30667b02f1caadcccc9f8bb5545 100644 (file)
   "blocks": {
     "none": {
       "collision": false,
-      "transparent": true
+      "transparent": true,
+      "drop": "none",
+      "texture": "none",
+      "meta": "none"
     },
     "stone": {
       "hp": 450,
-      "drop": "cobblestone"
+      "drop": "cobblestone",
+      "texture": "stone",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
     "grass": {
       "hp": 54,
-      "drop": "dirt"
+      "drop": "dirt",
+      "texture": "grass",
+      "tool_level": 0,
+      "tool_type": "shovel"
     },
     "dirt": {
-      "hp": 45
+      "hp": 45,
+      "drop": "dirt",
+      "texture": "dirt",
+      "tool_level": 0,
+      "tool_type": "shovel"
     },
     "cobblestone": {
-      "hp": 600
+      "hp": 600,
+      "drop": "cobblestone",
+      "texture": "cobblestone",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
     "planks_oak": {
-      "hp": 180
+      "hp": 180,
+      "drop": "planks_oak",
+      "texture": "planks_oak",
+      "tool_level": 0,
+      "tool_type": "axe"
     },
     "sapling_oak": {
-      "hp": 0,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "block_required": true
+      "block_required": true,
+      "drop": "sapling_oak",
+      "texture": "sapling_oak",
+      "hp": 1
     },
     "bedrock": {
-      "hp": -1
+      "drop": "bedrock",
+      "texture": "bedrock"
     },
     "water": {
-      "hp": -1,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "fluid": true,
-      "texture": "water_still",
+      "drop": "water",
       "meta": "water",
+      "texture": "water_still",
       "animated": true,
-      "frames": 16
+      "frames": 16,
+      "state": 0
     },
     "lava": {
-      "hp": -1,
       "collision": false,
-      "background": false,
-      "fluid": true,
-      "texture": "lava_still",
+      "drop": "lava",
       "meta": "lava",
+      "texture": "lava_still",
       "animated": true,
-      "frames": 16
+      "frames": 16,
+      "state": 0
     },
     "sand": {
-      "hp": 45
+      "hp": 45,
+      "drop": "sand",
+      "texture": "sand",
+      "tool_level": 0,
+      "tool_type": "shovel"
     },
     "gravel": {
-      "hp": 54
+      "hp": 54,
+      "drop": "gravel",
+      "texture": "gravel",
+      "tool_level": 0,
+      "tool_type": "shovel"
     },
     "gold_ore": {
-      "hp": 900
+      "hp": 900,
+      "drop": "gold_ore",
+      "texture": "gold_ore",
+      "tool_level": 3,
+      "tool_type": "pickaxe"
     },
     "iron_ore": {
-      "hp": 900
+      "hp": 900,
+      "drop": "iron_ore",
+      "texture": "iron_ore",
+      "tool_level": 2,
+      "tool_type": "pickaxe"
     },
     "coal_ore": {
       "hp": 900,
-      "drop": "coal"
+      "drop": "coal",
+      "texture": "coal_ore",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
     "log_oak": {
-      "hp": 180
+      "hp": 180,
+      "drop": "log_oak",
+      "texture": "log_oak",
+      "tool_level": 0,
+      "tool_type": "axe"
     },
     "leaves_oak": {
       "hp": 21,
-      "transparent": true
+      "transparent": true,
+      "drop": "leaves_oak",
+      "texture": "leaves_oak",
+      "tool_level": 1,
+      "tool_type": "shears"
     },
     "sponge": {
-      "hp": 54
+      "hp": 54,
+      "drop": "sponge",
+      "texture": "sponge",
+      "tool_level": 0,
+      "tool_type": "hoe"
     },
     "glass": {
       "hp": 27,
+      "transparent": true,
       "drop": "none",
-      "background": false,
-      "transparent": true
+      "texture": "glass"
     },
     "lapis_ore": {
       "hp": 900,
-      "drop": "lapis"
+      "drop": "lapis",
+      "texture": "lapis_ore",
+      "tool_level": 2,
+      "tool_type": "pickaxe"
     },
     "lapis_block": {
-      "hp": 900
+      "hp": 900,
+      "drop": "lapis_block",
+      "texture": "lapis_block",
+      "tool_level": 2,
+      "tool_type": "pickaxe"
     },
     "sandstone": {
-      "hp": 240
+      "hp": 240,
+      "drop": "sandstone",
+      "texture": "sandstone",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
     "noteblock": {
-      "hp": 75
+      "hp": 75,
+      "drop": "noteblock",
+      "texture": "noteblock",
+      "tool_level": 0,
+      "tool_type": "axe"
     },
     "bed_l": {
       "hp": 21,
-      "drop": "none",
       "collision": false,
       "background": true,
-      "transparent": true
+      "transparent": true,
+      "drop": "none",
+      "texture": "bed_l",
+      "tool_level": 0,
+      "tool_type": "axe"
     },
     "bed_r": {
       "hp": 21,
-      "drop": "none",
       "collision": false,
       "background": true,
-      "transparent": true
+      "transparent": true,
+      "drop": "none",
+      "texture": "bed_r",
+      "tool_level": 0,
+      "tool_type": "axe"
     },
     "web": {
       "hp": 1200,
       "collision": false,
-      "background": false,
-      "transparent": true
+      "transparent": true,
+      "drop": "web",
+      "texture": "web",
+      "tool_level": 1,
+      "tool_type": "shears"
     },
     "tallgrass": {
-      "hp": 0,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "block_required": true
+      "block_required": true,
+      "drop": "tallgrass",
+      "texture": "tallgrass",
+      "tool_level": 1,
+      "tool_type": "shears"
     },
     "deadbush": {
-      "hp": 0,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "block_required": true
+      "block_required": true,
+      "drop": "deadbush",
+      "texture": "deadbush",
+      "tool_level": 1,
+      "tool_type": "shears"
     },
     "bricks": {
-      "hp": 600
+      "hp": 600,
+      "drop": "bricks",
+      "texture": "bricks",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
     "dandelion": {
-      "hp": 0,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "block_required": true
+      "block_required": true,
+      "drop": "dandelion",
+      "texture": "dandelion"
     },
     "rose": {
-      "hp": 0,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "block_required": true
+      "block_required": true,
+      "drop": "rose",
+      "texture": "rose"
     },
     "mushroom_brown": {
-      "hp": 0,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "block_required": true
+      "block_required": true,
+      "drop": "mushroom_brown",
+      "texture": "mushroom_brown"
     },
     "mushroom_red": {
-      "hp": 0,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "block_required": true
+      "block_required": true,
+      "drop": "mushroom_red",
+      "texture": "mushroom_red"
     },
     "wool_colored_white": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_white",
+      "texture": "wool_colored_white",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_orange": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_orange",
+      "texture": "wool_colored_orange",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_magenta": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_magenta",
+      "texture": "wool_colored_magenta",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_light_blue": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_light_blue",
+      "texture": "wool_colored_light_blue",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_yellow": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_yellow",
+      "texture": "wool_colored_yellow",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_lime": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_lime",
+      "texture": "wool_colored_lime",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_pink": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_pink",
+      "texture": "wool_colored_pink",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_gray": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_gray",
+      "texture": "wool_colored_gray",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_silver": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_silver",
+      "texture": "wool_colored_silver",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_cyan": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_cyan",
+      "texture": "wool_colored_cyan",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_purple": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_purple",
+      "texture": "wool_colored_purple",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_blue": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_blue",
+      "texture": "wool_colored_blue",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_brown": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_brown",
+      "texture": "wool_colored_brown",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_green": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_green",
+      "texture": "wool_colored_green",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_red": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_red",
+      "texture": "wool_colored_red",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "wool_colored_black": {
-      "hp": 75
+      "hp": 75,
+      "drop": "wool_colored_black",
+      "texture": "wool_colored_black",
+      "tool_level": 0,
+      "tool_type": "shears"
     },
     "gold_block": {
-      "hp": 900
+      "hp": 900,
+      "drop": "gold_block",
+      "texture": "gold_block",
+      "tool_level": 3,
+      "tool_type": "pickaxe"
     },
     "iron_block": {
-      "hp": 1500
+      "hp": 1500,
+      "drop": "iron_block",
+      "texture": "iron_block",
+      "tool_level": 2,
+      "tool_type": "pickaxe"
     },
-    "stone_slab": {
+    "stone_slab_bottom": {
       "top": 8,
+      "sprite_top": 8,
+      "hp": 600,
+      "transparent": true,
+      "drop": "stone_slab",
+      "meta": "slab",
+      "texture": "stone_slab",
+      "full_block": "double_stone_slab",
+      "other_part": "stone_slab_top",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
+    },
+    "stone_slab_top": {
       "hp": 600,
+      "bottom": 8,
+      "sprite_bottom": 8,
       "transparent": true,
-      "sprite_top": 8
+      "drop": "stone_slab",
+      "meta": "slab",
+      "texture": "stone_slab",
+      "full_block": "double_stone_slab",
+      "other_part": "stone_slab_bottom",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
     "double_stone_slab": {
       "hp": 600,
       "drop": "stone_slab",
-      "texture": "stone_slab"
+      "drop_count": 2,
+      "texture": "stone_slab",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
-    "sandstone_slab": {
+    "sandstone_slab_bottom": {
       "top": 8,
+      "sprite_top": 8,
       "hp": 600,
       "transparent": true,
-      "texture": "sandstone"
-    },
-    "oak_slab": {
+      "drop": "sandstone_slab",
+      "meta": "slab",
+      "texture": "sandstone",
+      "full_block": "sandstone",
+      "other_part": "sandstone_slab_top",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
+    },
+    "sandstone_slab_top": {
+      "bottom": 8,
+      "sprite_bottom": 8,
+      "hp": 600,
+      "transparent": true,
+      "drop": "sandstone_slab",
+      "meta": "slab",
+      "texture": "sandstone",
+      "full_block": "sandstone",
+      "other_part": "sandstone_slab_bottom",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
+    },
+    "oak_slab_bottom": {
       "top": 8,
+      "sprite_top": 8,
       "hp": 180,
       "transparent": true,
-      "texture": "planks_oak"
-    },
-    "cobblestone_slab": {
+      "drop": "oak_slab",
+      "meta": "slab",
+      "texture": "planks_oak",
+      "full_block": "planks_oak",
+      "other_part": "oak_slab_top",
+      "tool_level": 0,
+      "tool_type": "axe"
+    },
+    "oak_slab_top": {
+      "bottom": 8,
+      "sprite_bottom": 8,
+      "hp": 180,
+      "transparent": true,
+      "drop": "oak_slab",
+      "meta": "slab",
+      "texture": "planks_oak",
+      "full_block": "planks_oak",
+      "other_part": "oak_slab_bottom",
+      "tool_level": 0,
+      "tool_type": "axe"
+    },
+    "cobblestone_slab_bottom": {
       "top": 8,
+      "sprite_top": 8,
       "hp": 600,
       "transparent": true,
-      "texture": "cobblestone"
-    },
-    "brick_slab": {
+      "meta": "slab",
+      "drop": "cobblestone_slab",
+      "texture": "cobblestone",
+      "full_block": "cobblestone",
+      "other_part": "cobblestone_slab_top",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
+    },
+    "cobblestone_slab_top": {
+      "bottom": 8,
+      "sprite_bottom": 8,
+      "hp": 600,
+      "transparent": true,
+      "meta": "slab",
+      "drop": "cobblestone_slab",
+      "texture": "cobblestone",
+      "full_block": "cobblestone",
+      "other_part": "cobblestone_slab_bottom",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
+    },
+    "brick_slab_bottom": {
       "top": 8,
+      "sprite_top": 8,
       "hp": 600,
       "transparent": true,
-      "texture": "bricks"
+      "drop": "brick_slab",
+      "meta": "slab",
+      "texture": "bricks",
+      "full_block": "bricks",
+      "other_part": "brick_slab_top",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
+    },
+    "brick_slab_top": {
+      "bottom": 8,
+      "sprite_bottom": 8,
+      "hp": 600,
+      "transparent": true,
+      "drop": "brick_slab",
+      "meta": "slab",
+      "texture": "bricks",
+      "full_block": "bricks",
+      "other_part": "brick_slab_bottom",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
     "stonebrick": {
-      "hp": 450
+      "hp": 450,
+      "drop": "stonebrick",
+      "texture": "stonebrick",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
-    "stonebrick_slab": {
+    "stonebrick_slab_bottom": {
       "top": 8,
+      "sprite_top": 8,
       "hp": 450,
       "transparent": true,
-      "texture": "stonebrick"
+      "drop": "stonebrick_slab",
+      "meta": "slab",
+      "texture": "stonebrick",
+      "full_block": "stonebrick",
+      "other_part": "stonebrick_slab_top",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
+    },
+    "stonebrick_slab_top": {
+      "bottom": 8,
+      "sprite_bottom": 8,
+      "hp": 450,
+      "transparent": true,
+      "drop": "stonebrick_slab",
+      "meta": "slab",
+      "texture": "stonebrick",
+      "full_block": "stonebrick",
+      "other_part": "brick_slab_bottom",
+      "tool_level": 1,
+      "tool_type": "pickaxe"
     },
     "cactus": {
       "left": 1,
       "right": 1,
       "hp": 39,
       "transparent": true,
-      "block_required": true
+      "block_required": true,
+      "drop": "cactus",
+      "texture": "cactus"
     },
     "water_16": {
-      "hp": -1,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "fluid": true,
-      "texture": "water_flow",
+      "drop": "water_16",
       "meta": "water",
+      "texture": "water_flow",
       "animated": true,
-      "frames": 16
+      "frames": 16,
+      "state": 1
     },
     "water_12": {
       "top": 4,
-      "hp": -1,
+      "sprite_top": 4,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "fluid": true,
-      "texture": "water_flow",
+      "drop": "water_12",
       "meta": "water",
+      "texture": "water_flow",
       "animated": true,
       "frames": 16,
-      "sprite_top": 4
+      "state": 2
     },
     "water_8": {
       "top": 8,
-      "hp": -1,
+      "sprite_top": 8,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "fluid": true,
-      "texture": "water_flow",
+      "drop": "water_8",
       "meta": "water",
+      "texture": "water_flow",
       "animated": true,
       "frames": 16,
-      "sprite_top": 8
+      "state": 3
     },
     "water_4": {
       "top": 12,
-      "hp": -1,
+      "sprite_top": 12,
       "collision": false,
-      "background": false,
       "transparent": true,
-      "fluid": true,
-      "texture": "water_flow",
+      "drop": "water_4",
       "meta": "water",
+      "texture": "water_flow",
       "animated": true,
       "frames": 16,
-      "sprite_top": 12
+      "state": 4
     },
     "lava_16": {
-      "hp": -1,
       "collision": false,
-      "background": false,
-      "fluid": true,
-      "texture": "lava_flow",
+      "drop": "lava_16",
       "meta": "lava",
+      "texture": "lava_flow",
       "animated": true,
-      "frames": 16
+      "frames": 16,
+      "state": 1
     },
     "lava_12": {
       "top": 4,
-      "hp": -1,
+      "sprite_top": 4,
       "collision": false,
-      "background": false,
-      "fluid": true,
-      "texture": "lava_flow",
+      "drop": "lava_12",
       "meta": "lava",
+      "texture": "lava_flow",
       "animated": true,
       "frames": 16,
-      "sprite_top": 4
+      "state": 2
     },
     "lava_8": {
       "top": 8,
-      "hp": -1,
+      "sprite_top": 8,
       "collision": false,
-      "background": false,
-      "fluid": true,
-      "texture": "lava_flow",
+      "drop": "lava_8",
       "meta": "lava",
+      "texture": "lava_flow",
       "animated": true,
       "frames": 16,
-      "sprite_top": 8
+      "state": 3
     },
     "lava_4": {
       "top": 12,
-      "hp": -1,
+      "sprite_top": 12,
       "collision": false,
-      "background": false,
-      "fluid": true,
-      "texture": "lava_flow",
+      "drop": "lava_4",
       "meta": "lava",
+      "texture": "lava_flow",
       "animated": true,
       "frames": 16,
-      "sprite_top": 12
+      "state": 4
     },
     "obsidian": {
-      "hp": 1500
+      "hp": 1500,
+      "drop": "obsidian",
+      "texture": "obsidian",
+      "tool_level": 4,
+      "tool_type": "pickaxe"
     }
   },
   "items": {
     "none": {
       "name": "",
-      "type": "block"
+      "type": "none",
+      "texture": "none"
     },
     "stone": {
       "name": "Stone",
-      "type": "block"
+      "type": "block",
+      "texture": "stone"
     },
     "grass": {
       "name": "Grass",
-      "type": "block"
+      "type": "block",
+      "texture": "grass"
     },
     "dirt": {
       "name": "Dirt",
-      "type": "block"
+      "type": "block",
+      "texture": "dirt"
     },
     "cobblestone": {
       "name": "Cobblestone",
-      "type": "block"
+      "type": "block",
+      "texture": "cobblestone"
     },
     "planks_oak": {
       "name": "Oak Planks",
-      "type": "block"
+      "type": "block",
+      "texture": "planks_oak"
     },
     "sapling_oak": {
       "name": "Oak Sapling",
-      "type": "block"
+      "type": "block",
+      "texture": "sapling_oak"
     },
     "bedrock": {
       "name": "Bedrock",
-      "type": "block"
+      "type": "block",
+      "texture": "bedrock"
     },
     "water": {
       "name": "Water",
-      "type": "block"
+      "type": "block",
+      "texture": "water"
     },
     "lava": {
       "name": "Lava",
-      "type": "block"
+      "type": "block",
+      "texture": "lava"
     },
     "sand": {
       "name": "Sand",
-      "type": "block"
+      "type": "block",
+      "texture": "sand"
     },
     "gravel": {
       "name": "Gravel",
-      "type": "block"
+      "type": "block",
+      "texture": "gravel"
     },
     "gold_ore": {
       "name": "Golden Ore",
-      "type": "block"
+      "type": "block",
+      "texture": "gold_ore"
     },
     "iron_ore": {
       "name": "Iron Ore",
-      "type": "block"
+      "type": "block",
+      "texture": "iron_ore"
     },
     "coal_ore": {
       "name": "Coal Ore",
-      "type": "block"
+      "type": "block",
+      "texture": "coal_ore"
     },
     "log_oak": {
       "name": "Wood",
-      "type": "block"
+      "type": "block",
+      "texture": "log_oak"
     },
     "leaves_oak": {
       "name": "Leaves",
-      "type": "block"
+      "type": "block",
+      "texture": "leaves_oak"
     },
     "glass": {
       "name": "Glass",
-      "type": "block"
+      "type": "block",
+      "texture": "glass"
     },
     "lapis_ore": {
       "name": "Lapis Ore",
-      "type": "block"
+      "type": "block",
+      "texture": "lapis_ore"
     },
     "lapis_block": {
       "name": "Lapis Block",
-      "type": "block"
+      "type": "block",
+      "texture": "lapis_block"
     },
     "sandstone": {
       "name": "Sandstone",
-      "type": "block"
+      "type": "block",
+      "texture": "sandstone"
     },
     "web": {
       "name": "Cobweb",
-      "type": "block"
+      "type": "block",
+      "texture": "web"
     },
     "tallgrass": {
       "name": "Tall Grass",
-      "type": "block"
+      "type": "block",
+      "texture": "tallgrass",
+      "origin_x": 0.5
     },
     "deadbush": {
       "name": "Dead Bush",
-      "type": "block"
+      "type": "block",
+      "texture": "deadbush",
+      "origin_x": 0.5
     },
     "bricks": {
       "name": "Bricks",
-      "type": "block"
+      "type": "block",
+      "texture": "bricks"
     },
     "dandelion": {
       "name": "Dandelion",
-      "type": "block"
+      "type": "block",
+      "texture": "dandelion",
+      "origin_x": 0.5
     },
     "rose": {
       "name": "Rose",
-      "type": "block"
+      "type": "block",
+      "texture": "rose",
+      "origin_x": 0.5
     },
     "mushroom_brown": {
       "name": "Mushroom",
-      "type": "block"
+      "type": "block",
+      "texture": "mushroom_brown",
+      "origin_x": 0.5
     },
     "mushroom_red": {
       "name": "Mushroom",
-      "type": "block"
+      "type": "block",
+      "texture": "mushroom_red",
+      "origin_x": 0.5
     },
     "wool_colored_white": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_white"
     },
     "wool_colored_orange": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_orange"
     },
     "wool_colored_magenta": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_magenta"
     },
     "wool_colored_light_blue": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_light_blue"
     },
     "wool_colored_yellow": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_yellow"
     },
     "wool_colored_lime": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_lime"
     },
     "wool_colored_pink": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_pink"
     },
     "wool_colored_gray": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_gray"
     },
     "wool_colored_silver": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_silver"
     },
     "wool_colored_cyan": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_cyan"
     },
     "wool_colored_purple": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_purple"
     },
     "wool_colored_blue": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_blue"
     },
     "wool_colored_brown": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_brown"
     },
     "wool_colored_green": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_green"
     },
     "wool_colored_red": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_red"
     },
     "wool_colored_black": {
       "name": "Wool",
-      "type": "block"
+      "type": "block",
+      "texture": "wool_colored_black"
     },
     "gold_block": {
       "name": "Gold Block",
-      "type": "block"
+      "type": "block",
+      "texture": "gold_block"
     },
     "iron_block": {
       "name": "Iron Block",
-      "type": "block"
+      "type": "block",
+      "texture": "iron_block"
     },
     "stone_slab": {
       "name": "Stone Slab",
-      "type": "block",
-      "meta": "slab"
+      "type": "slab",
+      "texture": "stone_slab",
+      "top_slab_block": "stone_slab_top",
+      "bottom_slab_block": "stone_slab_bottom"
     },
     "sandstone_slab": {
       "name": "Sandstone Slab",
-      "type": "block",
-      "meta": "slab"
+      "type": "slab",
+      "texture": "sandstone_slab",
+      "top_slab_block": "sandstone_slab_top",
+      "bottom_slab_block": "sandstone_slab_bottom"
     },
     "oak_slab": {
       "name": "Oak Slab",
-      "type": "block",
-      "meta": "slab"
+      "type": "slab",
+      "texture": "oak_slab",
+      "top_slab_block": "oak_slab_top",
+      "bottom_slab_block": "oak_slab_bottom"
     },
     "cobblestone_slab": {
       "name": "Cobblestone Slab",
-      "type": "block",
-      "meta": "slab"
+      "type": "slab",
+      "texture": "cobblestone_slab",
+      "top_slab_block": "cobblestone_slab_top",
+      "bottom_slab_block": "cobblestone_slab_bottom"
     },
     "brick_slab": {
       "name": "Brick Slab",
-      "type": "block",
-      "meta": "slab"
+      "type": "slab",
+      "texture": "brick_slab",
+      "top_slab_block": "brick_slab_top",
+      "bottom_slab_block": "brick_slab_bottom"
     },
     "stonebrick": {
       "name": "Stone Brick",
-      "type": "block"
+      "type": "block",
+      "texture": "stonebrick"
     },
     "stonebrick_slab": {
       "name": "Stone Brick Slab",
-      "type": "block",
-      "meta": "slab"
+      "type": "slab",
+      "texture": "stonebrick_slab",
+      "top_slab_block": "stonebrick_slab_top",
+      "bottom_slab_block": "stonebrick_slab_bottom"
     },
     "cactus": {
       "name": "Cactus",
-      "type": "block"
+      "type": "block",
+      "texture": "cactus"
     },
     "obsidian": {
       "name": "Obsidian",
-      "type": "block"
+      "type": "block",
+      "texture": "obsidian"
     },
     "wood_sword": {
       "name": "Wooden Sword",
-      "type": "tool"
+      "type": "sword",
+      "texture": "wood_sword",
+      "origin_x": 0.125,
+      "tool_level": 1,
+      "max_stack": 60
     },
     "stone_sword": {
       "name": "Stone Sword",
-      "type": "tool"
+      "type": "sword",
+      "texture": "stone_sword",
+      "origin_x": 0.125,
+      "tool_level": 2,
+      "max_stack": 132
     },
     "iron_sword": {
       "name": "Iron Sword",
-      "type": "tool"
+      "type": "sword",
+      "texture": "iron_sword",
+      "origin_x": 0.125,
+      "tool_level": 3,
+      "max_stack": 251
     },
     "diamond_sword": {
       "name": "Diamond Sword",
-      "type": "tool"
+      "type": "sword",
+      "texture": "diamond_sword",
+      "origin_x": 0.125,
+      "tool_level": 4,
+      "max_stack": 1562
     },
     "gold_sword": {
       "name": "Golden Sword",
-      "type": "tool"
+      "type": "sword",
+      "texture": "gold_sword",
+      "origin_x": 0.125,
+      "tool_level": 1,
+      "max_stack": 33
     },
     "wood_shovel": {
       "name": "Wooden Shovel",
-      "type": "tool"
+      "type": "shovel",
+      "texture": "wood_shovel",
+      "origin_x": 0.125,
+      "tool_level" : 1,
+      "max_stack": 59
     },
     "stone_shovel": {
       "name": "Stone Shovel",
-      "type": "tool"
+      "type": "shovel",
+      "texture": "stone_shovel",
+      "origin_x": 0.125,
+      "tool_level" : 2,
+      "max_stack": 131
     },
     "iron_shovel": {
       "name": "Iron Shovel",
-      "type": "tool"
+      "type": "shovel",
+      "texture": "iron_shovel",
+      "origin_x": 0.125,
+      "tool_level" : 3,
+      "max_stack": 250
     },
     "diamond_shovel": {
       "name": "Diamond Shovel",
-      "type": "tool"
+      "type": "shovel",
+      "texture": "diamond_shovel",
+      "origin_x": 0.125,
+      "tool_level" : 4,
+      "max_stack": 1561
     },
     "gold_shovel": {
       "name": "Golden Shovel",
-      "type": "tool"
+      "type": "shovel",
+      "texture": "gold_shovel",
+      "origin_x": 0.125,
+      "tool_level" : 1,
+      "block_damage_multiplier": 6,
+      "max_stack": 32
+    },
+    "wood_pickaxe": {
+      "name": "Wooden Pickaxe",
+      "type": "pickaxe",
+      "texture": "wood_pickaxe",
+      "origin_x": 0.125,
+      "tool_level" : 1,
+      "max_stack": 59
+    },
+    "stone_pickaxe": {
+      "name": "Stone Pickaxe",
+      "type": "pickaxe",
+      "texture": "stone_pickaxe",
+      "origin_x": 0.125,
+      "tool_level" : 2,
+      "max_stack": 131
+    },
+    "iron_pickaxe": {
+      "name": "Iron Pickaxe",
+      "type": "pickaxe",
+      "texture": "iron_pickaxe",
+      "origin_x": 0.125,
+      "tool_level" : 3,
+      "max_stack": 251
+    },
+    "diamond_pickaxe": {
+      "name": "Diamond Pickaxe",
+      "type": "pickaxe",
+      "texture": "diamond_pickaxe",
+      "origin_x": 0.125,
+      "tool_level" : 4,
+      "max_stack": 1562
+    },
+    "gold_pickaxe": {
+      "name": "Golden Pickaxe",
+      "type": "pickaxe",
+      "texture": "gold_pickaxe",
+      "origin_x": 0.125,
+      "tool_level" : 1,
+      "block_damage_multiplier": 6,
+      "max_stack": 33
+    },
+    "wood_axe": {
+      "name": "Wooden Axe",
+      "type": "axe",
+      "texture": "wood_axe",
+      "origin_x": 0.125,
+      "tool_level" : 1,
+      "max_stack": 60
+    },
+    "stone_axe": {
+      "name": "Stone Axe",
+      "type": "axe",
+      "texture": "stone_axe",
+      "origin_x": 0.125,
+      "tool_level" : 2,
+      "max_stack": 131
+    },
+    "iron_axe": {
+      "name": "Iron Axe",
+      "type": "axe",
+      "texture": "iron_axe",
+      "origin_x": 0.125,
+      "tool_level" : 3,
+      "max_stack": 250
+    },
+    "diamond_axe": {
+      "name": "Diamond Axe",
+      "type": "axe",
+      "texture": "diamond_axe",
+      "origin_x": 0.125,
+      "tool_level" : 4,
+      "max_stack": 1561
+    },
+    "gold_axe": {
+      "name": "Golden Axe",
+      "type": "axe",
+      "texture": "gold_axe",
+      "origin_x": 0.125,
+      "tool_level" : 1,
+      "block_damage_multiplier": 6,
+      "max_stack": 32
+    },
+    "shears": {
+      "name": "Shears",
+      "type": "shears",
+      "texture": "shears",
+      "tool_level" : 1,
+      "origin_x": 0.125,
+      "max_stack": 238
     },
     "bucket_empty": {
       "name": "Empty Bucket",
-      "type": "tool"
+      "type": "bucket",
+      "texture": "bucket_empty",
+      "origin_x": 0.25,
+      "action_key": "use_empty_bucket"
     },
     "bucket_water": {
       "name": "Water Bucket",
-      "type": "tool"
+      "type": "bucket",
+      "texture": "bucket_water",
+      "origin_x": 0.25,
+      "action_key": "use_water_bucket"
     },
     "bucket_lava": {
       "name": "Lava Bucket",
-      "type": "tool"
+      "type": "bucket",
+      "texture": "bucket_lava",
+      "origin_x": 0.25,
+      "action_key": "use_lava_bucket"
     }
   }
-}
\ No newline at end of file
+}