X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2Fassets%2Fjson%2Fgame_items.json;h=47636290ece1d3ead25ea3fbecd12054c739134e;hb=a21a93fd9fa33adebe52d1f4478866dcc3b66d96;hp=d997cead101698d8b10355a5b57232b5845539e4;hpb=95bc973ed6c16d683b02510887b428bb1f7d4dea;p=cavedroid.git diff --git a/android/assets/json/game_items.json b/android/assets/json/game_items.json index d997cea..4763629 100644 --- a/android/assets/json/game_items.json +++ b/android/assets/json/game_items.json @@ -1,779 +1,1122 @@ { "blocks": { - "bed_l": { - "background": true, - "collision": false, - "drop": "none", - "hp": 21, - "id": 23, - "transparent": true - }, - "bed_r": { - "background": true, + "none": { "collision": false, + "transparent": true, "drop": "none", - "hp": 21, - "id": 24, - "transparent": true - }, - "bedrock": { - "hp": -1, - "id": 7 - }, - "brick_slab": { - "hp": 600, - "id": 56, - "texture": "bricks", - "top": 8, - "transparent": true + "texture": "none", + "meta": "none" }, - "bricks": { - "hp": 600, - "id": 28 + "stone": { + "hp": 450, + "drop": "cobblestone", + "texture": "stone", + "tool_level": 1, + "tool_type": "pickaxe" }, - "cactus": { - "block_required": true, - "hp": 39, - "id": 59, - "left": 1, - "right": 1, - "transparent": true + "grass": { + "hp": 54, + "drop": "dirt", + "texture": "grass", + "tool_level": 0, + "tool_type": "shovel" }, - "coal_ore": { - "drop": "coal", - "hp": 900, - "id": 14 + "dirt": { + "hp": 45, + "drop": "dirt", + "texture": "dirt", + "tool_level": 0, + "tool_type": "shovel" }, "cobblestone": { "hp": 600, - "id": 4 - }, - "cobblestone_slab": { - "hp": 600, - "id": 55, + "drop": "cobblestone", "texture": "cobblestone", - "top": 8, - "transparent": true + "tool_level": 1, + "tool_type": "pickaxe" }, - "dandelion": { + "planks_oak": { + "hp": 180, + "drop": "planks_oak", + "texture": "planks_oak", + "tool_level": 0, + "tool_type": "axe" + }, + "sapling_oak": { + "collision": false, + "transparent": true, "block_required": true, + "drop": "sapling_oak", + "texture": "sapling_oak", + "hp": 1 + }, + "bedrock": { + "drop": "bedrock", + "texture": "bedrock" + }, + "water": { "collision": false, - "id": 29, - "transparent": true + "transparent": true, + "drop": "water", + "meta": "water", + "texture": "water_still", + "animated": true, + "frames": 16, + "state": 0 }, - "deadbush": { - "block_required": true, + "lava": { "collision": false, - "id": 27, - "transparent": true + "drop": "lava", + "meta": "lava", + "texture": "lava_still", + "animated": true, + "frames": 16, + "state": 0 }, - "dirt": { + "sand": { "hp": 45, - "id": 3 + "drop": "sand", + "texture": "sand", + "tool_level": 0, + "tool_type": "shovel" }, - "double_stone_slab": { - "drop": "stone_slab", - "hp": 600, - "id": 52, - "texture": "stone_slab" + "gravel": { + "hp": 54, + "drop": "gravel", + "texture": "gravel", + "tool_level": 0, + "tool_type": "shovel" }, - "glass": { - "drop": "none", - "hp": 27, - "id": 18, - "transparent": true + "gold_ore": { + "hp": 900, + "drop": "gold_ore", + "texture": "gold_ore", + "tool_level": 3, + "tool_type": "pickaxe" }, - "gold_block": { + "iron_ore": { "hp": 900, - "id": 49 + "drop": "iron_ore", + "texture": "iron_ore", + "tool_level": 2, + "tool_type": "pickaxe" }, - "gold_ore": { + "coal_ore": { "hp": 900, - "id": 12 + "drop": "coal", + "texture": "coal_ore", + "tool_level": 1, + "tool_type": "pickaxe" }, - "grass": { - "drop": "dirt", - "hp": 54, - "id": 2 + "log_oak": { + "hp": 180, + "drop": "log_oak", + "texture": "log_oak", + "tool_level": 0, + "tool_type": "axe" }, - "gravel": { + "leaves_oak": { + "hp": 21, + "transparent": true, + "drop": "leaves_oak", + "texture": "leaves_oak", + "tool_level": 1, + "tool_type": "shears" + }, + "sponge": { "hp": 54, - "id": 11 + "drop": "sponge", + "texture": "sponge", + "tool_level": 0, + "tool_type": "hoe" }, - "iron_block": { - "hp": 1500, - "id": 50 + "glass": { + "hp": 27, + "transparent": true, + "drop": "none", + "texture": "glass" }, - "iron_ore": { + "lapis_ore": { "hp": 900, - "id": 13 + "drop": "lapis", + "texture": "lapis_ore", + "tool_level": 2, + "tool_type": "pickaxe" }, "lapis_block": { "hp": 900, - "id": 20 + "drop": "lapis_block", + "texture": "lapis_block", + "tool_level": 2, + "tool_type": "pickaxe" }, - "lapis_ore": { - "drop": "lapis", - "hp": 900, - "id": 19 + "sandstone": { + "hp": 240, + "drop": "sandstone", + "texture": "sandstone", + "tool_level": 1, + "tool_type": "pickaxe" }, - "lava": { - "animated": true, + "noteblock": { + "hp": 75, + "drop": "noteblock", + "texture": "noteblock", + "tool_level": 0, + "tool_type": "axe" + }, + "bed_l": { + "hp": 21, "collision": false, - "fluid": true, - "frames": 16, - "hp": -1, - "id": 9, - "meta": "lava", - "texture": "lava_still" + "background": true, + "transparent": true, + "drop": "none", + "texture": "bed_l", + "tool_level": 0, + "tool_type": "axe" }, - "lava_12": { - "animated": true, + "bed_r": { + "hp": 21, "collision": false, - "fluid": true, - "frames": 16, - "hp": -1, - "id": 65, - "meta": "lava", - "sprite_top": 4, - "texture": "lava_flow", - "top": 4 + "background": true, + "transparent": true, + "drop": "none", + "texture": "bed_r", + "tool_level": 0, + "tool_type": "axe" }, - "lava_16": { - "animated": true, + "web": { + "hp": 1200, "collision": false, - "fluid": true, - "frames": 16, - "hp": -1, - "id": 64, - "meta": "lava", - "texture": "lava_flow" + "transparent": true, + "drop": "web", + "texture": "web", + "tool_level": 1, + "tool_type": "shears" }, - "lava_4": { - "animated": true, + "tallgrass": { "collision": false, - "fluid": true, - "frames": 16, - "hp": -1, - "id": 67, - "meta": "lava", - "sprite_top": 12, - "texture": "lava_flow", - "top": 12 + "transparent": true, + "block_required": true, + "drop": "tallgrass", + "texture": "tallgrass", + "tool_level": 1, + "tool_type": "shears" }, - "lava_8": { - "animated": true, + "deadbush": { "collision": false, - "fluid": true, - "frames": 16, - "hp": -1, - "id": 66, - "meta": "lava", - "sprite_top": 8, - "texture": "lava_flow", - "top": 8 + "transparent": true, + "block_required": true, + "drop": "deadbush", + "texture": "deadbush", + "tool_level": 1, + "tool_type": "shears" }, - "leaves_oak": { - "hp": 21, - "id": 16, - "transparent": true + "bricks": { + "hp": 600, + "drop": "bricks", + "texture": "bricks", + "tool_level": 1, + "tool_type": "pickaxe" }, - "log_oak": { - "hp": 180, - "id": 15 + "dandelion": { + "collision": false, + "transparent": true, + "block_required": true, + "drop": "dandelion", + "texture": "dandelion" }, - "mushroom_brown": { + "rose": { + "collision": false, + "transparent": true, "block_required": true, + "drop": "rose", + "texture": "rose" + }, + "mushroom_brown": { "collision": false, - "id": 31, - "transparent": true + "transparent": true, + "block_required": true, + "drop": "mushroom_brown", + "texture": "mushroom_brown" }, "mushroom_red": { - "block_required": true, "collision": false, - "id": 32, - "transparent": true + "transparent": true, + "block_required": true, + "drop": "mushroom_red", + "texture": "mushroom_red" }, - "none": { - "collision": false, - "id": 0, - "transparent": true + "wool_colored_white": { + "hp": 75, + "drop": "wool_colored_white", + "texture": "wool_colored_white", + "tool_level": 0, + "tool_type": "shears" }, - "noteblock": { + "wool_colored_orange": { "hp": 75, - "id": 22 + "drop": "wool_colored_orange", + "texture": "wool_colored_orange", + "tool_level": 0, + "tool_type": "shears" }, - "oak_slab": { - "hp": 180, - "id": 54, - "texture": "planks_oak", - "top": 8, - "transparent": true + "wool_colored_magenta": { + "hp": 75, + "drop": "wool_colored_magenta", + "texture": "wool_colored_magenta", + "tool_level": 0, + "tool_type": "shears" }, - "obsidian": { - "hp": 1500, - "id": 68 + "wool_colored_light_blue": { + "hp": 75, + "drop": "wool_colored_light_blue", + "texture": "wool_colored_light_blue", + "tool_level": 0, + "tool_type": "shears" }, - "planks_oak": { - "hp": 180, - "id": 5 + "wool_colored_yellow": { + "hp": 75, + "drop": "wool_colored_yellow", + "texture": "wool_colored_yellow", + "tool_level": 0, + "tool_type": "shears" }, - "rose": { - "block_required": true, - "collision": false, - "id": 30, - "transparent": true + "wool_colored_lime": { + "hp": 75, + "drop": "wool_colored_lime", + "texture": "wool_colored_lime", + "tool_level": 0, + "tool_type": "shears" }, - "sand": { - "hp": 45, - "id": 10 + "wool_colored_pink": { + "hp": 75, + "drop": "wool_colored_pink", + "texture": "wool_colored_pink", + "tool_level": 0, + "tool_type": "shears" }, - "sandstone": { - "hp": 240, - "id": 21 + "wool_colored_gray": { + "hp": 75, + "drop": "wool_colored_gray", + "texture": "wool_colored_gray", + "tool_level": 0, + "tool_type": "shears" }, - "sandstone_slab": { - "hp": 600, - "id": 53, - "texture": "sandstone", - "top": 8, - "transparent": true + "wool_colored_silver": { + "hp": 75, + "drop": "wool_colored_silver", + "texture": "wool_colored_silver", + "tool_level": 0, + "tool_type": "shears" }, - "sapling_oak": { - "block_required": true, - "collision": false, - "id": 6, - "transparent": true + "wool_colored_cyan": { + "hp": 75, + "drop": "wool_colored_cyan", + "texture": "wool_colored_cyan", + "tool_level": 0, + "tool_type": "shears" }, - "sponge": { - "hp": 54, - "id": 17 + "wool_colored_purple": { + "hp": 75, + "drop": "wool_colored_purple", + "texture": "wool_colored_purple", + "tool_level": 0, + "tool_type": "shears" }, - "stone": { - "drop": "cobblestone", - "hp": 450, - "id": 1 + "wool_colored_blue": { + "hp": 75, + "drop": "wool_colored_blue", + "texture": "wool_colored_blue", + "tool_level": 0, + "tool_type": "shears" }, - "stone_slab": { + "wool_colored_brown": { + "hp": 75, + "drop": "wool_colored_brown", + "texture": "wool_colored_brown", + "tool_level": 0, + "tool_type": "shears" + }, + "wool_colored_green": { + "hp": 75, + "drop": "wool_colored_green", + "texture": "wool_colored_green", + "tool_level": 0, + "tool_type": "shears" + }, + "wool_colored_red": { + "hp": 75, + "drop": "wool_colored_red", + "texture": "wool_colored_red", + "tool_level": 0, + "tool_type": "shears" + }, + "wool_colored_black": { + "hp": 75, + "drop": "wool_colored_black", + "texture": "wool_colored_black", + "tool_level": 0, + "tool_type": "shears" + }, + "gold_block": { + "hp": 900, + "drop": "gold_block", + "texture": "gold_block", + "tool_level": 3, + "tool_type": "pickaxe" + }, + "iron_block": { + "hp": 1500, + "drop": "iron_block", + "texture": "iron_block", + "tool_level": 2, + "tool_type": "pickaxe" + }, + "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, + "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", + "drop_count": 2, + "texture": "stone_slab", + "tool_level": 1, + "tool_type": "pickaxe" + }, + "sandstone_slab_bottom": { + "top": 8, + "sprite_top": 8, + "hp": 600, + "transparent": true, + "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, - "id": 51, + "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, + "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, + "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, - "transparent": true + "sprite_top": 8, + "hp": 600, + "transparent": true, + "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, - "id": 57 + "drop": "stonebrick", + "texture": "stonebrick", + "tool_level": 1, + "tool_type": "pickaxe" }, - "stonebrick_slab": { + "stonebrick_slab_bottom": { + "top": 8, + "sprite_top": 8, "hp": 450, - "id": 58, + "transparent": true, + "drop": "stonebrick_slab", + "meta": "slab", "texture": "stonebrick", - "top": 8, - "transparent": true + "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" }, - "tallgrass": { + "cactus": { + "left": 1, + "right": 1, + "hp": 39, + "transparent": true, "block_required": true, - "collision": false, - "id": 26, - "transparent": true + "drop": "cactus", + "texture": "cactus" }, - "water": { - "animated": true, + "water_16": { "collision": false, - "fluid": true, - "frames": 16, - "hp": -1, - "id": 8, + "transparent": true, + "drop": "water_16", "meta": "water", - "texture": "water_still", - "transparent": true + "texture": "water_flow", + "animated": true, + "frames": 16, + "state": 1 }, "water_12": { - "animated": true, + "top": 4, + "sprite_top": 4, "collision": false, - "fluid": true, - "frames": 16, - "hp": -1, - "id": 61, + "transparent": true, + "drop": "water_12", "meta": "water", - "sprite_top": 4, "texture": "water_flow", - "top": 4, - "transparent": true - }, - "water_16": { "animated": true, - "collision": false, - "fluid": true, "frames": 16, - "hp": -1, - "id": 60, + "state": 2 + }, + "water_8": { + "top": 8, + "sprite_top": 8, + "collision": false, + "transparent": true, + "drop": "water_8", "meta": "water", "texture": "water_flow", - "transparent": true + "animated": true, + "frames": 16, + "state": 3 }, "water_4": { - "animated": true, + "top": 12, + "sprite_top": 12, "collision": false, - "fluid": true, - "frames": 16, - "hp": -1, - "id": 63, + "transparent": true, + "drop": "water_4", "meta": "water", - "sprite_top": 12, "texture": "water_flow", - "top": 12, - "transparent": true - }, - "water_8": { "animated": true, - "collision": false, - "fluid": true, "frames": 16, - "hp": -1, - "id": 62, - "meta": "water", - "sprite_top": 8, - "texture": "water_flow", - "top": 8, - "transparent": true + "state": 4 }, - "web": { + "lava_16": { "collision": false, - "hp": 1200, - "id": 25, - "transparent": true - }, - "wool_colored_black": { - "hp": 75, - "id": 48 - }, - "wool_colored_blue": { - "hp": 75, - "id": 44 - }, - "wool_colored_brown": { - "hp": 75, - "id": 45 - }, - "wool_colored_cyan": { - "hp": 75, - "id": 42 - }, - "wool_colored_gray": { - "hp": 75, - "id": 40 - }, - "wool_colored_green": { - "hp": 75, - "id": 46 - }, - "wool_colored_light_blue": { - "hp": 75, - "id": 36 - }, - "wool_colored_lime": { - "hp": 75, - "id": 38 - }, - "wool_colored_magenta": { - "hp": 75, - "id": 35 - }, - "wool_colored_orange": { - "hp": 75, - "id": 34 - }, - "wool_colored_pink": { - "hp": 75, - "id": 39 - }, - "wool_colored_purple": { - "hp": 75, - "id": 43 + "drop": "lava_16", + "meta": "lava", + "texture": "lava_flow", + "animated": true, + "frames": 16, + "state": 1 }, - "wool_colored_red": { - "hp": 75, - "id": 47 + "lava_12": { + "top": 4, + "sprite_top": 4, + "collision": false, + "drop": "lava_12", + "meta": "lava", + "texture": "lava_flow", + "animated": true, + "frames": 16, + "state": 2 }, - "wool_colored_silver": { - "hp": 75, - "id": 41 + "lava_8": { + "top": 8, + "sprite_top": 8, + "collision": false, + "drop": "lava_8", + "meta": "lava", + "texture": "lava_flow", + "animated": true, + "frames": 16, + "state": 3 }, - "wool_colored_white": { - "hp": 75, - "id": 33 + "lava_4": { + "top": 12, + "sprite_top": 12, + "collision": false, + "drop": "lava_4", + "meta": "lava", + "texture": "lava_flow", + "animated": true, + "frames": 16, + "state": 4 }, - "wool_colored_yellow": { - "hp": 75, - "id": 37 + "obsidian": { + "hp": 1500, + "drop": "obsidian", + "texture": "obsidian", + "tool_level": 4, + "tool_type": "pickaxe" } }, "items": { - "bedrock": { - "id": 7, - "name": "Bedrock", - "type": "block" - }, - "brick_slab": { - "id": 51, - "name": "Brick Slab", - "type": "block" - }, - "bricks": { - "id": 24, - "name": "Bricks", - "type": "block" - }, - "bucket_empty": { - "id": 66, - "name": "Empty Bucket", - "origin_x": 0.25, - "type": "bucket" - }, - "bucket_lava": { - "id": 68, - "name": "Lava Bucket", - "origin_x": 0.25, - "type": "bucket" - }, - "bucket_water": { - "id": 67, - "name": "Water Bucket", - "origin_x": 0.25, - "type": "bucket" - }, - "cactus": { - "id": 54, - "name": "Cactus", - "type": "block" - }, - "coal_ore": { - "id": 14, - "name": "Coal Ore", - "type": "block" - }, - "cobblestone": { - "id": 4, - "name": "Cobblestone", - "type": "block" - }, - "cobblestone_slab": { - "id": 50, - "name": "Cobblestone Slab", - "type": "block" - }, - "dandelion": { - "id": 25, - "name": "Dandelion", - "origin_x": 0.5, - "type": "block" - }, - "deadbush": { - "id": 23, - "name": "Dead Bush", - "origin_x": 0.5, - "type": "block" + "none": { + "name": "", + "type": "none", + "texture": "none" }, - "diamond_shovel": { - "id": 64, - "name": "Diamond Shovel", - "origin_x": 0.125, - "type": "tool" + "stone": { + "name": "Stone", + "type": "block", + "texture": "stone" }, - "diamond_sword": { - "id": 59, - "name": "Diamond Sword", - "origin_x": 0.125, - "type": "tool" + "grass": { + "name": "Grass", + "type": "block", + "texture": "grass" }, "dirt": { - "id": 3, "name": "Dirt", - "type": "block" + "type": "block", + "texture": "dirt" }, - "glass": { - "id": 17, - "name": "Glass", - "type": "block" + "cobblestone": { + "name": "Cobblestone", + "type": "block", + "texture": "cobblestone" }, - "gold_block": { - "id": 45, - "name": "Gold Block", - "type": "block" + "planks_oak": { + "name": "Oak Planks", + "type": "block", + "texture": "planks_oak" }, - "gold_ore": { - "id": 12, - "name": "Golden Ore", - "type": "block" + "sapling_oak": { + "name": "Oak Sapling", + "type": "block", + "texture": "sapling_oak" }, - "gold_shovel": { - "id": 65, - "name": "Golden Shovel", - "origin_x": 0.125, - "type": "tool" + "bedrock": { + "name": "Bedrock", + "type": "block", + "texture": "bedrock" }, - "gold_sword": { - "id": 60, - "name": "Golden Sword", - "origin_x": 0.125, - "type": "tool" + "water": { + "name": "Water", + "type": "block", + "texture": "water" }, - "grass": { - "id": 2, - "name": "Grass", - "type": "block" + "lava": { + "name": "Lava", + "type": "block", + "texture": "lava" + }, + "sand": { + "name": "Sand", + "type": "block", + "texture": "sand" }, "gravel": { - "id": 11, "name": "Gravel", - "type": "block" + "type": "block", + "texture": "gravel" }, - "iron_block": { - "id": 46, - "name": "Iron Block", - "type": "block" + "gold_ore": { + "name": "Golden Ore", + "type": "block", + "texture": "gold_ore" }, "iron_ore": { - "id": 13, "name": "Iron Ore", - "type": "block" + "type": "block", + "texture": "iron_ore" }, - "iron_shovel": { - "id": 63, - "name": "Iron Shovel", - "origin_x": 0.125, - "type": "tool" + "coal_ore": { + "name": "Coal Ore", + "type": "block", + "texture": "coal_ore" }, - "iron_sword": { - "id": 58, - "name": "Iron Sword", - "origin_x": 0.125, - "type": "tool" + "log_oak": { + "name": "Wood", + "type": "block", + "texture": "log_oak" }, - "lapis_block": { - "id": 19, - "name": "Lapis Block", - "type": "block" + "leaves_oak": { + "name": "Leaves", + "type": "block", + "texture": "leaves_oak" + }, + "glass": { + "name": "Glass", + "type": "block", + "texture": "glass" }, "lapis_ore": { - "id": 18, "name": "Lapis Ore", - "type": "block" + "type": "block", + "texture": "lapis_ore" }, - "lava": { - "id": 9, - "name": "Lava", - "type": "block" + "lapis_block": { + "name": "Lapis Block", + "type": "block", + "texture": "lapis_block" }, - "leaves_oak": { - "id": 16, - "name": "Leaves", - "type": "block" + "sandstone": { + "name": "Sandstone", + "type": "block", + "texture": "sandstone" }, - "log_oak": { - "id": 15, - "name": "Wood", - "type": "block" + "web": { + "name": "Cobweb", + "type": "block", + "texture": "web" + }, + "tallgrass": { + "name": "Tall Grass", + "type": "block", + "texture": "tallgrass", + "origin_x": 0.5 + }, + "deadbush": { + "name": "Dead Bush", + "type": "block", + "texture": "deadbush", + "origin_x": 0.5 + }, + "bricks": { + "name": "Bricks", + "type": "block", + "texture": "bricks" + }, + "dandelion": { + "name": "Dandelion", + "type": "block", + "texture": "dandelion", + "origin_x": 0.5 + }, + "rose": { + "name": "Rose", + "type": "block", + "texture": "rose", + "origin_x": 0.5 }, "mushroom_brown": { - "id": 27, "name": "Mushroom", - "origin_x": 0.5, - "type": "block" + "type": "block", + "texture": "mushroom_brown", + "origin_x": 0.5 }, "mushroom_red": { - "id": 28, "name": "Mushroom", - "origin_x": 0.5, - "type": "block" + "type": "block", + "texture": "mushroom_red", + "origin_x": 0.5 }, - "none": { - "id": 0, - "name": "", - "type": "block" + "wool_colored_white": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_white" }, - "oak_slab": { - "id": 49, - "name": "Oak Slab", - "type": "block" + "wool_colored_orange": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_orange" }, - "obsidian": { - "id": 55, - "name": "Obsidian", - "type": "block" + "wool_colored_magenta": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_magenta" }, - "planks_oak": { - "id": 5, - "name": "Oak Planks", - "type": "block" + "wool_colored_light_blue": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_light_blue" }, - "rose": { - "id": 26, - "name": "Rose", - "origin_x": 0.5, - "type": "block" + "wool_colored_yellow": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_yellow" }, - "sand": { - "id": 10, - "name": "Sand", - "type": "block" + "wool_colored_lime": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_lime" }, - "sandstone": { - "id": 20, - "name": "Sandstone", - "type": "block" + "wool_colored_pink": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_pink" }, - "sandstone_slab": { - "id": 48, - "name": "Sandstone Slab", - "type": "block" + "wool_colored_gray": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_gray" }, - "sapling_oak": { - "id": 6, - "name": "Oak Sapling", - "type": "block" + "wool_colored_silver": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_silver" }, - "stone": { - "id": 1, - "name": "Stone", - "type": "block" + "wool_colored_cyan": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_cyan" }, - "stone_shovel": { - "id": 62, - "name": "Stone Shovel", - "origin_x": 0.125, - "type": "tool" + "wool_colored_purple": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_purple" + }, + "wool_colored_blue": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_blue" + }, + "wool_colored_brown": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_brown" + }, + "wool_colored_green": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_green" + }, + "wool_colored_red": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_red" + }, + "wool_colored_black": { + "name": "Wool", + "type": "block", + "texture": "wool_colored_black" + }, + "gold_block": { + "name": "Gold Block", + "type": "block", + "texture": "gold_block" + }, + "iron_block": { + "name": "Iron Block", + "type": "block", + "texture": "iron_block" }, "stone_slab": { - "id": 47, "name": "Stone Slab", - "type": "block" + "type": "slab", + "texture": "stone_slab", + "top_slab_block": "stone_slab_top", + "bottom_slab_block": "stone_slab_bottom" }, - "stone_sword": { - "id": 57, - "name": "Stone Sword", - "origin_x": 0.125, - "type": "tool" + "sandstone_slab": { + "name": "Sandstone Slab", + "type": "slab", + "texture": "sandstone_slab", + "top_slab_block": "sandstone_slab_top", + "bottom_slab_block": "sandstone_slab_bottom" + }, + "oak_slab": { + "name": "Oak Slab", + "type": "slab", + "texture": "oak_slab", + "top_slab_block": "oak_slab_top", + "bottom_slab_block": "oak_slab_bottom" + }, + "cobblestone_slab": { + "name": "Cobblestone Slab", + "type": "slab", + "texture": "cobblestone_slab", + "top_slab_block": "cobblestone_slab_top", + "bottom_slab_block": "cobblestone_slab_bottom" + }, + "brick_slab": { + "name": "Brick Slab", + "type": "slab", + "texture": "brick_slab", + "top_slab_block": "brick_slab_top", + "bottom_slab_block": "brick_slab_bottom" }, "stonebrick": { - "id": 52, "name": "Stone Brick", - "type": "block" + "type": "block", + "texture": "stonebrick" }, "stonebrick_slab": { - "id": 53, "name": "Stone Brick Slab", - "type": "block" + "type": "slab", + "texture": "stonebrick_slab", + "top_slab_block": "stonebrick_slab_top", + "bottom_slab_block": "stonebrick_slab_bottom" }, - "tallgrass": { - "id": 22, - "name": "Tall Grass", - "origin_x": 0.5, - "type": "block" + "cactus": { + "name": "Cactus", + "type": "block", + "texture": "cactus" }, - "water": { - "id": 8, - "name": "Water", - "type": "block" + "obsidian": { + "name": "Obsidian", + "type": "block", + "texture": "obsidian" }, - "web": { - "id": 21, - "name": "Cobweb", - "type": "block" + "wood_sword": { + "name": "Wooden Sword", + "type": "sword", + "texture": "wood_sword", + "origin_x": 0.125, + "tool_level": 1 + }, + "stone_sword": { + "name": "Stone Sword", + "type": "sword", + "texture": "stone_sword", + "origin_x": 0.125, + "tool_level": 2 + }, + "iron_sword": { + "name": "Iron Sword", + "type": "sword", + "texture": "iron_sword", + "origin_x": 0.125, + "tool_level": 3 + }, + "diamond_sword": { + "name": "Diamond Sword", + "type": "sword", + "texture": "diamond_sword", + "origin_x": 0.125, + "tool_level": 4 + }, + "gold_sword": { + "name": "Golden Sword", + "type": "sword", + "texture": "gold_sword", + "origin_x": 0.125, + "tool_level": 1 }, "wood_shovel": { - "id": 61, "name": "Wooden Shovel", + "type": "shovel", + "texture": "wood_shovel", "origin_x": 0.125, - "type": "tool" + "tool_level" : 1 }, - "wood_sword": { - "id": 56, - "name": "Wooden Sword", + "stone_shovel": { + "name": "Stone Shovel", + "type": "shovel", + "texture": "stone_shovel", "origin_x": 0.125, - "type": "tool" + "tool_level" : 2 }, - "wool_colored_black": { - "id": 44, - "name": "Wool", - "type": "block" + "iron_shovel": { + "name": "Iron Shovel", + "type": "shovel", + "texture": "iron_shovel", + "origin_x": 0.125, + "tool_level" : 3 }, - "wool_colored_blue": { - "id": 40, - "name": "Wool", - "type": "block" + "diamond_shovel": { + "name": "Diamond Shovel", + "type": "shovel", + "texture": "diamond_shovel", + "origin_x": 0.125, + "tool_level" : 4 }, - "wool_colored_brown": { - "id": 41, - "name": "Wool", - "type": "block" + "gold_shovel": { + "name": "Golden Shovel", + "type": "shovel", + "texture": "gold_shovel", + "origin_x": 0.125, + "tool_level" : 1, + "block_damage_multiplier": 6 }, - "wool_colored_cyan": { - "id": 38, - "name": "Wool", - "type": "block" + "wood_pickaxe": { + "name": "Wooden Pickaxe", + "type": "pickaxe", + "texture": "wood_pickaxe", + "origin_x": 0.125, + "tool_level" : 1 }, - "wool_colored_gray": { - "id": 36, - "name": "Wool", - "type": "block" + "stone_pickaxe": { + "name": "Stone Pickaxe", + "type": "pickaxe", + "texture": "stone_pickaxe", + "origin_x": 0.125, + "tool_level" : 2 }, - "wool_colored_green": { - "id": 42, - "name": "Wool", - "type": "block" + "iron_pickaxe": { + "name": "Iron Pickaxe", + "type": "pickaxe", + "texture": "iron_pickaxe", + "origin_x": 0.125, + "tool_level" : 3 }, - "wool_colored_light_blue": { - "id": 32, - "name": "Wool", - "type": "block" + "diamond_pickaxe": { + "name": "Diamond Pickaxe", + "type": "pickaxe", + "texture": "diamond_pickaxe", + "origin_x": 0.125, + "tool_level" : 4 }, - "wool_colored_lime": { - "id": 34, - "name": "Wool", - "type": "block" + "gold_pickaxe": { + "name": "Golden Pickaxe", + "type": "pickaxe", + "texture": "gold_pickaxe", + "origin_x": 0.125, + "tool_level" : 1, + "block_damage_multiplier": 6 }, - "wool_colored_magenta": { - "id": 31, - "name": "Wool", - "type": "block" + "wood_axe": { + "name": "Wooden Axe", + "type": "axe", + "texture": "wood_axe", + "origin_x": 0.125, + "tool_level" : 1 }, - "wool_colored_orange": { - "id": 30, - "name": "Wool", - "type": "block" + "stone_axe": { + "name": "Stone Axe", + "type": "axe", + "texture": "stone_axe", + "origin_x": 0.125, + "tool_level" : 2 }, - "wool_colored_pink": { - "id": 35, - "name": "Wool", - "type": "block" + "iron_axe": { + "name": "Iron Axe", + "type": "axe", + "texture": "iron_axe", + "origin_x": 0.125, + "tool_level" : 3 }, - "wool_colored_purple": { - "id": 39, - "name": "Wool", - "type": "block" + "diamond_axe": { + "name": "Diamond Axe", + "type": "axe", + "texture": "diamond_axe", + "origin_x": 0.125, + "tool_level" : 4 }, - "wool_colored_red": { - "id": 43, - "name": "Wool", - "type": "block" + "gold_axe": { + "name": "Golden Axe", + "type": "axe", + "texture": "gold_axe", + "origin_x": 0.125, + "tool_level" : 1, + "block_damage_multiplier": 6 }, - "wool_colored_silver": { - "id": 37, - "name": "Wool", - "type": "block" + "shears": { + "name": "Shears", + "type": "shears", + "texture": "shears", + "tool_level" : 1, + "origin_x": 0.125 }, - "wool_colored_white": { - "id": 29, - "name": "Wool", - "type": "block" + "bucket_empty": { + "name": "Empty Bucket", + "type": "bucket", + "texture": "bucket_empty", + "origin_x": 0.25, + "action_key": "use_empty_bucket" }, - "wool_colored_yellow": { - "id": 33, - "name": "Wool", - "type": "block" + "bucket_water": { + "name": "Water Bucket", + "type": "bucket", + "texture": "bucket_water", + "origin_x": 0.25, + "action_key": "use_water_bucket" + }, + "bucket_lava": { + "name": "Lava Bucket", + "type": "bucket", + "texture": "bucket_lava", + "origin_x": 0.25, + "action_key": "use_lava_bucket" } } }