Skip to content

Instantly share code, notes, and snippets.

@Levertion
Last active December 24, 2017 19:37
Show Gist options
  • Save Levertion/6d1bd7b9761686b466bb1cdd19aa30b9 to your computer and use it in GitHub Desktop.
Save Levertion/6d1bd7b9761686b466bb1cdd19aa30b9 to your computer and use it in GitHub Desktop.
All 1.13 blocks in a machine readable format. An explanation along of the format with a generator is found here: https://gist.github.com/Levertion/0a6c67cd949623d0a649ea8eb87a9b42
{
"minecraft:air":{},
"minecraft:barrier":{},
"minecraft:repeater":{
"states":{
"delay":[
"2",
"3",
"4",
"1"
],
"powered":[
"true",
"false"
],
"facing":[
"south",
"west",
"north",
"east"
],
"locked":[
"false",
"true"
]
}
},
"minecraft:oak_trapdoor":{
"states":{
"half":[
"bottom",
"top"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"south",
"north",
"east"
],
"open":[
"true",
"false"
]
}
},
"minecraft:jungle_trapdoor":{
"states":{
"half":[
"bottom",
"top"
],
"powered":[
"true",
"false"
],
"facing":[
"east",
"south",
"north",
"west"
],
"open":[
"false",
"true"
]
}
},
"minecraft:infested_stone":{},
"minecraft:red_mushroom_block":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"false",
"true"
],
"west":[
"true",
"false"
],
"up":[
"true",
"false"
],
"down":[
"true",
"false"
]
}
},
"minecraft:mushroom_stem":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"false",
"true"
],
"west":[
"true",
"false"
],
"up":[
"false",
"true"
],
"down":[
"true",
"false"
]
}
},
"minecraft:pumpkin_stem":{
"states":{
"age":[
"3",
"4",
"5",
"6",
"7",
"0",
"1",
"2"
]
}
},
"minecraft:brick_stairs":{
"states":{
"half":[
"bottom",
"top"
],
"shape":[
"straight",
"inner_left",
"inner_right",
"outer_left",
"outer_right"
],
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:infested_cobblestone":{},
"minecraft:infested_stone_bricks":{},
"minecraft:infested_mossy_stone_bricks":{},
"minecraft:spruce_trapdoor":{
"states":{
"half":[
"top",
"bottom"
],
"powered":[
"true",
"false"
],
"facing":[
"north",
"south",
"west",
"east"
],
"open":[
"true",
"false"
]
}
},
"minecraft:infested_cracked_stone_bricks":{},
"minecraft:infested_chiseled_stone_bricks":{},
"minecraft:melon_stem":{
"states":{
"age":[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
},
"minecraft:stone_bricks":{},
"minecraft:mossy_stone_bricks":{},
"minecraft:nether_brick_fence":{
"states":{
"east":[
"true",
"false"
],
"south":[
"false",
"true"
],
"north":[
"true",
"false"
],
"west":[
"false",
"true"
]
}
},
"minecraft:redstone_lamp":{
"states":{
"lit":[
"false",
"true"
]
}
},
"minecraft:tripwire":{
"states":{
"disarmed":[
"true",
"false"
],
"east":[
"true",
"false"
],
"powered":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"false",
"true"
],
"attached":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:birch_stairs":{
"states":{
"half":[
"top",
"bottom"
],
"shape":[
"outer_left",
"outer_right",
"straight",
"inner_left",
"inner_right"
],
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:command_block":{
"states":{
"conditional":[
"true",
"false"
],
"facing":[
"down",
"north",
"east",
"south",
"west",
"up"
]
}
},
"minecraft:potted_blue_orchid":{},
"minecraft:birch_button":{
"states":{
"face":[
"floor",
"wall",
"ceiling"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:cocoa":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
],
"age":[
"0",
"1",
"2"
]
}
},
"minecraft:potted_allium":{},
"minecraft:potted_azure_bluet":{},
"minecraft:potted_red_tulip":{},
"minecraft:potted_orange_tulip":{},
"minecraft:potted_white_tulip":{},
"minecraft:potted_pink_tulip":{},
"minecraft:beacon":{},
"minecraft:potted_oxeye_daisy":{},
"minecraft:redstone_wire":{
"states":{
"east":[
"up",
"side",
"none"
],
"south":[
"none",
"up",
"side"
],
"north":[
"none",
"up",
"side"
],
"west":[
"none",
"up",
"side"
],
"power":[
"11",
"5",
"14",
"7",
"0",
"9",
"2",
"12",
"3",
"10",
"1",
"8",
"4",
"13",
"6",
"15"
]
}
},
"minecraft:diamond_block":{},
"minecraft:oak_door":{
"states":{
"hinge":[
"left",
"right"
],
"half":[
"lower",
"upper"
],
"powered":[
"true",
"false"
],
"facing":[
"south",
"north",
"east",
"west"
],
"open":[
"true",
"false"
]
}
},
"minecraft:lever":{
"states":{
"face":[
"floor",
"ceiling",
"wall"
],
"powered":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:iron_door":{
"states":{
"hinge":[
"left",
"right"
],
"half":[
"lower",
"upper"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"east",
"north",
"south"
],
"open":[
"true",
"false"
]
}
},
"minecraft:clay":{},
"minecraft:crafting_table":{},
"minecraft:sugar_cane":{
"states":{
"age":[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"15",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14"
]
}
},
"minecraft:wheat":{
"states":{
"age":[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
},
"minecraft:dark_oak_button":{
"states":{
"face":[
"ceiling",
"wall",
"floor"
],
"powered":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:player_head":{
"states":{
"rotation":[
"10",
"11",
"12",
"13",
"14",
"15",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"1"
]
}
},
"minecraft:light_weighted_pressure_plate":{
"states":{
"power":[
"12",
"13",
"14",
"15",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"0",
"1",
"2",
"3"
]
}
},
"minecraft:quartz_pillar":{
"states":{
"axis":[
"x",
"y",
"z"
]
}
},
"minecraft:black_terracotta":{},
"minecraft:lime_stained_glass_pane":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"false",
"true"
]
}
},
"minecraft:purple_stained_glass_pane":{
"states":{
"east":[
"true",
"false"
],
"south":[
"false",
"true"
],
"north":[
"true",
"false"
],
"west":[
"false",
"true"
]
}
},
"minecraft:black_stained_glass_pane":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"false",
"true"
],
"west":[
"false",
"true"
]
}
},
"minecraft:white_stained_glass_pane":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:quartz_stairs":{
"states":{
"half":[
"top",
"bottom"
],
"shape":[
"straight",
"inner_left",
"inner_right",
"outer_left",
"outer_right"
],
"facing":[
"north",
"west",
"south",
"east"
]
}
},
"minecraft:heavy_weighted_pressure_plate":{
"states":{
"power":[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15"
]
}
},
"minecraft:creeper_wall_head":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:lime_shulker_box":{
"states":{
"facing":[
"up",
"down",
"north",
"east",
"south",
"west"
]
}
},
"minecraft:lime_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:pink_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:pink_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:acacia_stairs":{
"states":{
"half":[
"top",
"bottom"
],
"shape":[
"inner_left",
"inner_right",
"outer_left",
"outer_right",
"straight"
],
"facing":[
"west",
"east",
"south",
"north"
]
}
},
"minecraft:iron_trapdoor":{
"states":{
"half":[
"bottom",
"top"
],
"powered":[
"false",
"true"
],
"facing":[
"west",
"east",
"south",
"north"
],
"open":[
"false",
"true"
]
}
},
"minecraft:magenta_banner":{
"states":{
"rotation":[
"11",
"12",
"13",
"14",
"15",
"0",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"1",
"2"
]
}
},
"minecraft:gray_banner":{
"states":{
"rotation":[
"13",
"14",
"15",
"0",
"1",
"2",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"3",
"4"
]
}
},
"minecraft:brown_banner":{
"states":{
"rotation":[
"15",
"0",
"1",
"2",
"3",
"4",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"5",
"6"
]
}
},
"minecraft:light_gray_wall_banner":{
"states":{
"facing":[
"east",
"south",
"west",
"north"
]
}
},
"minecraft:birch_slab":{
"states":{
"type":[
"double",
"top",
"bottom"
]
}
},
"minecraft:birch_fence_gate":{
"states":{
"in_wall":[
"false",
"true"
],
"powered":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west"
],
"open":[
"false",
"true"
]
}
},
"minecraft:prismarine":{},
"minecraft:green_banner":{
"states":{
"rotation":[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15"
]
}
},
"minecraft:jungle_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:prismarine_bricks":{},
"minecraft:dark_prismarine":{},
"minecraft:light_gray_banner":{
"states":{
"rotation":[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15"
]
}
},
"minecraft:cyan_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:sea_lantern":{},
"minecraft:acacia_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:hay_block":{
"states":{
"axis":[
"x",
"y",
"z"
]
}
},
"minecraft:light_blue_banner":{
"states":{
"rotation":[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15"
]
}
},
"minecraft:purple_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:dark_oak_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:gray_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:gray_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:light_gray_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:light_gray_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:acacia_fence_gate":{
"states":{
"in_wall":[
"true",
"false"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"north",
"east",
"south"
],
"open":[
"true",
"false"
]
}
},
"minecraft:jungle_fence":{
"states":{
"east":[
"false",
"true"
],
"south":[
"false",
"true"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:spruce_door":{
"states":{
"hinge":[
"right",
"left"
],
"half":[
"lower",
"upper"
],
"powered":[
"true",
"false"
],
"facing":[
"south",
"west",
"north",
"east"
],
"open":[
"true",
"false"
]
}
},
"minecraft:birch_door":{
"states":{
"hinge":[
"right",
"left"
],
"half":[
"lower",
"upper"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"north",
"east",
"south"
],
"open":[
"false",
"true"
]
}
},
"minecraft:acacia_door":{
"states":{
"hinge":[
"left",
"right"
],
"half":[
"upper",
"lower"
],
"powered":[
"true",
"false"
],
"facing":[
"east",
"west",
"north",
"south"
],
"open":[
"true",
"false"
]
}
},
"minecraft:dark_oak_door":{
"states":{
"hinge":[
"left",
"right"
],
"half":[
"upper",
"lower"
],
"powered":[
"true",
"false"
],
"facing":[
"south",
"east",
"north",
"west"
],
"open":[
"false",
"true"
]
}
},
"minecraft:chorus_plant":{
"states":{
"east":[
"true",
"false"
],
"south":[
"false",
"true"
],
"north":[
"false",
"true"
],
"west":[
"true",
"false"
],
"up":[
"false",
"true"
],
"down":[
"false",
"true"
]
}
},
"minecraft:repeating_command_block":{
"states":{
"conditional":[
"false",
"true"
],
"facing":[
"east",
"south",
"west",
"up",
"down",
"north"
]
}
},
"minecraft:jungle_door":{
"states":{
"hinge":[
"left",
"right"
],
"half":[
"upper",
"lower"
],
"powered":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west"
],
"open":[
"true",
"false"
]
}
},
"minecraft:chain_command_block":{
"states":{
"conditional":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:acacia_fence":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:flowing_water":{
"states":{
"level":[
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"0",
"1",
"2",
"3",
"4",
"5"
]
}
},
"minecraft:oak_bark":{},
"minecraft:note_block":{
"states":{
"note":[
"16",
"7",
"23",
"14",
"5",
"21",
"17",
"8",
"24",
"15",
"6",
"22",
"18",
"9",
"0",
"19",
"10",
"1",
"12",
"13",
"2",
"3",
"4",
"20",
"11"
],
"powered":[
"true",
"false"
],
"instrument":[
"harp",
"snare",
"hat",
"flute",
"guitar",
"chime",
"bass",
"basedrum",
"bell",
"xylophone"
]
}
},
"minecraft:spruce_bark":{},
"minecraft:birch_bark":{},
"minecraft:jungle_bark":{},
"minecraft:acacia_bark":{},
"minecraft:dark_oak_bark":{},
"minecraft:oak_leaves":{
"states":{
"check_decay":[
"true",
"false"
],
"decayable":[
"true",
"false"
]
}
},
"minecraft:orange_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"south",
"west",
"north",
"east"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:pink_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"south",
"west",
"north",
"east"
],
"occupied":[
"false",
"true"
]
}
},
"minecraft:blue_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"west",
"east",
"south",
"north"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:detector_rail":{
"states":{
"powered":[
"true",
"false"
],
"shape":[
"ascending_east",
"ascending_west",
"ascending_north",
"ascending_south",
"north_south",
"east_west"
]
}
},
"minecraft:moving_piston":{
"states":{
"facing":[
"south",
"west",
"up",
"down",
"north",
"east"
],
"type":[
"normal",
"sticky"
]
}
},
"minecraft:fire":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
],
"up":[
"false",
"true"
],
"age":[
"1",
"4",
"6",
"9",
"11",
"14",
"12",
"0",
"2",
"5",
"7",
"3",
"8",
"10",
"13",
"15"
]
}
},
"minecraft:brown_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"north",
"east",
"south",
"west"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:gray_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"north",
"east",
"south",
"west"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:cobblestone_stairs":{
"states":{
"half":[
"bottom",
"top"
],
"shape":[
"inner_left",
"inner_right",
"outer_left",
"outer_right",
"straight"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:cactus":{
"states":{
"age":[
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
},
"minecraft:wall_sign":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:diamond_ore":{},
"minecraft:dark_oak_trapdoor":{
"states":{
"half":[
"top",
"bottom"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"north",
"south",
"east"
],
"open":[
"true",
"false"
]
}
},
"minecraft:attached_pumpkin_stem":{
"states":{
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:oak_fence_gate":{
"states":{
"in_wall":[
"false",
"true"
],
"powered":[
"false",
"true"
],
"facing":[
"west",
"north",
"east",
"south"
],
"open":[
"true",
"false"
]
}
},
"minecraft:attached_melon_stem":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:oak_stairs":{
"states":{
"half":[
"bottom",
"top"
],
"shape":[
"outer_right",
"straight",
"inner_left",
"inner_right",
"outer_left"
],
"facing":[
"south",
"west",
"north",
"east"
]
}
},
"minecraft:dark_oak_stairs":{
"states":{
"half":[
"top",
"bottom"
],
"shape":[
"outer_left",
"outer_right",
"straight",
"inner_left",
"inner_right"
],
"facing":[
"south",
"west",
"north",
"east"
]
}
},
"minecraft:rose_bush":{
"states":{
"half":[
"lower",
"upper"
]
}
},
"minecraft:yellow_banner":{
"states":{
"rotation":[
"11",
"12",
"13",
"14",
"15",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"0",
"1",
"2"
]
}
},
"minecraft:cyan_banner":{
"states":{
"rotation":[
"13",
"14",
"15",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"0",
"1",
"2",
"3",
"4"
]
}
},
"minecraft:red_banner":{
"states":{
"rotation":[
"15",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
}
},
"minecraft:chiseled_red_sandstone":{},
"minecraft:quartz_slab":{
"states":{
"type":[
"bottom",
"double",
"top"
]
}
},
"minecraft:jungle_fence_gate":{
"states":{
"in_wall":[
"false",
"true"
],
"powered":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west"
],
"open":[
"false",
"true"
]
}
},
"minecraft:peony":{
"states":{
"half":[
"upper",
"lower"
]
}
},
"minecraft:black_banner":{
"states":{
"rotation":[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"15",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14"
]
}
},
"minecraft:cut_red_sandstone":{},
"minecraft:red_sandstone_stairs":{
"states":{
"half":[
"top",
"bottom"
],
"shape":[
"straight",
"inner_left",
"inner_right",
"outer_left",
"outer_right"
],
"facing":[
"north",
"west",
"east",
"south"
]
}
},
"minecraft:red_sandstone_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:tall_grass":{
"states":{
"half":[
"upper",
"lower"
]
}
},
"minecraft:purple_banner":{
"states":{
"rotation":[
"0",
"1",
"2",
"3",
"4",
"13",
"14",
"15",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"
]
}
},
"minecraft:large_fern":{
"states":{
"half":[
"upper",
"lower"
]
}
},
"minecraft:lime_banner":{
"states":{
"rotation":[
"0",
"1",
"2",
"11",
"12",
"13",
"14",
"15",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
]
}
},
"minecraft:purpur_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:white_banner":{
"states":{
"rotation":[
"0",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8"
]
}
},
"minecraft:light_blue_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"south",
"west",
"north",
"east"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:light_gray_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"south",
"west",
"north",
"east"
],
"occupied":[
"false",
"true"
]
}
},
"minecraft:green_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"west",
"east",
"south",
"north"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:piston":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
],
"extended":[
"false",
"true"
]
}
},
"minecraft:red_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"north",
"west",
"east",
"south"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:cyan_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"north",
"west",
"east",
"south"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:piston_head":{
"states":{
"facing":[
"north",
"west",
"up",
"down",
"east",
"south"
],
"short":[
"true",
"false"
],
"type":[
"normal",
"sticky"
]
}
},
"minecraft:dark_oak_fence_gate":{
"states":{
"in_wall":[
"true",
"false"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"north",
"south",
"east"
],
"open":[
"true",
"false"
]
}
},
"minecraft:dark_oak_fence":{
"states":{
"east":[
"false",
"true"
],
"south":[
"false",
"true"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:end_rod":{
"states":{
"facing":[
"south",
"west",
"up",
"down",
"north",
"east"
]
}
},
"minecraft:purpur_stairs":{
"states":{
"half":[
"top",
"bottom"
],
"shape":[
"outer_right",
"straight",
"inner_left",
"inner_right",
"outer_left"
],
"facing":[
"north",
"east",
"west",
"south"
]
}
},
"minecraft:observer":{
"states":{
"powered":[
"true",
"false"
],
"facing":[
"south",
"west",
"up",
"down",
"north",
"east"
]
}
},
"minecraft:stone_brick_stairs":{
"states":{
"half":[
"bottom",
"top"
],
"shape":[
"outer_right",
"inner_right",
"outer_left",
"straight",
"inner_left"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:end_portal_frame":{
"states":{
"eye":[
"true",
"false"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:spruce_stairs":{
"states":{
"half":[
"bottom",
"top"
],
"shape":[
"straight",
"inner_left",
"inner_right",
"outer_left",
"outer_right"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:jungle_stairs":{
"states":{
"half":[
"bottom",
"top"
],
"shape":[
"inner_right",
"outer_left",
"outer_right",
"straight",
"inner_left"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:potted_spruce_sapling":{},
"minecraft:spruce_button":{
"states":{
"face":[
"ceiling",
"floor",
"wall"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:mycelium":{
"states":{
"snowy":[
"true",
"false"
]
}
},
"minecraft:potted_birch_sapling":{},
"minecraft:potted_jungle_sapling":{},
"minecraft:lily_pad":{},
"minecraft:potted_acacia_sapling":{},
"minecraft:nether_bricks":{},
"minecraft:potted_dark_oak_sapling":{},
"minecraft:end_stone":{},
"minecraft:potted_fern":{},
"minecraft:dragon_egg":{},
"minecraft:potted_dandelion":{},
"minecraft:potted_poppy":{},
"minecraft:hopper":{
"states":{
"facing":[
"east",
"down",
"north",
"south",
"west"
],
"enabled":[
"true",
"false"
]
}
},
"minecraft:gray_terracotta":{},
"minecraft:yellow_stained_glass_pane":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"false",
"true"
]
}
},
"minecraft:cyan_stained_glass_pane":{
"states":{
"east":[
"false",
"true"
],
"south":[
"false",
"true"
],
"north":[
"true",
"false"
],
"west":[
"false",
"true"
]
}
},
"minecraft:red_stained_glass_pane":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"false",
"true"
],
"west":[
"false",
"true"
]
}
},
"minecraft:light_gray_terracotta":{},
"minecraft:cyan_terracotta":{},
"minecraft:purple_terracotta":{},
"minecraft:blue_terracotta":{},
"minecraft:brown_terracotta":{},
"minecraft:quartz_block":{},
"minecraft:green_terracotta":{},
"minecraft:chiseled_quartz_block":{},
"minecraft:red_terracotta":{},
"minecraft:flowing_lava":{
"states":{
"level":[
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"0",
"1",
"2",
"3",
"4",
"5",
"14",
"15"
]
}
},
"minecraft:glass":{},
"minecraft:lapis_ore":{},
"minecraft:lapis_block":{},
"minecraft:dispenser":{
"states":{
"triggered":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:yellow_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"south",
"west",
"north",
"east"
],
"occupied":[
"false",
"true"
]
}
},
"minecraft:black_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"north",
"east",
"south",
"west"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:purple_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"north",
"east",
"south",
"west"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:lime_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"north",
"east",
"south",
"west"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:grass_block":{
"states":{
"snowy":[
"true",
"false"
]
}
},
"minecraft:lava":{
"states":{
"level":[
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
},
"minecraft:dirt":{},
"minecraft:coarse_dirt":{},
"minecraft:podzol":{
"states":{
"snowy":[
"true",
"false"
]
}
},
"minecraft:cobblestone":{},
"minecraft:oak_planks":{},
"minecraft:mob_spawner":{},
"minecraft:carved_pumpkin":{
"states":{
"facing":[
"east",
"south",
"west",
"north"
]
}
},
"minecraft:yellow_stained_glass":{},
"minecraft:birch_trapdoor":{
"states":{
"half":[
"bottom",
"top"
],
"powered":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west"
],
"open":[
"false",
"true"
]
}
},
"minecraft:acacia_trapdoor":{
"states":{
"half":[
"top",
"bottom"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"north",
"east",
"south"
],
"open":[
"true",
"false"
]
}
},
"minecraft:brown_mushroom_block":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
],
"up":[
"true",
"false"
],
"down":[
"false",
"true"
]
}
},
"minecraft:iron_bars":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"false",
"true"
],
"west":[
"true",
"false"
]
}
},
"minecraft:vine":{
"states":{
"east":[
"false",
"true"
],
"south":[
"false",
"true"
],
"north":[
"false",
"true"
],
"west":[
"false",
"true"
],
"up":[
"true",
"false"
]
}
},
"minecraft:lime_stained_glass":{},
"minecraft:pink_stained_glass":{},
"minecraft:jack_o_lantern":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:gray_stained_glass":{},
"minecraft:light_gray_stained_glass":{},
"minecraft:cyan_stained_glass":{},
"minecraft:purple_stained_glass":{},
"minecraft:cake":{
"states":{
"bites":[
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
}
},
"minecraft:blue_stained_glass":{},
"minecraft:stone_button":{
"states":{
"face":[
"wall",
"ceiling",
"floor"
],
"powered":[
"true",
"false"
],
"facing":[
"east",
"south",
"west",
"north"
]
}
},
"minecraft:acacia_button":{
"states":{
"face":[
"floor",
"wall",
"ceiling"
],
"powered":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:wither_skeleton_skull":{
"states":{
"rotation":[
"10",
"11",
"12",
"13",
"14",
"15",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"1"
]
}
},
"minecraft:dragon_head":{
"states":{
"rotation":[
"12",
"13",
"14",
"15",
"0",
"1",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"2",
"3"
]
}
},
"minecraft:daylight_detector":{
"states":{
"power":[
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"0",
"1",
"2",
"3",
"4",
"5"
],
"inverted":[
"true",
"false"
]
}
},
"minecraft:magenta_stained_glass_pane":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"false",
"true"
]
}
},
"minecraft:gray_stained_glass_pane":{
"states":{
"east":[
"false",
"true"
],
"south":[
"false",
"true"
],
"north":[
"true",
"false"
],
"west":[
"false",
"true"
]
}
},
"minecraft:brown_stained_glass_pane":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"false",
"true"
],
"west":[
"false",
"true"
]
}
},
"minecraft:activator_rail":{
"states":{
"powered":[
"true",
"false"
],
"shape":[
"north_south",
"east_west",
"ascending_east",
"ascending_west",
"ascending_north",
"ascending_south"
]
}
},
"minecraft:green_stained_glass_pane":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:anvil":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:light_gray_stained_glass_pane":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:zombie_wall_head":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:light_blue_stained_glass_pane":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:nether_brick_stairs":{
"states":{
"half":[
"bottom",
"top"
],
"shape":[
"outer_right",
"straight",
"inner_left",
"inner_right",
"outer_left"
],
"facing":[
"south",
"west",
"east",
"north"
]
}
},
"minecraft:sandstone_stairs":{
"states":{
"half":[
"bottom",
"top"
],
"shape":[
"outer_right",
"straight",
"inner_left",
"inner_right",
"outer_left"
],
"facing":[
"south",
"west",
"east",
"north"
]
}
},
"minecraft:mossy_cobblestone_wall":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
],
"up":[
"false",
"true"
]
}
},
"minecraft:oak_button":{
"states":{
"face":[
"wall",
"ceiling",
"floor"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:furnace":{
"states":{
"lit":[
"true",
"false"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:ladder":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:stone_pressure_plate":{
"states":{
"powered":[
"true",
"false"
]
}
},
"minecraft:redstone_wall_torch":{
"states":{
"lit":[
"true",
"false"
],
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:oak_fence":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"false",
"true"
],
"west":[
"false",
"true"
]
}
},
"minecraft:sign":{
"states":{
"rotation":[
"0",
"1",
"2",
"3",
"4",
"5",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"6",
"7"
]
}
},
"minecraft:rail":{
"states":{
"shape":[
"north_south",
"east_west",
"ascending_east",
"ascending_west",
"south_east",
"south_west",
"north_west",
"north_east",
"ascending_north",
"ascending_south"
]
}
},
"minecraft:brown_shulker_box":{
"states":{
"facing":[
"south",
"west",
"up",
"down",
"north",
"east"
]
}
},
"minecraft:black_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:green_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:white_concrete":{},
"minecraft:orange_concrete":{},
"minecraft:magenta_concrete":{},
"minecraft:light_blue_concrete":{},
"minecraft:orange_banner":{
"states":{
"rotation":[
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8"
]
}
},
"minecraft:pink_banner":{
"states":{
"rotation":[
"11",
"12",
"13",
"14",
"15",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
]
}
},
"minecraft:blue_banner":{
"states":{
"rotation":[
"13",
"14",
"15",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"
]
}
},
"minecraft:light_blue_wall_banner":{
"states":{
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:spruce_fence_gate":{
"states":{
"in_wall":[
"false",
"true"
],
"powered":[
"true",
"false"
],
"facing":[
"south",
"west",
"north",
"east"
],
"open":[
"true",
"false"
]
}
},
"minecraft:yellow_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:lime_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:birch_fence":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:yellow_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:end_stone_bricks":{},
"minecraft:beetroots":{
"states":{
"age":[
"0",
"1",
"2",
"3"
]
}
},
"minecraft:cobblestone_wall":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
],
"up":[
"true",
"false"
]
}
},
"minecraft:potatoes":{
"states":{
"age":[
"4",
"5",
"6",
"7",
"0",
"1",
"2",
"3"
]
}
},
"minecraft:jungle_button":{
"states":{
"face":[
"floor",
"wall",
"ceiling"
],
"powered":[
"true",
"false"
],
"facing":[
"west",
"north",
"east",
"south"
]
}
},
"minecraft:skeleton_skull":{
"states":{
"rotation":[
"12",
"13",
"14",
"15",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
},
"minecraft:creeper_head":{
"states":{
"rotation":[
"14",
"15",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13"
]
}
},
"minecraft:comparator":{
"states":{
"mode":[
"compare",
"subtract"
],
"powered":[
"true",
"false"
],
"facing":[
"east",
"south",
"north",
"west"
]
}
},
"minecraft:orange_stained_glass_pane":{
"states":{
"east":[
"true",
"false"
],
"south":[
"false",
"true"
],
"north":[
"false",
"true"
],
"west":[
"false",
"true"
]
}
},
"minecraft:pink_stained_glass_pane":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"false",
"true"
]
}
},
"minecraft:blue_stained_glass_pane":{
"states":{
"east":[
"false",
"true"
],
"south":[
"false",
"true"
],
"north":[
"true",
"false"
],
"west":[
"false",
"true"
]
}
},
"minecraft:dragon_wall_head":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:wither_skeleton_wall_skull":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:magenta_glazed_terracotta":{
"states":{
"facing":[
"south",
"west",
"north",
"east"
]
}
},
"minecraft:brown_concrete_powder":{},
"minecraft:green_concrete_powder":{},
"minecraft:light_blue_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:red_concrete_powder":{},
"minecraft:black_concrete_powder":{},
"minecraft:structure_block":{
"states":{
"mode":[
"save",
"load",
"corner",
"data"
]
}
},
"minecraft:yellow_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:white_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"north",
"east",
"south",
"west"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:white_wool":{},
"minecraft:orange_wool":{},
"minecraft:magenta_wool":{},
"minecraft:light_blue_wool":{},
"minecraft:snow":{
"states":{
"layers":[
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8"
]
}
},
"minecraft:spruce_planks":{},
"minecraft:sand":{},
"minecraft:birch_planks":{},
"minecraft:red_sand":{},
"minecraft:jungle_planks":{},
"minecraft:gravel":{},
"minecraft:acacia_planks":{},
"minecraft:gold_ore":{},
"minecraft:dark_oak_planks":{},
"minecraft:iron_ore":{},
"minecraft:oak_sapling":{
"states":{
"stage":[
"0",
"1"
]
}
},
"minecraft:coal_ore":{},
"minecraft:oak_log":{
"states":{
"axis":[
"x",
"y",
"z"
]
}
},
"minecraft:spruce_sapling":{
"states":{
"stage":[
"0",
"1"
]
}
},
"minecraft:brown_stained_glass":{},
"minecraft:green_stained_glass":{},
"minecraft:red_stained_glass":{},
"minecraft:black_stained_glass":{},
"minecraft:glass_pane":{
"states":{
"east":[
"true",
"false"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:magenta_bed":{
"states":{
"part":[
"head",
"foot"
],
"facing":[
"north",
"east",
"south",
"west"
],
"occupied":[
"true",
"false"
]
}
},
"minecraft:dandelion":{},
"minecraft:poppy":{},
"minecraft:sticky_piston":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
],
"extended":[
"true",
"false"
]
}
},
"minecraft:blue_orchid":{},
"minecraft:allium":{},
"minecraft:azure_bluet":{},
"minecraft:red_tulip":{},
"minecraft:orange_tulip":{},
"minecraft:white_tulip":{},
"minecraft:chest":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
],
"type":[
"single",
"left",
"right"
]
}
},
"minecraft:water":{
"states":{
"level":[
"0",
"1",
"2",
"3",
"4",
"5",
"14",
"15",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13"
]
}
},
"minecraft:spruce_leaves":{
"states":{
"check_decay":[
"true",
"false"
],
"decayable":[
"true",
"false"
]
}
},
"minecraft:birch_leaves":{
"states":{
"check_decay":[
"true",
"false"
],
"decayable":[
"true",
"false"
]
}
},
"minecraft:potted_red_mushroom":{},
"minecraft:potted_brown_mushroom":{},
"minecraft:potted_dead_bush":{},
"minecraft:potted_cactus":{},
"minecraft:carrots":{
"states":{
"age":[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
},
"minecraft:skeleton_wall_skull":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:black_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:brown_concrete":{},
"minecraft:green_concrete":{},
"minecraft:red_concrete":{},
"minecraft:black_concrete":{},
"minecraft:white_concrete_powder":{},
"minecraft:orange_concrete_powder":{},
"minecraft:white_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:magenta_concrete_powder":{},
"minecraft:light_blue_concrete_powder":{},
"minecraft:slime_block":{},
"minecraft:white_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:orange_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:spruce_fence":{
"states":{
"east":[
"false",
"true"
],
"south":[
"true",
"false"
],
"north":[
"true",
"false"
],
"west":[
"true",
"false"
]
}
},
"minecraft:orange_shulker_box":{
"states":{
"facing":[
"south",
"west",
"up",
"down",
"north",
"east"
]
}
},
"minecraft:magenta_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:chipped_anvil":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:zombie_head":{
"states":{
"rotation":[
"0",
"1",
"2",
"3",
"4",
"5",
"14",
"15",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13"
]
}
},
"minecraft:damaged_anvil":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:dropper":{
"states":{
"triggered":[
"true",
"false"
],
"facing":[
"north",
"east",
"down",
"south",
"west",
"up"
]
}
},
"minecraft:nether_wart":{
"states":{
"age":[
"0",
"1",
"2",
"3"
]
}
},
"minecraft:emerald_ore":{},
"minecraft:ender_chest":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:enchanting_table":{},
"minecraft:dark_oak_sapling":{
"states":{
"stage":[
"1",
"0"
]
}
},
"minecraft:jungle_log":{
"states":{
"axis":[
"y",
"z",
"x"
]
}
},
"minecraft:bedrock":{},
"minecraft:acacia_log":{
"states":{
"axis":[
"x",
"y",
"z"
]
}
},
"minecraft:dark_oak_log":{
"states":{
"axis":[
"x",
"y",
"z"
]
}
},
"minecraft:powered_rail":{
"states":{
"powered":[
"false",
"true"
],
"shape":[
"north_south",
"east_west",
"ascending_east",
"ascending_west",
"ascending_north",
"ascending_south"
]
}
},
"minecraft:brown_wool":{},
"minecraft:green_wool":{},
"minecraft:red_wool":{},
"minecraft:black_wool":{},
"minecraft:white_carpet":{},
"minecraft:orange_carpet":{},
"minecraft:magenta_carpet":{},
"minecraft:stone_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:light_blue_carpet":{},
"minecraft:blue_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:yellow_carpet":{},
"minecraft:lime_carpet":{},
"minecraft:sandstone_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:pink_carpet":{},
"minecraft:gray_carpet":{},
"minecraft:brown_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:cyan_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:cyan_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:purple_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:trapped_chest":{
"states":{
"facing":[
"south",
"west",
"north",
"east"
],
"type":[
"right",
"single",
"left"
]
}
},
"minecraft:white_terracotta":{},
"minecraft:player_wall_head":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:redstone_block":{},
"minecraft:orange_terracotta":{},
"minecraft:nether_quartz_ore":{},
"minecraft:magenta_terracotta":{},
"minecraft:light_blue_terracotta":{},
"minecraft:yellow_terracotta":{},
"minecraft:lime_terracotta":{},
"minecraft:pink_terracotta":{},
"minecraft:acacia_leaves":{
"states":{
"check_decay":[
"false",
"true"
],
"decayable":[
"true",
"false"
]
}
},
"minecraft:dark_oak_leaves":{
"states":{
"check_decay":[
"true",
"false"
],
"decayable":[
"true",
"false"
]
}
},
"minecraft:sponge":{},
"minecraft:wet_sponge":{},
"minecraft:terracotta":{},
"minecraft:red_wall_banner":{
"states":{
"facing":[
"east",
"south",
"west",
"north"
]
}
},
"minecraft:brick_slab":{
"states":{
"type":[
"double",
"top",
"bottom"
]
}
},
"minecraft:coal_block":{},
"minecraft:stone_brick_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:packed_ice":{},
"minecraft:sunflower":{
"states":{
"half":[
"upper",
"lower"
]
}
},
"minecraft:black_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:nether_brick_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:lilac":{
"states":{
"half":[
"upper",
"lower"
]
}
},
"minecraft:red_sandstone":{},
"minecraft:fern":{},
"minecraft:bookshelf":{},
"minecraft:dead_bush":{},
"minecraft:mossy_cobblestone":{},
"minecraft:obsidian":{},
"minecraft:torch":{},
"minecraft:wall_torch":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:melon_block":{},
"minecraft:cauldron":{
"states":{
"level":[
"0",
"1",
"2",
"3"
]
}
},
"minecraft:tripwire_hook":{
"states":{
"powered":[
"true",
"false"
],
"attached":[
"false",
"true"
],
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:end_portal":{},
"minecraft:flower_pot":{},
"minecraft:potted_oak_sapling":{},
"minecraft:purpur_block":{},
"minecraft:bone_block":{
"states":{
"axis":[
"x",
"y",
"z"
]
}
},
"minecraft:purpur_pillar":{
"states":{
"axis":[
"x",
"y",
"z"
]
}
},
"minecraft:structure_void":{},
"minecraft:blue_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:green_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:red_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:farmland":{
"states":{
"moisture":[
"6",
"7",
"0",
"1",
"2",
"3",
"4",
"5"
]
}
},
"minecraft:acacia_pressure_plate":{
"states":{
"powered":[
"true",
"false"
]
}
},
"minecraft:jukebox":{
"states":{
"has_record":[
"true",
"false"
]
}
},
"minecraft:dark_oak_pressure_plate":{
"states":{
"powered":[
"true",
"false"
]
}
},
"minecraft:redstone_ore":{
"states":{
"lit":[
"true",
"false"
]
}
},
"minecraft:redstone_torch":{
"states":{
"lit":[
"true",
"false"
]
}
},
"minecraft:magenta_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:light_blue_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:yellow_concrete_powder":{},
"minecraft:lime_concrete_powder":{},
"minecraft:orange_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:pink_concrete_powder":{},
"minecraft:gray_concrete_powder":{},
"minecraft:light_gray_concrete_powder":{},
"minecraft:cyan_concrete_powder":{},
"minecraft:purple_concrete_powder":{},
"minecraft:blue_concrete_powder":{},
"minecraft:yellow_wool":{},
"minecraft:lime_wool":{},
"minecraft:pink_wool":{},
"minecraft:gray_wool":{},
"minecraft:light_gray_wool":{},
"minecraft:cyan_wool":{},
"minecraft:purple_wool":{},
"minecraft:blue_wool":{},
"minecraft:birch_sapling":{
"states":{
"stage":[
"0",
"1"
]
}
},
"minecraft:spruce_log":{
"states":{
"axis":[
"x",
"y",
"z"
]
}
},
"minecraft:jungle_sapling":{
"states":{
"stage":[
"0",
"1"
]
}
},
"minecraft:birch_log":{
"states":{
"axis":[
"x",
"y",
"z"
]
}
},
"minecraft:acacia_sapling":{
"states":{
"stage":[
"0",
"1"
]
}
},
"minecraft:stone":{},
"minecraft:granite":{},
"minecraft:polished_granite":{},
"minecraft:diorite":{},
"minecraft:polished_diorite":{},
"minecraft:sandstone":{},
"minecraft:andesite":{},
"minecraft:chiseled_sandstone":{},
"minecraft:polished_andesite":{},
"minecraft:cut_sandstone":{},
"minecraft:pumpkin":{},
"minecraft:netherrack":{},
"minecraft:soul_sand":{},
"minecraft:glowstone":{},
"minecraft:white_stained_glass":{},
"minecraft:portal":{
"states":{
"axis":[
"x",
"z"
]
}
},
"minecraft:orange_stained_glass":{},
"minecraft:magenta_stained_glass":{},
"minecraft:light_blue_stained_glass":{},
"minecraft:emerald_block":{},
"minecraft:pink_wall_banner":{
"states":{
"facing":[
"east",
"south",
"west",
"north"
]
}
},
"minecraft:oak_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:gray_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:spruce_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:end_gateway":{},
"minecraft:white_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:yellow_concrete":{},
"minecraft:lime_concrete":{},
"minecraft:red_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:pink_concrete":{},
"minecraft:gray_concrete":{},
"minecraft:light_gray_concrete":{},
"minecraft:cyan_concrete":{},
"minecraft:purple_concrete":{},
"minecraft:blue_concrete":{},
"minecraft:smooth_stone":{},
"minecraft:smooth_sandstone":{},
"minecraft:smooth_quartz":{},
"minecraft:smooth_red_sandstone":{},
"minecraft:grass_path":{},
"minecraft:brewing_stand":{
"states":{
"has_bottle_0":[
"true",
"false"
],
"has_bottle_1":[
"true",
"false"
],
"has_bottle_2":[
"true",
"false"
]
}
},
"minecraft:jungle_leaves":{
"states":{
"check_decay":[
"true",
"false"
],
"decayable":[
"true",
"false"
]
}
},
"minecraft:ice":{},
"minecraft:snow_block":{},
"minecraft:blue_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:purple_shulker_box":{
"states":{
"facing":[
"north",
"east",
"south",
"west",
"up",
"down"
]
}
},
"minecraft:brown_glazed_terracotta":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:oak_pressure_plate":{
"states":{
"powered":[
"true",
"false"
]
}
},
"minecraft:spruce_pressure_plate":{
"states":{
"powered":[
"true",
"false"
]
}
},
"minecraft:birch_pressure_plate":{
"states":{
"powered":[
"true",
"false"
]
}
},
"minecraft:jungle_pressure_plate":{
"states":{
"powered":[
"true",
"false"
]
}
},
"minecraft:light_gray_carpet":{},
"minecraft:petrified_oak_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:cyan_carpet":{},
"minecraft:purple_carpet":{},
"minecraft:blue_carpet":{},
"minecraft:green_wall_banner":{
"states":{
"facing":[
"north",
"east",
"south",
"west"
]
}
},
"minecraft:cobblestone_slab":{
"states":{
"type":[
"top",
"bottom",
"double"
]
}
},
"minecraft:brown_carpet":{},
"minecraft:green_carpet":{},
"minecraft:red_carpet":{},
"minecraft:black_carpet":{},
"minecraft:pink_tulip":{},
"minecraft:oxeye_daisy":{},
"minecraft:brown_mushroom":{},
"minecraft:red_mushroom":{},
"minecraft:gold_block":{},
"minecraft:iron_block":{},
"minecraft:cobweb":{},
"minecraft:bricks":{},
"minecraft:grass":{},
"minecraft:tnt":{},
"minecraft:frosted_ice":{
"states":{
"age":[
"0",
"1",
"2",
"3"
]
}
},
"minecraft:chorus_flower":{
"states":{
"age":[
"0",
"1",
"2",
"3",
"4",
"5"
]
}
},
"minecraft:magma_block":{},
"minecraft:nether_wart_block":{},
"minecraft:red_nether_bricks":{},
"minecraft:cracked_stone_bricks":{},
"minecraft:chiseled_stone_bricks":{}
}
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>
{
"name": "mc-blockstates",
"version": "0.1.0-17w50a",
"description": "All minecraft 1.13 blockstates available in a machine readable format",
"keywords": [
"minecraft"
],
"author": "Levertion",
"license": "Unlicense"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment