From 8ac4fe6d5ba5091923c7fdf1fa88724d827706fa Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Fri, 26 May 2017 19:11:17 +0500 Subject: 2017-05-26 --- cwd/items.json | 4298 +++++++++++++++++++++ cwd/shaders/block.fs | 16 + cwd/shaders/block.vs | 15 + cwd/shaders/simple.fs | 15 + cwd/shaders/simple.vs | 16 + cwd/textures.json | 10011 ++++++++++++++++++++++++++++++++++++++++++++++++ cwd/textures.png | Bin 0 -> 2587967 bytes cwd/textures.tps | 1581 ++++++++ 8 files changed, 15952 insertions(+) create mode 100644 cwd/items.json create mode 100644 cwd/shaders/block.fs create mode 100644 cwd/shaders/block.vs create mode 100644 cwd/shaders/simple.fs create mode 100644 cwd/shaders/simple.vs create mode 100644 cwd/textures.json create mode 100644 cwd/textures.png create mode 100644 cwd/textures.tps (limited to 'cwd') diff --git a/cwd/items.json b/cwd/items.json new file mode 100644 index 0000000..7367d1e --- /dev/null +++ b/cwd/items.json @@ -0,0 +1,4298 @@ +[ + { + "type": 0, + "meta": 0, + "name": "Air", + "text_type": "air" + }, + { + "type": 1, + "meta": 0, + "name": "Stone", + "text_type": "stone" + }, + { + "type": 1, + "meta": 1, + "name": "Granite", + "text_type": "stone" + }, + { + "type": 1, + "meta": 2, + "name": "Polished Granite", + "text_type": "stone" + }, + { + "type": 1, + "meta": 3, + "name": "Diorite", + "text_type": "stone" + }, + { + "type": 1, + "meta": 4, + "name": "Polished Diorite", + "text_type": "stone" + }, + { + "type": 1, + "meta": 5, + "name": "Andesite", + "text_type": "stone" + }, + { + "type": 1, + "meta": 6, + "name": "Polished Andesite", + "text_type": "stone" + }, + { + "type": 2, + "meta": 0, + "name": "Grass", + "text_type": "grass" + }, + { + "type": 3, + "meta": 0, + "name": "Dirt", + "text_type": "dirt" + }, + { + "type": 3, + "meta": 1, + "name": "Coarse Dirt", + "text_type": "dirt" + }, + { + "type": 3, + "meta": 2, + "name": "Podzol", + "text_type": "dirt" + }, + { + "type": 4, + "meta": 0, + "name": "Cobblestone", + "text_type": "cobblestone" + }, + { + "type": 5, + "meta": 0, + "name": "Oak Wood Plank", + "text_type": "planks" + }, + { + "type": 5, + "meta": 1, + "name": "Spruce Wood Plank", + "text_type": "planks" + }, + { + "type": 5, + "meta": 2, + "name": "Birch Wood Plank", + "text_type": "planks" + }, + { + "type": 5, + "meta": 3, + "name": "Jungle Wood Plank", + "text_type": "planks" + }, + { + "type": 5, + "meta": 4, + "name": "Acacia Wood Plank", + "text_type": "planks" + }, + { + "type": 5, + "meta": 5, + "name": "Dark Oak Wood Plank", + "text_type": "planks" + }, + { + "type": 6, + "meta": 0, + "name": "Oak Sapling", + "text_type": "sapling" + }, + { + "type": 6, + "meta": 1, + "name": "Spruce Sapling", + "text_type": "sapling" + }, + { + "type": 6, + "meta": 2, + "name": "Birch Sapling", + "text_type": "sapling" + }, + { + "type": 6, + "meta": 3, + "name": "Jungle Sapling", + "text_type": "sapling" + }, + { + "type": 6, + "meta": 4, + "name": "Acacia Sapling", + "text_type": "sapling" + }, + { + "type": 6, + "meta": 5, + "name": "Dark Oak Sapling", + "text_type": "sapling" + }, + { + "type": 7, + "meta": 0, + "name": "Bedrock", + "text_type": "bedrock" + }, + { + "type": 8, + "meta": 0, + "name": "Flowing Water", + "text_type": "flowing_water" + }, + { + "type": 9, + "meta": 0, + "name": "Still Water", + "text_type": "water" + }, + { + "type": 10, + "meta": 0, + "name": "Flowing Lava", + "text_type": "flowing_lava" + }, + { + "type": 11, + "meta": 0, + "name": "Still Lava", + "text_type": "lava" + }, + { + "type": 12, + "meta": 0, + "name": "Sand", + "text_type": "sand" + }, + { + "type": 12, + "meta": 1, + "name": "Red Sand", + "text_type": "sand" + }, + { + "type": 13, + "meta": 0, + "name": "Gravel", + "text_type": "gravel" + }, + { + "type": 14, + "meta": 0, + "name": "Gold Ore", + "text_type": "gold_ore" + }, + { + "type": 15, + "meta": 0, + "name": "Iron Ore", + "text_type": "iron_ore" + }, + { + "type": 16, + "meta": 0, + "name": "Coal Ore", + "text_type": "coal_ore" + }, + { + "type": 17, + "meta": 0, + "name": "Oak Wood", + "text_type": "log" + }, + { + "type": 17, + "meta": 1, + "name": "Spruce Wood", + "text_type": "log" + }, + { + "type": 17, + "meta": 2, + "name": "Birch Wood", + "text_type": "log" + }, + { + "type": 17, + "meta": 3, + "name": "Jungle Wood", + "text_type": "log" + }, + { + "type": 18, + "meta": 0, + "name": "Oak Leaves", + "text_type": "leaves" + }, + { + "type": 18, + "meta": 1, + "name": "Spruce Leaves", + "text_type": "leaves" + }, + { + "type": 18, + "meta": 2, + "name": "Birch Leaves", + "text_type": "leaves" + }, + { + "type": 18, + "meta": 3, + "name": "Jungle Leaves", + "text_type": "leaves" + }, + { + "type": 19, + "meta": 0, + "name": "Sponge", + "text_type": "sponge" + }, + { + "type": 19, + "meta": 1, + "name": "Wet Sponge", + "text_type": "sponge" + }, + { + "type": 20, + "meta": 0, + "name": "Glass", + "text_type": "glass" + }, + { + "type": 21, + "meta": 0, + "name": "Lapis Lazuli Ore", + "text_type": "lapis_ore" + }, + { + "type": 22, + "meta": 0, + "name": "Lapis Lazuli Block", + "text_type": "lapis_block" + }, + { + "type": 23, + "meta": 0, + "name": "Dispenser", + "text_type": "dispenser" + }, + { + "type": 24, + "meta": 0, + "name": "Sandstone", + "text_type": "sandstone" + }, + { + "type": 24, + "meta": 1, + "name": "Chiseled Sandstone", + "text_type": "sandstone" + }, + { + "type": 24, + "meta": 2, + "name": "Smooth Sandstone", + "text_type": "sandstone" + }, + { + "type": 25, + "meta": 0, + "name": "Note Block", + "text_type": "noteblock" + }, + { + "type": 26, + "meta": 0, + "name": "Bed", + "text_type": "bed" + }, + { + "type": 27, + "meta": 0, + "name": "Powered Rail", + "text_type": "golden_rail" + }, + { + "type": 28, + "meta": 0, + "name": "Detector Rail", + "text_type": "detector_rail" + }, + { + "type": 29, + "meta": 0, + "name": "Sticky Piston", + "text_type": "sticky_piston" + }, + { + "type": 30, + "meta": 0, + "name": "Cobweb", + "text_type": "web" + }, + { + "type": 31, + "meta": 0, + "name": "Dead Shrub", + "text_type": "tallgrass" + }, + { + "type": 31, + "meta": 1, + "name": "Grass", + "text_type": "tallgrass" + }, + { + "type": 31, + "meta": 2, + "name": "Fern", + "text_type": "tallgrass" + }, + { + "type": 32, + "meta": 0, + "name": "Dead Bush", + "text_type": "deadbush" + }, + { + "type": 33, + "meta": 0, + "name": "Piston", + "text_type": "piston" + }, + { + "type": 34, + "meta": 0, + "name": "Piston Head", + "text_type": "piston_head" + }, + { + "type": 35, + "meta": 0, + "name": "White Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 1, + "name": "Orange Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 2, + "name": "Magenta Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 3, + "name": "Light Blue Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 4, + "name": "Yellow Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 5, + "name": "Lime Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 6, + "name": "Pink Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 7, + "name": "Gray Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 8, + "name": "Light Gray Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 9, + "name": "Cyan Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 10, + "name": "Purple Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 11, + "name": "Blue Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 12, + "name": "Brown Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 13, + "name": "Green Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 14, + "name": "Red Wool", + "text_type": "wool" + }, + { + "type": 35, + "meta": 15, + "name": "Black Wool", + "text_type": "wool" + }, + { + "type": 37, + "meta": 0, + "name": "Dandelion", + "text_type": "yellow_flower" + }, + { + "type": 38, + "meta": 0, + "name": "Poppy", + "text_type": "red_flower" + }, + { + "type": 38, + "meta": 1, + "name": "Blue Orchid", + "text_type": "red_flower" + }, + { + "type": 38, + "meta": 2, + "name": "Allium", + "text_type": "red_flower" + }, + { + "type": 38, + "meta": 3, + "name": "Azure Bluet", + "text_type": "red_flower" + }, + { + "type": 38, + "meta": 4, + "name": "Red Tulip", + "text_type": "red_flower" + }, + { + "type": 38, + "meta": 5, + "name": "Orange Tulip", + "text_type": "red_flower" + }, + { + "type": 38, + "meta": 6, + "name": "White Tulip", + "text_type": "red_flower" + }, + { + "type": 38, + "meta": 7, + "name": "Pink Tulip", + "text_type": "red_flower" + }, + { + "type": 38, + "meta": 8, + "name": "Oxeye Daisy", + "text_type": "red_flower" + }, + { + "type": 39, + "meta": 0, + "name": "Brown Mushroom", + "text_type": "brown_mushroom" + }, + { + "type": 40, + "meta": 0, + "name": "Red Mushroom", + "text_type": "red_mushroom" + }, + { + "type": 41, + "meta": 0, + "name": "Gold Block", + "text_type": "gold_block" + }, + { + "type": 42, + "meta": 0, + "name": "Iron Block", + "text_type": "iron_block" + }, + { + "type": 43, + "meta": 0, + "name": "Double Stone Slab", + "text_type": "double_stone_slab" + }, + { + "type": 43, + "meta": 1, + "name": "Double Sandstone Slab", + "text_type": "double_stone_slab" + }, + { + "type": 43, + "meta": 2, + "name": "Double Wooden Slab", + "text_type": "double_stone_slab" + }, + { + "type": 43, + "meta": 3, + "name": "Double Cobblestone Slab", + "text_type": "double_stone_slab" + }, + { + "type": 43, + "meta": 4, + "name": "Double Brick Slab", + "text_type": "double_stone_slab" + }, + { + "type": 43, + "meta": 5, + "name": "Double Stone Brick Slab", + "text_type": "double_stone_slab" + }, + { + "type": 43, + "meta": 6, + "name": "Double Nether Brick Slab", + "text_type": "double_stone_slab" + }, + { + "type": 43, + "meta": 7, + "name": "Double Quartz Slab", + "text_type": "double_stone_slab" + }, + { + "type": 44, + "meta": 0, + "name": "Stone Slab", + "text_type": "stone_slab" + }, + { + "type": 44, + "meta": 1, + "name": "Sandstone Slab", + "text_type": "stone_slab" + }, + { + "type": 44, + "meta": 2, + "name": "Wooden Slab", + "text_type": "stone_slab" + }, + { + "type": 44, + "meta": 3, + "name": "Cobblestone Slab", + "text_type": "stone_slab" + }, + { + "type": 44, + "meta": 4, + "name": "Brick Slab", + "text_type": "stone_slab" + }, + { + "type": 44, + "meta": 5, + "name": "Stone Brick Slab", + "text_type": "stone_slab" + }, + { + "type": 44, + "meta": 6, + "name": "Nether Brick Slab", + "text_type": "stone_slab" + }, + { + "type": 44, + "meta": 7, + "name": "Quartz Slab", + "text_type": "stone_slab" + }, + { + "type": 45, + "meta": 0, + "name": "Bricks", + "text_type": "brick_block" + }, + { + "type": 46, + "meta": 0, + "name": "TNT", + "text_type": "tnt" + }, + { + "type": 47, + "meta": 0, + "name": "Bookshelf", + "text_type": "bookshelf" + }, + { + "type": 48, + "meta": 0, + "name": "Moss Stone", + "text_type": "mossy_cobblestone" + }, + { + "type": 49, + "meta": 0, + "name": "Obsidian", + "text_type": "obsidian" + }, + { + "type": 50, + "meta": 0, + "name": "Torch", + "text_type": "torch" + }, + { + "type": 51, + "meta": 0, + "name": "Fire", + "text_type": "fire" + }, + { + "type": 52, + "meta": 0, + "name": "Monster Spawner", + "text_type": "mob_spawner" + }, + { + "type": 53, + "meta": 0, + "name": "Oak Wood Stairs", + "text_type": "oak_stairs" + }, + { + "type": 54, + "meta": 0, + "name": "Chest", + "text_type": "chest" + }, + { + "type": 55, + "meta": 0, + "name": "Redstone Wire", + "text_type": "redstone_wire" + }, + { + "type": 56, + "meta": 0, + "name": "Diamond Ore", + "text_type": "diamond_ore" + }, + { + "type": 57, + "meta": 0, + "name": "Diamond Block", + "text_type": "diamond_block" + }, + { + "type": 58, + "meta": 0, + "name": "Crafting Table", + "text_type": "crafting_table" + }, + { + "type": 59, + "meta": 0, + "name": "Wheat Crops", + "text_type": "wheat" + }, + { + "type": 60, + "meta": 0, + "name": "Farmland", + "text_type": "farmland" + }, + { + "type": 61, + "meta": 0, + "name": "Furnace", + "text_type": "furnace" + }, + { + "type": 62, + "meta": 0, + "name": "Burning Furnace", + "text_type": "lit_furnace" + }, + { + "type": 63, + "meta": 0, + "name": "Standing Sign Block", + "text_type": "standing_sign" + }, + { + "type": 64, + "meta": 0, + "name": "Oak Door Block", + "text_type": "wooden_door" + }, + { + "type": 65, + "meta": 0, + "name": "Ladder", + "text_type": "ladder" + }, + { + "type": 66, + "meta": 0, + "name": "Rail", + "text_type": "rail" + }, + { + "type": 67, + "meta": 0, + "name": "Cobblestone Stairs", + "text_type": "stone_stairs" + }, + { + "type": 68, + "meta": 0, + "name": "Wall-mounted Sign Block", + "text_type": "wall_sign" + }, + { + "type": 69, + "meta": 0, + "name": "Lever", + "text_type": "lever" + }, + { + "type": 70, + "meta": 0, + "name": "Stone Pressure Plate", + "text_type": "stone_pressure_plate" + }, + { + "type": 71, + "meta": 0, + "name": "Iron Door Block", + "text_type": "iron_door" + }, + { + "type": 72, + "meta": 0, + "name": "Wooden Pressure Plate", + "text_type": "wooden_pressure_plate" + }, + { + "type": 73, + "meta": 0, + "name": "Redstone Ore", + "text_type": "redstone_ore" + }, + { + "type": 74, + "meta": 0, + "name": "Glowing Redstone Ore", + "text_type": "lit_redstone_ore" + }, + { + "type": 75, + "meta": 0, + "name": "Redstone Torch (off)", + "text_type": "unlit_redstone_torch" + }, + { + "type": 76, + "meta": 0, + "name": "Redstone Torch (on)", + "text_type": "redstone_torch" + }, + { + "type": 77, + "meta": 0, + "name": "Stone Button", + "text_type": "stone_button" + }, + { + "type": 78, + "meta": 0, + "name": "Snow", + "text_type": "snow_layer" + }, + { + "type": 79, + "meta": 0, + "name": "Ice", + "text_type": "ice" + }, + { + "type": 80, + "meta": 0, + "name": "Snow Block", + "text_type": "snow" + }, + { + "type": 81, + "meta": 0, + "name": "Cactus", + "text_type": "cactus" + }, + { + "type": 82, + "meta": 0, + "name": "Clay", + "text_type": "clay" + }, + { + "type": 83, + "meta": 0, + "name": "Sugar Canes", + "text_type": "reeds" + }, + { + "type": 84, + "meta": 0, + "name": "Jukebox", + "text_type": "jukebox" + }, + { + "type": 85, + "meta": 0, + "name": "Oak Fence", + "text_type": "fence" + }, + { + "type": 86, + "meta": 0, + "name": "Pumpkin", + "text_type": "pumpkin" + }, + { + "type": 87, + "meta": 0, + "name": "Netherrack", + "text_type": "netherrack" + }, + { + "type": 88, + "meta": 0, + "name": "Soul Sand", + "text_type": "soul_sand" + }, + { + "type": 89, + "meta": 0, + "name": "Glowstone", + "text_type": "glowstone" + }, + { + "type": 90, + "meta": 0, + "name": "Nether Portal", + "text_type": "portal" + }, + { + "type": 91, + "meta": 0, + "name": "Jack o'Lantern", + "text_type": "lit_pumpkin" + }, + { + "type": 92, + "meta": 0, + "name": "Cake Block", + "text_type": "cake" + }, + { + "type": 93, + "meta": 0, + "name": "Redstone Repeater Block (off)", + "text_type": "unpowered_repeater" + }, + { + "type": 94, + "meta": 0, + "name": "Redstone Repeater Block (on)", + "text_type": "powered_repeater" + }, + { + "type": 95, + "meta": 0, + "name": "White Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 1, + "name": "Orange Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 2, + "name": "Magenta Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 3, + "name": "Light Blue Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 4, + "name": "Yellow Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 5, + "name": "Lime Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 6, + "name": "Pink Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 7, + "name": "Gray Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 8, + "name": "Light Gray Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 9, + "name": "Cyan Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 10, + "name": "Purple Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 11, + "name": "Blue Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 12, + "name": "Brown Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 13, + "name": "Green Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 14, + "name": "Red Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 95, + "meta": 15, + "name": "Black Stained Glass", + "text_type": "stained_glass" + }, + { + "type": 96, + "meta": 0, + "name": "Wooden Trapdoor", + "text_type": "trapdoor" + }, + { + "type": 97, + "meta": 0, + "name": "Stone Monster Egg", + "text_type": "monster_egg" + }, + { + "type": 97, + "meta": 1, + "name": "Cobblestone Monster Egg", + "text_type": "monster_egg" + }, + { + "type": 97, + "meta": 2, + "name": "Stone Brick Monster Egg", + "text_type": "monster_egg" + }, + { + "type": 97, + "meta": 3, + "name": "Mossy Stone Brick Monster Egg", + "text_type": "monster_egg" + }, + { + "type": 97, + "meta": 4, + "name": "Cracked Stone Brick Monster Egg", + "text_type": "monster_egg" + }, + { + "type": 97, + "meta": 5, + "name": "Chiseled Stone Brick Monster Egg", + "text_type": "monster_egg" + }, + { + "type": 98, + "meta": 0, + "name": "Stone Bricks", + "text_type": "stonebrick" + }, + { + "type": 98, + "meta": 1, + "name": "Mossy Stone Bricks", + "text_type": "stonebrick" + }, + { + "type": 98, + "meta": 2, + "name": "Cracked Stone Bricks", + "text_type": "stonebrick" + }, + { + "type": 98, + "meta": 3, + "name": "Chiseled Stone Bricks", + "text_type": "stonebrick" + }, + { + "type": 99, + "meta": 0, + "name": "Brown Mushroom Block", + "text_type": "brown_mushroom_block" + }, + { + "type": 100, + "meta": 0, + "name": "Red Mushroom Block", + "text_type": "red_mushroom_block" + }, + { + "type": 101, + "meta": 0, + "name": "Iron Bars", + "text_type": "iron_bars" + }, + { + "type": 102, + "meta": 0, + "name": "Glass Pane", + "text_type": "glass_pane" + }, + { + "type": 103, + "meta": 0, + "name": "Melon Block", + "text_type": "melon_block" + }, + { + "type": 104, + "meta": 0, + "name": "Pumpkin Stem", + "text_type": "pumpkin_stem" + }, + { + "type": 105, + "meta": 0, + "name": "Melon Stem", + "text_type": "melon_stem" + }, + { + "type": 106, + "meta": 0, + "name": "Vines", + "text_type": "vine" + }, + { + "type": 107, + "meta": 0, + "name": "Oak Fence Gate", + "text_type": "fence_gate" + }, + { + "type": 108, + "meta": 0, + "name": "Brick Stairs", + "text_type": "brick_stairs" + }, + { + "type": 109, + "meta": 0, + "name": "Stone Brick Stairs", + "text_type": "stone_brick_stairs" + }, + { + "type": 110, + "meta": 0, + "name": "Mycelium", + "text_type": "mycelium" + }, + { + "type": 111, + "meta": 0, + "name": "Lily Pad", + "text_type": "waterlily" + }, + { + "type": 112, + "meta": 0, + "name": "Nether Brick", + "text_type": "nether_brick" + }, + { + "type": 113, + "meta": 0, + "name": "Nether Brick Fence", + "text_type": "nether_brick_fence" + }, + { + "type": 114, + "meta": 0, + "name": "Nether Brick Stairs", + "text_type": "nether_brick_stairs" + }, + { + "type": 115, + "meta": 0, + "name": "Nether Wart", + "text_type": "nether_wart" + }, + { + "type": 116, + "meta": 0, + "name": "Enchantment Table", + "text_type": "enchanting_table" + }, + { + "type": 117, + "meta": 0, + "name": "Brewing Stand", + "text_type": "brewing_stand" + }, + { + "type": 118, + "meta": 0, + "name": "Cauldron", + "text_type": "cauldron" + }, + { + "type": 119, + "meta": 0, + "name": "End Portal", + "text_type": "end_portal" + }, + { + "type": 120, + "meta": 0, + "name": "End Portal Frame", + "text_type": "end_portal_frame" + }, + { + "type": 121, + "meta": 0, + "name": "End Stone", + "text_type": "end_stone" + }, + { + "type": 122, + "meta": 0, + "name": "Dragon Egg", + "text_type": "dragon_egg" + }, + { + "type": 123, + "meta": 0, + "name": "Redstone Lamp (inactive)", + "text_type": "redstone_lamp" + }, + { + "type": 124, + "meta": 0, + "name": "Redstone Lamp (active)", + "text_type": "lit_redstone_lamp" + }, + { + "type": 125, + "meta": 0, + "name": "Double Oak Wood Slab", + "text_type": "double_wooden_slab" + }, + { + "type": 125, + "meta": 1, + "name": "Double Spruce Wood Slab", + "text_type": "double_wooden_slab" + }, + { + "type": 125, + "meta": 2, + "name": "Double Birch Wood Slab", + "text_type": "double_wooden_slab" + }, + { + "type": 125, + "meta": 3, + "name": "Double Jungle Wood Slab", + "text_type": "double_wooden_slab" + }, + { + "type": 125, + "meta": 4, + "name": "Double Acacia Wood Slab", + "text_type": "double_wooden_slab" + }, + { + "type": 125, + "meta": 5, + "name": "Double Dark Oak Wood Slab", + "text_type": "double_wooden_slab" + }, + { + "type": 126, + "meta": 0, + "name": "Oak Wood Slab", + "text_type": "wooden_slab" + }, + { + "type": 126, + "meta": 1, + "name": "Spruce Wood Slab", + "text_type": "wooden_slab" + }, + { + "type": 126, + "meta": 2, + "name": "Birch Wood Slab", + "text_type": "wooden_slab" + }, + { + "type": 126, + "meta": 3, + "name": "Jungle Wood Slab", + "text_type": "wooden_slab" + }, + { + "type": 126, + "meta": 4, + "name": "Acacia Wood Slab", + "text_type": "wooden_slab" + }, + { + "type": 126, + "meta": 5, + "name": "Dark Oak Wood Slab", + "text_type": "wooden_slab" + }, + { + "type": 127, + "meta": 0, + "name": "Cocoa", + "text_type": "cocoa" + }, + { + "type": 128, + "meta": 0, + "name": "Sandstone Stairs", + "text_type": "sandstone_stairs" + }, + { + "type": 129, + "meta": 0, + "name": "Emerald Ore", + "text_type": "emerald_ore" + }, + { + "type": 130, + "meta": 0, + "name": "Ender Chest", + "text_type": "ender_chest" + }, + { + "type": 131, + "meta": 0, + "name": "Tripwire Hook", + "text_type": "tripwire_hook" + }, + { + "type": 132, + "meta": 0, + "name": "Tripwire", + "text_type": "tripwire_hook" + }, + { + "type": 133, + "meta": 0, + "name": "Emerald Block", + "text_type": "emerald_block" + }, + { + "type": 134, + "meta": 0, + "name": "Spruce Wood Stairs", + "text_type": "spruce_stairs" + }, + { + "type": 135, + "meta": 0, + "name": "Birch Wood Stairs", + "text_type": "birch_stairs" + }, + { + "type": 136, + "meta": 0, + "name": "Jungle Wood Stairs", + "text_type": "jungle_stairs" + }, + { + "type": 137, + "meta": 0, + "name": "Command Block", + "text_type": "command_block" + }, + { + "type": 138, + "meta": 0, + "name": "Beacon", + "text_type": "beacon" + }, + { + "type": 139, + "meta": 0, + "name": "Cobblestone Wall", + "text_type": "cobblestone_wall" + }, + { + "type": 139, + "meta": 1, + "name": "Mossy Cobblestone Wall", + "text_type": "cobblestone_wall" + }, + { + "type": 140, + "meta": 0, + "name": "Flower Pot", + "text_type": "flower_pot" + }, + { + "type": 141, + "meta": 0, + "name": "Carrots", + "text_type": "carrots" + }, + { + "type": 142, + "meta": 0, + "name": "Potatoes", + "text_type": "potatoes" + }, + { + "type": 143, + "meta": 0, + "name": "Wooden Button", + "text_type": "wooden_button" + }, + { + "type": 144, + "meta": 0, + "name": "Mob Head", + "text_type": "skull" + }, + { + "type": 145, + "meta": 0, + "name": "Anvil", + "text_type": "anvil" + }, + { + "type": 146, + "meta": 0, + "name": "Trapped Chest", + "text_type": "trapped_chest" + }, + { + "type": 147, + "meta": 0, + "name": "Weighted Pressure Plate (light)", + "text_type": "light_weighted_pressure_plate" + }, + { + "type": 148, + "meta": 0, + "name": "Weighted Pressure Plate (heavy)", + "text_type": "heavy_weighted_pressure_plate" + }, + { + "type": 149, + "meta": 0, + "name": "Redstone Comparator (inactive)", + "text_type": "unpowered_comparator" + }, + { + "type": 150, + "meta": 0, + "name": "Redstone Comparator (active)", + "text_type": "powered_comparator" + }, + { + "type": 151, + "meta": 0, + "name": "Daylight Sensor", + "text_type": "daylight_detector" + }, + { + "type": 152, + "meta": 0, + "name": "Redstone Block", + "text_type": "redstone_block" + }, + { + "type": 153, + "meta": 0, + "name": "Nether Quartz Ore", + "text_type": "quartz_ore" + }, + { + "type": 154, + "meta": 0, + "name": "Hopper", + "text_type": "hopper" + }, + { + "type": 155, + "meta": 0, + "name": "Quartz Block", + "text_type": "quartz_block" + }, + { + "type": 155, + "meta": 1, + "name": "Chiseled Quartz Block", + "text_type": "quartz_block" + }, + { + "type": 155, + "meta": 2, + "name": "Pillar Quartz Block", + "text_type": "quartz_block" + }, + { + "type": 156, + "meta": 0, + "name": "Quartz Stairs", + "text_type": "quartz_stairs" + }, + { + "type": 157, + "meta": 0, + "name": "Activator Rail", + "text_type": "activator_rail" + }, + { + "type": 158, + "meta": 0, + "name": "Dropper", + "text_type": "dropper" + }, + { + "type": 159, + "meta": 0, + "name": "White Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 1, + "name": "Orange Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 2, + "name": "Magenta Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 3, + "name": "Light Blue Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 4, + "name": "Yellow Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 5, + "name": "Lime Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 6, + "name": "Pink Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 7, + "name": "Gray Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 8, + "name": "Light Gray Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 9, + "name": "Cyan Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 10, + "name": "Purple Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 11, + "name": "Blue Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 12, + "name": "Brown Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 13, + "name": "Green Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 14, + "name": "Red Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 159, + "meta": 15, + "name": "Black Hardened Clay", + "text_type": "stained_hardened_clay" + }, + { + "type": 160, + "meta": 0, + "name": "White Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 1, + "name": "Orange Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 2, + "name": "Magenta Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 3, + "name": "Light Blue Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 4, + "name": "Yellow Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 5, + "name": "Lime Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 6, + "name": "Pink Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 7, + "name": "Gray Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 8, + "name": "Light Gray Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 9, + "name": "Cyan Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 10, + "name": "Purple Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 11, + "name": "Blue Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 12, + "name": "Brown Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 13, + "name": "Green Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 14, + "name": "Red Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 160, + "meta": 15, + "name": "Black Stained Glass Pane", + "text_type": "stained_glass_pane" + }, + { + "type": 161, + "meta": 0, + "name": "Acacia Leaves", + "text_type": "leaves2" + }, + { + "type": 161, + "meta": 1, + "name": "Dark Oak Leaves", + "text_type": "leaves2" + }, + { + "type": 162, + "meta": 0, + "name": "Acacia Wood", + "text_type": "log2" + }, + { + "type": 162, + "meta": 1, + "name": "Dark Oak Wood", + "text_type": "log2" + }, + { + "type": 163, + "meta": 0, + "name": "Acacia Wood Stairs", + "text_type": "acacia_stairs" + }, + { + "type": 164, + "meta": 0, + "name": "Dark Oak Wood Stairs", + "text_type": "dark_oak_stairs" + }, + { + "type": 165, + "meta": 0, + "name": "Slime Block", + "text_type": "slime" + }, + { + "type": 166, + "meta": 0, + "name": "Barrier", + "text_type": "barrier" + }, + { + "type": 167, + "meta": 0, + "name": "Iron Trapdoor", + "text_type": "iron_trapdoor" + }, + { + "type": 168, + "meta": 0, + "name": "Prismarine", + "text_type": "prismarine" + }, + { + "type": 168, + "meta": 1, + "name": "Prismarine Bricks", + "text_type": "prismarine" + }, + { + "type": 168, + "meta": 2, + "name": "Dark Prismarine", + "text_type": "prismarine" + }, + { + "type": 169, + "meta": 0, + "name": "Sea Lantern", + "text_type": "sea_lantern" + }, + { + "type": 170, + "meta": 0, + "name": "Hay Bale", + "text_type": "hay_block" + }, + { + "type": 171, + "meta": 0, + "name": "White Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 1, + "name": "Orange Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 2, + "name": "Magenta Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 3, + "name": "Light Blue Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 4, + "name": "Yellow Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 5, + "name": "Lime Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 6, + "name": "Pink Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 7, + "name": "Gray Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 8, + "name": "Light Gray Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 9, + "name": "Cyan Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 10, + "name": "Purple Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 11, + "name": "Blue Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 12, + "name": "Brown Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 13, + "name": "Green Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 14, + "name": "Red Carpet", + "text_type": "carpet" + }, + { + "type": 171, + "meta": 15, + "name": "Black Carpet", + "text_type": "carpet" + }, + { + "type": 172, + "meta": 0, + "name": "Hardened Clay", + "text_type": "hardened_clay" + }, + { + "type": 173, + "meta": 0, + "name": "Block of Coal", + "text_type": "coal_block" + }, + { + "type": 174, + "meta": 0, + "name": "Packed Ice", + "text_type": "packed_ice" + }, + { + "type": 175, + "meta": 0, + "name": "Sunflower", + "text_type": "double_plant" + }, + { + "type": 175, + "meta": 1, + "name": "Lilac", + "text_type": "double_plant" + }, + { + "type": 175, + "meta": 2, + "name": "Double Tallgrass", + "text_type": "double_plant" + }, + { + "type": 175, + "meta": 3, + "name": "Large Fern", + "text_type": "double_plant" + }, + { + "type": 175, + "meta": 4, + "name": "Rose Bush", + "text_type": "double_plant" + }, + { + "type": 175, + "meta": 5, + "name": "Peony", + "text_type": "double_plant" + }, + { + "type": 176, + "meta": 0, + "name": "Free-standing Banner", + "text_type": "standing_banner" + }, + { + "type": 177, + "meta": 0, + "name": "Wall-mounted Banner", + "text_type": "wall_banner" + }, + { + "type": 178, + "meta": 0, + "name": "Inverted Daylight Sensor", + "text_type": "daylight_detector_inverted" + }, + { + "type": 179, + "meta": 0, + "name": "Red Sandstone", + "text_type": "red_sandstone" + }, + { + "type": 179, + "meta": 1, + "name": "Chiseled Red Sandstone", + "text_type": "red_sandstone" + }, + { + "type": 179, + "meta": 2, + "name": "Smooth Red Sandstone", + "text_type": "red_sandstone" + }, + { + "type": 180, + "meta": 0, + "name": "Red Sandstone Stairs", + "text_type": "red_sandstone_stairs" + }, + { + "type": 181, + "meta": 0, + "name": "Double Red Sandstone Slab", + "text_type": "double_stone_slab2" + }, + { + "type": 182, + "meta": 0, + "name": "Red Sandstone Slab", + "text_type": "stone_slab2" + }, + { + "type": 183, + "meta": 0, + "name": "Spruce Fence Gate", + "text_type": "spruce_fence_gate" + }, + { + "type": 184, + "meta": 0, + "name": "Birch Fence Gate", + "text_type": "birch_fence_gate" + }, + { + "type": 185, + "meta": 0, + "name": "Jungle Fence Gate", + "text_type": "jungle_fence_gate" + }, + { + "type": 186, + "meta": 0, + "name": "Dark Oak Fence Gate", + "text_type": "dark_oak_fence_gate" + }, + { + "type": 187, + "meta": 0, + "name": "Acacia Fence Gate", + "text_type": "acacia_fence_gate" + }, + { + "type": 188, + "meta": 0, + "name": "Spruce Fence", + "text_type": "spruce_fence" + }, + { + "type": 189, + "meta": 0, + "name": "Birch Fence", + "text_type": "birch_fence" + }, + { + "type": 190, + "meta": 0, + "name": "Jungle Fence", + "text_type": "jungle_fence" + }, + { + "type": 191, + "meta": 0, + "name": "Dark Oak Fence", + "text_type": "dark_oak_fence" + }, + { + "type": 192, + "meta": 0, + "name": "Acacia Fence", + "text_type": "acacia_fence" + }, + { + "type": 193, + "meta": 0, + "name": "Spruce Door Block", + "text_type": "spruce_door" + }, + { + "type": 194, + "meta": 0, + "name": "Birch Door Block", + "text_type": "birch_door" + }, + { + "type": 195, + "meta": 0, + "name": "Jungle Door Block", + "text_type": "jungle_door" + }, + { + "type": 196, + "meta": 0, + "name": "Acacia Door Block", + "text_type": "acacia_door" + }, + { + "type": 197, + "meta": 0, + "name": "Dark Oak Door Block", + "text_type": "dark_oak_door" + }, + { + "type": 198, + "meta": 0, + "name": "End Rod", + "text_type": "end_rod" + }, + { + "type": 199, + "meta": 0, + "name": "Chorus Plant", + "text_type": "chorus_plant" + }, + { + "type": 200, + "meta": 0, + "name": "Chorus Flower", + "text_type": "chorus_flower" + }, + { + "type": 201, + "meta": 0, + "name": "Purpur Block", + "text_type": "purpur_block" + }, + { + "type": 202, + "meta": 0, + "name": "Purpur Pillar", + "text_type": "purpur_pillar" + }, + { + "type": 203, + "meta": 0, + "name": "Purpur Stairs", + "text_type": "purpur_stairs" + }, + { + "type": 204, + "meta": 0, + "name": "Purpur Double Slab", + "text_type": "purpur_double_slab" + }, + { + "type": 205, + "meta": 0, + "name": "Purpur Slab", + "text_type": "purpur_slab" + }, + { + "type": 206, + "meta": 0, + "name": "End Stone Bricks", + "text_type": "end_bricks" + }, + { + "type": 207, + "meta": 0, + "name": "Beetroot Block", + "text_type": "beetroots" + }, + { + "type": 208, + "meta": 0, + "name": "Grass Path", + "text_type": "grass_path" + }, + { + "type": 209, + "meta": 0, + "name": "End Gateway", + "text_type": "end_gateway" + }, + { + "type": 210, + "meta": 0, + "name": "Repeating Command Block", + "text_type": "repeating_command_block" + }, + { + "type": 211, + "meta": 0, + "name": "Chain Command Block", + "text_type": "chain_command_block" + }, + { + "type": 212, + "meta": 0, + "name": "Frosted Ice", + "text_type": "frosted_ice" + }, + { + "type": 213, + "meta": 0, + "name": "Magma Block", + "text_type": "magma" + }, + { + "type": 214, + "meta": 0, + "name": "Nether Wart Block", + "text_type": "nether_wart_block" + }, + { + "type": 215, + "meta": 0, + "name": "Red Nether Brick", + "text_type": "red_nether_brick" + }, + { + "type": 216, + "meta": 0, + "name": "Bone Block", + "text_type": "bone_block" + }, + { + "type": 217, + "meta": 0, + "name": "Structure Void", + "text_type": "structure_void" + }, + { + "type": 218, + "meta": 0, + "name": "Observer", + "text_type": "observer" + }, + { + "type": 219, + "meta": 0, + "name": "White Shulker Box", + "text_type": "white_shulker_box" + }, + { + "type": 220, + "meta": 0, + "name": "Orange Shulker Box", + "text_type": "orange_shulker_box" + }, + { + "type": 221, + "meta": 0, + "name": "Magenta Shulker Box", + "text_type": "magenta_shulker_box" + }, + { + "type": 222, + "meta": 0, + "name": "Light Blue Shulker Box", + "text_type": "light_blue_shulker_box" + }, + { + "type": 223, + "meta": 0, + "name": "Yellow Shulker Box", + "text_type": "yellow_shulker_box" + }, + { + "type": 224, + "meta": 0, + "name": "Lime Shulker Box", + "text_type": "lime_shulker_box" + }, + { + "type": 225, + "meta": 0, + "name": "Pink Shulker Box", + "text_type": "pink_shulker_box" + }, + { + "type": 226, + "meta": 0, + "name": "Gray Shulker Box", + "text_type": "gray_shulker_box" + }, + { + "type": 227, + "meta": 0, + "name": "Light Gray Shulker Box", + "text_type": "silver_shulker_box" + }, + { + "type": 228, + "meta": 0, + "name": "Cyan Shulker Box", + "text_type": "cyan_shulker_box" + }, + { + "type": 229, + "meta": 0, + "name": "Purple Shulker Box", + "text_type": "purple_shulker_box" + }, + { + "type": 230, + "meta": 0, + "name": "Blue Shulker Box", + "text_type": "blue_shulker_box" + }, + { + "type": 231, + "meta": 0, + "name": "Brown Shulker Box", + "text_type": "brown_shulker_box" + }, + { + "type": 232, + "meta": 0, + "name": "Green Shulker Box", + "text_type": "green_shulker_box" + }, + { + "type": 233, + "meta": 0, + "name": "Red Shulker Box", + "text_type": "red_shulker_box" + }, + { + "type": 234, + "meta": 0, + "name": "Black Shulker Box", + "text_type": "black_shulker_box" + }, + { + "type": 235, + "meta": 0, + "name": "White Glazed Terracotta", + "text_type": "white_glazed_terracotta" + }, + { + "type": 236, + "meta": 0, + "name": "Orange Glazed Terracotta", + "text_type": "orange_glazed_terracotta" + }, + { + "type": 237, + "meta": 0, + "name": "Magenta Glazed Terracotta", + "text_type": "magenta_glazed_terracotta" + }, + { + "type": 238, + "meta": 0, + "name": "Light Blue Glazed Terracotta", + "text_type": "light_blue_glazed_terracotta" + }, + { + "type": 239, + "meta": 0, + "name": "Yellow Glazed Terracotta", + "text_type": "yellow_glazed_terracotta" + }, + { + "type": 240, + "meta": 0, + "name": "Lime Glazed Terracotta", + "text_type": "lime_glazed_terracotta" + }, + { + "type": 241, + "meta": 0, + "name": "Pink Glazed Terracotta", + "text_type": "pink_glazed_terracotta" + }, + { + "type": 242, + "meta": 0, + "name": "Gray Glazed Terracotta", + "text_type": "gray_glazed_terracotta" + }, + { + "type": 243, + "meta": 0, + "name": "Light Gray Glazed Terracotta", + "text_type": "light_gray_glazed_terracotta" + }, + { + "type": 244, + "meta": 0, + "name": "Cyan Glazed Terracotta", + "text_type": "cyan_glazed_terracotta" + }, + { + "type": 245, + "meta": 0, + "name": "Purple Glazed Terracotta", + "text_type": "purple_glazed_terracotta" + }, + { + "type": 246, + "meta": 0, + "name": "Blue Glazed Terracotta", + "text_type": "blue_glazed_terracotta" + }, + { + "type": 247, + "meta": 0, + "name": "Brown Glazed Terracotta", + "text_type": "brown_glazed_terracotta" + }, + { + "type": 248, + "meta": 0, + "name": "Green Glazed Terracotta", + "text_type": "green_glazed_terracotta" + }, + { + "type": 249, + "meta": 0, + "name": "Red Glazed Terracotta", + "text_type": "red_glazed_terracotta" + }, + { + "type": 250, + "meta": 0, + "name": "Black Glazed Terracotta", + "text_type": "black_glazed_terracotta" + }, + { + "type": 251, + "meta": 0, + "name": "White Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 1, + "name": "Orange Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 2, + "name": "Magenta Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 3, + "name": "Light Blue Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 4, + "name": "Yellow Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 5, + "name": "Lime Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 6, + "name": "Pink Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 7, + "name": "Gray Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 8, + "name": "Light Gray Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 9, + "name": "Cyan Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 10, + "name": "Purple Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 11, + "name": "Blue Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 12, + "name": "Brown Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 13, + "name": "Green Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 14, + "name": "Red Concrete", + "text_type": "concrete" + }, + { + "type": 251, + "meta": 15, + "name": "Black Concrete", + "text_type": "concrete" + }, + { + "type": 252, + "meta": 0, + "name": "White Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 1, + "name": "Orange Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 2, + "name": "Magenta Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 3, + "name": "Light Blue Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 4, + "name": "Yellow Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 5, + "name": "Lime Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 6, + "name": "Pink Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 7, + "name": "Gray Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 8, + "name": "Light Gray Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 9, + "name": "Cyan Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 10, + "name": "Purple Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 11, + "name": "Blue Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 12, + "name": "Brown Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 13, + "name": "Green Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 14, + "name": "Red Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 252, + "meta": 15, + "name": "Black Concrete Powder", + "text_type": "concrete_powder" + }, + { + "type": 255, + "meta": 0, + "name": "Structure Block", + "text_type": "structure_block" + }, + { + "type": 256, + "meta": 0, + "name": "Iron Shovel", + "text_type": "iron_shovel" + }, + { + "type": 257, + "meta": 0, + "name": "Iron Pickaxe", + "text_type": "iron_pickaxe" + }, + { + "type": 258, + "meta": 0, + "name": "Iron Axe", + "text_type": "iron_axe" + }, + { + "type": 259, + "meta": 0, + "name": "Flint and Steel", + "text_type": "flint_and_steel" + }, + { + "type": 260, + "meta": 0, + "name": "Apple", + "text_type": "apple" + }, + { + "type": 261, + "meta": 0, + "name": "Bow", + "text_type": "bow" + }, + { + "type": 262, + "meta": 0, + "name": "Arrow", + "text_type": "arrow" + }, + { + "type": 263, + "meta": 0, + "name": "Coal", + "text_type": "coal" + }, + { + "type": 263, + "meta": 1, + "name": "Charcoal", + "text_type": "coal" + }, + { + "type": 264, + "meta": 0, + "name": "Diamond", + "text_type": "diamond" + }, + { + "type": 265, + "meta": 0, + "name": "Iron Ingot", + "text_type": "iron_ingot" + }, + { + "type": 266, + "meta": 0, + "name": "Gold Ingot", + "text_type": "gold_ingot" + }, + { + "type": 267, + "meta": 0, + "name": "Iron Sword", + "text_type": "iron_sword" + }, + { + "type": 268, + "meta": 0, + "name": "Wooden Sword", + "text_type": "wooden_sword" + }, + { + "type": 269, + "meta": 0, + "name": "Wooden Shovel", + "text_type": "wooden_shovel" + }, + { + "type": 270, + "meta": 0, + "name": "Wooden Pickaxe", + "text_type": "wooden_pickaxe" + }, + { + "type": 271, + "meta": 0, + "name": "Wooden Axe", + "text_type": "wooden_axe" + }, + { + "type": 272, + "meta": 0, + "name": "Stone Sword", + "text_type": "stone_sword" + }, + { + "type": 273, + "meta": 0, + "name": "Stone Shovel", + "text_type": "stone_shovel" + }, + { + "type": 274, + "meta": 0, + "name": "Stone Pickaxe", + "text_type": "stone_pickaxe" + }, + { + "type": 275, + "meta": 0, + "name": "Stone Axe", + "text_type": "stone_axe" + }, + { + "type": 276, + "meta": 0, + "name": "Diamond Sword", + "text_type": "diamond_sword" + }, + { + "type": 277, + "meta": 0, + "name": "Diamond Shovel", + "text_type": "diamond_shovel" + }, + { + "type": 278, + "meta": 0, + "name": "Diamond Pickaxe", + "text_type": "diamond_pickaxe" + }, + { + "type": 279, + "meta": 0, + "name": "Diamond Axe", + "text_type": "diamond_axe" + }, + { + "type": 280, + "meta": 0, + "name": "Stick", + "text_type": "stick" + }, + { + "type": 281, + "meta": 0, + "name": "Bowl", + "text_type": "bowl" + }, + { + "type": 282, + "meta": 0, + "name": "Mushroom Stew", + "text_type": "mushroom_stew" + }, + { + "type": 283, + "meta": 0, + "name": "Golden Sword", + "text_type": "golden_sword" + }, + { + "type": 284, + "meta": 0, + "name": "Golden Shovel", + "text_type": "golden_shovel" + }, + { + "type": 285, + "meta": 0, + "name": "Golden Pickaxe", + "text_type": "golden_pickaxe" + }, + { + "type": 286, + "meta": 0, + "name": "Golden Axe", + "text_type": "golden_axe" + }, + { + "type": 287, + "meta": 0, + "name": "String", + "text_type": "string" + }, + { + "type": 288, + "meta": 0, + "name": "Feather", + "text_type": "feather" + }, + { + "type": 289, + "meta": 0, + "name": "Gunpowder", + "text_type": "gunpowder" + }, + { + "type": 290, + "meta": 0, + "name": "Wooden Hoe", + "text_type": "wooden_hoe" + }, + { + "type": 291, + "meta": 0, + "name": "Stone Hoe", + "text_type": "stone_hoe" + }, + { + "type": 292, + "meta": 0, + "name": "Iron Hoe", + "text_type": "iron_hoe" + }, + { + "type": 293, + "meta": 0, + "name": "Diamond Hoe", + "text_type": "diamond_hoe" + }, + { + "type": 294, + "meta": 0, + "name": "Golden Hoe", + "text_type": "golden_hoe" + }, + { + "type": 295, + "meta": 0, + "name": "Wheat Seeds", + "text_type": "wheat_seeds" + }, + { + "type": 296, + "meta": 0, + "name": "Wheat", + "text_type": "wheat" + }, + { + "type": 297, + "meta": 0, + "name": "Bread", + "text_type": "bread" + }, + { + "type": 298, + "meta": 0, + "name": "Leather Helmet", + "text_type": "leather_helmet" + }, + { + "type": 299, + "meta": 0, + "name": "Leather Tunic", + "text_type": "leather_chestplate" + }, + { + "type": 300, + "meta": 0, + "name": "Leather Pants", + "text_type": "leather_leggings" + }, + { + "type": 301, + "meta": 0, + "name": "Leather Boots", + "text_type": "leather_boots" + }, + { + "type": 302, + "meta": 0, + "name": "Chainmail Helmet", + "text_type": "chainmail_helmet" + }, + { + "type": 303, + "meta": 0, + "name": "Chainmail Chestplate", + "text_type": "chainmail_chestplate" + }, + { + "type": 304, + "meta": 0, + "name": "Chainmail Leggings", + "text_type": "chainmail_leggings" + }, + { + "type": 305, + "meta": 0, + "name": "Chainmail Boots", + "text_type": "chainmail_boots" + }, + { + "type": 306, + "meta": 0, + "name": "Iron Helmet", + "text_type": "iron_helmet" + }, + { + "type": 307, + "meta": 0, + "name": "Iron Chestplate", + "text_type": "iron_chestplate" + }, + { + "type": 308, + "meta": 0, + "name": "Iron Leggings", + "text_type": "iron_leggings" + }, + { + "type": 309, + "meta": 0, + "name": "Iron Boots", + "text_type": "iron_boots" + }, + { + "type": 310, + "meta": 0, + "name": "Diamond Helmet", + "text_type": "diamond_helmet" + }, + { + "type": 311, + "meta": 0, + "name": "Diamond Chestplate", + "text_type": "diamond_chestplate" + }, + { + "type": 312, + "meta": 0, + "name": "Diamond Leggings", + "text_type": "diamond_leggings" + }, + { + "type": 313, + "meta": 0, + "name": "Diamond Boots", + "text_type": "diamond_boots" + }, + { + "type": 314, + "meta": 0, + "name": "Golden Helmet", + "text_type": "golden_helmet" + }, + { + "type": 315, + "meta": 0, + "name": "Golden Chestplate", + "text_type": "golden_chestplate" + }, + { + "type": 316, + "meta": 0, + "name": "Golden Leggings", + "text_type": "golden_leggings" + }, + { + "type": 317, + "meta": 0, + "name": "Golden Boots", + "text_type": "golden_boots" + }, + { + "type": 318, + "meta": 0, + "name": "Flint", + "text_type": "flint" + }, + { + "type": 319, + "meta": 0, + "name": "Raw Porkchop", + "text_type": "porkchop" + }, + { + "type": 320, + "meta": 0, + "name": "Cooked Porkchop", + "text_type": "cooked_porkchop" + }, + { + "type": 321, + "meta": 0, + "name": "Painting", + "text_type": "painting" + }, + { + "type": 322, + "meta": 0, + "name": "Golden Apple", + "text_type": "golden_apple" + }, + { + "type": 322, + "meta": 1, + "name": "Enchanted Golden Apple", + "text_type": "golden_apple" + }, + { + "type": 323, + "meta": 0, + "name": "Sign", + "text_type": "sign" + }, + { + "type": 324, + "meta": 0, + "name": "Oak Door", + "text_type": "wooden_door" + }, + { + "type": 325, + "meta": 0, + "name": "Bucket", + "text_type": "bucket" + }, + { + "type": 326, + "meta": 0, + "name": "Water Bucket", + "text_type": "water_bucket" + }, + { + "type": 327, + "meta": 0, + "name": "Lava Bucket", + "text_type": "lava_bucket" + }, + { + "type": 328, + "meta": 0, + "name": "Minecart", + "text_type": "minecart" + }, + { + "type": 329, + "meta": 0, + "name": "Saddle", + "text_type": "saddle" + }, + { + "type": 330, + "meta": 0, + "name": "Iron Door", + "text_type": "iron_door" + }, + { + "type": 331, + "meta": 0, + "name": "Redstone", + "text_type": "redstone" + }, + { + "type": 332, + "meta": 0, + "name": "Snowball", + "text_type": "snowball" + }, + { + "type": 333, + "meta": 0, + "name": "Oak Boat", + "text_type": "boat" + }, + { + "type": 334, + "meta": 0, + "name": "Leather", + "text_type": "leather" + }, + { + "type": 335, + "meta": 0, + "name": "Milk Bucket", + "text_type": "milk_bucket" + }, + { + "type": 336, + "meta": 0, + "name": "Brick", + "text_type": "brick" + }, + { + "type": 337, + "meta": 0, + "name": "Clay", + "text_type": "clay_ball" + }, + { + "type": 338, + "meta": 0, + "name": "Sugar Canes", + "text_type": "reeds" + }, + { + "type": 339, + "meta": 0, + "name": "Paper", + "text_type": "paper" + }, + { + "type": 340, + "meta": 0, + "name": "Book", + "text_type": "book" + }, + { + "type": 341, + "meta": 0, + "name": "Slimeball", + "text_type": "slime_ball" + }, + { + "type": 342, + "meta": 0, + "name": "Minecart with Chest", + "text_type": "chest_minecart" + }, + { + "type": 343, + "meta": 0, + "name": "Minecart with Furnace", + "text_type": "furnace_minecart" + }, + { + "type": 344, + "meta": 0, + "name": "Egg", + "text_type": "egg" + }, + { + "type": 345, + "meta": 0, + "name": "Compass", + "text_type": "compass" + }, + { + "type": 346, + "meta": 0, + "name": "Fishing Rod", + "text_type": "fishing_rod" + }, + { + "type": 347, + "meta": 0, + "name": "Clock", + "text_type": "clock" + }, + { + "type": 348, + "meta": 0, + "name": "Glowstone Dust", + "text_type": "glowstone_dust" + }, + { + "type": 349, + "meta": 0, + "name": "Raw Fish", + "text_type": "fish" + }, + { + "type": 349, + "meta": 1, + "name": "Raw Salmon", + "text_type": "fish" + }, + { + "type": 349, + "meta": 2, + "name": "Clownfish", + "text_type": "fish" + }, + { + "type": 349, + "meta": 3, + "name": "Pufferfish", + "text_type": "fish" + }, + { + "type": 350, + "meta": 0, + "name": "Cooked Fish", + "text_type": "cooked_fish" + }, + { + "type": 350, + "meta": 1, + "name": "Cooked Salmon", + "text_type": "cooked_fish" + }, + { + "type": 351, + "meta": 0, + "name": "Ink Sack", + "text_type": "dye" + }, + { + "type": 351, + "meta": 1, + "name": "Rose Red", + "text_type": "dye" + }, + { + "type": 351, + "meta": 2, + "name": "Cactus Green", + "text_type": "dye" + }, + { + "type": 351, + "meta": 3, + "name": "Coco Beans", + "text_type": "dye" + }, + { + "type": 351, + "meta": 4, + "name": "Lapis Lazuli", + "text_type": "dye" + }, + { + "type": 351, + "meta": 5, + "name": "Purple Dye", + "text_type": "dye" + }, + { + "type": 351, + "meta": 6, + "name": "Cyan Dye", + "text_type": "dye" + }, + { + "type": 351, + "meta": 7, + "name": "Light Gray Dye", + "text_type": "dye" + }, + { + "type": 351, + "meta": 8, + "name": "Gray Dye", + "text_type": "dye" + }, + { + "type": 351, + "meta": 9, + "name": "Pink Dye", + "text_type": "dye" + }, + { + "type": 351, + "meta": 10, + "name": "Lime Dye", + "text_type": "dye" + }, + { + "type": 351, + "meta": 11, + "name": "Dandelion Yellow", + "text_type": "dye" + }, + { + "type": 351, + "meta": 12, + "name": "Light Blue Dye", + "text_type": "dye" + }, + { + "type": 351, + "meta": 13, + "name": "Magenta Dye", + "text_type": "dye" + }, + { + "type": 351, + "meta": 14, + "name": "Orange Dye", + "text_type": "dye" + }, + { + "type": 351, + "meta": 15, + "name": "Bone Meal", + "text_type": "dye" + }, + { + "type": 352, + "meta": 0, + "name": "Bone", + "text_type": "bone" + }, + { + "type": 353, + "meta": 0, + "name": "Sugar", + "text_type": "sugar" + }, + { + "type": 354, + "meta": 0, + "name": "Cake", + "text_type": "cake" + }, + { + "type": 355, + "meta": 0, + "name": "Bed", + "text_type": "bed" + }, + { + "type": 356, + "meta": 0, + "name": "Redstone Repeater", + "text_type": "repeater" + }, + { + "type": 357, + "meta": 0, + "name": "Cookie", + "text_type": "cookie" + }, + { + "type": 358, + "meta": 0, + "name": "Map", + "text_type": "filled_map" + }, + { + "type": 359, + "meta": 0, + "name": "Shears", + "text_type": "shears" + }, + { + "type": 360, + "meta": 0, + "name": "Melon", + "text_type": "melon" + }, + { + "type": 361, + "meta": 0, + "name": "Pumpkin Seeds", + "text_type": "pumpkin_seeds" + }, + { + "type": 362, + "meta": 0, + "name": "Melon Seeds", + "text_type": "melon_seeds" + }, + { + "type": 363, + "meta": 0, + "name": "Raw Beef", + "text_type": "beef" + }, + { + "type": 364, + "meta": 0, + "name": "Steak", + "text_type": "cooked_beef" + }, + { + "type": 365, + "meta": 0, + "name": "Raw Chicken", + "text_type": "chicken" + }, + { + "type": 366, + "meta": 0, + "name": "Cooked Chicken", + "text_type": "cooked_chicken" + }, + { + "type": 367, + "meta": 0, + "name": "Rotten Flesh", + "text_type": "rotten_flesh" + }, + { + "type": 368, + "meta": 0, + "name": "Ender Pearl", + "text_type": "ender_pearl" + }, + { + "type": 369, + "meta": 0, + "name": "Blaze Rod", + "text_type": "blaze_rod" + }, + { + "type": 370, + "meta": 0, + "name": "Ghast Tear", + "text_type": "ghast_tear" + }, + { + "type": 371, + "meta": 0, + "name": "Gold Nugget", + "text_type": "gold_nugget" + }, + { + "type": 372, + "meta": 0, + "name": "Nether Wart", + "text_type": "nether_wart" + }, + { + "type": 373, + "meta": 0, + "name": "Potion", + "text_type": "potion" + }, + { + "type": 374, + "meta": 0, + "name": "Glass Bottle", + "text_type": "glass_bottle" + }, + { + "type": 375, + "meta": 0, + "name": "Spider Eye", + "text_type": "spider_eye" + }, + { + "type": 376, + "meta": 0, + "name": "Fermented Spider Eye", + "text_type": "fermented_spider_eye" + }, + { + "type": 377, + "meta": 0, + "name": "Blaze Powder", + "text_type": "blaze_powder" + }, + { + "type": 378, + "meta": 0, + "name": "Magma Cream", + "text_type": "magma_cream" + }, + { + "type": 379, + "meta": 0, + "name": "Brewing Stand", + "text_type": "brewing_stand" + }, + { + "type": 380, + "meta": 0, + "name": "Cauldron", + "text_type": "cauldron" + }, + { + "type": 381, + "meta": 0, + "name": "Eye of Ender", + "text_type": "ender_eye" + }, + { + "type": 382, + "meta": 0, + "name": "Glistering Melon", + "text_type": "speckled_melon" + }, + { + "type": 383, + "meta": 4, + "name": "Spawn Elder Guardian", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 5, + "name": "Spawn Wither Skeleton", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 6, + "name": "Spawn Stray", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 23, + "name": "Spawn Husk", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 27, + "name": "Spawn Zombie Villager", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 28, + "name": "Spawn Skeleton Horse", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 29, + "name": "Spawn Zombie Horse", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 31, + "name": "Spawn Donkey", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 32, + "name": "Spawn Mule", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 34, + "name": "Spawn Evoker", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 35, + "name": "Spawn Vex", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 36, + "name": "Spawn Vindicator", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 50, + "name": "Spawn Creeper", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 51, + "name": "Spawn Skeleton", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 52, + "name": "Spawn Spider", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 54, + "name": "Spawn Zombie", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 55, + "name": "Spawn Slime", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 56, + "name": "Spawn Ghast", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 57, + "name": "Spawn Zombie Pigman", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 58, + "name": "Spawn Enderman", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 59, + "name": "Spawn Cave Spider", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 60, + "name": "Spawn Silverfish", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 61, + "name": "Spawn Blaze", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 62, + "name": "Spawn Magma Cube", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 65, + "name": "Spawn Bat", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 66, + "name": "Spawn Witch", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 67, + "name": "Spawn Endermite", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 68, + "name": "Spawn Guardian", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 69, + "name": "Spawn Shulker", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 90, + "name": "Spawn Pig", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 91, + "name": "Spawn Sheep", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 92, + "name": "Spawn Cow", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 93, + "name": "Spawn Chicken", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 94, + "name": "Spawn Squid", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 95, + "name": "Spawn Wolf", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 96, + "name": "Spawn Mooshroom", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 98, + "name": "Spawn Ocelot", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 100, + "name": "Spawn Horse", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 101, + "name": "Spawn Rabbit", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 102, + "name": "Spawn Polar Bear", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 103, + "name": "Spawn Llama", + "text_type": "spawn_egg" + }, + { + "type": 383, + "meta": 120, + "name": "Spawn Villager", + "text_type": "spawn_egg" + }, + { + "type": 384, + "meta": 0, + "name": "Bottle o' Enchanting", + "text_type": "experience_bottle" + }, + { + "type": 385, + "meta": 0, + "name": "Fire Charge", + "text_type": "fire_charge" + }, + { + "type": 386, + "meta": 0, + "name": "Book and Quill", + "text_type": "writable_book" + }, + { + "type": 387, + "meta": 0, + "name": "Written Book", + "text_type": "written_book" + }, + { + "type": 388, + "meta": 0, + "name": "Emerald", + "text_type": "emerald" + }, + { + "type": 389, + "meta": 0, + "name": "Item Frame", + "text_type": "item_frame" + }, + { + "type": 390, + "meta": 0, + "name": "Flower Pot", + "text_type": "flower_pot" + }, + { + "type": 391, + "meta": 0, + "name": "Carrot", + "text_type": "carrot" + }, + { + "type": 392, + "meta": 0, + "name": "Potato", + "text_type": "potato" + }, + { + "type": 393, + "meta": 0, + "name": "Baked Potato", + "text_type": "baked_potato" + }, + { + "type": 394, + "meta": 0, + "name": "Poisonous Potato", + "text_type": "poisonous_potato" + }, + { + "type": 395, + "meta": 0, + "name": "Empty Map", + "text_type": "map" + }, + { + "type": 396, + "meta": 0, + "name": "Golden Carrot", + "text_type": "golden_carrot" + }, + { + "type": 397, + "meta": 0, + "name": "Mob Head (Skeleton)", + "text_type": "skull" + }, + { + "type": 397, + "meta": 1, + "name": "Mob Head (Wither Skeleton)", + "text_type": "skull" + }, + { + "type": 397, + "meta": 2, + "name": "Mob Head (Zombie)", + "text_type": "skull" + }, + { + "type": 397, + "meta": 3, + "name": "Mob Head (Human)", + "text_type": "skull" + }, + { + "type": 397, + "meta": 4, + "name": "Mob Head (Creeper)", + "text_type": "skull" + }, + { + "type": 397, + "meta": 5, + "name": "Mob Head (Dragon)", + "text_type": "skull" + }, + { + "type": 398, + "meta": 0, + "name": "Carrot on a Stick", + "text_type": "carrot_on_a_stick" + }, + { + "type": 399, + "meta": 0, + "name": "Nether Star", + "text_type": "nether_star" + }, + { + "type": 400, + "meta": 0, + "name": "Pumpkin Pie", + "text_type": "pumpkin_pie" + }, + { + "type": 401, + "meta": 0, + "name": "Firework Rocket", + "text_type": "fireworks" + }, + { + "type": 402, + "meta": 0, + "name": "Firework Star", + "text_type": "firework_charge" + }, + { + "type": 403, + "meta": 0, + "name": "Enchanted Book", + "text_type": "enchanted_book" + }, + { + "type": 404, + "meta": 0, + "name": "Redstone Comparator", + "text_type": "comparator" + }, + { + "type": 405, + "meta": 0, + "name": "Nether Brick", + "text_type": "netherbrick" + }, + { + "type": 406, + "meta": 0, + "name": "Nether Quartz", + "text_type": "quartz" + }, + { + "type": 407, + "meta": 0, + "name": "Minecart with TNT", + "text_type": "tnt_minecart" + }, + { + "type": 408, + "meta": 0, + "name": "Minecart with Hopper", + "text_type": "hopper_minecart" + }, + { + "type": 409, + "meta": 0, + "name": "Prismarine Shard", + "text_type": "prismarine_shard" + }, + { + "type": 410, + "meta": 0, + "name": "Prismarine Crystals", + "text_type": "prismarine_crystals" + }, + { + "type": 411, + "meta": 0, + "name": "Raw Rabbit", + "text_type": "rabbit" + }, + { + "type": 412, + "meta": 0, + "name": "Cooked Rabbit", + "text_type": "cooked_rabbit" + }, + { + "type": 413, + "meta": 0, + "name": "Rabbit Stew", + "text_type": "rabbit_stew" + }, + { + "type": 414, + "meta": 0, + "name": "Rabbit's Foot", + "text_type": "rabbit_foot" + }, + { + "type": 415, + "meta": 0, + "name": "Rabbit Hide", + "text_type": "rabbit_hide" + }, + { + "type": 416, + "meta": 0, + "name": "Armor Stand", + "text_type": "armor_stand" + }, + { + "type": 417, + "meta": 0, + "name": "Iron Horse Armor", + "text_type": "iron_horse_armor" + }, + { + "type": 418, + "meta": 0, + "name": "Golden Horse Armor", + "text_type": "golden_horse_armor" + }, + { + "type": 419, + "meta": 0, + "name": "Diamond Horse Armor", + "text_type": "diamond_horse_armor" + }, + { + "type": 420, + "meta": 0, + "name": "Lead", + "text_type": "lead" + }, + { + "type": 421, + "meta": 0, + "name": "Name Tag", + "text_type": "name_tag" + }, + { + "type": 422, + "meta": 0, + "name": "Minecart with Command Block", + "text_type": "command_block_minecart" + }, + { + "type": 423, + "meta": 0, + "name": "Raw Mutton", + "text_type": "mutton" + }, + { + "type": 424, + "meta": 0, + "name": "Cooked Mutton", + "text_type": "cooked_mutton" + }, + { + "type": 425, + "meta": 0, + "name": "Banner", + "text_type": "banner" + }, + { + "type": 427, + "meta": 0, + "name": "Spruce Door", + "text_type": "spruce_door" + }, + { + "type": 428, + "meta": 0, + "name": "Birch Door", + "text_type": "birch_door" + }, + { + "type": 429, + "meta": 0, + "name": "Jungle Door", + "text_type": "jungle_door" + }, + { + "type": 430, + "meta": 0, + "name": "Acacia Door", + "text_type": "acacia_door" + }, + { + "type": 431, + "meta": 0, + "name": "Dark Oak Door", + "text_type": "dark_oak_door" + }, + { + "type": 432, + "meta": 0, + "name": "Chorus Fruit", + "text_type": "chorus_fruit" + }, + { + "type": 433, + "meta": 0, + "name": "Popped Chorus Fruit", + "text_type": "popped_chorus_fruit" + }, + { + "type": 434, + "meta": 0, + "name": "Beetroot", + "text_type": "beetroot" + }, + { + "type": 435, + "meta": 0, + "name": "Beetroot Seeds", + "text_type": "beetroot_seeds" + }, + { + "type": 436, + "meta": 0, + "name": "Beetroot Soup", + "text_type": "beetroot_soup" + }, + { + "type": 437, + "meta": 0, + "name": "Dragon's Breath", + "text_type": "dragon_breath" + }, + { + "type": 438, + "meta": 0, + "name": "Splash Potion", + "text_type": "splash_potion" + }, + { + "type": 439, + "meta": 0, + "name": "Spectral Arrow", + "text_type": "spectral_arrow" + }, + { + "type": 440, + "meta": 0, + "name": "Tipped Arrow", + "text_type": "tipped_arrow" + }, + { + "type": 441, + "meta": 0, + "name": "Lingering Potion", + "text_type": "lingering_potion" + }, + { + "type": 442, + "meta": 0, + "name": "Shield", + "text_type": "shield" + }, + { + "type": 443, + "meta": 0, + "name": "Elytra", + "text_type": "elytra" + }, + { + "type": 444, + "meta": 0, + "name": "Spruce Boat", + "text_type": "spruce_boat" + }, + { + "type": 445, + "meta": 0, + "name": "Birch Boat", + "text_type": "birch_boat" + }, + { + "type": 446, + "meta": 0, + "name": "Jungle Boat", + "text_type": "jungle_boat" + }, + { + "type": 447, + "meta": 0, + "name": "Acacia Boat", + "text_type": "acacia_boat" + }, + { + "type": 448, + "meta": 0, + "name": "Dark Oak Boat", + "text_type": "dark_oak_boat" + }, + { + "type": 449, + "meta": 0, + "name": "Totem of Undying", + "text_type": "totem_of_undying" + }, + { + "type": 450, + "meta": 0, + "name": "Shulker Shell", + "text_type": "shulker_shell" + }, + { + "type": 452, + "meta": 0, + "name": "Iron Nugget", + "text_type": "iron_nugget" + }, + { + "type": 2256, + "meta": 0, + "name": "13 Disc", + "text_type": "record_13" + }, + { + "type": 2257, + "meta": 0, + "name": "Cat Disc", + "text_type": "record_cat" + }, + { + "type": 2258, + "meta": 0, + "name": "Blocks Disc", + "text_type": "record_blocks" + }, + { + "type": 2259, + "meta": 0, + "name": "Chirp Disc", + "text_type": "record_chirp" + }, + { + "type": 2260, + "meta": 0, + "name": "Far Disc", + "text_type": "record_far" + }, + { + "type": 2261, + "meta": 0, + "name": "Mall Disc", + "text_type": "record_mall" + }, + { + "type": 2262, + "meta": 0, + "name": "Mellohi Disc", + "text_type": "record_mellohi" + }, + { + "type": 2263, + "meta": 0, + "name": "Stal Disc", + "text_type": "record_stal" + }, + { + "type": 2264, + "meta": 0, + "name": "Strad Disc", + "text_type": "record_strad" + }, + { + "type": 2265, + "meta": 0, + "name": "Ward Disc", + "text_type": "record_ward" + }, + { + "type": 2266, + "meta": 0, + "name": "11 Disc", + "text_type": "record_11" + }, + { + "type": 2267, + "meta": 0, + "name": "Wait Disc", + "text_type": "record_wait" + } +] \ No newline at end of file diff --git a/cwd/shaders/block.fs b/cwd/shaders/block.fs new file mode 100644 index 0000000..e239f7b --- /dev/null +++ b/cwd/shaders/block.fs @@ -0,0 +1,16 @@ +#version 330 core +in vec2 TexCoord; + +uniform sampler2D textureAtlas; +uniform int block; + +vec4 GetTextureByBlockId(int BlockId) { + return vec4(0,0,0,0); +} + +void main() +{ + vec4 TextureCoords = GetTextureByBlockId(block); + gl_FragmentColor = texture(blockTexture,TexCoord); +} + diff --git a/cwd/shaders/block.vs b/cwd/shaders/block.vs new file mode 100644 index 0000000..7a36a5d --- /dev/null +++ b/cwd/shaders/block.vs @@ -0,0 +1,15 @@ +#version 330 core +layout (location = 0) in vec3 position; +layout (location = 2) in vec2 UvCoordinates; + +out vec2 UvPosition; + +uniform mat4 model; +uniform mat4 view; +uniform mat4 projection; + +void main() +{ + gl_Position = projection * view * model * vec4(position, 1.0f); + UvPosition = vec2(UvCoordinates.x,UvCoordinates.y); +} \ No newline at end of file diff --git a/cwd/shaders/simple.fs b/cwd/shaders/simple.fs new file mode 100644 index 0000000..cc7f812 --- /dev/null +++ b/cwd/shaders/simple.fs @@ -0,0 +1,15 @@ +#version 330 core +in vec2 TexCoord; + +out vec4 color; + +uniform sampler2D blockTexture; +uniform int block; +uniform float time; + +void main() +{ + color = texture(blockTexture,TexCoord); + //color = vec4(TexCoord.x,TexCoord.y,0.0,1.0); +} + diff --git a/cwd/shaders/simple.vs b/cwd/shaders/simple.vs new file mode 100644 index 0000000..ca99e85 --- /dev/null +++ b/cwd/shaders/simple.vs @@ -0,0 +1,16 @@ +#version 330 core +layout (location = 0) in vec3 position; +layout (location = 2) in vec2 texCoord; + +out vec2 TexCoord; + +uniform mat4 model; +uniform mat4 view; +uniform mat4 projection; + +void main() +{ + gl_Position = projection * view * model * vec4(position, 1.0f); + TexCoord = vec2(texCoord.x, texCoord.y); + //TexCoord = texCoord; +} \ No newline at end of file diff --git a/cwd/textures.json b/cwd/textures.json new file mode 100644 index 0000000..54b679b --- /dev/null +++ b/cwd/textures.json @@ -0,0 +1,10011 @@ +{"frames": [ + +{ + "filename": "blocks/air.png", + "frame": {"x":48,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/anvil_base.png", + "frame": {"x":80,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/anvil_top_damaged_0.png", + "frame": {"x":112,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/anvil_top_damaged_1.png", + "frame": {"x":96,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/anvil_top_damaged_2.png", + "frame": {"x":64,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/beacon.png", + "frame": {"x":32,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bed_feet_end.png", + "frame": {"x":2000,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bed_feet_side.png", + "frame": {"x":2032,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bed_feet_top.png", + "frame": {"x":16,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bed_head_end.png", + "frame": {"x":0,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bed_head_side.png", + "frame": {"x":128,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bed_head_top.png", + "frame": {"x":160,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bedrock.png", + "frame": {"x":240,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/beetroots_stage_0.png", + "frame": {"x":272,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/beetroots_stage_1.png", + "frame": {"x":304,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/beetroots_stage_2.png", + "frame": {"x":288,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/beetroots_stage_3.png", + "frame": {"x":256,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bone_block_side.png", + "frame": {"x":224,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bone_block_top.png", + "frame": {"x":144,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/bookshelf.png", + "frame": {"x":176,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/brewing_stand.png", + "frame": {"x":208,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/brewing_stand_base.png", + "frame": {"x":192,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/brick.png", + "frame": {"x":2016,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cactus_bottom.png", + "frame": {"x":1984,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cactus_side.png", + "frame": {"x":1712,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cactus_top.png", + "frame": {"x":1744,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cake_bottom.png", + "frame": {"x":1776,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cake_inner.png", + "frame": {"x":1760,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cake_side.png", + "frame": {"x":1728,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cake_top.png", + "frame": {"x":1696,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/carrots_stage_0.png", + "frame": {"x":1616,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/carrots_stage_1.png", + "frame": {"x":1648,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/carrots_stage_2.png", + "frame": {"x":1680,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/carrots_stage_3.png", + "frame": {"x":1664,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cauldron_bottom.png", + "frame": {"x":1792,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cauldron_inner.png", + "frame": {"x":1824,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cauldron_side.png", + "frame": {"x":1904,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cauldron_top.png", + "frame": {"x":1936,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/chain_command_block_back.png", + "frame": {"x":1296,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/chain_command_block_conditional.png", + "frame": {"x":1344,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/chain_command_block_front.png", + "frame": {"x":1312,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/chain_command_block_side.png", + "frame": {"x":1328,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/chorus_flower.png", + "frame": {"x":1968,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/chorus_flower_dead.png", + "frame": {"x":1952,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/chorus_plant.png", + "frame": {"x":1920,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/clay.png", + "frame": {"x":1888,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/coal_block.png", + "frame": {"x":1808,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/coal_ore.png", + "frame": {"x":1840,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/coarse_dirt.png", + "frame": {"x":1872,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cobblestone.png", + "frame": {"x":1856,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cobblestone_mossy.png", + "frame": {"x":320,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cocoa_stage_0.png", + "frame": {"x":352,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cocoa_stage_1.png", + "frame": {"x":816,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/cocoa_stage_2.png", + "frame": {"x":848,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/command_block_back.png", + "frame": {"x":1280,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/command_block_conditional.png", + "frame": {"x":1136,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/command_block_front.png", + "frame": {"x":960,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/command_block_side.png", + "frame": {"x":1120,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/comparator_off.png", + "frame": {"x":880,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/comparator_on.png", + "frame": {"x":864,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/crafting_table_front.png", + "frame": {"x":832,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/crafting_table_side.png", + "frame": {"x":800,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/crafting_table_top.png", + "frame": {"x":720,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/daylight_detector_inverted_top.png", + "frame": {"x":752,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/daylight_detector_side.png", + "frame": {"x":784,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/daylight_detector_top.png", + "frame": {"x":768,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/deadbush.png", + "frame": {"x":896,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/debug.png", + "frame": {"x":928,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/debug2.png", + "frame": {"x":1008,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_0.png", + "frame": {"x":1040,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_1.png", + "frame": {"x":1072,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_2.png", + "frame": {"x":1056,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_3.png", + "frame": {"x":1024,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_4.png", + "frame": {"x":992,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_5.png", + "frame": {"x":912,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_6.png", + "frame": {"x":944,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_7.png", + "frame": {"x":976,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_8.png", + "frame": {"x":960,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/destroy_stage_9.png", + "frame": {"x":736,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/diamond_block.png", + "frame": {"x":704,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/diamond_ore.png", + "frame": {"x":432,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/dirt.png", + "frame": {"x":464,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/dirt_podzol_side.png", + "frame": {"x":496,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/dirt_podzol_top.png", + "frame": {"x":480,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/dispenser_front_horizontal.png", + "frame": {"x":448,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/dispenser_front_vertical.png", + "frame": {"x":416,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_acacia_lower.png", + "frame": {"x":336,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_acacia_upper.png", + "frame": {"x":368,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_birch_lower.png", + "frame": {"x":400,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_birch_upper.png", + "frame": {"x":384,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_dark_oak_lower.png", + "frame": {"x":512,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_dark_oak_upper.png", + "frame": {"x":544,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_iron_lower.png", + "frame": {"x":624,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_iron_upper.png", + "frame": {"x":656,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_jungle_lower.png", + "frame": {"x":688,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_jungle_upper.png", + "frame": {"x":672,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_spruce_lower.png", + "frame": {"x":640,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_spruce_upper.png", + "frame": {"x":608,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_wood_lower.png", + "frame": {"x":528,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/door_wood_upper.png", + "frame": {"x":560,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_fern_bottom.png", + "frame": {"x":592,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_fern_top.png", + "frame": {"x":576,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_grass_bottom.png", + "frame": {"x":1632,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_grass_top.png", + "frame": {"x":1600,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_paeonia_bottom.png", + "frame": {"x":560,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_paeonia_top.png", + "frame": {"x":592,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_rose_bottom.png", + "frame": {"x":624,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_rose_top.png", + "frame": {"x":608,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_sunflower_back.png", + "frame": {"x":576,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_sunflower_bottom.png", + "frame": {"x":544,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_sunflower_front.png", + "frame": {"x":464,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_sunflower_top.png", + "frame": {"x":496,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_syringa_bottom.png", + "frame": {"x":528,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/double_plant_syringa_top.png", + "frame": {"x":512,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/dragon_egg.png", + "frame": {"x":640,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/dropper_front_horizontal.png", + "frame": {"x":672,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/dropper_front_vertical.png", + "frame": {"x":752,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/emerald_block.png", + "frame": {"x":784,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/emerald_ore.png", + "frame": {"x":816,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/enchanting_table_bottom.png", + "frame": {"x":800,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/enchanting_table_side.png", + "frame": {"x":768,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/enchanting_table_top.png", + "frame": {"x":736,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/end_bricks.png", + "frame": {"x":656,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/end_rod.png", + "frame": {"x":688,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/end_stone.png", + "frame": {"x":720,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/endframe_eye.png", + "frame": {"x":704,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/endframe_side.png", + "frame": {"x":480,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/endframe_top.png", + "frame": {"x":448,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/farmland_dry.png", + "frame": {"x":176,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/farmland_wet.png", + "frame": {"x":208,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/fern.png", + "frame": {"x":240,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/fire_layer_0.png", + "frame": {"x":32,"y":2592,"w":16,"h":512}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":512}, + "sourceSize": {"w":16,"h":512}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/fire_layer_1.png", + "frame": {"x":96,"y":2592,"w":16,"h":512}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":512}, + "sourceSize": {"w":16,"h":512}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_allium.png", + "frame": {"x":224,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_blue_orchid.png", + "frame": {"x":192,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_dandelion.png", + "frame": {"x":160,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_houstonia.png", + "frame": {"x":112,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_oxeye_daisy.png", + "frame": {"x":144,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_paeonia.png", + "frame": {"x":128,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_pot.png", + "frame": {"x":256,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_rose.png", + "frame": {"x":288,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_tulip_orange.png", + "frame": {"x":368,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_tulip_pink.png", + "frame": {"x":400,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_tulip_red.png", + "frame": {"x":432,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/flower_tulip_white.png", + "frame": {"x":416,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/frosted_ice_0.png", + "frame": {"x":384,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/frosted_ice_1.png", + "frame": {"x":352,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/frosted_ice_2.png", + "frame": {"x":272,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/frosted_ice_3.png", + "frame": {"x":304,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/furnace_front_off.png", + "frame": {"x":336,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/furnace_front_on.png", + "frame": {"x":320,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/furnace_side.png", + "frame": {"x":832,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/furnace_top.png", + "frame": {"x":864,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass.png", + "frame": {"x":1328,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_black.png", + "frame": {"x":1360,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_blue.png", + "frame": {"x":1392,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_brown.png", + "frame": {"x":1376,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_cyan.png", + "frame": {"x":1344,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_gray.png", + "frame": {"x":1312,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_green.png", + "frame": {"x":1232,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_light_blue.png", + "frame": {"x":1264,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_lime.png", + "frame": {"x":1296,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_magenta.png", + "frame": {"x":1280,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_orange.png", + "frame": {"x":1408,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top.png", + "frame": {"x":1440,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_black.png", + "frame": {"x":1520,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_blue.png", + "frame": {"x":1552,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_brown.png", + "frame": {"x":1584,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_cyan.png", + "frame": {"x":1568,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_gray.png", + "frame": {"x":1536,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_green.png", + "frame": {"x":1504,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_light_blue.png", + "frame": {"x":1424,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_lime.png", + "frame": {"x":1456,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_magenta.png", + "frame": {"x":1488,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_orange.png", + "frame": {"x":1472,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_pink.png", + "frame": {"x":1248,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_purple.png", + "frame": {"x":1216,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_red.png", + "frame": {"x":944,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_silver.png", + "frame": {"x":976,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_white.png", + "frame": {"x":1008,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pane_top_yellow.png", + "frame": {"x":992,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_pink.png", + "frame": {"x":960,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_purple.png", + "frame": {"x":928,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_red.png", + "frame": {"x":848,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_silver.png", + "frame": {"x":880,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_white.png", + "frame": {"x":912,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glass_yellow.png", + "frame": {"x":896,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/glowstone.png", + "frame": {"x":1024,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/gold_block.png", + "frame": {"x":1056,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/gold_ore.png", + "frame": {"x":1136,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/grass.png", + "frame": {"x":1168,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/grass_path_side.png", + "frame": {"x":1200,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/grass_path_top.png", + "frame": {"x":1184,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/grass_side.png", + "frame": {"x":1152,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/grass_side_overlay.png", + "frame": {"x":1088,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/grass_side_snowed.png", + "frame": {"x":1040,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/grass_top.png", + "frame": {"x":1072,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/gravel.png", + "frame": {"x":1104,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay.png", + "frame": {"x":1088,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_black.png", + "frame": {"x":96,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_blue.png", + "frame": {"x":1632,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_brown.png", + "frame": {"x":1072,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_cyan.png", + "frame": {"x":1104,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_gray.png", + "frame": {"x":1136,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_green.png", + "frame": {"x":1120,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_light_blue.png", + "frame": {"x":1088,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_lime.png", + "frame": {"x":1056,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_magenta.png", + "frame": {"x":976,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_orange.png", + "frame": {"x":1008,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_pink.png", + "frame": {"x":1040,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_purple.png", + "frame": {"x":1024,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_red.png", + "frame": {"x":1152,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_silver.png", + "frame": {"x":1184,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_white.png", + "frame": {"x":1264,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hardened_clay_stained_yellow.png", + "frame": {"x":1296,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hay_block_side.png", + "frame": {"x":1328,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hay_block_top.png", + "frame": {"x":1312,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hopper_inside.png", + "frame": {"x":1280,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hopper_outside.png", + "frame": {"x":1248,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/hopper_top.png", + "frame": {"x":1168,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/ice.png", + "frame": {"x":1200,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/ice_packed.png", + "frame": {"x":1232,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/iron_bars.png", + "frame": {"x":1216,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/iron_block.png", + "frame": {"x":992,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/iron_ore.png", + "frame": {"x":960,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/iron_trapdoor.png", + "frame": {"x":688,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/itemframe_background.png", + "frame": {"x":720,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/jukebox_side.png", + "frame": {"x":752,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/jukebox_top.png", + "frame": {"x":736,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/ladder.png", + "frame": {"x":704,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/lapis_block.png", + "frame": {"x":672,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/lapis_ore.png", + "frame": {"x":592,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/lava_flow.png", + "frame": {"x":64,"y":2592,"w":32,"h":512}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":512}, + "sourceSize": {"w":32,"h":512}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/lava_still.png", + "frame": {"x":0,"y":2592,"w":16,"h":320}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":320}, + "sourceSize": {"w":16,"h":320}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/leaves_acacia.png", + "frame": {"x":624,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/leaves_big_oak.png", + "frame": {"x":656,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/leaves_birch.png", + "frame": {"x":640,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/leaves_jungle.png", + "frame": {"x":768,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/leaves_oak.png", + "frame": {"x":800,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/leaves_spruce.png", + "frame": {"x":880,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/lever.png", + "frame": {"x":912,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_acacia.png", + "frame": {"x":944,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_acacia_top.png", + "frame": {"x":928,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_big_oak.png", + "frame": {"x":896,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_big_oak_top.png", + "frame": {"x":864,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_birch.png", + "frame": {"x":784,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_birch_top.png", + "frame": {"x":816,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_jungle.png", + "frame": {"x":1344,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_jungle_top.png", + "frame": {"x":832,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_oak.png", + "frame": {"x":608,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_oak_top.png", + "frame": {"x":1824,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_spruce.png", + "frame": {"x":1792,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/log_spruce_top.png", + "frame": {"x":1712,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/magma.png", + "frame": {"x":224,"y":160,"w":16,"h":48}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":48}, + "sourceSize": {"w":16,"h":48}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/melon_side.png", + "frame": {"x":1728,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/melon_stem_connected.png", + "frame": {"x":1856,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/melon_stem_disconnected.png", + "frame": {"x":1872,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/melon_top.png", + "frame": {"x":1952,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/mob_spawner.png", + "frame": {"x":1984,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/mushroom_block_inside.png", + "frame": {"x":1936,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/mushroom_block_skin_brown.png", + "frame": {"x":1888,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/mushroom_block_skin_red.png", + "frame": {"x":1920,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/mushroom_block_skin_stem.png", + "frame": {"x":1904,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/mushroom_brown.png", + "frame": {"x":1696,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/mushroom_red.png", + "frame": {"x":1488,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/mycelium_side.png", + "frame": {"x":1472,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/mycelium_top.png", + "frame": {"x":1440,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/nether_brick.png", + "frame": {"x":1408,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/nether_wart_block.png", + "frame": {"x":1392,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/nether_wart_stage_0.png", + "frame": {"x":1504,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/nether_wart_stage_1.png", + "frame": {"x":1520,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/nether_wart_stage_2.png", + "frame": {"x":1600,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/netherrack.png", + "frame": {"x":1632,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/noteblock.png", + "frame": {"x":1664,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/observer_back.png", + "frame": {"x":1648,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/observer_back_lit.png", + "frame": {"x":1616,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/observer_front.png", + "frame": {"x":1584,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/observer_side.png", + "frame": {"x":1536,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/observer_top.png", + "frame": {"x":1568,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/obsidian.png", + "frame": {"x":1552,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/piston_bottom.png", + "frame": {"x":1360,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/piston_inner.png", + "frame": {"x":1376,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/piston_side.png", + "frame": {"x":1424,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/piston_top_normal.png", + "frame": {"x":1456,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/piston_top_sticky.png", + "frame": {"x":1680,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/planks_acacia.png", + "frame": {"x":1968,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/planks_big_oak.png", + "frame": {"x":2000,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/planks_birch.png", + "frame": {"x":2016,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/planks_jungle.png", + "frame": {"x":1744,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/planks_oak.png", + "frame": {"x":1760,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/planks_spruce.png", + "frame": {"x":1840,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/portal.png", + "frame": {"x":48,"y":2592,"w":16,"h":512}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":512}, + "sourceSize": {"w":16,"h":512}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/potatoes_stage_0.png", + "frame": {"x":1776,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/potatoes_stage_1.png", + "frame": {"x":848,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/potatoes_stage_2.png", + "frame": {"x":1120,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/potatoes_stage_3.png", + "frame": {"x":1584,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/prismarine_bricks.png", + "frame": {"x":1616,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/prismarine_dark.png", + "frame": {"x":1648,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/prismarine_rough.png", + "frame": {"x":1360,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/pumpkin_face_off.png", + "frame": {"x":1600,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/pumpkin_face_on.png", + "frame": {"x":1568,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/pumpkin_side.png", + "frame": {"x":1488,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/pumpkin_stem_connected.png", + "frame": {"x":1520,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/pumpkin_stem_disconnected.png", + "frame": {"x":1552,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/pumpkin_top.png", + "frame": {"x":1536,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/purpur_block.png", + "frame": {"x":1664,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/purpur_pillar.png", + "frame": {"x":1696,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/purpur_pillar_top.png", + "frame": {"x":1776,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/quartz_block_bottom.png", + "frame": {"x":1808,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/quartz_block_chiseled.png", + "frame": {"x":1840,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/quartz_block_chiseled_top.png", + "frame": {"x":1824,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/quartz_block_lines.png", + "frame": {"x":1792,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/quartz_block_lines_top.png", + "frame": {"x":1760,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/quartz_block_side.png", + "frame": {"x":1680,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/quartz_block_top.png", + "frame": {"x":1712,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/quartz_ore.png", + "frame": {"x":1744,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/rail_activator.png", + "frame": {"x":1728,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/rail_activator_powered.png", + "frame": {"x":1504,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/rail_detector.png", + "frame": {"x":1472,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/rail_detector_powered.png", + "frame": {"x":1200,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/rail_golden.png", + "frame": {"x":1232,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/rail_golden_powered.png", + "frame": {"x":1264,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/rail_normal.png", + "frame": {"x":1248,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/rail_normal_turned.png", + "frame": {"x":1216,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/red_nether_brick.png", + "frame": {"x":1184,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/red_sand.png", + "frame": {"x":1104,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/red_sandstone_bottom.png", + "frame": {"x":1136,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/red_sandstone_carved.png", + "frame": {"x":1168,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/red_sandstone_normal.png", + "frame": {"x":1152,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/red_sandstone_smooth.png", + "frame": {"x":1280,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/red_sandstone_top.png", + "frame": {"x":1312,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_block.png", + "frame": {"x":1392,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_dust_dot.png", + "frame": {"x":1424,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_dust_line0.png", + "frame": {"x":1456,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_dust_line1.png", + "frame": {"x":1440,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_dust_overlay.png", + "frame": {"x":1408,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_lamp_off.png", + "frame": {"x":1376,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_lamp_on.png", + "frame": {"x":1296,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_ore.png", + "frame": {"x":1328,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_torch_off.png", + "frame": {"x":1360,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/redstone_torch_on.png", + "frame": {"x":1344,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/reeds.png", + "frame": {"x":1856,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/repeater_off.png", + "frame": {"x":1888,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/repeater_on.png", + "frame": {"x":304,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/repeating_command_block_back.png", + "frame": {"x":1824,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/repeating_command_block_conditional.png", + "frame": {"x":2000,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/repeating_command_block_front.png", + "frame": {"x":1968,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/repeating_command_block_side.png", + "frame": {"x":1984,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sand.png", + "frame": {"x":320,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sandstone_bottom.png", + "frame": {"x":288,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sandstone_carved.png", + "frame": {"x":208,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sandstone_normal.png", + "frame": {"x":240,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sandstone_smooth.png", + "frame": {"x":272,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sandstone_top.png", + "frame": {"x":256,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sapling_acacia.png", + "frame": {"x":384,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sapling_birch.png", + "frame": {"x":416,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sapling_jungle.png", + "frame": {"x":496,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sapling_oak.png", + "frame": {"x":528,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sapling_roofed_oak.png", + "frame": {"x":560,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sapling_spruce.png", + "frame": {"x":544,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sea_lantern.png", + "frame": {"x":1216,"y":544,"w":16,"h":80}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":80}, + "sourceSize": {"w":16,"h":80}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_black.png", + "frame": {"x":480,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_blue.png", + "frame": {"x":400,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_brown.png", + "frame": {"x":432,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_cyan.png", + "frame": {"x":464,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_gray.png", + "frame": {"x":448,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_green.png", + "frame": {"x":224,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_light_blue.png", + "frame": {"x":192,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_lime.png", + "frame": {"x":1968,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_magenta.png", + "frame": {"x":2000,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_orange.png", + "frame": {"x":2032,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_pink.png", + "frame": {"x":2016,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_purple.png", + "frame": {"x":1984,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_red.png", + "frame": {"x":1952,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_silver.png", + "frame": {"x":1872,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_white.png", + "frame": {"x":1904,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/shulker_top_yellow.png", + "frame": {"x":1936,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/slime.png", + "frame": {"x":1920,"y":64,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/snow.png", + "frame": {"x":0,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/soul_sand.png", + "frame": {"x":32,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sponge.png", + "frame": {"x":112,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/sponge_wet.png", + "frame": {"x":144,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stone.png", + "frame": {"x":176,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stone_andesite.png", + "frame": {"x":160,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stone_andesite_smooth.png", + "frame": {"x":128,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stone_diorite.png", + "frame": {"x":96,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stone_diorite_smooth.png", + "frame": {"x":16,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stone_granite.png", + "frame": {"x":48,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stone_granite_smooth.png", + "frame": {"x":80,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stone_slab_side.png", + "frame": {"x":64,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stone_slab_top.png", + "frame": {"x":80,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stonebrick.png", + "frame": {"x":1580,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stonebrick_carved.png", + "frame": {"x":0,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stonebrick_cracked.png", + "frame": {"x":32,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/stonebrick_mossy.png", + "frame": {"x":64,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/structure_block.png", + "frame": {"x":48,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/structure_block_corner.png", + "frame": {"x":16,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/structure_block_data.png", + "frame": {"x":2028,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/structure_block_load.png", + "frame": {"x":1948,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/structure_block_save.png", + "frame": {"x":1980,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/tallgrass.png", + "frame": {"x":2012,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/tallgrass_green.png", + "frame": {"x":1996,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/tnt_bottom.png", + "frame": {"x":80,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/tnt_side.png", + "frame": {"x":112,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/tnt_top.png", + "frame": {"x":192,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/torch_on.png", + "frame": {"x":224,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/trapdoor.png", + "frame": {"x":256,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/trip_wire.png", + "frame": {"x":240,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/trip_wire_source.png", + "frame": {"x":208,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/vine.png", + "frame": {"x":176,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/water_flow.png", + "frame": {"x":112,"y":2592,"w":32,"h":1024}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":1024}, + "sourceSize": {"w":32,"h":1024}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/water_overlay.png", + "frame": {"x":128,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/water_still.png", + "frame": {"x":16,"y":2592,"w":16,"h":512}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":512}, + "sourceSize": {"w":16,"h":512}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/waterlily.png", + "frame": {"x":144,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/web.png", + "frame": {"x":1964,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wheat_stage_0.png", + "frame": {"x":1932,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wheat_stage_1.png", + "frame": {"x":1660,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wheat_stage_2.png", + "frame": {"x":1692,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wheat_stage_3.png", + "frame": {"x":1724,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wheat_stage_4.png", + "frame": {"x":1708,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wheat_stage_5.png", + "frame": {"x":1676,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wheat_stage_6.png", + "frame": {"x":1644,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wheat_stage_7.png", + "frame": {"x":1564,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_black.png", + "frame": {"x":1596,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_blue.png", + "frame": {"x":1628,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_brown.png", + "frame": {"x":1612,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_cyan.png", + "frame": {"x":1740,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_gray.png", + "frame": {"x":1772,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_green.png", + "frame": {"x":1852,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_light_blue.png", + "frame": {"x":1884,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_lime.png", + "frame": {"x":1916,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_magenta.png", + "frame": {"x":1900,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_orange.png", + "frame": {"x":1868,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_pink.png", + "frame": {"x":1836,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_purple.png", + "frame": {"x":1756,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_red.png", + "frame": {"x":1788,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_silver.png", + "frame": {"x":1820,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_white.png", + "frame": {"x":1804,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "blocks/wool_colored_yellow.png", + "frame": {"x":272,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "colormap/foliage.png", + "frame": {"x":768,"y":800,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "colormap/grass.png", + "frame": {"x":1536,"y":800,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "effect/dither.png", + "frame": {"x":0,"y":0,"w":4,"h":4}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":4,"h":4}, + "sourceSize": {"w":4,"h":4}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/alex.png", + "frame": {"x":1840,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/armorstand/wood.png", + "frame": {"x":1760,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/arrow.png", + "frame": {"x":1952,"y":128,"w":32,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, + "sourceSize": {"w":32,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/base.png", + "frame": {"x":1376,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/border.png", + "frame": {"x":1504,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/bricks.png", + "frame": {"x":1696,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/circle.png", + "frame": {"x":1568,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/creeper.png", + "frame": {"x":1632,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/cross.png", + "frame": {"x":976,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/curly_border.png", + "frame": {"x":896,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/diagonal_left.png", + "frame": {"x":1728,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/diagonal_right.png", + "frame": {"x":1856,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/diagonal_up_left.png", + "frame": {"x":0,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/diagonal_up_right.png", + "frame": {"x":1920,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/flower.png", + "frame": {"x":1984,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/gradient.png", + "frame": {"x":1792,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/gradient_up.png", + "frame": {"x":1664,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/half_horizontal.png", + "frame": {"x":1280,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/half_horizontal_bottom.png", + "frame": {"x":1600,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/half_vertical.png", + "frame": {"x":896,"y":224,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/half_vertical_right.png", + "frame": {"x":320,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/mojang.png", + "frame": {"x":704,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/rhombus.png", + "frame": {"x":896,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/skull.png", + "frame": {"x":1152,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/small_stripes.png", + "frame": {"x":1088,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/square_bottom_left.png", + "frame": {"x":1088,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/square_bottom_right.png", + "frame": {"x":960,"y":224,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/square_top_left.png", + "frame": {"x":384,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/square_top_right.png", + "frame": {"x":448,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/straight_cross.png", + "frame": {"x":320,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/stripe_bottom.png", + "frame": {"x":192,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/stripe_center.png", + "frame": {"x":512,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/stripe_downleft.png", + "frame": {"x":640,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/stripe_downright.png", + "frame": {"x":832,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/stripe_left.png", + "frame": {"x":768,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/stripe_middle.png", + "frame": {"x":896,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/stripe_right.png", + "frame": {"x":704,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/stripe_top.png", + "frame": {"x":576,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/triangle_bottom.png", + "frame": {"x":256,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/triangle_top.png", + "frame": {"x":128,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/triangles_bottom.png", + "frame": {"x":1280,"y":224,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner/triangles_top.png", + "frame": {"x":1344,"y":224,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/banner_base.png", + "frame": {"x":1216,"y":224,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/bat.png", + "frame": {"x":1024,"y":224,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/beacon_beam.png", + "frame": {"x":544,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/bear/polarbear.png", + "frame": {"x":1408,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/blaze.png", + "frame": {"x":1120,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/boat/boat_acacia.png", + "frame": {"x":1664,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/boat/boat_birch.png", + "frame": {"x":1920,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/boat/boat_darkoak.png", + "frame": {"x":0,"y":288,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/boat/boat_jungle.png", + "frame": {"x":1792,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/boat/boat_oak.png", + "frame": {"x":1536,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/boat/boat_spruce.png", + "frame": {"x":960,"y":288,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/cat/black.png", + "frame": {"x":1888,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/cat/ocelot.png", + "frame": {"x":0,"y":160,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/cat/red.png", + "frame": {"x":64,"y":160,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/cat/siamese.png", + "frame": {"x":1984,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/chest/christmas.png", + "frame": {"x":1152,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/chest/christmas_double.png", + "frame": {"x":448,"y":352,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/chest/ender.png", + "frame": {"x":576,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/chest/normal.png", + "frame": {"x":384,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/chest/normal_double.png", + "frame": {"x":192,"y":352,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/chest/trapped.png", + "frame": {"x":640,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/chest/trapped_double.png", + "frame": {"x":768,"y":352,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/chicken.png", + "frame": {"x":1408,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/cow/cow.png", + "frame": {"x":1536,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/cow/mooshroom.png", + "frame": {"x":1600,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/creeper/creeper.png", + "frame": {"x":928,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/creeper/creeper_armor.png", + "frame": {"x":1760,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/elytra.png", + "frame": {"x":1472,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/enchanting_table_book.png", + "frame": {"x":1280,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/end_gateway_beam.png", + "frame": {"x":396,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/end_portal.png", + "frame": {"x":1536,"y":1056,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/endercrystal/endercrystal.png", + "frame": {"x":960,"y":352,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/endercrystal/endercrystal_beam.png", + "frame": {"x":1664,"y":1824,"w":16,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":256}, + "sourceSize": {"w":16,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/enderdragon/dragon.png", + "frame": {"x":0,"y":2080,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/enderdragon/dragon_exploding.png", + "frame": {"x":768,"y":2080,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/enderdragon/dragon_eyes.png", + "frame": {"x":256,"y":2080,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/enderdragon/dragon_fireball.png", + "frame": {"x":76,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/enderman/enderman.png", + "frame": {"x":832,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/enderman/enderman_eyes.png", + "frame": {"x":896,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/endermite.png", + "frame": {"x":1024,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/experience_orb.png", + "frame": {"x":128,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/explosion.png", + "frame": {"x":1216,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/ghast/ghast.png", + "frame": {"x":1216,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/ghast/ghast_shooting.png", + "frame": {"x":1088,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/guardian.png", + "frame": {"x":1280,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/guardian_beam.png", + "frame": {"x":448,"y":128,"w":32,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, + "sourceSize": {"w":32,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/guardian_elder.png", + "frame": {"x":1344,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/armor/horse_armor_diamond.png", + "frame": {"x":1088,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/armor/horse_armor_gold.png", + "frame": {"x":1344,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/armor/horse_armor_iron.png", + "frame": {"x":1472,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/donkey.png", + "frame": {"x":960,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_black.png", + "frame": {"x":832,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_brown.png", + "frame": {"x":128,"y":800,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_chestnut.png", + "frame": {"x":384,"y":800,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_creamy.png", + "frame": {"x":1856,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_darkbrown.png", + "frame": {"x":1728,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_gray.png", + "frame": {"x":128,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_markings_blackdots.png", + "frame": {"x":1360,"y":544,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_markings_white.png", + "frame": {"x":1872,"y":544,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_markings_whitedots.png", + "frame": {"x":1488,"y":544,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_markings_whitefield.png", + "frame": {"x":1232,"y":544,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_skeleton.png", + "frame": {"x":0,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_white.png", + "frame": {"x":576,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/horse_zombie.png", + "frame": {"x":448,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/horse/mule.png", + "frame": {"x":704,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/illager/evoker.png", + "frame": {"x":1216,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/illager/fangs.png", + "frame": {"x":1376,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/illager/vex.png", + "frame": {"x":1408,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/illager/vex_charging.png", + "frame": {"x":1600,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/illager/vindicator.png", + "frame": {"x":1920,"y":288,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/iron_golem.png", + "frame": {"x":256,"y":800,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/lead_knot.png", + "frame": {"x":800,"y":96,"w":32,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, + "sourceSize": {"w":32,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_black.png", + "frame": {"x":1792,"y":288,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_blue.png", + "frame": {"x":0,"y":352,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_brown.png", + "frame": {"x":1664,"y":288,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_cyan.png", + "frame": {"x":1472,"y":288,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_gray.png", + "frame": {"x":1088,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_green.png", + "frame": {"x":816,"y":160,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_light_blue.png", + "frame": {"x":1328,"y":160,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_lime.png", + "frame": {"x":128,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_magenta.png", + "frame": {"x":256,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_orange.png", + "frame": {"x":1072,"y":160,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_pink.png", + "frame": {"x":384,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_purple.png", + "frame": {"x":0,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_red.png", + "frame": {"x":1200,"y":160,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_silver.png", + "frame": {"x":1456,"y":160,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_white.png", + "frame": {"x":1840,"y":160,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/decor/decor_yellow.png", + "frame": {"x":1584,"y":160,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/llama.png", + "frame": {"x":1712,"y":160,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/llama_brown.png", + "frame": {"x":512,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/llama_creamy.png", + "frame": {"x":768,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/llama_gray.png", + "frame": {"x":640,"y":224,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/llama_white.png", + "frame": {"x":1152,"y":416,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/llama/spit.png", + "frame": {"x":1344,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/minecart.png", + "frame": {"x":960,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/pig/pig.png", + "frame": {"x":1760,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/pig/pig_saddle.png", + "frame": {"x":160,"y":160,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/projectiles/arrow.png", + "frame": {"x":1824,"y":128,"w":32,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, + "sourceSize": {"w":32,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/projectiles/spectral_arrow.png", + "frame": {"x":1856,"y":128,"w":32,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, + "sourceSize": {"w":32,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/projectiles/tipped_arrow.png", + "frame": {"x":128,"y":160,"w":32,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, + "sourceSize": {"w":32,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/rabbit/black.png", + "frame": {"x":1056,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/rabbit/brown.png", + "frame": {"x":1184,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/rabbit/caerbannog.png", + "frame": {"x":1248,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/rabbit/gold.png", + "frame": {"x":992,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/rabbit/salt.png", + "frame": {"x":1312,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/rabbit/toast.png", + "frame": {"x":1440,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/rabbit/white.png", + "frame": {"x":1632,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/rabbit/white_splotched.png", + "frame": {"x":1568,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/sheep/sheep.png", + "frame": {"x":1696,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/sheep/sheep_fur.png", + "frame": {"x":1504,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/base.png", + "frame": {"x":368,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/border.png", + "frame": {"x":240,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/bricks.png", + "frame": {"x":432,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/circle.png", + "frame": {"x":304,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/creeper.png", + "frame": {"x":496,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/cross.png", + "frame": {"x":944,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/curly_border.png", + "frame": {"x":752,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/diagonal_left.png", + "frame": {"x":688,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/diagonal_right.png", + "frame": {"x":560,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/diagonal_up_left.png", + "frame": {"x":624,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/diagonal_up_right.png", + "frame": {"x":1008,"y":160,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/flower.png", + "frame": {"x":1216,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/gradient.png", + "frame": {"x":0,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/gradient_up.png", + "frame": {"x":1536,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/half_horizontal.png", + "frame": {"x":1664,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/half_horizontal_bottom.png", + "frame": {"x":1600,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/half_vertical.png", + "frame": {"x":1472,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/half_vertical_right.png", + "frame": {"x":1408,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/mojang.png", + "frame": {"x":1280,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/rhombus.png", + "frame": {"x":1216,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/skull.png", + "frame": {"x":1728,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/small_stripes.png", + "frame": {"x":1920,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/square_bottom_left.png", + "frame": {"x":64,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/square_bottom_right.png", + "frame": {"x":192,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/square_top_left.png", + "frame": {"x":128,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/square_top_right.png", + "frame": {"x":0,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/straight_cross.png", + "frame": {"x":1984,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/stripe_bottom.png", + "frame": {"x":1856,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/stripe_center.png", + "frame": {"x":1792,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/stripe_downleft.png", + "frame": {"x":1344,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/stripe_downright.png", + "frame": {"x":1152,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/stripe_left.png", + "frame": {"x":384,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/stripe_middle.png", + "frame": {"x":512,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/stripe_right.png", + "frame": {"x":448,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/stripe_top.png", + "frame": {"x":320,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/triangle_bottom.png", + "frame": {"x":256,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/triangle_top.png", + "frame": {"x":128,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/triangles_bottom.png", + "frame": {"x":64,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield/triangles_top.png", + "frame": {"x":576,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield_base.png", + "frame": {"x":768,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shield_base_nopattern.png", + "frame": {"x":960,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_black.png", + "frame": {"x":1088,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_blue.png", + "frame": {"x":1024,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_brown.png", + "frame": {"x":256,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_cyan.png", + "frame": {"x":896,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_gray.png", + "frame": {"x":832,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_green.png", + "frame": {"x":704,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_light_blue.png", + "frame": {"x":640,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_lime.png", + "frame": {"x":192,"y":480,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_magenta.png", + "frame": {"x":768,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_orange.png", + "frame": {"x":832,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_pink.png", + "frame": {"x":896,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_purple.png", + "frame": {"x":1024,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_red.png", + "frame": {"x":1088,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_silver.png", + "frame": {"x":960,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_white.png", + "frame": {"x":384,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/shulker_yellow.png", + "frame": {"x":320,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/shulker/spark.png", + "frame": {"x":544,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/sign.png", + "frame": {"x":608,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/silverfish.png", + "frame": {"x":800,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/skeleton/skeleton.png", + "frame": {"x":864,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/skeleton/stray.png", + "frame": {"x":480,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/skeleton/stray_overlay.png", + "frame": {"x":256,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/skeleton/wither_skeleton.png", + "frame": {"x":1696,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/slime/magmacube.png", + "frame": {"x":192,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/slime/slime.png", + "frame": {"x":128,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/snowman.png", + "frame": {"x":448,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/spider/cave_spider.png", + "frame": {"x":64,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/spider/spider.png", + "frame": {"x":1952,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/spider_eyes.png", + "frame": {"x":1888,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/squid.png", + "frame": {"x":320,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/steve.png", + "frame": {"x":640,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/sweep.png", + "frame": {"x":672,"y":128,"w":128,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":32}, + "sourceSize": {"w":128,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/villager/butcher.png", + "frame": {"x":512,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/villager/farmer.png", + "frame": {"x":576,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/villager/librarian.png", + "frame": {"x":704,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/villager/priest.png", + "frame": {"x":1152,"y":544,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/villager/smith.png", + "frame": {"x":1344,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/villager/villager.png", + "frame": {"x":320,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/witch.png", + "frame": {"x":256,"y":672,"w":64,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":128}, + "sourceSize": {"w":64,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/wither/wither.png", + "frame": {"x":384,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/wither/wither_armor.png", + "frame": {"x":256,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/wither/wither_invulnerable.png", + "frame": {"x":128,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/wolf/wolf.png", + "frame": {"x":384,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/wolf/wolf_angry.png", + "frame": {"x":0,"y":128,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/wolf/wolf_collar.png", + "frame": {"x":1824,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/wolf/wolf_tame.png", + "frame": {"x":1152,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie/husk.png", + "frame": {"x":448,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie/zombie.png", + "frame": {"x":576,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie/zombie_villager.png", + "frame": {"x":768,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie_pigman.png", + "frame": {"x":704,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie_villager/zombie_butcher.png", + "frame": {"x":832,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie_villager/zombie_farmer.png", + "frame": {"x":640,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie_villager/zombie_librarian.png", + "frame": {"x":512,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie_villager/zombie_priest.png", + "frame": {"x":192,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie_villager/zombie_smith.png", + "frame": {"x":64,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "entity/zombie_villager/zombie_villager.png", + "frame": {"x":1536,"y":352,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "environment/clouds.png", + "frame": {"x":1680,"y":1824,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "environment/end_sky.png", + "frame": {"x":0,"y":800,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "environment/moon_phases.png", + "frame": {"x":1408,"y":352,"w":128,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":64}, + "sourceSize": {"w":128,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "environment/rain.png", + "frame": {"x":1600,"y":1824,"w":64,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":256}, + "sourceSize": {"w":64,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "environment/snow.png", + "frame": {"x":256,"y":1824,"w":64,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":256}, + "sourceSize": {"w":64,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "environment/sun.png", + "frame": {"x":1664,"y":96,"w":32,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, + "sourceSize": {"w":32,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/achievement/achievement_background.png", + "frame": {"x":576,"y":1824,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/achievement/achievement_icons.png", + "frame": {"x":1344,"y":1824,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/bars.png", + "frame": {"x":1024,"y":2080,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/book.png", + "frame": {"x":1088,"y":1824,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/anvil.png", + "frame": {"x":320,"y":1824,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/beacon.png", + "frame": {"x":1792,"y":2336,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/brewing_stand.png", + "frame": {"x":1280,"y":2336,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/crafting_table.png", + "frame": {"x":1536,"y":2336,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/creative_inventory/tab_inventory.png", + "frame": {"x":1024,"y":2336,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/creative_inventory/tab_item_search.png", + "frame": {"x":1536,"y":2080,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/creative_inventory/tab_items.png", + "frame": {"x":768,"y":2336,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/creative_inventory/tabs.png", + "frame": {"x":1280,"y":2080,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/dispenser.png", + "frame": {"x":1792,"y":2080,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/enchanting_table.png", + "frame": {"x":512,"y":2336,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/furnace.png", + "frame": {"x":0,"y":2336,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/generic_54.png", + "frame": {"x":256,"y":2336,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/hopper.png", + "frame": {"x":832,"y":1824,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/horse.png", + "frame": {"x":256,"y":1056,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/inventory.png", + "frame": {"x":0,"y":1824,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/shulker_box.png", + "frame": {"x":0,"y":1312,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/stats_icons.png", + "frame": {"x":1600,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/container/villager.png", + "frame": {"x":512,"y":1312,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/demo_background.png", + "frame": {"x":256,"y":1312,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/icons.png", + "frame": {"x":1792,"y":1056,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/options_background.png", + "frame": {"x":1360,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/presets/chaos.png", + "frame": {"x":1280,"y":1056,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/presets/delight.png", + "frame": {"x":0,"y":1056,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/presets/drought.png", + "frame": {"x":512,"y":1056,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/presets/isles.png", + "frame": {"x":1024,"y":1056,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/presets/luck.png", + "frame": {"x":768,"y":1056,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/presets/madness.png", + "frame": {"x":768,"y":1312,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/presets/water.png", + "frame": {"x":1280,"y":1312,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/resource_packs.png", + "frame": {"x":512,"y":1568,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/server_selection.png", + "frame": {"x":1024,"y":1568,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/spectator_widgets.png", + "frame": {"x":1792,"y":1568,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/stream_indicator.png", + "frame": {"x":1040,"y":416,"w":16,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":64}, + "sourceSize": {"w":16,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/title/background/panorama_0.png", + "frame": {"x":1280,"y":1568,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/title/background/panorama_1.png", + "frame": {"x":1536,"y":1568,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/title/background/panorama_2.png", + "frame": {"x":768,"y":1568,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/title/background/panorama_3.png", + "frame": {"x":256,"y":1568,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/title/background/panorama_4.png", + "frame": {"x":1024,"y":1312,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/title/background/panorama_5.png", + "frame": {"x":1536,"y":1312,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/title/minecraft.png", + "frame": {"x":0,"y":1568,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/title/mojang.png", + "frame": {"x":1792,"y":1312,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/widgets.png", + "frame": {"x":1792,"y":800,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "gui/world_selection.png", + "frame": {"x":512,"y":2080,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/acacia_boat.png", + "frame": {"x":352,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/apple.png", + "frame": {"x":384,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/apple_golden.png", + "frame": {"x":464,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/arrow.png", + "frame": {"x":496,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/banner_overlay.png", + "frame": {"x":544,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/barrier.png", + "frame": {"x":512,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bed.png", + "frame": {"x":528,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/beef_cooked.png", + "frame": {"x":480,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/beef_raw.png", + "frame": {"x":448,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/beetroot.png", + "frame": {"x":368,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/beetroot_seeds.png", + "frame": {"x":400,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/beetroot_soup.png", + "frame": {"x":432,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/birch_boat.png", + "frame": {"x":416,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/blaze_powder.png", + "frame": {"x":192,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/blaze_rod.png", + "frame": {"x":160,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bone.png", + "frame": {"x":1936,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/book_enchanted.png", + "frame": {"x":1968,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/book_normal.png", + "frame": {"x":2000,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/book_writable.png", + "frame": {"x":1984,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/book_written.png", + "frame": {"x":1952,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bow_pulling_0.png", + "frame": {"x":1920,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bow_pulling_1.png", + "frame": {"x":1840,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bow_pulling_2.png", + "frame": {"x":1872,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bow_standby.png", + "frame": {"x":1904,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bowl.png", + "frame": {"x":1888,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bread.png", + "frame": {"x":2016,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/brewing_stand.png", + "frame": {"x":0,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/brick.png", + "frame": {"x":80,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/broken_elytra.png", + "frame": {"x":112,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bucket_empty.png", + "frame": {"x":144,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bucket_lava.png", + "frame": {"x":128,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bucket_milk.png", + "frame": {"x":96,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/bucket_water.png", + "frame": {"x":64,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/cake.png", + "frame": {"x":2032,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/carrot.png", + "frame": {"x":16,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/carrot_golden.png", + "frame": {"x":48,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/carrot_on_a_stick.png", + "frame": {"x":32,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/cauldron.png", + "frame": {"x":1120,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/chainmail_boots.png", + "frame": {"x":224,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/chainmail_chestplate.png", + "frame": {"x":240,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/chainmail_helmet.png", + "frame": {"x":208,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/chainmail_leggings.png", + "frame": {"x":176,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/charcoal.png", + "frame": {"x":256,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/chicken_cooked.png", + "frame": {"x":288,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/chicken_raw.png", + "frame": {"x":320,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/chorus_fruit.png", + "frame": {"x":336,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/chorus_fruit_popped.png", + "frame": {"x":304,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clay_ball.png", + "frame": {"x":272,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_00.png", + "frame": {"x":1856,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_01.png", + "frame": {"x":1824,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_02.png", + "frame": {"x":1312,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_03.png", + "frame": {"x":1328,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_04.png", + "frame": {"x":1296,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_05.png", + "frame": {"x":1264,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_06.png", + "frame": {"x":1344,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_07.png", + "frame": {"x":1376,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_08.png", + "frame": {"x":1408,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_09.png", + "frame": {"x":1424,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_10.png", + "frame": {"x":1392,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_11.png", + "frame": {"x":1280,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_12.png", + "frame": {"x":1248,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_13.png", + "frame": {"x":1120,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_14.png", + "frame": {"x":1136,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_15.png", + "frame": {"x":1104,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_16.png", + "frame": {"x":1072,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_17.png", + "frame": {"x":1152,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_18.png", + "frame": {"x":1184,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_19.png", + "frame": {"x":1216,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_20.png", + "frame": {"x":1232,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_21.png", + "frame": {"x":1200,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_22.png", + "frame": {"x":1168,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_23.png", + "frame": {"x":1440,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_24.png", + "frame": {"x":1472,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_25.png", + "frame": {"x":1696,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_26.png", + "frame": {"x":1712,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_27.png", + "frame": {"x":1680,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_28.png", + "frame": {"x":1648,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_29.png", + "frame": {"x":1728,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_30.png", + "frame": {"x":1760,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_31.png", + "frame": {"x":1792,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_32.png", + "frame": {"x":1808,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_33.png", + "frame": {"x":1776,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_34.png", + "frame": {"x":1744,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_35.png", + "frame": {"x":1664,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_36.png", + "frame": {"x":1632,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_37.png", + "frame": {"x":1504,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_38.png", + "frame": {"x":1520,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_39.png", + "frame": {"x":1488,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_40.png", + "frame": {"x":1456,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_41.png", + "frame": {"x":1536,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_42.png", + "frame": {"x":1568,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_43.png", + "frame": {"x":1600,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_44.png", + "frame": {"x":1616,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_45.png", + "frame": {"x":1584,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_46.png", + "frame": {"x":1552,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_47.png", + "frame": {"x":560,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_48.png", + "frame": {"x":592,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_49.png", + "frame": {"x":1600,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_50.png", + "frame": {"x":1616,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_51.png", + "frame": {"x":1584,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_52.png", + "frame": {"x":1552,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_53.png", + "frame": {"x":1632,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_54.png", + "frame": {"x":1664,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_55.png", + "frame": {"x":1696,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_56.png", + "frame": {"x":1712,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_57.png", + "frame": {"x":1680,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_58.png", + "frame": {"x":1648,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_59.png", + "frame": {"x":1568,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_60.png", + "frame": {"x":1536,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_61.png", + "frame": {"x":1408,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_62.png", + "frame": {"x":1424,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/clock_63.png", + "frame": {"x":1392,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/coal.png", + "frame": {"x":1360,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/comparator.png", + "frame": {"x":1440,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_00.png", + "frame": {"x":1472,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_01.png", + "frame": {"x":1504,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_02.png", + "frame": {"x":1520,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_03.png", + "frame": {"x":1488,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_04.png", + "frame": {"x":1456,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_05.png", + "frame": {"x":1728,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_06.png", + "frame": {"x":1760,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_07.png", + "frame": {"x":1984,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_08.png", + "frame": {"x":2000,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_09.png", + "frame": {"x":1968,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_10.png", + "frame": {"x":1936,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_11.png", + "frame": {"x":2016,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_12.png", + "frame": {"x":0,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_13.png", + "frame": {"x":48,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_14.png", + "frame": {"x":32,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_15.png", + "frame": {"x":64,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_16.png", + "frame": {"x":16,"y":48,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_17.png", + "frame": {"x":2032,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_18.png", + "frame": {"x":1952,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_19.png", + "frame": {"x":1920,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_20.png", + "frame": {"x":1792,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_21.png", + "frame": {"x":1808,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_22.png", + "frame": {"x":1776,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_23.png", + "frame": {"x":1744,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_24.png", + "frame": {"x":1824,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_25.png", + "frame": {"x":1856,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_26.png", + "frame": {"x":1888,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_27.png", + "frame": {"x":1904,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_28.png", + "frame": {"x":1872,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_29.png", + "frame": {"x":1840,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_30.png", + "frame": {"x":1376,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/compass_31.png", + "frame": {"x":1344,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/cookie.png", + "frame": {"x":816,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dark_oak_boat.png", + "frame": {"x":832,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond.png", + "frame": {"x":800,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_axe.png", + "frame": {"x":768,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_boots.png", + "frame": {"x":848,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_chestplate.png", + "frame": {"x":880,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_helmet.png", + "frame": {"x":912,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_hoe.png", + "frame": {"x":928,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_horse_armor.png", + "frame": {"x":896,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_leggings.png", + "frame": {"x":864,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_pickaxe.png", + "frame": {"x":784,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_shovel.png", + "frame": {"x":752,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/diamond_sword.png", + "frame": {"x":624,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/door_acacia.png", + "frame": {"x":640,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/door_birch.png", + "frame": {"x":608,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/door_dark_oak.png", + "frame": {"x":576,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/door_iron.png", + "frame": {"x":656,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/door_jungle.png", + "frame": {"x":688,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/door_spruce.png", + "frame": {"x":720,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/door_wood.png", + "frame": {"x":736,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dragon_breath.png", + "frame": {"x":704,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_black.png", + "frame": {"x":672,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_blue.png", + "frame": {"x":944,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_brown.png", + "frame": {"x":976,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_cyan.png", + "frame": {"x":1200,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_gray.png", + "frame": {"x":1216,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_green.png", + "frame": {"x":1184,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_light_blue.png", + "frame": {"x":1152,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_lime.png", + "frame": {"x":1232,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_magenta.png", + "frame": {"x":1264,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_orange.png", + "frame": {"x":1312,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_pink.png", + "frame": {"x":1296,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_purple.png", + "frame": {"x":1328,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_red.png", + "frame": {"x":1280,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_silver.png", + "frame": {"x":1248,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_white.png", + "frame": {"x":1168,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/dye_powder_yellow.png", + "frame": {"x":1136,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/egg.png", + "frame": {"x":1008,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/elytra.png", + "frame": {"x":1024,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/emerald.png", + "frame": {"x":992,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/empty_armor_slot_boots.png", + "frame": {"x":960,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/empty_armor_slot_chestplate.png", + "frame": {"x":1040,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/empty_armor_slot_helmet.png", + "frame": {"x":1072,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/empty_armor_slot_leggings.png", + "frame": {"x":1104,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/empty_armor_slot_shield.png", + "frame": {"x":1120,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/end_crystal.png", + "frame": {"x":1088,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/ender_eye.png", + "frame": {"x":1056,"y":32,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/ender_pearl.png", + "frame": {"x":1088,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/experience_bottle.png", + "frame": {"x":1056,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/feather.png", + "frame": {"x":1020,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fireball.png", + "frame": {"x":1036,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fireworks.png", + "frame": {"x":1004,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fireworks_charge.png", + "frame": {"x":972,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fireworks_charge_overlay.png", + "frame": {"x":1052,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fish_clownfish_raw.png", + "frame": {"x":1084,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fish_cod_cooked.png", + "frame": {"x":1116,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fish_cod_raw.png", + "frame": {"x":1132,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fish_pufferfish_raw.png", + "frame": {"x":1100,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fish_salmon_cooked.png", + "frame": {"x":1068,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fish_salmon_raw.png", + "frame": {"x":988,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fishing_rod_cast.png", + "frame": {"x":956,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/fishing_rod_uncast.png", + "frame": {"x":828,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/flint.png", + "frame": {"x":844,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/flint_and_steel.png", + "frame": {"x":812,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/flower_pot.png", + "frame": {"x":780,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/ghast_tear.png", + "frame": {"x":860,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/glowstone_dust.png", + "frame": {"x":892,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_axe.png", + "frame": {"x":924,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_boots.png", + "frame": {"x":940,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_chestplate.png", + "frame": {"x":908,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_helmet.png", + "frame": {"x":876,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_hoe.png", + "frame": {"x":1148,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_horse_armor.png", + "frame": {"x":1180,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_ingot.png", + "frame": {"x":1404,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_leggings.png", + "frame": {"x":1420,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_nugget.png", + "frame": {"x":1388,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_pickaxe.png", + "frame": {"x":1356,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_shovel.png", + "frame": {"x":1436,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gold_sword.png", + "frame": {"x":1468,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/gunpowder.png", + "frame": {"x":1516,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/hopper.png", + "frame": {"x":1500,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_axe.png", + "frame": {"x":1532,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_boots.png", + "frame": {"x":1484,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_chestplate.png", + "frame": {"x":1452,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_helmet.png", + "frame": {"x":1372,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_hoe.png", + "frame": {"x":1340,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_horse_armor.png", + "frame": {"x":1212,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_ingot.png", + "frame": {"x":1228,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_leggings.png", + "frame": {"x":1196,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_nugget.png", + "frame": {"x":1164,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_pickaxe.png", + "frame": {"x":1244,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_shovel.png", + "frame": {"x":1276,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/iron_sword.png", + "frame": {"x":1308,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/item_frame.png", + "frame": {"x":1324,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/jungle_boat.png", + "frame": {"x":1292,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/lead.png", + "frame": {"x":1260,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/leather.png", + "frame": {"x":796,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/leather_boots.png", + "frame": {"x":764,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/leather_boots_overlay.png", + "frame": {"x":236,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/leather_chestplate.png", + "frame": {"x":252,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/leather_chestplate_overlay.png", + "frame": {"x":220,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/leather_helmet.png", + "frame": {"x":188,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/leather_helmet_overlay.png", + "frame": {"x":268,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/leather_leggings.png", + "frame": {"x":300,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/leather_leggings_overlay.png", + "frame": {"x":332,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/magma_cream.png", + "frame": {"x":348,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/map_empty.png", + "frame": {"x":316,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/map_filled.png", + "frame": {"x":284,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/map_filled_markings.png", + "frame": {"x":172,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/melon.png", + "frame": {"x":60,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/melon_speckled.png", + "frame": {"x":44,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/minecart_chest.png", + "frame": {"x":28,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/minecart_command_block.png", + "frame": {"x":12,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/minecart_furnace.png", + "frame": {"x":108,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/minecart_hopper.png", + "frame": {"x":140,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/minecart_normal.png", + "frame": {"x":156,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/minecart_tnt.png", + "frame": {"x":124,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/mushroom_stew.png", + "frame": {"x":92,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/mutton_cooked.png", + "frame": {"x":364,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/mutton_raw.png", + "frame": {"x":620,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/name_tag.png", + "frame": {"x":636,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/nether_star.png", + "frame": {"x":604,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/nether_wart.png", + "frame": {"x":572,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/netherbrick.png", + "frame": {"x":652,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/oak_boat.png", + "frame": {"x":684,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/painting.png", + "frame": {"x":732,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/paper.png", + "frame": {"x":716,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/porkchop_cooked.png", + "frame": {"x":748,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/porkchop_raw.png", + "frame": {"x":700,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/potato.png", + "frame": {"x":668,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/potato_baked.png", + "frame": {"x":588,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/potato_poisonous.png", + "frame": {"x":556,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/potion_bottle_drinkable.png", + "frame": {"x":428,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/potion_bottle_empty.png", + "frame": {"x":444,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/potion_bottle_lingering.png", + "frame": {"x":412,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/potion_bottle_splash.png", + "frame": {"x":380,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/potion_overlay.png", + "frame": {"x":460,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/prismarine_crystals.png", + "frame": {"x":492,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/prismarine_shard.png", + "frame": {"x":524,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/pumpkin_pie.png", + "frame": {"x":540,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/quartz.png", + "frame": {"x":508,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/rabbit_cooked.png", + "frame": {"x":476,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/rabbit_foot.png", + "frame": {"x":204,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/rabbit_hide.png", + "frame": {"x":1548,"y":0,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/rabbit_raw.png", + "frame": {"x":528,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/rabbit_stew.png", + "frame": {"x":512,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_11.png", + "frame": {"x":480,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_13.png", + "frame": {"x":560,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_blocks.png", + "frame": {"x":592,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_cat.png", + "frame": {"x":624,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_chirp.png", + "frame": {"x":640,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_far.png", + "frame": {"x":608,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_mall.png", + "frame": {"x":576,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_mellohi.png", + "frame": {"x":496,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_stal.png", + "frame": {"x":464,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_strad.png", + "frame": {"x":336,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_wait.png", + "frame": {"x":352,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/record_ward.png", + "frame": {"x":320,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/redstone_dust.png", + "frame": {"x":288,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/reeds.png", + "frame": {"x":368,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/repeater.png", + "frame": {"x":400,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/rotten_flesh.png", + "frame": {"x":432,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/ruby.png", + "frame": {"x":448,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/saddle.png", + "frame": {"x":416,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/seeds_melon.png", + "frame": {"x":384,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/seeds_pumpkin.png", + "frame": {"x":656,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/seeds_wheat.png", + "frame": {"x":688,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/shears.png", + "frame": {"x":912,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/shulker_shell.png", + "frame": {"x":928,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/sign.png", + "frame": {"x":896,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/slimeball.png", + "frame": {"x":864,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/snowball.png", + "frame": {"x":944,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/spawn_egg.png", + "frame": {"x":976,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/spawn_egg_overlay.png", + "frame": {"x":1024,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/spectral_arrow.png", + "frame": {"x":1008,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/spider_eye.png", + "frame": {"x":1040,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/spider_eye_fermented.png", + "frame": {"x":992,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/spruce_boat.png", + "frame": {"x":960,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/stick.png", + "frame": {"x":880,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/stone_axe.png", + "frame": {"x":848,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/stone_hoe.png", + "frame": {"x":720,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/stone_pickaxe.png", + "frame": {"x":736,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/stone_shovel.png", + "frame": {"x":704,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/stone_sword.png", + "frame": {"x":672,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/string.png", + "frame": {"x":752,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/structure_void.png", + "frame": {"x":784,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/sugar.png", + "frame": {"x":816,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/tipped_arrow_base.png", + "frame": {"x":832,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/tipped_arrow_head.png", + "frame": {"x":800,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/totem.png", + "frame": {"x":768,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/wheat.png", + "frame": {"x":304,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/wood_axe.png", + "frame": {"x":160,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/wood_hoe.png", + "frame": {"x":96,"y":16,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/wood_pickaxe.png", + "frame": {"x":512,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/wood_shovel.png", + "frame": {"x":352,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/wood_sword.png", + "frame": {"x":368,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "items/wooden_armorstand.png", + "frame": {"x":336,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "map/map_background.png", + "frame": {"x":1904,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "map/map_icons.png", + "frame": {"x":64,"y":96,"w":32,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, + "sourceSize": {"w":32,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "misc/enchanted_item_glint.png", + "frame": {"x":1440,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "misc/forcefield.png", + "frame": {"x":576,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "misc/pumpkinblur.png", + "frame": {"x":1024,"y":800,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "misc/shadow.png", + "frame": {"x":1056,"y":416,"w":64,"h":64}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, + "sourceSize": {"w":64,"h":64}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "misc/underwater.png", + "frame": {"x":1808,"y":80,"w":16,"h":16}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":16,"h":16}, + "sourceSize": {"w":16,"h":16}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "misc/unknown_pack.png", + "frame": {"x":1744,"y":544,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "misc/unknown_server.png", + "frame": {"x":1616,"y":544,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "misc/vignette.png", + "frame": {"x":1280,"y":800,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/chainmail_layer_1.png", + "frame": {"x":352,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/chainmail_layer_2.png", + "frame": {"x":736,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/diamond_layer_1.png", + "frame": {"x":544,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/diamond_layer_2.png", + "frame": {"x":416,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/gold_layer_1.png", + "frame": {"x":0,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/gold_layer_2.png", + "frame": {"x":160,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/iron_layer_1.png", + "frame": {"x":288,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/iron_layer_2.png", + "frame": {"x":96,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/leather_layer_1.png", + "frame": {"x":224,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/leather_layer_1_overlay.png", + "frame": {"x":480,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/leather_layer_2.png", + "frame": {"x":672,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "models/armor/leather_layer_2_overlay.png", + "frame": {"x":608,"y":96,"w":64,"h":32}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":64,"h":32}, + "sourceSize": {"w":64,"h":32}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "painting/paintings_kristoffer_zetterstrand.png", + "frame": {"x":512,"y":800,"w":256,"h":256}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":256,"h":256}, + "sourceSize": {"w":256,"h":256}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "particle/footprint.png", + "frame": {"x":4,"y":0,"w":8,"h":8}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":8,"h":8}, + "sourceSize": {"w":8,"h":8}, + "pivot": {"x":0.5,"y":0.5} +}, +{ + "filename": "particle/particles.png", + "frame": {"x":320,"y":672,"w":128,"h":128}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":128,"h":128}, + "sourceSize": {"w":128,"h":128}, + "pivot": {"x":0.5,"y":0.5} +}], +"meta": { + "app": "http://www.codeandweb.com/texturepacker", + "version": "1.0", + "image": "textures.png", + "format": "RGBA8888", + "size": {"w":2048,"h":3616}, + "scale": "1", + "smartupdate": "$TexturePacker:SmartUpdate:303b950f49fe2819e529126e36e6a3a1:a82dadf6fc811fbb440215bcd32f00f8:cf827d152df04949dfee256cd0c8efd8$" +} +} diff --git a/cwd/textures.png b/cwd/textures.png new file mode 100644 index 0000000..de47a34 Binary files /dev/null and b/cwd/textures.png differ diff --git a/cwd/textures.tps b/cwd/textures.tps new file mode 100644 index 0000000..914d320 --- /dev/null +++ b/cwd/textures.tps @@ -0,0 +1,1581 @@ + + + + fileFormatVersion + 4 + texturePackerVersion + 4.4.0 + fileName + /home/lag1924/dev/AltCraft/cwd/textures.tps + autoSDSettings + + + scale + 1 + extension + + spriteFilter + + acceptFractionalValues + + maxTextureSize + + width + -1 + height + -1 + + + + allowRotation + + shapeDebug + + dpi + 72 + dataFormat + json-array + textureFileName + + flipPVR + + pvrCompressionQuality + PVR_QUALITY_NORMAL + atfCompressData + + mipMapMinSize + 32768 + etc1CompressionQuality + ETC1_QUALITY_LOW_PERCEPTUAL + etc2CompressionQuality + ETC2_QUALITY_LOW_PERCEPTUAL + dxtCompressionMode + DXT_PERCEPTUAL + jxrColorFormat + JXR_YUV444 + jxrTrimFlexBits + 0 + jxrCompressionLevel + 0 + ditherType + NearestNeighbour + backgroundColor + 0 + libGdx + + filtering + + x + Linear + y + Linear + + + shapePadding + 0 + jpgQuality + 80 + pngOptimizationLevel + 0 + webpQualityLevel + 101 + textureSubPath + + atfFormats + + textureFormat + png + borderPadding + 0 + maxTextureSize + + width + 4096 + height + 4096 + + fixedTextureSize + + width + -1 + height + -1 + + algorithmSettings + + algorithm + Basic + freeSizeMode + Best + sizeConstraints + AnySize + forceSquared + + maxRects + + heuristic + Best + + basic + + sortBy + Best + order + Ascending + + polygon + + alignToGrid + 1 + + + andEngine + + minFilter + Linear + packageName + Texture + wrap + + s + Clamp + t + Clamp + + magFilter + MagLinear + + dataFileNames + + data + + name + textures.json + + + multiPack + + forceIdenticalLayout + + outputFormat + RGBA8888 + alphaHandling + ClearTransparentPixels + contentProtection + + key + + + autoAliasEnabled + + trimSpriteNames + + prependSmartFolderName + + autodetectAnimations + + globalSpriteSettings + + scale + 1 + scaleMode + Smooth + extrude + 0 + trimThreshold + 1 + trimMargin + 1 + trimMode + None + tracerTolerance + 200 + heuristicMask + + defaultPivotPoint + 0.5,0.5 + writePivotPoints + + + individualSpriteSettings + + assets/minecraft/textures/blocks/air.png + assets/minecraft/textures/blocks/anvil_base.png + assets/minecraft/textures/blocks/anvil_top_damaged_0.png + assets/minecraft/textures/blocks/anvil_top_damaged_1.png + assets/minecraft/textures/blocks/anvil_top_damaged_2.png + assets/minecraft/textures/blocks/beacon.png + assets/minecraft/textures/blocks/bed_feet_end.png + assets/minecraft/textures/blocks/bed_feet_side.png + assets/minecraft/textures/blocks/bed_feet_top.png + assets/minecraft/textures/blocks/bed_head_end.png + assets/minecraft/textures/blocks/bed_head_side.png + assets/minecraft/textures/blocks/bed_head_top.png + assets/minecraft/textures/blocks/bedrock.png + assets/minecraft/textures/blocks/beetroots_stage_0.png + assets/minecraft/textures/blocks/beetroots_stage_1.png + assets/minecraft/textures/blocks/beetroots_stage_2.png + assets/minecraft/textures/blocks/beetroots_stage_3.png + assets/minecraft/textures/blocks/bone_block_side.png + assets/minecraft/textures/blocks/bone_block_top.png + assets/minecraft/textures/blocks/bookshelf.png + assets/minecraft/textures/blocks/brewing_stand.png + assets/minecraft/textures/blocks/brewing_stand_base.png + assets/minecraft/textures/blocks/brick.png + assets/minecraft/textures/blocks/cactus_bottom.png + assets/minecraft/textures/blocks/cactus_side.png + assets/minecraft/textures/blocks/cactus_top.png + assets/minecraft/textures/blocks/cake_bottom.png + assets/minecraft/textures/blocks/cake_inner.png + assets/minecraft/textures/blocks/cake_side.png + assets/minecraft/textures/blocks/cake_top.png + assets/minecraft/textures/blocks/carrots_stage_0.png + assets/minecraft/textures/blocks/carrots_stage_1.png + assets/minecraft/textures/blocks/carrots_stage_2.png + assets/minecraft/textures/blocks/carrots_stage_3.png + assets/minecraft/textures/blocks/cauldron_bottom.png + assets/minecraft/textures/blocks/cauldron_inner.png + assets/minecraft/textures/blocks/cauldron_side.png + assets/minecraft/textures/blocks/cauldron_top.png + assets/minecraft/textures/blocks/chorus_flower.png + assets/minecraft/textures/blocks/chorus_flower_dead.png + assets/minecraft/textures/blocks/chorus_plant.png + assets/minecraft/textures/blocks/clay.png + assets/minecraft/textures/blocks/coal_block.png + assets/minecraft/textures/blocks/coal_ore.png + assets/minecraft/textures/blocks/coarse_dirt.png + assets/minecraft/textures/blocks/cobblestone.png + assets/minecraft/textures/blocks/cobblestone_mossy.png + assets/minecraft/textures/blocks/cocoa_stage_0.png + assets/minecraft/textures/blocks/cocoa_stage_1.png + assets/minecraft/textures/blocks/cocoa_stage_2.png + assets/minecraft/textures/blocks/comparator_off.png + assets/minecraft/textures/blocks/comparator_on.png + assets/minecraft/textures/blocks/crafting_table_front.png + assets/minecraft/textures/blocks/crafting_table_side.png + assets/minecraft/textures/blocks/crafting_table_top.png + assets/minecraft/textures/blocks/daylight_detector_inverted_top.png + assets/minecraft/textures/blocks/daylight_detector_side.png + assets/minecraft/textures/blocks/daylight_detector_top.png + assets/minecraft/textures/blocks/deadbush.png + assets/minecraft/textures/blocks/debug.png + assets/minecraft/textures/blocks/debug2.png + assets/minecraft/textures/blocks/destroy_stage_0.png + assets/minecraft/textures/blocks/destroy_stage_1.png + assets/minecraft/textures/blocks/destroy_stage_2.png + assets/minecraft/textures/blocks/destroy_stage_3.png + assets/minecraft/textures/blocks/destroy_stage_4.png + assets/minecraft/textures/blocks/destroy_stage_5.png + assets/minecraft/textures/blocks/destroy_stage_6.png + assets/minecraft/textures/blocks/destroy_stage_7.png + assets/minecraft/textures/blocks/destroy_stage_8.png + assets/minecraft/textures/blocks/destroy_stage_9.png + assets/minecraft/textures/blocks/diamond_block.png + assets/minecraft/textures/blocks/diamond_ore.png + assets/minecraft/textures/blocks/dirt.png + assets/minecraft/textures/blocks/dirt_podzol_side.png + assets/minecraft/textures/blocks/dirt_podzol_top.png + assets/minecraft/textures/blocks/dispenser_front_horizontal.png + assets/minecraft/textures/blocks/dispenser_front_vertical.png + assets/minecraft/textures/blocks/door_acacia_lower.png + assets/minecraft/textures/blocks/door_acacia_upper.png + assets/minecraft/textures/blocks/door_birch_lower.png + assets/minecraft/textures/blocks/door_birch_upper.png + assets/minecraft/textures/blocks/door_dark_oak_lower.png + assets/minecraft/textures/blocks/door_dark_oak_upper.png + assets/minecraft/textures/blocks/door_iron_lower.png + assets/minecraft/textures/blocks/door_iron_upper.png + assets/minecraft/textures/blocks/door_jungle_lower.png + assets/minecraft/textures/blocks/door_jungle_upper.png + assets/minecraft/textures/blocks/door_spruce_lower.png + assets/minecraft/textures/blocks/door_spruce_upper.png + assets/minecraft/textures/blocks/door_wood_lower.png + assets/minecraft/textures/blocks/door_wood_upper.png + assets/minecraft/textures/blocks/double_plant_fern_bottom.png + assets/minecraft/textures/blocks/double_plant_fern_top.png + assets/minecraft/textures/blocks/double_plant_grass_bottom.png + assets/minecraft/textures/blocks/double_plant_grass_top.png + assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png + assets/minecraft/textures/blocks/double_plant_paeonia_top.png + assets/minecraft/textures/blocks/double_plant_rose_bottom.png + assets/minecraft/textures/blocks/double_plant_rose_top.png + assets/minecraft/textures/blocks/double_plant_sunflower_back.png + assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png + assets/minecraft/textures/blocks/double_plant_sunflower_front.png + assets/minecraft/textures/blocks/double_plant_sunflower_top.png + assets/minecraft/textures/blocks/double_plant_syringa_bottom.png + assets/minecraft/textures/blocks/double_plant_syringa_top.png + assets/minecraft/textures/blocks/dragon_egg.png + assets/minecraft/textures/blocks/dropper_front_horizontal.png + assets/minecraft/textures/blocks/dropper_front_vertical.png + assets/minecraft/textures/blocks/emerald_block.png + assets/minecraft/textures/blocks/emerald_ore.png + assets/minecraft/textures/blocks/enchanting_table_bottom.png + assets/minecraft/textures/blocks/enchanting_table_side.png + assets/minecraft/textures/blocks/enchanting_table_top.png + assets/minecraft/textures/blocks/end_bricks.png + assets/minecraft/textures/blocks/end_rod.png + assets/minecraft/textures/blocks/end_stone.png + assets/minecraft/textures/blocks/endframe_eye.png + assets/minecraft/textures/blocks/endframe_side.png + assets/minecraft/textures/blocks/endframe_top.png + assets/minecraft/textures/blocks/farmland_dry.png + assets/minecraft/textures/blocks/farmland_wet.png + assets/minecraft/textures/blocks/fern.png + assets/minecraft/textures/blocks/flower_allium.png + assets/minecraft/textures/blocks/flower_blue_orchid.png + assets/minecraft/textures/blocks/flower_dandelion.png + assets/minecraft/textures/blocks/flower_houstonia.png + assets/minecraft/textures/blocks/flower_oxeye_daisy.png + assets/minecraft/textures/blocks/flower_paeonia.png + assets/minecraft/textures/blocks/flower_pot.png + assets/minecraft/textures/blocks/flower_rose.png + assets/minecraft/textures/blocks/flower_tulip_orange.png + assets/minecraft/textures/blocks/flower_tulip_pink.png + assets/minecraft/textures/blocks/flower_tulip_red.png + assets/minecraft/textures/blocks/flower_tulip_white.png + assets/minecraft/textures/blocks/frosted_ice_0.png + assets/minecraft/textures/blocks/frosted_ice_1.png + assets/minecraft/textures/blocks/frosted_ice_2.png + assets/minecraft/textures/blocks/frosted_ice_3.png + assets/minecraft/textures/blocks/furnace_front_off.png + assets/minecraft/textures/blocks/furnace_front_on.png + assets/minecraft/textures/blocks/furnace_side.png + assets/minecraft/textures/blocks/furnace_top.png + assets/minecraft/textures/blocks/glass.png + assets/minecraft/textures/blocks/glass_black.png + assets/minecraft/textures/blocks/glass_blue.png + assets/minecraft/textures/blocks/glass_brown.png + assets/minecraft/textures/blocks/glass_cyan.png + assets/minecraft/textures/blocks/glass_gray.png + assets/minecraft/textures/blocks/glass_green.png + assets/minecraft/textures/blocks/glass_light_blue.png + assets/minecraft/textures/blocks/glass_lime.png + assets/minecraft/textures/blocks/glass_magenta.png + assets/minecraft/textures/blocks/glass_orange.png + assets/minecraft/textures/blocks/glass_pane_top.png + assets/minecraft/textures/blocks/glass_pane_top_black.png + assets/minecraft/textures/blocks/glass_pane_top_blue.png + assets/minecraft/textures/blocks/glass_pane_top_brown.png + assets/minecraft/textures/blocks/glass_pane_top_cyan.png + assets/minecraft/textures/blocks/glass_pane_top_gray.png + assets/minecraft/textures/blocks/glass_pane_top_green.png + assets/minecraft/textures/blocks/glass_pane_top_light_blue.png + assets/minecraft/textures/blocks/glass_pane_top_lime.png + assets/minecraft/textures/blocks/glass_pane_top_magenta.png + assets/minecraft/textures/blocks/glass_pane_top_orange.png + assets/minecraft/textures/blocks/glass_pane_top_pink.png + assets/minecraft/textures/blocks/glass_pane_top_purple.png + assets/minecraft/textures/blocks/glass_pane_top_red.png + assets/minecraft/textures/blocks/glass_pane_top_silver.png + assets/minecraft/textures/blocks/glass_pane_top_white.png + assets/minecraft/textures/blocks/glass_pane_top_yellow.png + assets/minecraft/textures/blocks/glass_pink.png + assets/minecraft/textures/blocks/glass_purple.png + assets/minecraft/textures/blocks/glass_red.png + assets/minecraft/textures/blocks/glass_silver.png + assets/minecraft/textures/blocks/glass_white.png + assets/minecraft/textures/blocks/glass_yellow.png + assets/minecraft/textures/blocks/glowstone.png + assets/minecraft/textures/blocks/gold_block.png + assets/minecraft/textures/blocks/gold_ore.png + assets/minecraft/textures/blocks/grass.png + assets/minecraft/textures/blocks/grass_path_side.png + assets/minecraft/textures/blocks/grass_path_top.png + assets/minecraft/textures/blocks/grass_side.png + assets/minecraft/textures/blocks/grass_side_overlay.png + assets/minecraft/textures/blocks/grass_side_snowed.png + assets/minecraft/textures/blocks/grass_top.png + assets/minecraft/textures/blocks/gravel.png + assets/minecraft/textures/blocks/hardened_clay.png + assets/minecraft/textures/blocks/hardened_clay_stained_black.png + assets/minecraft/textures/blocks/hardened_clay_stained_blue.png + assets/minecraft/textures/blocks/hardened_clay_stained_brown.png + assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png + assets/minecraft/textures/blocks/hardened_clay_stained_gray.png + assets/minecraft/textures/blocks/hardened_clay_stained_green.png + assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png + assets/minecraft/textures/blocks/hardened_clay_stained_lime.png + assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png + assets/minecraft/textures/blocks/hardened_clay_stained_orange.png + assets/minecraft/textures/blocks/hardened_clay_stained_pink.png + assets/minecraft/textures/blocks/hardened_clay_stained_purple.png + assets/minecraft/textures/blocks/hardened_clay_stained_red.png + assets/minecraft/textures/blocks/hardened_clay_stained_silver.png + assets/minecraft/textures/blocks/hardened_clay_stained_white.png + assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png + assets/minecraft/textures/blocks/hay_block_side.png + assets/minecraft/textures/blocks/hay_block_top.png + assets/minecraft/textures/blocks/hopper_inside.png + assets/minecraft/textures/blocks/hopper_outside.png + assets/minecraft/textures/blocks/hopper_top.png + assets/minecraft/textures/blocks/ice.png + assets/minecraft/textures/blocks/ice_packed.png + assets/minecraft/textures/blocks/iron_bars.png + assets/minecraft/textures/blocks/iron_block.png + assets/minecraft/textures/blocks/iron_ore.png + assets/minecraft/textures/blocks/iron_trapdoor.png + assets/minecraft/textures/blocks/itemframe_background.png + assets/minecraft/textures/blocks/jukebox_side.png + assets/minecraft/textures/blocks/jukebox_top.png + assets/minecraft/textures/blocks/ladder.png + assets/minecraft/textures/blocks/lapis_block.png + assets/minecraft/textures/blocks/lapis_ore.png + assets/minecraft/textures/blocks/leaves_acacia.png + assets/minecraft/textures/blocks/leaves_big_oak.png + assets/minecraft/textures/blocks/leaves_birch.png + assets/minecraft/textures/blocks/leaves_jungle.png + assets/minecraft/textures/blocks/leaves_oak.png + assets/minecraft/textures/blocks/leaves_spruce.png + assets/minecraft/textures/blocks/lever.png + assets/minecraft/textures/blocks/log_acacia.png + assets/minecraft/textures/blocks/log_acacia_top.png + assets/minecraft/textures/blocks/log_big_oak.png + assets/minecraft/textures/blocks/log_big_oak_top.png + assets/minecraft/textures/blocks/log_birch.png + assets/minecraft/textures/blocks/log_birch_top.png + assets/minecraft/textures/blocks/log_jungle.png + assets/minecraft/textures/blocks/log_jungle_top.png + assets/minecraft/textures/blocks/log_oak.png + assets/minecraft/textures/blocks/log_oak_top.png + assets/minecraft/textures/blocks/log_spruce.png + assets/minecraft/textures/blocks/log_spruce_top.png + assets/minecraft/textures/blocks/melon_side.png + assets/minecraft/textures/blocks/melon_stem_connected.png + assets/minecraft/textures/blocks/melon_stem_disconnected.png + assets/minecraft/textures/blocks/melon_top.png + assets/minecraft/textures/blocks/mob_spawner.png + assets/minecraft/textures/blocks/mushroom_block_inside.png + assets/minecraft/textures/blocks/mushroom_block_skin_brown.png + assets/minecraft/textures/blocks/mushroom_block_skin_red.png + assets/minecraft/textures/blocks/mushroom_block_skin_stem.png + assets/minecraft/textures/blocks/mushroom_brown.png + assets/minecraft/textures/blocks/mushroom_red.png + assets/minecraft/textures/blocks/mycelium_side.png + assets/minecraft/textures/blocks/mycelium_top.png + assets/minecraft/textures/blocks/nether_brick.png + assets/minecraft/textures/blocks/nether_wart_block.png + assets/minecraft/textures/blocks/nether_wart_stage_0.png + assets/minecraft/textures/blocks/nether_wart_stage_1.png + assets/minecraft/textures/blocks/nether_wart_stage_2.png + assets/minecraft/textures/blocks/netherrack.png + assets/minecraft/textures/blocks/noteblock.png + assets/minecraft/textures/blocks/observer_back.png + assets/minecraft/textures/blocks/observer_back_lit.png + assets/minecraft/textures/blocks/observer_front.png + assets/minecraft/textures/blocks/observer_side.png + assets/minecraft/textures/blocks/observer_top.png + assets/minecraft/textures/blocks/obsidian.png + assets/minecraft/textures/blocks/piston_bottom.png + assets/minecraft/textures/blocks/piston_inner.png + assets/minecraft/textures/blocks/piston_side.png + assets/minecraft/textures/blocks/piston_top_normal.png + assets/minecraft/textures/blocks/piston_top_sticky.png + assets/minecraft/textures/blocks/planks_acacia.png + assets/minecraft/textures/blocks/planks_big_oak.png + assets/minecraft/textures/blocks/planks_birch.png + assets/minecraft/textures/blocks/planks_jungle.png + assets/minecraft/textures/blocks/planks_oak.png + assets/minecraft/textures/blocks/planks_spruce.png + assets/minecraft/textures/blocks/potatoes_stage_0.png + assets/minecraft/textures/blocks/potatoes_stage_1.png + assets/minecraft/textures/blocks/potatoes_stage_2.png + assets/minecraft/textures/blocks/potatoes_stage_3.png + assets/minecraft/textures/blocks/prismarine_bricks.png + assets/minecraft/textures/blocks/prismarine_dark.png + assets/minecraft/textures/blocks/pumpkin_face_off.png + assets/minecraft/textures/blocks/pumpkin_face_on.png + assets/minecraft/textures/blocks/pumpkin_side.png + assets/minecraft/textures/blocks/pumpkin_stem_connected.png + assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png + assets/minecraft/textures/blocks/pumpkin_top.png + assets/minecraft/textures/blocks/purpur_block.png + assets/minecraft/textures/blocks/purpur_pillar.png + assets/minecraft/textures/blocks/purpur_pillar_top.png + assets/minecraft/textures/blocks/quartz_block_bottom.png + assets/minecraft/textures/blocks/quartz_block_chiseled.png + assets/minecraft/textures/blocks/quartz_block_chiseled_top.png + assets/minecraft/textures/blocks/quartz_block_lines.png + assets/minecraft/textures/blocks/quartz_block_lines_top.png + assets/minecraft/textures/blocks/quartz_block_side.png + assets/minecraft/textures/blocks/quartz_block_top.png + assets/minecraft/textures/blocks/quartz_ore.png + assets/minecraft/textures/blocks/rail_activator.png + assets/minecraft/textures/blocks/rail_activator_powered.png + assets/minecraft/textures/blocks/rail_detector.png + assets/minecraft/textures/blocks/rail_detector_powered.png + assets/minecraft/textures/blocks/rail_golden.png + assets/minecraft/textures/blocks/rail_golden_powered.png + assets/minecraft/textures/blocks/rail_normal.png + assets/minecraft/textures/blocks/rail_normal_turned.png + assets/minecraft/textures/blocks/red_nether_brick.png + assets/minecraft/textures/blocks/red_sand.png + assets/minecraft/textures/blocks/red_sandstone_bottom.png + assets/minecraft/textures/blocks/red_sandstone_carved.png + assets/minecraft/textures/blocks/red_sandstone_normal.png + assets/minecraft/textures/blocks/red_sandstone_smooth.png + assets/minecraft/textures/blocks/red_sandstone_top.png + assets/minecraft/textures/blocks/redstone_block.png + assets/minecraft/textures/blocks/redstone_dust_dot.png + assets/minecraft/textures/blocks/redstone_dust_line0.png + assets/minecraft/textures/blocks/redstone_dust_line1.png + assets/minecraft/textures/blocks/redstone_dust_overlay.png + assets/minecraft/textures/blocks/redstone_lamp_off.png + assets/minecraft/textures/blocks/redstone_lamp_on.png + assets/minecraft/textures/blocks/redstone_ore.png + assets/minecraft/textures/blocks/redstone_torch_off.png + assets/minecraft/textures/blocks/redstone_torch_on.png + assets/minecraft/textures/blocks/reeds.png + assets/minecraft/textures/blocks/repeater_off.png + assets/minecraft/textures/blocks/repeater_on.png + assets/minecraft/textures/blocks/sand.png + assets/minecraft/textures/blocks/sandstone_bottom.png + assets/minecraft/textures/blocks/sandstone_carved.png + assets/minecraft/textures/blocks/sandstone_normal.png + assets/minecraft/textures/blocks/sandstone_smooth.png + assets/minecraft/textures/blocks/sandstone_top.png + assets/minecraft/textures/blocks/sapling_acacia.png + assets/minecraft/textures/blocks/sapling_birch.png + assets/minecraft/textures/blocks/sapling_jungle.png + assets/minecraft/textures/blocks/sapling_oak.png + assets/minecraft/textures/blocks/sapling_roofed_oak.png + assets/minecraft/textures/blocks/sapling_spruce.png + assets/minecraft/textures/blocks/shulker_top_black.png + assets/minecraft/textures/blocks/shulker_top_blue.png + assets/minecraft/textures/blocks/shulker_top_brown.png + assets/minecraft/textures/blocks/shulker_top_cyan.png + assets/minecraft/textures/blocks/shulker_top_gray.png + assets/minecraft/textures/blocks/shulker_top_green.png + assets/minecraft/textures/blocks/shulker_top_light_blue.png + assets/minecraft/textures/blocks/shulker_top_lime.png + assets/minecraft/textures/blocks/shulker_top_magenta.png + assets/minecraft/textures/blocks/shulker_top_orange.png + assets/minecraft/textures/blocks/shulker_top_pink.png + assets/minecraft/textures/blocks/shulker_top_purple.png + assets/minecraft/textures/blocks/shulker_top_red.png + assets/minecraft/textures/blocks/shulker_top_silver.png + assets/minecraft/textures/blocks/shulker_top_white.png + assets/minecraft/textures/blocks/shulker_top_yellow.png + assets/minecraft/textures/blocks/slime.png + assets/minecraft/textures/blocks/snow.png + assets/minecraft/textures/blocks/soul_sand.png + assets/minecraft/textures/blocks/sponge.png + assets/minecraft/textures/blocks/sponge_wet.png + assets/minecraft/textures/blocks/stone.png + assets/minecraft/textures/blocks/stone_andesite.png + assets/minecraft/textures/blocks/stone_andesite_smooth.png + assets/minecraft/textures/blocks/stone_diorite.png + assets/minecraft/textures/blocks/stone_diorite_smooth.png + assets/minecraft/textures/blocks/stone_granite.png + assets/minecraft/textures/blocks/stone_granite_smooth.png + assets/minecraft/textures/blocks/stone_slab_side.png + assets/minecraft/textures/blocks/stone_slab_top.png + assets/minecraft/textures/blocks/stonebrick.png + assets/minecraft/textures/blocks/stonebrick_carved.png + assets/minecraft/textures/blocks/stonebrick_cracked.png + assets/minecraft/textures/blocks/stonebrick_mossy.png + assets/minecraft/textures/blocks/structure_block.png + assets/minecraft/textures/blocks/structure_block_corner.png + assets/minecraft/textures/blocks/structure_block_data.png + assets/minecraft/textures/blocks/structure_block_load.png + assets/minecraft/textures/blocks/structure_block_save.png + assets/minecraft/textures/blocks/tallgrass.png + assets/minecraft/textures/blocks/tallgrass_green.png + assets/minecraft/textures/blocks/tnt_bottom.png + assets/minecraft/textures/blocks/tnt_side.png + assets/minecraft/textures/blocks/tnt_top.png + assets/minecraft/textures/blocks/torch_on.png + assets/minecraft/textures/blocks/trapdoor.png + assets/minecraft/textures/blocks/trip_wire.png + assets/minecraft/textures/blocks/trip_wire_source.png + assets/minecraft/textures/blocks/vine.png + assets/minecraft/textures/blocks/water_overlay.png + assets/minecraft/textures/blocks/waterlily.png + assets/minecraft/textures/blocks/web.png + assets/minecraft/textures/blocks/wheat_stage_0.png + assets/minecraft/textures/blocks/wheat_stage_1.png + assets/minecraft/textures/blocks/wheat_stage_2.png + assets/minecraft/textures/blocks/wheat_stage_3.png + assets/minecraft/textures/blocks/wheat_stage_4.png + assets/minecraft/textures/blocks/wheat_stage_5.png + assets/minecraft/textures/blocks/wheat_stage_6.png + assets/minecraft/textures/blocks/wheat_stage_7.png + assets/minecraft/textures/blocks/wool_colored_black.png + assets/minecraft/textures/blocks/wool_colored_blue.png + assets/minecraft/textures/blocks/wool_colored_brown.png + assets/minecraft/textures/blocks/wool_colored_cyan.png + assets/minecraft/textures/blocks/wool_colored_gray.png + assets/minecraft/textures/blocks/wool_colored_green.png + assets/minecraft/textures/blocks/wool_colored_light_blue.png + assets/minecraft/textures/blocks/wool_colored_lime.png + assets/minecraft/textures/blocks/wool_colored_magenta.png + assets/minecraft/textures/blocks/wool_colored_orange.png + assets/minecraft/textures/blocks/wool_colored_pink.png + assets/minecraft/textures/blocks/wool_colored_purple.png + assets/minecraft/textures/blocks/wool_colored_red.png + assets/minecraft/textures/blocks/wool_colored_silver.png + assets/minecraft/textures/blocks/wool_colored_white.png + assets/minecraft/textures/blocks/wool_colored_yellow.png + assets/minecraft/textures/entity/beacon_beam.png + assets/minecraft/textures/entity/end_gateway_beam.png + assets/minecraft/textures/entity/enderdragon/dragon_fireball.png + assets/minecraft/textures/gui/options_background.png + assets/minecraft/textures/items/acacia_boat.png + assets/minecraft/textures/items/apple.png + assets/minecraft/textures/items/apple_golden.png + assets/minecraft/textures/items/arrow.png + assets/minecraft/textures/items/banner_overlay.png + assets/minecraft/textures/items/barrier.png + assets/minecraft/textures/items/bed.png + assets/minecraft/textures/items/beef_cooked.png + assets/minecraft/textures/items/beef_raw.png + assets/minecraft/textures/items/beetroot.png + assets/minecraft/textures/items/beetroot_seeds.png + assets/minecraft/textures/items/beetroot_soup.png + assets/minecraft/textures/items/birch_boat.png + assets/minecraft/textures/items/blaze_powder.png + assets/minecraft/textures/items/blaze_rod.png + assets/minecraft/textures/items/bone.png + assets/minecraft/textures/items/book_enchanted.png + assets/minecraft/textures/items/book_normal.png + assets/minecraft/textures/items/book_writable.png + assets/minecraft/textures/items/book_written.png + assets/minecraft/textures/items/bow_pulling_0.png + assets/minecraft/textures/items/bow_pulling_1.png + assets/minecraft/textures/items/bow_pulling_2.png + assets/minecraft/textures/items/bow_standby.png + assets/minecraft/textures/items/bowl.png + assets/minecraft/textures/items/bread.png + assets/minecraft/textures/items/brewing_stand.png + assets/minecraft/textures/items/brick.png + assets/minecraft/textures/items/broken_elytra.png + assets/minecraft/textures/items/bucket_empty.png + assets/minecraft/textures/items/bucket_lava.png + assets/minecraft/textures/items/bucket_milk.png + assets/minecraft/textures/items/bucket_water.png + assets/minecraft/textures/items/cake.png + assets/minecraft/textures/items/carrot.png + assets/minecraft/textures/items/carrot_golden.png + assets/minecraft/textures/items/carrot_on_a_stick.png + assets/minecraft/textures/items/cauldron.png + assets/minecraft/textures/items/chainmail_boots.png + assets/minecraft/textures/items/chainmail_chestplate.png + assets/minecraft/textures/items/chainmail_helmet.png + assets/minecraft/textures/items/chainmail_leggings.png + assets/minecraft/textures/items/charcoal.png + assets/minecraft/textures/items/chicken_cooked.png + assets/minecraft/textures/items/chicken_raw.png + assets/minecraft/textures/items/chorus_fruit.png + assets/minecraft/textures/items/chorus_fruit_popped.png + assets/minecraft/textures/items/clay_ball.png + assets/minecraft/textures/items/clock_00.png + assets/minecraft/textures/items/clock_01.png + assets/minecraft/textures/items/clock_02.png + assets/minecraft/textures/items/clock_03.png + assets/minecraft/textures/items/clock_04.png + assets/minecraft/textures/items/clock_05.png + assets/minecraft/textures/items/clock_06.png + assets/minecraft/textures/items/clock_07.png + assets/minecraft/textures/items/clock_08.png + assets/minecraft/textures/items/clock_09.png + assets/minecraft/textures/items/clock_10.png + assets/minecraft/textures/items/clock_11.png + assets/minecraft/textures/items/clock_12.png + assets/minecraft/textures/items/clock_13.png + assets/minecraft/textures/items/clock_14.png + assets/minecraft/textures/items/clock_15.png + assets/minecraft/textures/items/clock_16.png + assets/minecraft/textures/items/clock_17.png + assets/minecraft/textures/items/clock_18.png + assets/minecraft/textures/items/clock_19.png + assets/minecraft/textures/items/clock_20.png + assets/minecraft/textures/items/clock_21.png + assets/minecraft/textures/items/clock_22.png + assets/minecraft/textures/items/clock_23.png + assets/minecraft/textures/items/clock_24.png + assets/minecraft/textures/items/clock_25.png + assets/minecraft/textures/items/clock_26.png + assets/minecraft/textures/items/clock_27.png + assets/minecraft/textures/items/clock_28.png + assets/minecraft/textures/items/clock_29.png + assets/minecraft/textures/items/clock_30.png + assets/minecraft/textures/items/clock_31.png + assets/minecraft/textures/items/clock_32.png + assets/minecraft/textures/items/clock_33.png + assets/minecraft/textures/items/clock_34.png + assets/minecraft/textures/items/clock_35.png + assets/minecraft/textures/items/clock_36.png + assets/minecraft/textures/items/clock_37.png + assets/minecraft/textures/items/clock_38.png + assets/minecraft/textures/items/clock_39.png + assets/minecraft/textures/items/clock_40.png + assets/minecraft/textures/items/clock_41.png + assets/minecraft/textures/items/clock_42.png + assets/minecraft/textures/items/clock_43.png + assets/minecraft/textures/items/clock_44.png + assets/minecraft/textures/items/clock_45.png + assets/minecraft/textures/items/clock_46.png + assets/minecraft/textures/items/clock_47.png + assets/minecraft/textures/items/clock_48.png + assets/minecraft/textures/items/clock_49.png + assets/minecraft/textures/items/clock_50.png + assets/minecraft/textures/items/clock_51.png + assets/minecraft/textures/items/clock_52.png + assets/minecraft/textures/items/clock_53.png + assets/minecraft/textures/items/clock_54.png + assets/minecraft/textures/items/clock_55.png + assets/minecraft/textures/items/clock_56.png + assets/minecraft/textures/items/clock_57.png + assets/minecraft/textures/items/clock_58.png + assets/minecraft/textures/items/clock_59.png + assets/minecraft/textures/items/clock_60.png + assets/minecraft/textures/items/clock_61.png + assets/minecraft/textures/items/clock_62.png + assets/minecraft/textures/items/clock_63.png + assets/minecraft/textures/items/coal.png + assets/minecraft/textures/items/comparator.png + assets/minecraft/textures/items/compass_00.png + assets/minecraft/textures/items/compass_01.png + assets/minecraft/textures/items/compass_02.png + assets/minecraft/textures/items/compass_03.png + assets/minecraft/textures/items/compass_04.png + assets/minecraft/textures/items/compass_05.png + assets/minecraft/textures/items/compass_06.png + assets/minecraft/textures/items/compass_07.png + assets/minecraft/textures/items/compass_08.png + assets/minecraft/textures/items/compass_09.png + assets/minecraft/textures/items/compass_10.png + assets/minecraft/textures/items/compass_11.png + assets/minecraft/textures/items/compass_12.png + assets/minecraft/textures/items/compass_13.png + assets/minecraft/textures/items/compass_14.png + assets/minecraft/textures/items/compass_15.png + assets/minecraft/textures/items/compass_16.png + assets/minecraft/textures/items/compass_17.png + assets/minecraft/textures/items/compass_18.png + assets/minecraft/textures/items/compass_19.png + assets/minecraft/textures/items/compass_20.png + assets/minecraft/textures/items/compass_21.png + assets/minecraft/textures/items/compass_22.png + assets/minecraft/textures/items/compass_23.png + assets/minecraft/textures/items/compass_24.png + assets/minecraft/textures/items/compass_25.png + assets/minecraft/textures/items/compass_26.png + assets/minecraft/textures/items/compass_27.png + assets/minecraft/textures/items/compass_28.png + assets/minecraft/textures/items/compass_29.png + assets/minecraft/textures/items/compass_30.png + assets/minecraft/textures/items/compass_31.png + assets/minecraft/textures/items/cookie.png + assets/minecraft/textures/items/dark_oak_boat.png + assets/minecraft/textures/items/diamond.png + assets/minecraft/textures/items/diamond_axe.png + assets/minecraft/textures/items/diamond_boots.png + assets/minecraft/textures/items/diamond_chestplate.png + assets/minecraft/textures/items/diamond_helmet.png + assets/minecraft/textures/items/diamond_hoe.png + assets/minecraft/textures/items/diamond_horse_armor.png + assets/minecraft/textures/items/diamond_leggings.png + assets/minecraft/textures/items/diamond_pickaxe.png + assets/minecraft/textures/items/diamond_shovel.png + assets/minecraft/textures/items/diamond_sword.png + assets/minecraft/textures/items/door_acacia.png + assets/minecraft/textures/items/door_birch.png + assets/minecraft/textures/items/door_dark_oak.png + assets/minecraft/textures/items/door_iron.png + assets/minecraft/textures/items/door_jungle.png + assets/minecraft/textures/items/door_spruce.png + assets/minecraft/textures/items/door_wood.png + assets/minecraft/textures/items/dragon_breath.png + assets/minecraft/textures/items/dye_powder_black.png + assets/minecraft/textures/items/dye_powder_blue.png + assets/minecraft/textures/items/dye_powder_brown.png + assets/minecraft/textures/items/dye_powder_cyan.png + assets/minecraft/textures/items/dye_powder_gray.png + assets/minecraft/textures/items/dye_powder_green.png + assets/minecraft/textures/items/dye_powder_light_blue.png + assets/minecraft/textures/items/dye_powder_lime.png + assets/minecraft/textures/items/dye_powder_magenta.png + assets/minecraft/textures/items/dye_powder_orange.png + assets/minecraft/textures/items/dye_powder_pink.png + assets/minecraft/textures/items/dye_powder_purple.png + assets/minecraft/textures/items/dye_powder_red.png + assets/minecraft/textures/items/dye_powder_silver.png + assets/minecraft/textures/items/dye_powder_white.png + assets/minecraft/textures/items/dye_powder_yellow.png + assets/minecraft/textures/items/egg.png + assets/minecraft/textures/items/elytra.png + assets/minecraft/textures/items/emerald.png + assets/minecraft/textures/items/empty_armor_slot_boots.png + assets/minecraft/textures/items/empty_armor_slot_chestplate.png + assets/minecraft/textures/items/empty_armor_slot_helmet.png + assets/minecraft/textures/items/empty_armor_slot_leggings.png + assets/minecraft/textures/items/empty_armor_slot_shield.png + assets/minecraft/textures/items/end_crystal.png + assets/minecraft/textures/items/ender_eye.png + assets/minecraft/textures/items/ender_pearl.png + assets/minecraft/textures/items/experience_bottle.png + assets/minecraft/textures/items/feather.png + assets/minecraft/textures/items/fireball.png + assets/minecraft/textures/items/fireworks.png + assets/minecraft/textures/items/fireworks_charge.png + assets/minecraft/textures/items/fireworks_charge_overlay.png + assets/minecraft/textures/items/fish_clownfish_raw.png + assets/minecraft/textures/items/fish_cod_cooked.png + assets/minecraft/textures/items/fish_cod_raw.png + assets/minecraft/textures/items/fish_pufferfish_raw.png + assets/minecraft/textures/items/fish_salmon_cooked.png + assets/minecraft/textures/items/fish_salmon_raw.png + assets/minecraft/textures/items/fishing_rod_cast.png + assets/minecraft/textures/items/fishing_rod_uncast.png + assets/minecraft/textures/items/flint.png + assets/minecraft/textures/items/flint_and_steel.png + assets/minecraft/textures/items/flower_pot.png + assets/minecraft/textures/items/ghast_tear.png + assets/minecraft/textures/items/glowstone_dust.png + assets/minecraft/textures/items/gold_axe.png + assets/minecraft/textures/items/gold_boots.png + assets/minecraft/textures/items/gold_chestplate.png + assets/minecraft/textures/items/gold_helmet.png + assets/minecraft/textures/items/gold_hoe.png + assets/minecraft/textures/items/gold_horse_armor.png + assets/minecraft/textures/items/gold_ingot.png + assets/minecraft/textures/items/gold_leggings.png + assets/minecraft/textures/items/gold_nugget.png + assets/minecraft/textures/items/gold_pickaxe.png + assets/minecraft/textures/items/gold_shovel.png + assets/minecraft/textures/items/gold_sword.png + assets/minecraft/textures/items/gunpowder.png + assets/minecraft/textures/items/hopper.png + assets/minecraft/textures/items/iron_axe.png + assets/minecraft/textures/items/iron_boots.png + assets/minecraft/textures/items/iron_chestplate.png + assets/minecraft/textures/items/iron_helmet.png + assets/minecraft/textures/items/iron_hoe.png + assets/minecraft/textures/items/iron_horse_armor.png + assets/minecraft/textures/items/iron_ingot.png + assets/minecraft/textures/items/iron_leggings.png + assets/minecraft/textures/items/iron_nugget.png + assets/minecraft/textures/items/iron_pickaxe.png + assets/minecraft/textures/items/iron_shovel.png + assets/minecraft/textures/items/iron_sword.png + assets/minecraft/textures/items/item_frame.png + assets/minecraft/textures/items/jungle_boat.png + assets/minecraft/textures/items/lead.png + assets/minecraft/textures/items/leather.png + assets/minecraft/textures/items/leather_boots.png + assets/minecraft/textures/items/leather_boots_overlay.png + assets/minecraft/textures/items/leather_chestplate.png + assets/minecraft/textures/items/leather_chestplate_overlay.png + assets/minecraft/textures/items/leather_helmet.png + assets/minecraft/textures/items/leather_helmet_overlay.png + assets/minecraft/textures/items/leather_leggings.png + assets/minecraft/textures/items/leather_leggings_overlay.png + assets/minecraft/textures/items/magma_cream.png + assets/minecraft/textures/items/map_empty.png + assets/minecraft/textures/items/map_filled.png + assets/minecraft/textures/items/map_filled_markings.png + assets/minecraft/textures/items/melon.png + assets/minecraft/textures/items/melon_speckled.png + assets/minecraft/textures/items/minecart_chest.png + assets/minecraft/textures/items/minecart_command_block.png + assets/minecraft/textures/items/minecart_furnace.png + assets/minecraft/textures/items/minecart_hopper.png + assets/minecraft/textures/items/minecart_normal.png + assets/minecraft/textures/items/minecart_tnt.png + assets/minecraft/textures/items/mushroom_stew.png + assets/minecraft/textures/items/mutton_cooked.png + assets/minecraft/textures/items/mutton_raw.png + assets/minecraft/textures/items/name_tag.png + assets/minecraft/textures/items/nether_star.png + assets/minecraft/textures/items/nether_wart.png + assets/minecraft/textures/items/netherbrick.png + assets/minecraft/textures/items/oak_boat.png + assets/minecraft/textures/items/painting.png + assets/minecraft/textures/items/paper.png + assets/minecraft/textures/items/porkchop_cooked.png + assets/minecraft/textures/items/porkchop_raw.png + assets/minecraft/textures/items/potato.png + assets/minecraft/textures/items/potato_baked.png + assets/minecraft/textures/items/potato_poisonous.png + assets/minecraft/textures/items/potion_bottle_drinkable.png + assets/minecraft/textures/items/potion_bottle_empty.png + assets/minecraft/textures/items/potion_bottle_lingering.png + assets/minecraft/textures/items/potion_bottle_splash.png + assets/minecraft/textures/items/potion_overlay.png + assets/minecraft/textures/items/prismarine_crystals.png + assets/minecraft/textures/items/prismarine_shard.png + assets/minecraft/textures/items/pumpkin_pie.png + assets/minecraft/textures/items/quartz.png + assets/minecraft/textures/items/rabbit_cooked.png + assets/minecraft/textures/items/rabbit_foot.png + assets/minecraft/textures/items/rabbit_hide.png + assets/minecraft/textures/items/rabbit_raw.png + assets/minecraft/textures/items/rabbit_stew.png + assets/minecraft/textures/items/record_11.png + assets/minecraft/textures/items/record_13.png + assets/minecraft/textures/items/record_blocks.png + assets/minecraft/textures/items/record_cat.png + assets/minecraft/textures/items/record_chirp.png + assets/minecraft/textures/items/record_far.png + assets/minecraft/textures/items/record_mall.png + assets/minecraft/textures/items/record_mellohi.png + assets/minecraft/textures/items/record_stal.png + assets/minecraft/textures/items/record_strad.png + assets/minecraft/textures/items/record_wait.png + assets/minecraft/textures/items/record_ward.png + assets/minecraft/textures/items/redstone_dust.png + assets/minecraft/textures/items/reeds.png + assets/minecraft/textures/items/repeater.png + assets/minecraft/textures/items/rotten_flesh.png + assets/minecraft/textures/items/ruby.png + assets/minecraft/textures/items/saddle.png + assets/minecraft/textures/items/seeds_melon.png + assets/minecraft/textures/items/seeds_pumpkin.png + assets/minecraft/textures/items/seeds_wheat.png + assets/minecraft/textures/items/shears.png + assets/minecraft/textures/items/shulker_shell.png + assets/minecraft/textures/items/sign.png + assets/minecraft/textures/items/slimeball.png + assets/minecraft/textures/items/snowball.png + assets/minecraft/textures/items/spawn_egg.png + assets/minecraft/textures/items/spawn_egg_overlay.png + assets/minecraft/textures/items/spectral_arrow.png + assets/minecraft/textures/items/spider_eye.png + assets/minecraft/textures/items/spider_eye_fermented.png + assets/minecraft/textures/items/spruce_boat.png + assets/minecraft/textures/items/stick.png + assets/minecraft/textures/items/stone_axe.png + assets/minecraft/textures/items/stone_hoe.png + assets/minecraft/textures/items/stone_pickaxe.png + assets/minecraft/textures/items/stone_shovel.png + assets/minecraft/textures/items/stone_sword.png + assets/minecraft/textures/items/string.png + assets/minecraft/textures/items/structure_void.png + assets/minecraft/textures/items/sugar.png + assets/minecraft/textures/items/tipped_arrow_base.png + assets/minecraft/textures/items/tipped_arrow_head.png + assets/minecraft/textures/items/totem.png + assets/minecraft/textures/items/wheat.png + assets/minecraft/textures/items/wood_axe.png + assets/minecraft/textures/items/wood_hoe.png + assets/minecraft/textures/items/wood_pickaxe.png + assets/minecraft/textures/items/wood_shovel.png + assets/minecraft/textures/items/wood_sword.png + assets/minecraft/textures/items/wooden_armorstand.png + assets/minecraft/textures/misc/forcefield.png + assets/minecraft/textures/misc/underwater.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 4,4,8,8 + scale9Paddings + 4,4,8,8 + scale9FromFile + + + assets/minecraft/textures/blocks/chain_command_block_back.png + assets/minecraft/textures/blocks/chain_command_block_conditional.png + assets/minecraft/textures/blocks/chain_command_block_front.png + assets/minecraft/textures/blocks/chain_command_block_side.png + assets/minecraft/textures/blocks/command_block_back.png + assets/minecraft/textures/blocks/command_block_conditional.png + assets/minecraft/textures/blocks/command_block_front.png + assets/minecraft/textures/blocks/command_block_side.png + assets/minecraft/textures/blocks/prismarine_rough.png + assets/minecraft/textures/blocks/repeating_command_block_back.png + assets/minecraft/textures/blocks/repeating_command_block_conditional.png + assets/minecraft/textures/blocks/repeating_command_block_front.png + assets/minecraft/textures/blocks/repeating_command_block_side.png + assets/minecraft/textures/gui/stream_indicator.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 4,16,8,32 + scale9Paddings + 4,16,8,32 + scale9FromFile + + + assets/minecraft/textures/blocks/fire_layer_0.png + assets/minecraft/textures/blocks/fire_layer_1.png + assets/minecraft/textures/blocks/portal.png + assets/minecraft/textures/blocks/water_still.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 4,128,8,256 + scale9Paddings + 4,128,8,256 + scale9FromFile + + + assets/minecraft/textures/blocks/lava_flow.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 8,128,16,256 + scale9Paddings + 8,128,16,256 + scale9FromFile + + + assets/minecraft/textures/blocks/lava_still.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 4,80,8,160 + scale9Paddings + 4,80,8,160 + scale9FromFile + + + assets/minecraft/textures/blocks/magma.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 4,12,8,24 + scale9Paddings + 4,12,8,24 + scale9FromFile + + + assets/minecraft/textures/blocks/sea_lantern.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 4,20,8,40 + scale9Paddings + 4,20,8,40 + scale9FromFile + + + assets/minecraft/textures/blocks/water_flow.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 8,256,16,512 + scale9Paddings + 8,256,16,512 + scale9FromFile + + + assets/minecraft/textures/colormap/foliage.png + assets/minecraft/textures/colormap/grass.png + assets/minecraft/textures/entity/end_portal.png + assets/minecraft/textures/entity/enderdragon/dragon.png + assets/minecraft/textures/entity/enderdragon/dragon_exploding.png + assets/minecraft/textures/entity/enderdragon/dragon_eyes.png + assets/minecraft/textures/environment/clouds.png + assets/minecraft/textures/gui/achievement/achievement_background.png + assets/minecraft/textures/gui/achievement/achievement_icons.png + assets/minecraft/textures/gui/bars.png + assets/minecraft/textures/gui/book.png + assets/minecraft/textures/gui/container/anvil.png + assets/minecraft/textures/gui/container/beacon.png + assets/minecraft/textures/gui/container/brewing_stand.png + assets/minecraft/textures/gui/container/crafting_table.png + assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png + assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png + assets/minecraft/textures/gui/container/creative_inventory/tab_items.png + assets/minecraft/textures/gui/container/creative_inventory/tabs.png + assets/minecraft/textures/gui/container/dispenser.png + assets/minecraft/textures/gui/container/enchanting_table.png + assets/minecraft/textures/gui/container/furnace.png + assets/minecraft/textures/gui/container/generic_54.png + assets/minecraft/textures/gui/container/hopper.png + assets/minecraft/textures/gui/container/horse.png + assets/minecraft/textures/gui/container/inventory.png + assets/minecraft/textures/gui/container/shulker_box.png + assets/minecraft/textures/gui/container/villager.png + assets/minecraft/textures/gui/demo_background.png + assets/minecraft/textures/gui/icons.png + assets/minecraft/textures/gui/presets/chaos.png + assets/minecraft/textures/gui/presets/delight.png + assets/minecraft/textures/gui/presets/drought.png + assets/minecraft/textures/gui/presets/isles.png + assets/minecraft/textures/gui/presets/luck.png + assets/minecraft/textures/gui/presets/madness.png + assets/minecraft/textures/gui/presets/water.png + assets/minecraft/textures/gui/resource_packs.png + assets/minecraft/textures/gui/server_selection.png + assets/minecraft/textures/gui/spectator_widgets.png + assets/minecraft/textures/gui/title/background/panorama_0.png + assets/minecraft/textures/gui/title/background/panorama_1.png + assets/minecraft/textures/gui/title/background/panorama_2.png + assets/minecraft/textures/gui/title/background/panorama_3.png + assets/minecraft/textures/gui/title/background/panorama_4.png + assets/minecraft/textures/gui/title/background/panorama_5.png + assets/minecraft/textures/gui/title/minecraft.png + assets/minecraft/textures/gui/title/mojang.png + assets/minecraft/textures/gui/widgets.png + assets/minecraft/textures/gui/world_selection.png + assets/minecraft/textures/misc/pumpkinblur.png + assets/minecraft/textures/misc/vignette.png + assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 64,64,128,128 + scale9Paddings + 64,64,128,128 + scale9FromFile + + + assets/minecraft/textures/effect/dither.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 1,1,2,2 + scale9Paddings + 1,1,2,2 + scale9FromFile + + + assets/minecraft/textures/entity/alex.png + assets/minecraft/textures/entity/armorstand/wood.png + assets/minecraft/textures/entity/banner/base.png + assets/minecraft/textures/entity/banner/border.png + assets/minecraft/textures/entity/banner/bricks.png + assets/minecraft/textures/entity/banner/circle.png + assets/minecraft/textures/entity/banner/creeper.png + assets/minecraft/textures/entity/banner/cross.png + assets/minecraft/textures/entity/banner/curly_border.png + assets/minecraft/textures/entity/banner/diagonal_left.png + assets/minecraft/textures/entity/banner/diagonal_right.png + assets/minecraft/textures/entity/banner/diagonal_up_left.png + assets/minecraft/textures/entity/banner/diagonal_up_right.png + assets/minecraft/textures/entity/banner/flower.png + assets/minecraft/textures/entity/banner/gradient.png + assets/minecraft/textures/entity/banner/gradient_up.png + assets/minecraft/textures/entity/banner/half_horizontal.png + assets/minecraft/textures/entity/banner/half_horizontal_bottom.png + assets/minecraft/textures/entity/banner/half_vertical.png + assets/minecraft/textures/entity/banner/half_vertical_right.png + assets/minecraft/textures/entity/banner/mojang.png + assets/minecraft/textures/entity/banner/rhombus.png + assets/minecraft/textures/entity/banner/skull.png + assets/minecraft/textures/entity/banner/small_stripes.png + assets/minecraft/textures/entity/banner/square_bottom_left.png + assets/minecraft/textures/entity/banner/square_bottom_right.png + assets/minecraft/textures/entity/banner/square_top_left.png + assets/minecraft/textures/entity/banner/square_top_right.png + assets/minecraft/textures/entity/banner/straight_cross.png + assets/minecraft/textures/entity/banner/stripe_bottom.png + assets/minecraft/textures/entity/banner/stripe_center.png + assets/minecraft/textures/entity/banner/stripe_downleft.png + assets/minecraft/textures/entity/banner/stripe_downright.png + assets/minecraft/textures/entity/banner/stripe_left.png + assets/minecraft/textures/entity/banner/stripe_middle.png + assets/minecraft/textures/entity/banner/stripe_right.png + assets/minecraft/textures/entity/banner/stripe_top.png + assets/minecraft/textures/entity/banner/triangle_bottom.png + assets/minecraft/textures/entity/banner/triangle_top.png + assets/minecraft/textures/entity/banner/triangles_bottom.png + assets/minecraft/textures/entity/banner/triangles_top.png + assets/minecraft/textures/entity/banner_base.png + assets/minecraft/textures/entity/bat.png + assets/minecraft/textures/entity/chest/christmas.png + assets/minecraft/textures/entity/chest/ender.png + assets/minecraft/textures/entity/chest/normal.png + assets/minecraft/textures/entity/chest/trapped.png + assets/minecraft/textures/entity/experience_orb.png + assets/minecraft/textures/entity/guardian.png + assets/minecraft/textures/entity/guardian_elder.png + assets/minecraft/textures/entity/illager/evoker.png + assets/minecraft/textures/entity/illager/vex.png + assets/minecraft/textures/entity/illager/vex_charging.png + assets/minecraft/textures/entity/illager/vindicator.png + assets/minecraft/textures/entity/shield/base.png + assets/minecraft/textures/entity/shield/border.png + assets/minecraft/textures/entity/shield/bricks.png + assets/minecraft/textures/entity/shield/circle.png + assets/minecraft/textures/entity/shield/creeper.png + assets/minecraft/textures/entity/shield/cross.png + assets/minecraft/textures/entity/shield/curly_border.png + assets/minecraft/textures/entity/shield/diagonal_left.png + assets/minecraft/textures/entity/shield/diagonal_right.png + assets/minecraft/textures/entity/shield/diagonal_up_left.png + assets/minecraft/textures/entity/shield/diagonal_up_right.png + assets/minecraft/textures/entity/shield/flower.png + assets/minecraft/textures/entity/shield/gradient.png + assets/minecraft/textures/entity/shield/gradient_up.png + assets/minecraft/textures/entity/shield/half_horizontal.png + assets/minecraft/textures/entity/shield/half_horizontal_bottom.png + assets/minecraft/textures/entity/shield/half_vertical.png + assets/minecraft/textures/entity/shield/half_vertical_right.png + assets/minecraft/textures/entity/shield/mojang.png + assets/minecraft/textures/entity/shield/rhombus.png + assets/minecraft/textures/entity/shield/skull.png + assets/minecraft/textures/entity/shield/small_stripes.png + assets/minecraft/textures/entity/shield/square_bottom_left.png + assets/minecraft/textures/entity/shield/square_bottom_right.png + assets/minecraft/textures/entity/shield/square_top_left.png + assets/minecraft/textures/entity/shield/square_top_right.png + assets/minecraft/textures/entity/shield/straight_cross.png + assets/minecraft/textures/entity/shield/stripe_bottom.png + assets/minecraft/textures/entity/shield/stripe_center.png + assets/minecraft/textures/entity/shield/stripe_downleft.png + assets/minecraft/textures/entity/shield/stripe_downright.png + assets/minecraft/textures/entity/shield/stripe_left.png + assets/minecraft/textures/entity/shield/stripe_middle.png + assets/minecraft/textures/entity/shield/stripe_right.png + assets/minecraft/textures/entity/shield/stripe_top.png + assets/minecraft/textures/entity/shield/triangle_bottom.png + assets/minecraft/textures/entity/shield/triangle_top.png + assets/minecraft/textures/entity/shield/triangles_bottom.png + assets/minecraft/textures/entity/shield/triangles_top.png + assets/minecraft/textures/entity/shield_base.png + assets/minecraft/textures/entity/shield_base_nopattern.png + assets/minecraft/textures/entity/shulker/shulker_black.png + assets/minecraft/textures/entity/shulker/shulker_blue.png + assets/minecraft/textures/entity/shulker/shulker_brown.png + assets/minecraft/textures/entity/shulker/shulker_cyan.png + assets/minecraft/textures/entity/shulker/shulker_gray.png + assets/minecraft/textures/entity/shulker/shulker_green.png + assets/minecraft/textures/entity/shulker/shulker_light_blue.png + assets/minecraft/textures/entity/shulker/shulker_lime.png + assets/minecraft/textures/entity/shulker/shulker_magenta.png + assets/minecraft/textures/entity/shulker/shulker_orange.png + assets/minecraft/textures/entity/shulker/shulker_pink.png + assets/minecraft/textures/entity/shulker/shulker_purple.png + assets/minecraft/textures/entity/shulker/shulker_red.png + assets/minecraft/textures/entity/shulker/shulker_silver.png + assets/minecraft/textures/entity/shulker/shulker_white.png + assets/minecraft/textures/entity/shulker/shulker_yellow.png + assets/minecraft/textures/entity/snowman.png + assets/minecraft/textures/entity/steve.png + assets/minecraft/textures/entity/villager/butcher.png + assets/minecraft/textures/entity/villager/farmer.png + assets/minecraft/textures/entity/villager/librarian.png + assets/minecraft/textures/entity/villager/priest.png + assets/minecraft/textures/entity/villager/smith.png + assets/minecraft/textures/entity/villager/villager.png + assets/minecraft/textures/entity/wither/wither.png + assets/minecraft/textures/entity/wither/wither_armor.png + assets/minecraft/textures/entity/wither/wither_invulnerable.png + assets/minecraft/textures/entity/zombie/husk.png + assets/minecraft/textures/entity/zombie/zombie.png + assets/minecraft/textures/entity/zombie/zombie_villager.png + assets/minecraft/textures/entity/zombie_pigman.png + assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png + assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png + assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png + assets/minecraft/textures/entity/zombie_villager/zombie_priest.png + assets/minecraft/textures/entity/zombie_villager/zombie_smith.png + assets/minecraft/textures/entity/zombie_villager/zombie_villager.png + assets/minecraft/textures/map/map_background.png + assets/minecraft/textures/misc/enchanted_item_glint.png + assets/minecraft/textures/misc/shadow.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 16,16,32,32 + scale9Paddings + 16,16,32,32 + scale9FromFile + + + assets/minecraft/textures/entity/arrow.png + assets/minecraft/textures/entity/guardian_beam.png + assets/minecraft/textures/entity/lead_knot.png + assets/minecraft/textures/entity/projectiles/arrow.png + assets/minecraft/textures/entity/projectiles/spectral_arrow.png + assets/minecraft/textures/entity/projectiles/tipped_arrow.png + assets/minecraft/textures/environment/sun.png + assets/minecraft/textures/map/map_icons.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 8,8,16,16 + scale9Paddings + 8,8,16,16 + scale9FromFile + + + assets/minecraft/textures/entity/bear/polarbear.png + assets/minecraft/textures/entity/boat/boat_acacia.png + assets/minecraft/textures/entity/boat/boat_birch.png + assets/minecraft/textures/entity/boat/boat_darkoak.png + assets/minecraft/textures/entity/boat/boat_jungle.png + assets/minecraft/textures/entity/boat/boat_oak.png + assets/minecraft/textures/entity/boat/boat_spruce.png + assets/minecraft/textures/entity/chest/christmas_double.png + assets/minecraft/textures/entity/chest/normal_double.png + assets/minecraft/textures/entity/chest/trapped_double.png + assets/minecraft/textures/entity/endercrystal/endercrystal.png + assets/minecraft/textures/entity/llama/decor/decor_black.png + assets/minecraft/textures/entity/llama/decor/decor_blue.png + assets/minecraft/textures/entity/llama/decor/decor_brown.png + assets/minecraft/textures/entity/llama/decor/decor_cyan.png + assets/minecraft/textures/entity/llama/decor/decor_gray.png + assets/minecraft/textures/entity/llama/decor/decor_green.png + assets/minecraft/textures/entity/llama/decor/decor_light_blue.png + assets/minecraft/textures/entity/llama/decor/decor_lime.png + assets/minecraft/textures/entity/llama/decor/decor_magenta.png + assets/minecraft/textures/entity/llama/decor/decor_orange.png + assets/minecraft/textures/entity/llama/decor/decor_pink.png + assets/minecraft/textures/entity/llama/decor/decor_purple.png + assets/minecraft/textures/entity/llama/decor/decor_red.png + assets/minecraft/textures/entity/llama/decor/decor_silver.png + assets/minecraft/textures/entity/llama/decor/decor_white.png + assets/minecraft/textures/entity/llama/decor/decor_yellow.png + assets/minecraft/textures/entity/llama/llama.png + assets/minecraft/textures/entity/llama/llama_brown.png + assets/minecraft/textures/entity/llama/llama_creamy.png + assets/minecraft/textures/entity/llama/llama_gray.png + assets/minecraft/textures/entity/llama/llama_white.png + assets/minecraft/textures/environment/moon_phases.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 32,16,64,32 + scale9Paddings + 32,16,64,32 + scale9FromFile + + + assets/minecraft/textures/entity/blaze.png + assets/minecraft/textures/entity/cat/black.png + assets/minecraft/textures/entity/cat/ocelot.png + assets/minecraft/textures/entity/cat/red.png + assets/minecraft/textures/entity/cat/siamese.png + assets/minecraft/textures/entity/chicken.png + assets/minecraft/textures/entity/cow/cow.png + assets/minecraft/textures/entity/cow/mooshroom.png + assets/minecraft/textures/entity/creeper/creeper.png + assets/minecraft/textures/entity/creeper/creeper_armor.png + assets/minecraft/textures/entity/elytra.png + assets/minecraft/textures/entity/enchanting_table_book.png + assets/minecraft/textures/entity/enderman/enderman.png + assets/minecraft/textures/entity/enderman/enderman_eyes.png + assets/minecraft/textures/entity/endermite.png + assets/minecraft/textures/entity/ghast/ghast.png + assets/minecraft/textures/entity/ghast/ghast_shooting.png + assets/minecraft/textures/entity/illager/fangs.png + assets/minecraft/textures/entity/llama/spit.png + assets/minecraft/textures/entity/minecart.png + assets/minecraft/textures/entity/pig/pig.png + assets/minecraft/textures/entity/pig/pig_saddle.png + assets/minecraft/textures/entity/rabbit/black.png + assets/minecraft/textures/entity/rabbit/brown.png + assets/minecraft/textures/entity/rabbit/caerbannog.png + assets/minecraft/textures/entity/rabbit/gold.png + assets/minecraft/textures/entity/rabbit/salt.png + assets/minecraft/textures/entity/rabbit/toast.png + assets/minecraft/textures/entity/rabbit/white.png + assets/minecraft/textures/entity/rabbit/white_splotched.png + assets/minecraft/textures/entity/sheep/sheep.png + assets/minecraft/textures/entity/sheep/sheep_fur.png + assets/minecraft/textures/entity/shulker/spark.png + assets/minecraft/textures/entity/sign.png + assets/minecraft/textures/entity/silverfish.png + assets/minecraft/textures/entity/skeleton/skeleton.png + assets/minecraft/textures/entity/skeleton/stray.png + assets/minecraft/textures/entity/skeleton/stray_overlay.png + assets/minecraft/textures/entity/skeleton/wither_skeleton.png + assets/minecraft/textures/entity/slime/magmacube.png + assets/minecraft/textures/entity/slime/slime.png + assets/minecraft/textures/entity/spider/cave_spider.png + assets/minecraft/textures/entity/spider/spider.png + assets/minecraft/textures/entity/spider_eyes.png + assets/minecraft/textures/entity/squid.png + assets/minecraft/textures/entity/wolf/wolf.png + assets/minecraft/textures/entity/wolf/wolf_angry.png + assets/minecraft/textures/entity/wolf/wolf_collar.png + assets/minecraft/textures/entity/wolf/wolf_tame.png + assets/minecraft/textures/models/armor/chainmail_layer_1.png + assets/minecraft/textures/models/armor/chainmail_layer_2.png + assets/minecraft/textures/models/armor/diamond_layer_1.png + assets/minecraft/textures/models/armor/diamond_layer_2.png + assets/minecraft/textures/models/armor/gold_layer_1.png + assets/minecraft/textures/models/armor/gold_layer_2.png + assets/minecraft/textures/models/armor/iron_layer_1.png + assets/minecraft/textures/models/armor/iron_layer_2.png + assets/minecraft/textures/models/armor/leather_layer_1.png + assets/minecraft/textures/models/armor/leather_layer_1_overlay.png + assets/minecraft/textures/models/armor/leather_layer_2.png + assets/minecraft/textures/models/armor/leather_layer_2_overlay.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 16,8,32,16 + scale9Paddings + 16,8,32,16 + scale9FromFile + + + assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 4,64,8,128 + scale9Paddings + 4,64,8,128 + scale9FromFile + + + assets/minecraft/textures/entity/explosion.png + assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png + assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png + assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png + assets/minecraft/textures/entity/horse/donkey.png + assets/minecraft/textures/entity/horse/horse_black.png + assets/minecraft/textures/entity/horse/horse_brown.png + assets/minecraft/textures/entity/horse/horse_chestnut.png + assets/minecraft/textures/entity/horse/horse_creamy.png + assets/minecraft/textures/entity/horse/horse_darkbrown.png + assets/minecraft/textures/entity/horse/horse_gray.png + assets/minecraft/textures/entity/horse/horse_markings_blackdots.png + assets/minecraft/textures/entity/horse/horse_markings_white.png + assets/minecraft/textures/entity/horse/horse_markings_whitedots.png + assets/minecraft/textures/entity/horse/horse_markings_whitefield.png + assets/minecraft/textures/entity/horse/horse_skeleton.png + assets/minecraft/textures/entity/horse/horse_white.png + assets/minecraft/textures/entity/horse/horse_zombie.png + assets/minecraft/textures/entity/horse/mule.png + assets/minecraft/textures/entity/iron_golem.png + assets/minecraft/textures/environment/end_sky.png + assets/minecraft/textures/gui/container/stats_icons.png + assets/minecraft/textures/misc/unknown_pack.png + assets/minecraft/textures/misc/unknown_server.png + assets/minecraft/textures/particle/particles.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 32,32,64,64 + scale9Paddings + 32,32,64,64 + scale9FromFile + + + assets/minecraft/textures/entity/sweep.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 32,8,64,16 + scale9Paddings + 32,8,64,16 + scale9FromFile + + + assets/minecraft/textures/entity/witch.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 16,32,32,64 + scale9Paddings + 16,32,32,64 + scale9FromFile + + + assets/minecraft/textures/environment/rain.png + assets/minecraft/textures/environment/snow.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 16,64,32,128 + scale9Paddings + 16,64,32,128 + scale9FromFile + + + assets/minecraft/textures/particle/footprint.png + + pivotPoint + 0.5,0.5 + scale9Enabled + + scale9Borders + 2,2,4,4 + scale9Paddings + 2,2,4,4 + scale9FromFile + + + + fileList + + assets/minecraft/textures + + ignoreFileList + + replaceList + + ignoredWarnings + + commonDivisorX + 1 + commonDivisorY + 1 + packNormalMaps + + autodetectNormalMaps + + normalMapFilter + + normalMapSuffix + + normalMapSheetFileName + + exporterProperties + + + -- cgit v1.2.3