X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2Fassets%2Fjson%2Fgame_items.json;h=5c1157690a9141876f5d96311f711677e3a70d14;hb=9f3d2a56e9e81f3d0553220c684d6c6000969501;hp=5600fb258485c876e5c08d0bae897eb9873b396f;hpb=fd73b6dd24b9fe55c0bc8f52f8aa1104a5fe3cb0;p=cavedroid.git diff --git a/android/assets/json/game_items.json b/android/assets/json/game_items.json index 5600fb2..5c11576 100644 --- a/android/assets/json/game_items.json +++ b/android/assets/json/game_items.json @@ -1,7 +1,6 @@ { "blocks": { "none": { - "id": 0, "collision": false, "transparent": true, "drop": "none", @@ -9,50 +8,82 @@ "meta": "none" }, "stone": { - "id": 1, "hp": 450, "drop": "cobblestone", - "texture": "stone" + "texture": "stone", + "tool_level": 1, + "tool_type": "pickaxe" }, "grass": { - "id": 2, "hp": 54, "drop": "dirt", - "texture": "grass" + "texture": "grass", + "tool_level": 0, + "tool_type": "shovel" + }, + "grass_snowed": { + "hp": 54, + "drop": "dirt", + "texture": "grass_snowed", + "tool_level": 0, + "tool_type": "shovel" }, "dirt": { - "id": 3, "hp": 45, "drop": "dirt", - "texture": "dirt" + "texture": "dirt", + "tool_level": 0, + "tool_type": "shovel" }, "cobblestone": { - "id": 4, "hp": 600, "drop": "cobblestone", - "texture": "cobblestone" + "texture": "cobblestone", + "tool_level": 1, + "tool_type": "pickaxe" }, "planks_oak": { - "id": 5, "hp": 180, "drop": "planks_oak", - "texture": "planks_oak" + "texture": "planks_oak", + "tool_level": 0, + "tool_type": "axe" + }, + "planks_spruce": { + "hp": 180, + "drop": "planks_spruce", + "texture": "planks_spruce", + "tool_level": 0, + "tool_type": "axe" + }, + "crafting_table": { + "hp": 180, + "drop": "crafting_table", + "texture": "crafting_table", + "tool_level": 0, + "tool_type": "axe" }, "sapling_oak": { - "id": 6, "collision": false, "transparent": true, "block_required": true, "drop": "sapling_oak", - "texture": "sapling_oak" + "texture": "sapling_oak", + "hp": 0 + }, + "sapling_spruce": { + "collision": false, + "transparent": true, + "block_required": true, + "drop": "sapling_spruce", + "texture": "sapling_spruce", + "hp": 0 }, "bedrock": { - "id": 7, "drop": "bedrock", "texture": "bedrock" }, "water": { - "id": 8, "collision": false, "transparent": true, "drop": "water", @@ -63,285 +94,351 @@ "state": 0 }, "lava": { - "id": 9, "collision": false, "drop": "lava", "meta": "lava", "texture": "lava_still", "animated": true, "frames": 16, - "state": 0 + "state": 0, + "damage": 4 }, "sand": { - "id": 10, "hp": 45, "drop": "sand", - "texture": "sand" + "texture": "sand", + "tool_level": 0, + "tool_type": "shovel" }, "gravel": { - "id": 11, "hp": 54, "drop": "gravel", - "texture": "gravel" + "texture": "gravel", + "tool_level": 0, + "tool_type": "shovel" }, "gold_ore": { - "id": 12, "hp": 900, "drop": "gold_ore", - "texture": "gold_ore" + "texture": "gold_ore", + "tool_level": 3, + "tool_type": "pickaxe" }, "iron_ore": { - "id": 13, "hp": 900, "drop": "iron_ore", - "texture": "iron_ore" + "texture": "iron_ore", + "tool_level": 2, + "tool_type": "pickaxe" }, "coal_ore": { - "id": 14, "hp": 900, "drop": "coal", - "texture": "coal_ore" + "texture": "coal_ore", + "tool_level": 1, + "tool_type": "pickaxe" + }, + "diamond_ore": { + "hp": 900, + "drop": "diamond", + "texture": "diamond_ore", + "tool_level": 3, + "tool_type": "pickaxe" + }, + "diamond_block": { + "hp": 1500, + "drop": "diamond_block", + "texture": "diamond_block", + "tool_level": 3, + "tool_type": "pickaxe" }, "log_oak": { - "id": 15, "hp": 180, "drop": "log_oak", - "texture": "log_oak" + "texture": "log_oak", + "tool_level": 0, + "tool_type": "axe" }, "leaves_oak": { - "id": 16, "hp": 21, - "transparent": true, "drop": "leaves_oak", - "texture": "leaves_oak" + "texture": "leaves_oak", + "tool_level": 1, + "tool_type": "shears", + "tint": "#5AC557" + }, + "log_spruce": { + "hp": 180, + "drop": "log_spruce", + "texture": "log_spruce", + "tool_level": 0, + "tool_type": "axe" + }, + "leaves_spruce": { + "hp": 21, + "drop": "leaves_spruce", + "texture": "leaves_spruce", + "tool_level": 1, + "tool_type": "shears", + "tint": "#486D4E" }, "sponge": { - "id": 17, "hp": 54, "drop": "sponge", - "texture": "sponge" + "texture": "sponge", + "tool_level": 0, + "tool_type": "hoe" }, "glass": { - "id": 18, "hp": 27, "transparent": true, "drop": "none", "texture": "glass" }, "lapis_ore": { - "id": 19, "hp": 900, "drop": "lapis", - "texture": "lapis_ore" + "texture": "lapis_ore", + "tool_level": 2, + "tool_type": "pickaxe" }, "lapis_block": { - "id": 20, "hp": 900, "drop": "lapis_block", - "texture": "lapis_block" + "texture": "lapis_block", + "tool_level": 2, + "tool_type": "pickaxe" }, "sandstone": { - "id": 21, "hp": 240, "drop": "sandstone", - "texture": "sandstone" + "texture": "sandstone", + "tool_level": 1, + "tool_type": "pickaxe" }, "noteblock": { - "id": 22, "hp": 75, "drop": "noteblock", - "texture": "noteblock" + "texture": "noteblock", + "tool_level": 0, + "tool_type": "axe" }, "bed_l": { - "id": 23, "hp": 21, "collision": false, "background": true, "transparent": true, - "drop": "none", - "texture": "bed_l" + "drop": "bed", + "texture": "bed_l", + "tool_level": 0, + "tool_type": "axe" }, "bed_r": { - "id": 24, "hp": 21, "collision": false, "background": true, "transparent": true, - "drop": "none", - "texture": "bed_r" + "drop": "bed", + "texture": "bed_r", + "tool_level": 0, + "tool_type": "axe" }, "web": { - "id": 25, "hp": 1200, "collision": false, "transparent": true, "drop": "web", - "texture": "web" + "texture": "web", + "tool_level": 1, + "tool_type": "shears" }, "tallgrass": { - "id": 26, "collision": false, "transparent": true, "block_required": true, "drop": "tallgrass", - "texture": "tallgrass" + "texture": "tallgrass", + "tool_level": 1, + "tool_type": "shears", + "tint": "#5AC557", + "hp": 0 }, "deadbush": { - "id": 27, "collision": false, "transparent": true, "block_required": true, "drop": "deadbush", - "texture": "deadbush" + "texture": "deadbush", + "tool_level": 1, + "tool_type": "shears", + "hp": 0 }, "bricks": { - "id": 28, "hp": 600, "drop": "bricks", - "texture": "bricks" + "texture": "bricks", + "tool_level": 1, + "tool_type": "pickaxe" }, "dandelion": { - "id": 29, "collision": false, "transparent": true, "block_required": true, "drop": "dandelion", - "texture": "dandelion" + "texture": "dandelion", + "hp": 0 }, "rose": { - "id": 30, "collision": false, "transparent": true, "block_required": true, "drop": "rose", - "texture": "rose" + "texture": "rose", + "hp": 0 }, "mushroom_brown": { - "id": 31, "collision": false, "transparent": true, "block_required": true, "drop": "mushroom_brown", - "texture": "mushroom_brown" + "texture": "mushroom_brown", + "hp": 0 }, "mushroom_red": { - "id": 32, "collision": false, "transparent": true, "block_required": true, "drop": "mushroom_red", - "texture": "mushroom_red" + "texture": "mushroom_red", + "hp": 0 }, "wool_colored_white": { - "id": 33, "hp": 75, "drop": "wool_colored_white", - "texture": "wool_colored_white" + "texture": "wool_colored_white", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_orange": { - "id": 34, "hp": 75, "drop": "wool_colored_orange", - "texture": "wool_colored_orange" + "texture": "wool_colored_orange", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_magenta": { - "id": 35, "hp": 75, "drop": "wool_colored_magenta", - "texture": "wool_colored_magenta" + "texture": "wool_colored_magenta", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_light_blue": { - "id": 36, "hp": 75, "drop": "wool_colored_light_blue", - "texture": "wool_colored_light_blue" + "texture": "wool_colored_light_blue", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_yellow": { - "id": 37, "hp": 75, "drop": "wool_colored_yellow", - "texture": "wool_colored_yellow" + "texture": "wool_colored_yellow", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_lime": { - "id": 38, "hp": 75, "drop": "wool_colored_lime", - "texture": "wool_colored_lime" + "texture": "wool_colored_lime", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_pink": { - "id": 39, "hp": 75, "drop": "wool_colored_pink", - "texture": "wool_colored_pink" + "texture": "wool_colored_pink", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_gray": { - "id": 40, "hp": 75, "drop": "wool_colored_gray", - "texture": "wool_colored_gray" + "texture": "wool_colored_gray", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_silver": { - "id": 41, "hp": 75, "drop": "wool_colored_silver", - "texture": "wool_colored_silver" + "texture": "wool_colored_silver", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_cyan": { - "id": 42, "hp": 75, "drop": "wool_colored_cyan", - "texture": "wool_colored_cyan" + "texture": "wool_colored_cyan", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_purple": { - "id": 43, "hp": 75, "drop": "wool_colored_purple", - "texture": "wool_colored_purple" + "texture": "wool_colored_purple", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_blue": { - "id": 44, "hp": 75, "drop": "wool_colored_blue", - "texture": "wool_colored_blue" + "texture": "wool_colored_blue", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_brown": { - "id": 45, "hp": 75, "drop": "wool_colored_brown", - "texture": "wool_colored_brown" + "texture": "wool_colored_brown", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_green": { - "id": 46, "hp": 75, "drop": "wool_colored_green", - "texture": "wool_colored_green" + "texture": "wool_colored_green", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_red": { - "id": 47, "hp": 75, "drop": "wool_colored_red", - "texture": "wool_colored_red" + "texture": "wool_colored_red", + "tool_level": 0, + "tool_type": "shears" }, "wool_colored_black": { - "id": 48, "hp": 75, "drop": "wool_colored_black", - "texture": "wool_colored_black" + "texture": "wool_colored_black", + "tool_level": 0, + "tool_type": "shears" }, "gold_block": { - "id": 49, "hp": 900, "drop": "gold_block", - "texture": "gold_block" + "texture": "gold_block", + "tool_level": 3, + "tool_type": "pickaxe" }, "iron_block": { - "id": 50, "hp": 1500, "drop": "iron_block", - "texture": "iron_block" + "texture": "iron_block", + "tool_level": 2, + "tool_type": "pickaxe" }, - "stone_slab": { - "id": 51, + "stone_slab_bottom": { "top": 8, "sprite_top": 8, "hp": 600, @@ -349,16 +446,33 @@ "drop": "stone_slab", "meta": "slab", "texture": "stone_slab", - "full_block": "double_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": { - "id": 52, "hp": 600, "drop": "stone_slab", - "texture": "stone_slab" + "drop_count": 2, + "texture": "stone_slab", + "tool_level": 1, + "tool_type": "pickaxe" }, - "sandstone_slab": { - "id": 53, + "sandstone_slab_bottom": { "top": 8, "sprite_top": 8, "hp": 600, @@ -366,10 +480,25 @@ "drop": "sandstone_slab", "meta": "slab", "texture": "sandstone", - "full_block": "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": { - "id": 54, + "oak_slab_bottom": { "top": 8, "sprite_top": 8, "hp": 180, @@ -377,18 +506,77 @@ "drop": "oak_slab", "meta": "slab", "texture": "planks_oak", - "full_block": "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": { - "id": 55, + "spruce_slab_bottom": { + "top": 8, + "sprite_top": 8, + "hp": 180, + "transparent": true, + "drop": "spruce_slab", + "meta": "slab", + "texture": "planks_spruce", + "full_block": "planks_spruce", + "other_part": "spruce_slab_top", + "tool_level": 0, + "tool_type": "axe" + }, + "spruce_slab_top": { + "bottom": 8, + "sprite_bottom": 8, + "hp": 180, + "transparent": true, + "drop": "spruce_slab", + "meta": "slab", + "texture": "planks_spruce", + "full_block": "planks_spruce", + "other_part": "spruce_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" + "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": { - "id": 56, + "brick_slab_bottom": { "top": 8, "sprite_top": 8, "hp": 600, @@ -396,16 +584,32 @@ "drop": "brick_slab", "meta": "slab", "texture": "bricks", - "full_block": "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": { - "id": 57, "hp": 450, "drop": "stonebrick", - "texture": "stonebrick" + "texture": "stonebrick", + "tool_level": 1, + "tool_type": "pickaxe" }, - "stonebrick_slab": { - "id": 58, + "stonebrick_slab_bottom": { "top": 8, "sprite_top": 8, "hp": 450, @@ -413,20 +617,35 @@ "drop": "stonebrick_slab", "meta": "slab", "texture": "stonebrick", - "full_block": "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": { - "id": 59, "left": 1, "right": 1, "hp": 39, "transparent": true, "block_required": true, "drop": "cactus", - "texture": "cactus" + "texture": "cactus", + "damage": 1 }, "water_16": { - "id": 60, "collision": false, "transparent": true, "drop": "water_16", @@ -437,7 +656,6 @@ "state": 1 }, "water_12": { - "id": 61, "top": 4, "sprite_top": 4, "collision": false, @@ -450,7 +668,6 @@ "state": 2 }, "water_8": { - "id": 62, "top": 8, "sprite_top": 8, "collision": false, @@ -463,7 +680,6 @@ "state": 3 }, "water_4": { - "id": 63, "top": 12, "sprite_top": 12, "collision": false, @@ -476,494 +692,733 @@ "state": 4 }, "lava_16": { - "id": 64, "collision": false, "drop": "lava_16", "meta": "lava", "texture": "lava_flow", "animated": true, "frames": 16, - "state": 1 + "state": 1, + "damage": 4 }, "lava_12": { - "id": 65, "top": 4, "sprite_top": 4, "collision": false, + "transparent": true, "drop": "lava_12", "meta": "lava", "texture": "lava_flow", "animated": true, "frames": 16, - "state": 2 + "state": 2, + "damage": 4 }, "lava_8": { - "id": 66, "top": 8, "sprite_top": 8, "collision": false, + "transparent": true, "drop": "lava_8", "meta": "lava", "texture": "lava_flow", "animated": true, "frames": 16, - "state": 3 + "state": 3, + "damage": 4 }, "lava_4": { - "id": 67, "top": 12, "sprite_top": 12, "collision": false, + "transparent": true, "drop": "lava_4", "meta": "lava", "texture": "lava_flow", "animated": true, "frames": 16, - "state": 4 + "state": 4, + "damage": 4 }, "obsidian": { - "id": 68, - "hp": 1500, + "hp": 15000, "drop": "obsidian", - "texture": "obsidian" + "texture": "obsidian", + "tool_level": 4, + "tool_type": "pickaxe" + }, + "snow": { + "top": 14, + "sprite_top": 14, + "collision": false, + "transparent": true, + "drop": "snowball", + "texture": "snow", + "hp": 6, + "tool_level": 1, + "tool_type": "shovel", + "block_required": true + }, + "snow_block": { + "collision": true, + "transparent": true, + "drop": "snowball", + "drop_count": 4, + "texture": "snow", + "hp": 60, + "tool_level": 1, + "tool_type": "shovel" + }, + "furnace": { + "hp": 1050, + "collision": true, + "transparent": false, + "drop": "furnace", + "texture": "furnace", + "animated": true, + "frames": 2, + "tool_level": 1, + "tool_type": "pickaxe", + "meta": "furnace" + }, + "chest": { + "hp": 180, + "collision": true, + "transparent": true, + "drop": "chest", + "texture": "chest", + "tool_level": 0, + "tool_type": "axe", + "meta": "chest", + "top": 2, + "left": 1, + "right": 1, + "sprite_top": 2, + "sprite_left": 1, + "sprite_right": 1 } }, "items": { "none": { - "id": 0, "name": "", "type": "none", "texture": "none" }, "stone": { - "id": 1, "name": "Stone", "type": "block", "texture": "stone" }, "grass": { - "id": 2, "name": "Grass", "type": "block", "texture": "grass" }, "dirt": { - "id": 3, "name": "Dirt", "type": "block", "texture": "dirt" }, "cobblestone": { - "id": 4, "name": "Cobblestone", "type": "block", - "texture": "cobblestone" + "texture": "cobblestone", + "smelt_product": "stone" }, "planks_oak": { - "id": 5, "name": "Oak Planks", "type": "block", - "texture": "planks_oak" + "texture": "planks_oak", + "burning_time": 15000 }, "sapling_oak": { - "id": 6, "name": "Oak Sapling", "type": "block", - "texture": "sapling_oak" + "texture": "sapling_oak", + "burning_time": 5000 }, - "bedrock": { - "id": 7, - "name": "Bedrock", + "planks_spruce": { + "name": "Spruce Planks", "type": "block", - "texture": "bedrock" + "texture": "planks_spruce", + "burning_time": 15000 }, - "water": { - "id": 8, - "name": "Water", + "crafting_table": { + "name": "Crafting Table", "type": "block", - "texture": "water" + "texture": "crafting_table", + "burning_time": 15000 }, - "lava": { - "id": 9, - "name": "Lava", + "furnace": { + "name": "Furnace", + "type": "block", + "texture": "furnace_off" + }, + "chest": { + "name": "Chest", + "type": "block", + "texture": "chest" + }, + "sapling_spruce": { + "name": "Spruce Sapling", + "type": "block", + "texture": "sapling_spruce", + "burning_time": 5000 + }, + "bedrock": { + "name": "Bedrock", "type": "block", - "texture": "lava" + "texture": "bedrock" }, "sand": { - "id": 10, "name": "Sand", "type": "block", - "texture": "sand" + "texture": "sand", + "smelt_product": "glass" }, "gravel": { - "id": 11, "name": "Gravel", "type": "block", "texture": "gravel" }, "gold_ore": { - "id": 12, "name": "Golden Ore", "type": "block", - "texture": "gold_ore" + "texture": "gold_ore", + "smelt_product": "gold_ingot" }, "iron_ore": { - "id": 13, "name": "Iron Ore", "type": "block", - "texture": "iron_ore" + "texture": "iron_ore", + "smelt_product": "iron_ingot" }, "coal_ore": { - "id": 14, "name": "Coal Ore", "type": "block", - "texture": "coal_ore" + "texture": "coal_ore", + "smelt_product": "coal" + }, + "diamond_ore": { + "name": "Diamond Ore", + "type": "block", + "texture": "diamond_ore", + "smelt_product": "diamond" }, "log_oak": { - "id": 15, "name": "Wood", "type": "block", - "texture": "log_oak" + "texture": "log_oak", + "burning_time": 15000, + "smelt_product": "charcoal" }, "leaves_oak": { - "id": 16, "name": "Leaves", "type": "block", "texture": "leaves_oak" }, + "log_spruce": { + "name": "Spruce", + "type": "block", + "texture": "log_spruce", + "burning_time": 15000, + "smelt_product": "charcoal" + }, + "leaves_spruce": { + "name": "Spruce Leaves", + "type": "block", + "texture": "leaves_spruce" + }, "glass": { - "id": 17, "name": "Glass", "type": "block", "texture": "glass" }, "lapis_ore": { - "id": 18, "name": "Lapis Ore", "type": "block", - "texture": "lapis_ore" + "texture": "lapis_ore", + "smelt_product": "lapis_lazuli" }, "lapis_block": { - "id": 19, "name": "Lapis Block", "type": "block", "texture": "lapis_block" }, "sandstone": { - "id": 20, "name": "Sandstone", "type": "block", "texture": "sandstone" }, "web": { - "id": 21, "name": "Cobweb", "type": "block", "texture": "web" }, "tallgrass": { - "id": 22, "name": "Tall Grass", "type": "block", "texture": "tallgrass", "origin_x": 0.5 }, "deadbush": { - "id": 23, "name": "Dead Bush", "type": "block", "texture": "deadbush", - "origin_x": 0.5 + "origin_x": 0.5, + "burning_time": 5000 }, "bricks": { - "id": 24, "name": "Bricks", "type": "block", "texture": "bricks" }, "dandelion": { - "id": 25, "name": "Dandelion", "type": "block", "texture": "dandelion", "origin_x": 0.5 }, "rose": { - "id": 26, "name": "Rose", "type": "block", "texture": "rose", "origin_x": 0.5 }, "mushroom_brown": { - "id": 27, "name": "Mushroom", "type": "block", "texture": "mushroom_brown", "origin_x": 0.5 }, "mushroom_red": { - "id": 28, "name": "Mushroom", "type": "block", "texture": "mushroom_red", "origin_x": 0.5 }, "wool_colored_white": { - "id": 29, "name": "Wool", "type": "block", "texture": "wool_colored_white" }, "wool_colored_orange": { - "id": 30, "name": "Wool", "type": "block", "texture": "wool_colored_orange" }, "wool_colored_magenta": { - "id": 31, "name": "Wool", "type": "block", "texture": "wool_colored_magenta" }, "wool_colored_light_blue": { - "id": 32, "name": "Wool", "type": "block", "texture": "wool_colored_light_blue" }, "wool_colored_yellow": { - "id": 33, "name": "Wool", "type": "block", "texture": "wool_colored_yellow" }, "wool_colored_lime": { - "id": 34, "name": "Wool", "type": "block", "texture": "wool_colored_lime" }, "wool_colored_pink": { - "id": 35, "name": "Wool", "type": "block", "texture": "wool_colored_pink" }, "wool_colored_gray": { - "id": 36, "name": "Wool", "type": "block", "texture": "wool_colored_gray" }, "wool_colored_silver": { - "id": 37, "name": "Wool", "type": "block", "texture": "wool_colored_silver" }, "wool_colored_cyan": { - "id": 38, "name": "Wool", "type": "block", "texture": "wool_colored_cyan" }, "wool_colored_purple": { - "id": 39, "name": "Wool", "type": "block", "texture": "wool_colored_purple" }, "wool_colored_blue": { - "id": 40, "name": "Wool", "type": "block", "texture": "wool_colored_blue" }, "wool_colored_brown": { - "id": 41, "name": "Wool", "type": "block", "texture": "wool_colored_brown" }, "wool_colored_green": { - "id": 42, "name": "Wool", "type": "block", "texture": "wool_colored_green" }, "wool_colored_red": { - "id": 43, "name": "Wool", "type": "block", "texture": "wool_colored_red" }, "wool_colored_black": { - "id": 44, "name": "Wool", "type": "block", "texture": "wool_colored_black" }, "gold_block": { - "id": 45, "name": "Gold Block", "type": "block", "texture": "gold_block" }, "iron_block": { - "id": 46, "name": "Iron Block", "type": "block", "texture": "iron_block" }, + "diamond_block": { + "name": "Diamond Block", + "type": "block", + "texture": "diamond_block" + }, "stone_slab": { - "id": 47, "name": "Stone Slab", - "type": "block", - "texture": "stone_slab" + "type": "slab", + "texture": "stone_slab", + "top_slab_block": "stone_slab_top", + "bottom_slab_block": "stone_slab_bottom" }, "sandstone_slab": { - "id": 48, "name": "Sandstone Slab", - "type": "block", - "texture": "sandstone_slab" + "type": "slab", + "texture": "sandstone_slab", + "top_slab_block": "sandstone_slab_top", + "bottom_slab_block": "sandstone_slab_bottom" }, "oak_slab": { - "id": 49, "name": "Oak Slab", - "type": "block", - "texture": "oak_slab" + "type": "slab", + "texture": "oak_slab", + "top_slab_block": "oak_slab_top", + "bottom_slab_block": "oak_slab_bottom", + "burn_time": 7500 + }, + "spruce_slab": { + "name": "Spruce Slab", + "type": "slab", + "texture": "spruce_slab", + "top_slab_block": "spruce_slab_top", + "bottom_slab_block": "spruce_slab_bottom", + "burn_time": 7500 }, "cobblestone_slab": { - "id": 50, "name": "Cobblestone Slab", - "type": "block", - "texture": "cobblestone_slab" + "type": "slab", + "texture": "cobblestone_slab", + "top_slab_block": "cobblestone_slab_top", + "bottom_slab_block": "cobblestone_slab_bottom" }, "brick_slab": { - "id": 51, "name": "Brick Slab", - "type": "block", - "texture": "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", "texture": "stonebrick" }, "stonebrick_slab": { - "id": 53, "name": "Stone Brick Slab", - "type": "block", - "texture": "stonebrick_slab" + "type": "slab", + "texture": "stonebrick_slab", + "top_slab_block": "stonebrick_slab_top", + "bottom_slab_block": "stonebrick_slab_bottom" }, "cactus": { - "id": 54, "name": "Cactus", "type": "block", "texture": "cactus" }, "obsidian": { - "id": 55, "name": "Obsidian", "type": "block", "texture": "obsidian" }, + "snow_block": { + "name": "Snow Block", + "type": "block", + "texture": "snow" + }, + "stick": { + "name": "Stick", + "texture": "stick", + "burning_time": 5000 + }, "wood_sword": { - "id": 56, "name": "Wooden Sword", "type": "sword", "texture": "wood_sword", - "origin_x": 0.125 + "origin_x": 0.125, + "tool_level": 1, + "max_stack": 60, + "burning_time": 10000 }, "stone_sword": { - "id": 57, "name": "Stone Sword", "type": "sword", "texture": "stone_sword", - "origin_x": 0.125 + "origin_x": 0.125, + "tool_level": 2, + "max_stack": 132 }, "iron_sword": { - "id": 58, "name": "Iron Sword", "type": "sword", "texture": "iron_sword", - "origin_x": 0.125 + "origin_x": 0.125, + "tool_level": 3, + "max_stack": 251 }, "diamond_sword": { - "id": 59, "name": "Diamond Sword", "type": "sword", "texture": "diamond_sword", - "origin_x": 0.125 + "origin_x": 0.125, + "tool_level": 4, + "max_stack": 1562 }, "gold_sword": { - "id": 60, "name": "Golden Sword", "type": "sword", "texture": "gold_sword", - "origin_x": 0.125 + "origin_x": 0.125, + "tool_level": 1, + "max_stack": 33 }, "wood_shovel": { - "id": 61, "name": "Wooden Shovel", "type": "shovel", "texture": "wood_shovel", - "origin_x": 0.125 + "origin_x": 0.125, + "tool_level" : 1, + "max_stack": 59 }, "stone_shovel": { - "id": 62, "name": "Stone Shovel", "type": "shovel", "texture": "stone_shovel", - "origin_x": 0.125 + "origin_x": 0.125, + "tool_level" : 2, + "max_stack": 131 }, "iron_shovel": { - "id": 63, "name": "Iron Shovel", "type": "shovel", "texture": "iron_shovel", - "origin_x": 0.125 + "origin_x": 0.125, + "tool_level" : 3, + "max_stack": 250 }, "diamond_shovel": { - "id": 64, "name": "Diamond Shovel", "type": "shovel", "texture": "diamond_shovel", - "origin_x": 0.125 + "origin_x": 0.125, + "tool_level" : 4, + "max_stack": 1561 }, "gold_shovel": { - "id": 65, "name": "Golden Shovel", "type": "shovel", "texture": "gold_shovel", - "origin_x": 0.125 + "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, + "burning_time": 10000 + }, + "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, + "burning_time": 10000 + }, + "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": { - "id": 66, "name": "Empty Bucket", - "type": "bucket", + "type": "usable", "texture": "bucket_empty", "origin_x": 0.25, - "action_key": "use_empty_bucket" + "action_key": "use_empty_bucket", + "max_stack": 1 }, "bucket_water": { - "id": 67, "name": "Water Bucket", - "type": "bucket", + "type": "usable", "texture": "bucket_water", "origin_x": 0.25, - "action_key": "use_water_bucket" + "action_key": "use_water_bucket", + "max_stack": 1 }, "bucket_lava": { - "id": 68, "name": "Lava Bucket", - "type": "bucket", + "type": "usable", "texture": "bucket_lava", "origin_x": 0.25, - "action_key": "use_lava_bucket" + "action_key": "use_lava_bucket", + "max_stack": 1, + "burning_time": 1000000 + }, + "snowball": { + "name": "Snowball", + "type": "usable", + "texture": "snowball", + "action_key": "use_snow_ball_action", + "max_stack": 16 + }, + "coal": { + "name": "Coal", + "texture": "coal", + "burning_time": 80000, + "origin_x": 0.25 + }, + "charcoal": { + "name": "Charcoal", + "texture": "charcoal", + "burning_time": 80000, + "origin_x": 0.25 + }, + "iron_ingot": { + "name": "Iron Ingot", + "texture": "iron_ingot", + "origin_x": 0.5 + }, + "gold_ingot": { + "name": "Gold Ingot", + "texture": "gold_ingot", + "origin_x": 0.5 + }, + "diamond": { + "name": "Diamond", + "texture": "diamond", + "origin_x": 0.5 + }, + "lapis_lazuli": { + "name": "Lapis Lazuli", + "texture": "lapis_lazuli", + "origin_x": 0.5 + }, + "bed": { + "name": "Bed", + "type": "usable", + "texture": "bed", + "action_key": "use_bed_action" + }, + "spawn_egg_pig": { + "name": "Pig Spawn Egg", + "type": "usable", + "texture": "spawn_egg", + "tint": "#EDBFB4", + "action_key": "use_spawn_egg_pig", + "origin_x": 0.5 } } }