All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sk89q.worldedit.cli.data.1963.json Maven / Gradle / Ivy

Go to download

Blazingly fast Minecraft world manipulation for artists, builders and everyone else.

The newest version!
{
  "blocks": {
    "minecraft:acacia_button": {
      "properties": {
        "face": {
          "values": [
            "floor",
            "wall",
            "ceiling"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]"
    },
    "minecraft:acacia_door": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        },
        "hinge": {
          "values": [
            "left",
            "right"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
    },
    "minecraft:acacia_fence": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:acacia_fence_gate": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "in_wall": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
    },
    "minecraft:acacia_leaves": {
      "properties": {
        "distance": {
          "values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        },
        "persistent": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]"
    },
    "minecraft:acacia_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:acacia_log[axis=y]"
    },
    "minecraft:acacia_planks": {
      "properties": {},
      "defaultstate": "minecraft:acacia_planks"
    },
    "minecraft:acacia_pressure_plate": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_pressure_plate[powered=false]"
    },
    "minecraft:acacia_sapling": {
      "properties": {
        "stage": {
          "values": [
            "0",
            "1"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:acacia_sapling[stage=0]"
    },
    "minecraft:acacia_sign": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_sign[rotation=0,waterlogged=false]"
    },
    "minecraft:acacia_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:acacia_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:acacia_trapdoor": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
    },
    "minecraft:acacia_wall_sign": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:acacia_wall_sign[facing=north,waterlogged=false]"
    },
    "minecraft:acacia_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:acacia_wood[axis=y]"
    },
    "minecraft:activator_rail": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "shape": {
          "values": [
            "north_south",
            "east_west",
            "ascending_east",
            "ascending_west",
            "ascending_north",
            "ascending_south"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south]"
    },
    "minecraft:air": {
      "properties": {},
      "defaultstate": "minecraft:air"
    },
    "minecraft:allium": {
      "properties": {},
      "defaultstate": "minecraft:allium"
    },
    "minecraft:andesite": {
      "properties": {},
      "defaultstate": "minecraft:andesite"
    },
    "minecraft:andesite_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:andesite_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:andesite_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:andesite_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:anvil": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:anvil[facing=north]"
    },
    "minecraft:attached_melon_stem": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:attached_melon_stem[facing=north]"
    },
    "minecraft:attached_pumpkin_stem": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]"
    },
    "minecraft:azure_bluet": {
      "properties": {},
      "defaultstate": "minecraft:azure_bluet"
    },
    "minecraft:bamboo": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1"
          ],
          "type": "int"
        },
        "leaves": {
          "values": [
            "none",
            "small",
            "large"
          ],
          "type": "enum"
        },
        "stage": {
          "values": [
            "0",
            "1"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:bamboo[age=0,leaves=none,stage=0]"
    },
    "minecraft:bamboo_sapling": {
      "properties": {},
      "defaultstate": "minecraft:bamboo_sapling"
    },
    "minecraft:barrel": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:barrel[facing=north,open=false]"
    },
    "minecraft:barrier": {
      "properties": {},
      "defaultstate": "minecraft:barrier"
    },
    "minecraft:beacon": {
      "properties": {},
      "defaultstate": "minecraft:beacon"
    },
    "minecraft:bedrock": {
      "properties": {},
      "defaultstate": "minecraft:bedrock"
    },
    "minecraft:beetroots": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:beetroots[age=0]"
    },
    "minecraft:bell": {
      "properties": {
        "attachment": {
          "values": [
            "floor",
            "ceiling",
            "single_wall",
            "double_wall"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:bell[attachment=floor,facing=north]"
    },
    "minecraft:birch_button": {
      "properties": {
        "face": {
          "values": [
            "floor",
            "wall",
            "ceiling"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]"
    },
    "minecraft:birch_door": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        },
        "hinge": {
          "values": [
            "left",
            "right"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
    },
    "minecraft:birch_fence": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:birch_fence_gate": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "in_wall": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
    },
    "minecraft:birch_leaves": {
      "properties": {
        "distance": {
          "values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        },
        "persistent": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]"
    },
    "minecraft:birch_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:birch_log[axis=y]"
    },
    "minecraft:birch_planks": {
      "properties": {},
      "defaultstate": "minecraft:birch_planks"
    },
    "minecraft:birch_pressure_plate": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_pressure_plate[powered=false]"
    },
    "minecraft:birch_sapling": {
      "properties": {
        "stage": {
          "values": [
            "0",
            "1"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:birch_sapling[stage=0]"
    },
    "minecraft:birch_sign": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_sign[rotation=0,waterlogged=false]"
    },
    "minecraft:birch_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:birch_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:birch_trapdoor": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
    },
    "minecraft:birch_wall_sign": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:birch_wall_sign[facing=north,waterlogged=false]"
    },
    "minecraft:birch_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:birch_wood[axis=y]"
    },
    "minecraft:black_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:black_banner[rotation=0]"
    },
    "minecraft:black_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:black_carpet": {
      "properties": {},
      "defaultstate": "minecraft:black_carpet"
    },
    "minecraft:black_concrete": {
      "properties": {},
      "defaultstate": "minecraft:black_concrete"
    },
    "minecraft:black_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:black_concrete_powder"
    },
    "minecraft:black_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:black_glazed_terracotta[facing=north]"
    },
    "minecraft:black_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:black_shulker_box[facing=up]"
    },
    "minecraft:black_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:black_stained_glass"
    },
    "minecraft:black_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:black_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:black_terracotta"
    },
    "minecraft:black_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:black_wall_banner[facing=north]"
    },
    "minecraft:black_wool": {
      "properties": {},
      "defaultstate": "minecraft:black_wool"
    },
    "minecraft:blast_furnace": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "lit": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:blast_furnace[facing=north,lit=false]"
    },
    "minecraft:blue_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:blue_banner[rotation=0]"
    },
    "minecraft:blue_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:blue_carpet": {
      "properties": {},
      "defaultstate": "minecraft:blue_carpet"
    },
    "minecraft:blue_concrete": {
      "properties": {},
      "defaultstate": "minecraft:blue_concrete"
    },
    "minecraft:blue_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:blue_concrete_powder"
    },
    "minecraft:blue_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]"
    },
    "minecraft:blue_ice": {
      "properties": {},
      "defaultstate": "minecraft:blue_ice"
    },
    "minecraft:blue_orchid": {
      "properties": {},
      "defaultstate": "minecraft:blue_orchid"
    },
    "minecraft:blue_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:blue_shulker_box[facing=up]"
    },
    "minecraft:blue_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:blue_stained_glass"
    },
    "minecraft:blue_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:blue_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:blue_terracotta"
    },
    "minecraft:blue_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:blue_wall_banner[facing=north]"
    },
    "minecraft:blue_wool": {
      "properties": {},
      "defaultstate": "minecraft:blue_wool"
    },
    "minecraft:bone_block": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:bone_block[axis=y]"
    },
    "minecraft:bookshelf": {
      "properties": {},
      "defaultstate": "minecraft:bookshelf"
    },
    "minecraft:brain_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:brain_coral[waterlogged=true]"
    },
    "minecraft:brain_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:brain_coral_block"
    },
    "minecraft:brain_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]"
    },
    "minecraft:brain_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:brewing_stand": {
      "properties": {
        "has_bottle_0": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "has_bottle_1": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "has_bottle_2": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"
    },
    "minecraft:brick_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:brick_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:brick_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:bricks": {
      "properties": {},
      "defaultstate": "minecraft:bricks"
    },
    "minecraft:brown_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:brown_banner[rotation=0]"
    },
    "minecraft:brown_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:brown_carpet": {
      "properties": {},
      "defaultstate": "minecraft:brown_carpet"
    },
    "minecraft:brown_concrete": {
      "properties": {},
      "defaultstate": "minecraft:brown_concrete"
    },
    "minecraft:brown_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:brown_concrete_powder"
    },
    "minecraft:brown_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]"
    },
    "minecraft:brown_mushroom": {
      "properties": {},
      "defaultstate": "minecraft:brown_mushroom"
    },
    "minecraft:brown_mushroom_block": {
      "properties": {
        "down": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
    },
    "minecraft:brown_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:brown_shulker_box[facing=up]"
    },
    "minecraft:brown_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:brown_stained_glass"
    },
    "minecraft:brown_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:brown_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:brown_terracotta"
    },
    "minecraft:brown_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:brown_wall_banner[facing=north]"
    },
    "minecraft:brown_wool": {
      "properties": {},
      "defaultstate": "minecraft:brown_wool"
    },
    "minecraft:bubble_column": {
      "properties": {
        "drag": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:bubble_column[drag=true]"
    },
    "minecraft:bubble_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:bubble_coral[waterlogged=true]"
    },
    "minecraft:bubble_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:bubble_coral_block"
    },
    "minecraft:bubble_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]"
    },
    "minecraft:bubble_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:cactus": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:cactus[age=0]"
    },
    "minecraft:cake": {
      "properties": {
        "bites": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:cake[bites=0]"
    },
    "minecraft:campfire": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "lit": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "signal_fire": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"
    },
    "minecraft:carrots": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:carrots[age=0]"
    },
    "minecraft:cartography_table": {
      "properties": {},
      "defaultstate": "minecraft:cartography_table"
    },
    "minecraft:carved_pumpkin": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:carved_pumpkin[facing=north]"
    },
    "minecraft:cauldron": {
      "properties": {
        "level": {
          "values": [
            "0",
            "1",
            "2",
            "3"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:cauldron[level=0]"
    },
    "minecraft:cave_air": {
      "properties": {},
      "defaultstate": "minecraft:cave_air"
    },
    "minecraft:chain_command_block": {
      "properties": {
        "conditional": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]"
    },
    "minecraft:chest": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "type": {
          "values": [
            "single",
            "left",
            "right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]"
    },
    "minecraft:chipped_anvil": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:chipped_anvil[facing=north]"
    },
    "minecraft:chiseled_quartz_block": {
      "properties": {},
      "defaultstate": "minecraft:chiseled_quartz_block"
    },
    "minecraft:chiseled_red_sandstone": {
      "properties": {},
      "defaultstate": "minecraft:chiseled_red_sandstone"
    },
    "minecraft:chiseled_sandstone": {
      "properties": {},
      "defaultstate": "minecraft:chiseled_sandstone"
    },
    "minecraft:chiseled_stone_bricks": {
      "properties": {},
      "defaultstate": "minecraft:chiseled_stone_bricks"
    },
    "minecraft:chorus_flower": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:chorus_flower[age=0]"
    },
    "minecraft:chorus_plant": {
      "properties": {
        "down": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"
    },
    "minecraft:clay": {
      "properties": {},
      "defaultstate": "minecraft:clay"
    },
    "minecraft:coal_block": {
      "properties": {},
      "defaultstate": "minecraft:coal_block"
    },
    "minecraft:coal_ore": {
      "properties": {},
      "defaultstate": "minecraft:coal_ore"
    },
    "minecraft:coarse_dirt": {
      "properties": {},
      "defaultstate": "minecraft:coarse_dirt"
    },
    "minecraft:cobblestone": {
      "properties": {},
      "defaultstate": "minecraft:cobblestone"
    },
    "minecraft:cobblestone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:cobblestone_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:cobblestone_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:cobweb": {
      "properties": {},
      "defaultstate": "minecraft:cobweb"
    },
    "minecraft:cocoa": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2"
          ],
          "type": "int"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:cocoa[age=0,facing=north]"
    },
    "minecraft:command_block": {
      "properties": {
        "conditional": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:command_block[conditional=false,facing=north]"
    },
    "minecraft:comparator": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "mode": {
          "values": [
            "compare",
            "subtract"
          ],
          "type": "enum"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]"
    },
    "minecraft:composter": {
      "properties": {
        "level": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:composter[level=0]"
    },
    "minecraft:conduit": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:conduit[waterlogged=true]"
    },
    "minecraft:cornflower": {
      "properties": {},
      "defaultstate": "minecraft:cornflower"
    },
    "minecraft:cracked_stone_bricks": {
      "properties": {},
      "defaultstate": "minecraft:cracked_stone_bricks"
    },
    "minecraft:crafting_table": {
      "properties": {},
      "defaultstate": "minecraft:crafting_table"
    },
    "minecraft:creeper_head": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:creeper_head[rotation=0]"
    },
    "minecraft:creeper_wall_head": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:creeper_wall_head[facing=north]"
    },
    "minecraft:cut_red_sandstone": {
      "properties": {},
      "defaultstate": "minecraft:cut_red_sandstone"
    },
    "minecraft:cut_red_sandstone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:cut_sandstone": {
      "properties": {},
      "defaultstate": "minecraft:cut_sandstone"
    },
    "minecraft:cut_sandstone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:cyan_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:cyan_banner[rotation=0]"
    },
    "minecraft:cyan_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:cyan_carpet": {
      "properties": {},
      "defaultstate": "minecraft:cyan_carpet"
    },
    "minecraft:cyan_concrete": {
      "properties": {},
      "defaultstate": "minecraft:cyan_concrete"
    },
    "minecraft:cyan_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:cyan_concrete_powder"
    },
    "minecraft:cyan_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]"
    },
    "minecraft:cyan_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:cyan_shulker_box[facing=up]"
    },
    "minecraft:cyan_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:cyan_stained_glass"
    },
    "minecraft:cyan_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:cyan_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:cyan_terracotta"
    },
    "minecraft:cyan_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:cyan_wall_banner[facing=north]"
    },
    "minecraft:cyan_wool": {
      "properties": {},
      "defaultstate": "minecraft:cyan_wool"
    },
    "minecraft:damaged_anvil": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:damaged_anvil[facing=north]"
    },
    "minecraft:dandelion": {
      "properties": {},
      "defaultstate": "minecraft:dandelion"
    },
    "minecraft:dark_oak_button": {
      "properties": {
        "face": {
          "values": [
            "floor",
            "wall",
            "ceiling"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]"
    },
    "minecraft:dark_oak_door": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        },
        "hinge": {
          "values": [
            "left",
            "right"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
    },
    "minecraft:dark_oak_fence": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:dark_oak_fence_gate": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "in_wall": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
    },
    "minecraft:dark_oak_leaves": {
      "properties": {
        "distance": {
          "values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        },
        "persistent": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]"
    },
    "minecraft:dark_oak_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:dark_oak_log[axis=y]"
    },
    "minecraft:dark_oak_planks": {
      "properties": {},
      "defaultstate": "minecraft:dark_oak_planks"
    },
    "minecraft:dark_oak_pressure_plate": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]"
    },
    "minecraft:dark_oak_sapling": {
      "properties": {
        "stage": {
          "values": [
            "0",
            "1"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:dark_oak_sapling[stage=0]"
    },
    "minecraft:dark_oak_sign": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_sign[rotation=0,waterlogged=false]"
    },
    "minecraft:dark_oak_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:dark_oak_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:dark_oak_trapdoor": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
    },
    "minecraft:dark_oak_wall_sign": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"
    },
    "minecraft:dark_oak_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:dark_oak_wood[axis=y]"
    },
    "minecraft:dark_prismarine": {
      "properties": {},
      "defaultstate": "minecraft:dark_prismarine"
    },
    "minecraft:dark_prismarine_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:dark_prismarine_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:daylight_detector": {
      "properties": {
        "inverted": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "power": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]"
    },
    "minecraft:dead_brain_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]"
    },
    "minecraft:dead_brain_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:dead_brain_coral_block"
    },
    "minecraft:dead_brain_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]"
    },
    "minecraft:dead_brain_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:dead_bubble_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]"
    },
    "minecraft:dead_bubble_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:dead_bubble_coral_block"
    },
    "minecraft:dead_bubble_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]"
    },
    "minecraft:dead_bubble_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:dead_bush": {
      "properties": {},
      "defaultstate": "minecraft:dead_bush"
    },
    "minecraft:dead_fire_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]"
    },
    "minecraft:dead_fire_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:dead_fire_coral_block"
    },
    "minecraft:dead_fire_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]"
    },
    "minecraft:dead_fire_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:dead_horn_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]"
    },
    "minecraft:dead_horn_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:dead_horn_coral_block"
    },
    "minecraft:dead_horn_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]"
    },
    "minecraft:dead_horn_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:dead_tube_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]"
    },
    "minecraft:dead_tube_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:dead_tube_coral_block"
    },
    "minecraft:dead_tube_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]"
    },
    "minecraft:dead_tube_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:detector_rail": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "shape": {
          "values": [
            "north_south",
            "east_west",
            "ascending_east",
            "ascending_west",
            "ascending_north",
            "ascending_south"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south]"
    },
    "minecraft:diamond_block": {
      "properties": {},
      "defaultstate": "minecraft:diamond_block"
    },
    "minecraft:diamond_ore": {
      "properties": {},
      "defaultstate": "minecraft:diamond_ore"
    },
    "minecraft:diorite": {
      "properties": {},
      "defaultstate": "minecraft:diorite"
    },
    "minecraft:diorite_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:diorite_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:diorite_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:diorite_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:dirt": {
      "properties": {},
      "defaultstate": "minecraft:dirt"
    },
    "minecraft:dispenser": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        },
        "triggered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dispenser[facing=north,triggered=false]"
    },
    "minecraft:dragon_egg": {
      "properties": {},
      "defaultstate": "minecraft:dragon_egg"
    },
    "minecraft:dragon_head": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:dragon_head[rotation=0]"
    },
    "minecraft:dragon_wall_head": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:dragon_wall_head[facing=north]"
    },
    "minecraft:dried_kelp_block": {
      "properties": {},
      "defaultstate": "minecraft:dried_kelp_block"
    },
    "minecraft:dropper": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        },
        "triggered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:dropper[facing=north,triggered=false]"
    },
    "minecraft:emerald_block": {
      "properties": {},
      "defaultstate": "minecraft:emerald_block"
    },
    "minecraft:emerald_ore": {
      "properties": {},
      "defaultstate": "minecraft:emerald_ore"
    },
    "minecraft:enchanting_table": {
      "properties": {},
      "defaultstate": "minecraft:enchanting_table"
    },
    "minecraft:end_gateway": {
      "properties": {},
      "defaultstate": "minecraft:end_gateway"
    },
    "minecraft:end_portal": {
      "properties": {},
      "defaultstate": "minecraft:end_portal"
    },
    "minecraft:end_portal_frame": {
      "properties": {
        "eye": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]"
    },
    "minecraft:end_rod": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:end_rod[facing=up]"
    },
    "minecraft:end_stone": {
      "properties": {},
      "defaultstate": "minecraft:end_stone"
    },
    "minecraft:end_stone_brick_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:end_stone_brick_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:end_stone_brick_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:end_stone_bricks": {
      "properties": {},
      "defaultstate": "minecraft:end_stone_bricks"
    },
    "minecraft:ender_chest": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]"
    },
    "minecraft:farmland": {
      "properties": {
        "moisture": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:farmland[moisture=0]"
    },
    "minecraft:fern": {
      "properties": {},
      "defaultstate": "minecraft:fern"
    },
    "minecraft:fire": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        },
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"
    },
    "minecraft:fire_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:fire_coral[waterlogged=true]"
    },
    "minecraft:fire_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:fire_coral_block"
    },
    "minecraft:fire_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]"
    },
    "minecraft:fire_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:fletching_table": {
      "properties": {},
      "defaultstate": "minecraft:fletching_table"
    },
    "minecraft:flower_pot": {
      "properties": {},
      "defaultstate": "minecraft:flower_pot"
    },
    "minecraft:frosted_ice": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:frosted_ice[age=0]"
    },
    "minecraft:furnace": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "lit": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:furnace[facing=north,lit=false]"
    },
    "minecraft:glass": {
      "properties": {},
      "defaultstate": "minecraft:glass"
    },
    "minecraft:glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:glowstone": {
      "properties": {},
      "defaultstate": "minecraft:glowstone"
    },
    "minecraft:gold_block": {
      "properties": {},
      "defaultstate": "minecraft:gold_block"
    },
    "minecraft:gold_ore": {
      "properties": {},
      "defaultstate": "minecraft:gold_ore"
    },
    "minecraft:granite": {
      "properties": {},
      "defaultstate": "minecraft:granite"
    },
    "minecraft:granite_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:granite_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:granite_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:granite_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:grass": {
      "properties": {},
      "defaultstate": "minecraft:grass"
    },
    "minecraft:grass_block": {
      "properties": {
        "snowy": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:grass_block[snowy=false]"
    },
    "minecraft:grass_path": {
      "properties": {},
      "defaultstate": "minecraft:grass_path"
    },
    "minecraft:gravel": {
      "properties": {},
      "defaultstate": "minecraft:gravel"
    },
    "minecraft:gray_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:gray_banner[rotation=0]"
    },
    "minecraft:gray_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:gray_carpet": {
      "properties": {},
      "defaultstate": "minecraft:gray_carpet"
    },
    "minecraft:gray_concrete": {
      "properties": {},
      "defaultstate": "minecraft:gray_concrete"
    },
    "minecraft:gray_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:gray_concrete_powder"
    },
    "minecraft:gray_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]"
    },
    "minecraft:gray_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:gray_shulker_box[facing=up]"
    },
    "minecraft:gray_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:gray_stained_glass"
    },
    "minecraft:gray_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:gray_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:gray_terracotta"
    },
    "minecraft:gray_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:gray_wall_banner[facing=north]"
    },
    "minecraft:gray_wool": {
      "properties": {},
      "defaultstate": "minecraft:gray_wool"
    },
    "minecraft:green_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:green_banner[rotation=0]"
    },
    "minecraft:green_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:green_carpet": {
      "properties": {},
      "defaultstate": "minecraft:green_carpet"
    },
    "minecraft:green_concrete": {
      "properties": {},
      "defaultstate": "minecraft:green_concrete"
    },
    "minecraft:green_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:green_concrete_powder"
    },
    "minecraft:green_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:green_glazed_terracotta[facing=north]"
    },
    "minecraft:green_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:green_shulker_box[facing=up]"
    },
    "minecraft:green_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:green_stained_glass"
    },
    "minecraft:green_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:green_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:green_terracotta"
    },
    "minecraft:green_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:green_wall_banner[facing=north]"
    },
    "minecraft:green_wool": {
      "properties": {},
      "defaultstate": "minecraft:green_wool"
    },
    "minecraft:grindstone": {
      "properties": {
        "face": {
          "values": [
            "floor",
            "wall",
            "ceiling"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:grindstone[face=wall,facing=north]"
    },
    "minecraft:hay_block": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:hay_block[axis=y]"
    },
    "minecraft:heavy_weighted_pressure_plate": {
      "properties": {
        "power": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]"
    },
    "minecraft:hopper": {
      "properties": {
        "enabled": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "facing": {
          "values": [
            "down",
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:hopper[enabled=true,facing=down]"
    },
    "minecraft:horn_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:horn_coral[waterlogged=true]"
    },
    "minecraft:horn_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:horn_coral_block"
    },
    "minecraft:horn_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]"
    },
    "minecraft:horn_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:ice": {
      "properties": {},
      "defaultstate": "minecraft:ice"
    },
    "minecraft:infested_chiseled_stone_bricks": {
      "properties": {},
      "defaultstate": "minecraft:infested_chiseled_stone_bricks"
    },
    "minecraft:infested_cobblestone": {
      "properties": {},
      "defaultstate": "minecraft:infested_cobblestone"
    },
    "minecraft:infested_cracked_stone_bricks": {
      "properties": {},
      "defaultstate": "minecraft:infested_cracked_stone_bricks"
    },
    "minecraft:infested_mossy_stone_bricks": {
      "properties": {},
      "defaultstate": "minecraft:infested_mossy_stone_bricks"
    },
    "minecraft:infested_stone": {
      "properties": {},
      "defaultstate": "minecraft:infested_stone"
    },
    "minecraft:infested_stone_bricks": {
      "properties": {},
      "defaultstate": "minecraft:infested_stone_bricks"
    },
    "minecraft:iron_bars": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:iron_block": {
      "properties": {},
      "defaultstate": "minecraft:iron_block"
    },
    "minecraft:iron_door": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        },
        "hinge": {
          "values": [
            "left",
            "right"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
    },
    "minecraft:iron_ore": {
      "properties": {},
      "defaultstate": "minecraft:iron_ore"
    },
    "minecraft:iron_trapdoor": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
    },
    "minecraft:jack_o_lantern": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:jack_o_lantern[facing=north]"
    },
    "minecraft:jigsaw": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:jigsaw[facing=up]"
    },
    "minecraft:jukebox": {
      "properties": {
        "has_record": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jukebox[has_record=false]"
    },
    "minecraft:jungle_button": {
      "properties": {
        "face": {
          "values": [
            "floor",
            "wall",
            "ceiling"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]"
    },
    "minecraft:jungle_door": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        },
        "hinge": {
          "values": [
            "left",
            "right"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
    },
    "minecraft:jungle_fence": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:jungle_fence_gate": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "in_wall": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
    },
    "minecraft:jungle_leaves": {
      "properties": {
        "distance": {
          "values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        },
        "persistent": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]"
    },
    "minecraft:jungle_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:jungle_log[axis=y]"
    },
    "minecraft:jungle_planks": {
      "properties": {},
      "defaultstate": "minecraft:jungle_planks"
    },
    "minecraft:jungle_pressure_plate": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_pressure_plate[powered=false]"
    },
    "minecraft:jungle_sapling": {
      "properties": {
        "stage": {
          "values": [
            "0",
            "1"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:jungle_sapling[stage=0]"
    },
    "minecraft:jungle_sign": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_sign[rotation=0,waterlogged=false]"
    },
    "minecraft:jungle_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:jungle_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:jungle_trapdoor": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
    },
    "minecraft:jungle_wall_sign": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:jungle_wall_sign[facing=north,waterlogged=false]"
    },
    "minecraft:jungle_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:jungle_wood[axis=y]"
    },
    "minecraft:kelp": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18",
            "19",
            "20",
            "21",
            "22",
            "23",
            "24",
            "25"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:kelp[age=0]"
    },
    "minecraft:kelp_plant": {
      "properties": {},
      "defaultstate": "minecraft:kelp_plant"
    },
    "minecraft:ladder": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]"
    },
    "minecraft:lantern": {
      "properties": {
        "hanging": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:lantern[hanging=false]"
    },
    "minecraft:lapis_block": {
      "properties": {},
      "defaultstate": "minecraft:lapis_block"
    },
    "minecraft:lapis_ore": {
      "properties": {},
      "defaultstate": "minecraft:lapis_ore"
    },
    "minecraft:large_fern": {
      "properties": {
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:large_fern[half=lower]"
    },
    "minecraft:lava": {
      "properties": {
        "level": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:lava[level=0]"
    },
    "minecraft:lectern": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "has_book": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:lectern[facing=north,has_book=false,powered=false]"
    },
    "minecraft:lever": {
      "properties": {
        "face": {
          "values": [
            "floor",
            "wall",
            "ceiling"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]"
    },
    "minecraft:light_blue_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:light_blue_banner[rotation=0]"
    },
    "minecraft:light_blue_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:light_blue_carpet": {
      "properties": {},
      "defaultstate": "minecraft:light_blue_carpet"
    },
    "minecraft:light_blue_concrete": {
      "properties": {},
      "defaultstate": "minecraft:light_blue_concrete"
    },
    "minecraft:light_blue_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:light_blue_concrete_powder"
    },
    "minecraft:light_blue_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]"
    },
    "minecraft:light_blue_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:light_blue_shulker_box[facing=up]"
    },
    "minecraft:light_blue_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:light_blue_stained_glass"
    },
    "minecraft:light_blue_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:light_blue_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:light_blue_terracotta"
    },
    "minecraft:light_blue_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:light_blue_wall_banner[facing=north]"
    },
    "minecraft:light_blue_wool": {
      "properties": {},
      "defaultstate": "minecraft:light_blue_wool"
    },
    "minecraft:light_gray_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:light_gray_banner[rotation=0]"
    },
    "minecraft:light_gray_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:light_gray_carpet": {
      "properties": {},
      "defaultstate": "minecraft:light_gray_carpet"
    },
    "minecraft:light_gray_concrete": {
      "properties": {},
      "defaultstate": "minecraft:light_gray_concrete"
    },
    "minecraft:light_gray_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:light_gray_concrete_powder"
    },
    "minecraft:light_gray_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]"
    },
    "minecraft:light_gray_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:light_gray_shulker_box[facing=up]"
    },
    "minecraft:light_gray_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:light_gray_stained_glass"
    },
    "minecraft:light_gray_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:light_gray_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:light_gray_terracotta"
    },
    "minecraft:light_gray_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:light_gray_wall_banner[facing=north]"
    },
    "minecraft:light_gray_wool": {
      "properties": {},
      "defaultstate": "minecraft:light_gray_wool"
    },
    "minecraft:light_weighted_pressure_plate": {
      "properties": {
        "power": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]"
    },
    "minecraft:lilac": {
      "properties": {
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:lilac[half=lower]"
    },
    "minecraft:lily_of_the_valley": {
      "properties": {},
      "defaultstate": "minecraft:lily_of_the_valley"
    },
    "minecraft:lily_pad": {
      "properties": {},
      "defaultstate": "minecraft:lily_pad"
    },
    "minecraft:lime_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:lime_banner[rotation=0]"
    },
    "minecraft:lime_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:lime_carpet": {
      "properties": {},
      "defaultstate": "minecraft:lime_carpet"
    },
    "minecraft:lime_concrete": {
      "properties": {},
      "defaultstate": "minecraft:lime_concrete"
    },
    "minecraft:lime_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:lime_concrete_powder"
    },
    "minecraft:lime_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]"
    },
    "minecraft:lime_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:lime_shulker_box[facing=up]"
    },
    "minecraft:lime_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:lime_stained_glass"
    },
    "minecraft:lime_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:lime_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:lime_terracotta"
    },
    "minecraft:lime_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:lime_wall_banner[facing=north]"
    },
    "minecraft:lime_wool": {
      "properties": {},
      "defaultstate": "minecraft:lime_wool"
    },
    "minecraft:loom": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:loom[facing=north]"
    },
    "minecraft:magenta_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:magenta_banner[rotation=0]"
    },
    "minecraft:magenta_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:magenta_carpet": {
      "properties": {},
      "defaultstate": "minecraft:magenta_carpet"
    },
    "minecraft:magenta_concrete": {
      "properties": {},
      "defaultstate": "minecraft:magenta_concrete"
    },
    "minecraft:magenta_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:magenta_concrete_powder"
    },
    "minecraft:magenta_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]"
    },
    "minecraft:magenta_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:magenta_shulker_box[facing=up]"
    },
    "minecraft:magenta_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:magenta_stained_glass"
    },
    "minecraft:magenta_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:magenta_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:magenta_terracotta"
    },
    "minecraft:magenta_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:magenta_wall_banner[facing=north]"
    },
    "minecraft:magenta_wool": {
      "properties": {},
      "defaultstate": "minecraft:magenta_wool"
    },
    "minecraft:magma_block": {
      "properties": {},
      "defaultstate": "minecraft:magma_block"
    },
    "minecraft:melon": {
      "properties": {},
      "defaultstate": "minecraft:melon"
    },
    "minecraft:melon_stem": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:melon_stem[age=0]"
    },
    "minecraft:mossy_cobblestone": {
      "properties": {},
      "defaultstate": "minecraft:mossy_cobblestone"
    },
    "minecraft:mossy_cobblestone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:mossy_cobblestone_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:mossy_cobblestone_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:mossy_stone_brick_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:mossy_stone_brick_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:mossy_stone_brick_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:mossy_stone_bricks": {
      "properties": {},
      "defaultstate": "minecraft:mossy_stone_bricks"
    },
    "minecraft:moving_piston": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        },
        "type": {
          "values": [
            "normal",
            "sticky"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:moving_piston[facing=north,type=normal]"
    },
    "minecraft:mushroom_stem": {
      "properties": {
        "down": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"
    },
    "minecraft:mycelium": {
      "properties": {
        "snowy": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:mycelium[snowy=false]"
    },
    "minecraft:nether_brick_fence": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:nether_brick_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:nether_brick_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:nether_brick_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:nether_bricks": {
      "properties": {},
      "defaultstate": "minecraft:nether_bricks"
    },
    "minecraft:nether_portal": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:nether_portal[axis=x]"
    },
    "minecraft:nether_quartz_ore": {
      "properties": {},
      "defaultstate": "minecraft:nether_quartz_ore"
    },
    "minecraft:nether_wart": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:nether_wart[age=0]"
    },
    "minecraft:nether_wart_block": {
      "properties": {},
      "defaultstate": "minecraft:nether_wart_block"
    },
    "minecraft:netherrack": {
      "properties": {},
      "defaultstate": "minecraft:netherrack"
    },
    "minecraft:note_block": {
      "properties": {
        "instrument": {
          "values": [
            "harp",
            "basedrum",
            "snare",
            "hat",
            "bass",
            "flute",
            "bell",
            "guitar",
            "chime",
            "xylophone",
            "iron_xylophone",
            "cow_bell",
            "didgeridoo",
            "bit",
            "banjo",
            "pling"
          ],
          "type": "enum"
        },
        "note": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18",
            "19",
            "20",
            "21",
            "22",
            "23",
            "24"
          ],
          "type": "int"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]"
    },
    "minecraft:oak_button": {
      "properties": {
        "face": {
          "values": [
            "floor",
            "wall",
            "ceiling"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]"
    },
    "minecraft:oak_door": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        },
        "hinge": {
          "values": [
            "left",
            "right"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
    },
    "minecraft:oak_fence": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:oak_fence_gate": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "in_wall": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
    },
    "minecraft:oak_leaves": {
      "properties": {
        "distance": {
          "values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        },
        "persistent": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]"
    },
    "minecraft:oak_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:oak_log[axis=y]"
    },
    "minecraft:oak_planks": {
      "properties": {},
      "defaultstate": "minecraft:oak_planks"
    },
    "minecraft:oak_pressure_plate": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_pressure_plate[powered=false]"
    },
    "minecraft:oak_sapling": {
      "properties": {
        "stage": {
          "values": [
            "0",
            "1"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:oak_sapling[stage=0]"
    },
    "minecraft:oak_sign": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_sign[rotation=0,waterlogged=false]"
    },
    "minecraft:oak_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:oak_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:oak_trapdoor": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
    },
    "minecraft:oak_wall_sign": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:oak_wall_sign[facing=north,waterlogged=false]"
    },
    "minecraft:oak_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:oak_wood[axis=y]"
    },
    "minecraft:observer": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:observer[facing=south,powered=false]"
    },
    "minecraft:obsidian": {
      "properties": {},
      "defaultstate": "minecraft:obsidian"
    },
    "minecraft:orange_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:orange_banner[rotation=0]"
    },
    "minecraft:orange_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:orange_carpet": {
      "properties": {},
      "defaultstate": "minecraft:orange_carpet"
    },
    "minecraft:orange_concrete": {
      "properties": {},
      "defaultstate": "minecraft:orange_concrete"
    },
    "minecraft:orange_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:orange_concrete_powder"
    },
    "minecraft:orange_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]"
    },
    "minecraft:orange_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:orange_shulker_box[facing=up]"
    },
    "minecraft:orange_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:orange_stained_glass"
    },
    "minecraft:orange_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:orange_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:orange_terracotta"
    },
    "minecraft:orange_tulip": {
      "properties": {},
      "defaultstate": "minecraft:orange_tulip"
    },
    "minecraft:orange_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:orange_wall_banner[facing=north]"
    },
    "minecraft:orange_wool": {
      "properties": {},
      "defaultstate": "minecraft:orange_wool"
    },
    "minecraft:oxeye_daisy": {
      "properties": {},
      "defaultstate": "minecraft:oxeye_daisy"
    },
    "minecraft:packed_ice": {
      "properties": {},
      "defaultstate": "minecraft:packed_ice"
    },
    "minecraft:peony": {
      "properties": {
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:peony[half=lower]"
    },
    "minecraft:petrified_oak_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:pink_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:pink_banner[rotation=0]"
    },
    "minecraft:pink_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:pink_carpet": {
      "properties": {},
      "defaultstate": "minecraft:pink_carpet"
    },
    "minecraft:pink_concrete": {
      "properties": {},
      "defaultstate": "minecraft:pink_concrete"
    },
    "minecraft:pink_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:pink_concrete_powder"
    },
    "minecraft:pink_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]"
    },
    "minecraft:pink_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:pink_shulker_box[facing=up]"
    },
    "minecraft:pink_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:pink_stained_glass"
    },
    "minecraft:pink_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:pink_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:pink_terracotta"
    },
    "minecraft:pink_tulip": {
      "properties": {},
      "defaultstate": "minecraft:pink_tulip"
    },
    "minecraft:pink_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:pink_wall_banner[facing=north]"
    },
    "minecraft:pink_wool": {
      "properties": {},
      "defaultstate": "minecraft:pink_wool"
    },
    "minecraft:piston": {
      "properties": {
        "extended": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:piston[extended=false,facing=north]"
    },
    "minecraft:piston_head": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        },
        "short": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "type": {
          "values": [
            "normal",
            "sticky"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]"
    },
    "minecraft:player_head": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:player_head[rotation=0]"
    },
    "minecraft:player_wall_head": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:player_wall_head[facing=north]"
    },
    "minecraft:podzol": {
      "properties": {
        "snowy": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:podzol[snowy=false]"
    },
    "minecraft:polished_andesite": {
      "properties": {},
      "defaultstate": "minecraft:polished_andesite"
    },
    "minecraft:polished_andesite_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:polished_andesite_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:polished_diorite": {
      "properties": {},
      "defaultstate": "minecraft:polished_diorite"
    },
    "minecraft:polished_diorite_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:polished_diorite_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:polished_granite": {
      "properties": {},
      "defaultstate": "minecraft:polished_granite"
    },
    "minecraft:polished_granite_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:polished_granite_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:polished_granite_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:poppy": {
      "properties": {},
      "defaultstate": "minecraft:poppy"
    },
    "minecraft:potatoes": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:potatoes[age=0]"
    },
    "minecraft:potted_acacia_sapling": {
      "properties": {},
      "defaultstate": "minecraft:potted_acacia_sapling"
    },
    "minecraft:potted_allium": {
      "properties": {},
      "defaultstate": "minecraft:potted_allium"
    },
    "minecraft:potted_azure_bluet": {
      "properties": {},
      "defaultstate": "minecraft:potted_azure_bluet"
    },
    "minecraft:potted_bamboo": {
      "properties": {},
      "defaultstate": "minecraft:potted_bamboo"
    },
    "minecraft:potted_birch_sapling": {
      "properties": {},
      "defaultstate": "minecraft:potted_birch_sapling"
    },
    "minecraft:potted_blue_orchid": {
      "properties": {},
      "defaultstate": "minecraft:potted_blue_orchid"
    },
    "minecraft:potted_brown_mushroom": {
      "properties": {},
      "defaultstate": "minecraft:potted_brown_mushroom"
    },
    "minecraft:potted_cactus": {
      "properties": {},
      "defaultstate": "minecraft:potted_cactus"
    },
    "minecraft:potted_cornflower": {
      "properties": {},
      "defaultstate": "minecraft:potted_cornflower"
    },
    "minecraft:potted_dandelion": {
      "properties": {},
      "defaultstate": "minecraft:potted_dandelion"
    },
    "minecraft:potted_dark_oak_sapling": {
      "properties": {},
      "defaultstate": "minecraft:potted_dark_oak_sapling"
    },
    "minecraft:potted_dead_bush": {
      "properties": {},
      "defaultstate": "minecraft:potted_dead_bush"
    },
    "minecraft:potted_fern": {
      "properties": {},
      "defaultstate": "minecraft:potted_fern"
    },
    "minecraft:potted_jungle_sapling": {
      "properties": {},
      "defaultstate": "minecraft:potted_jungle_sapling"
    },
    "minecraft:potted_lily_of_the_valley": {
      "properties": {},
      "defaultstate": "minecraft:potted_lily_of_the_valley"
    },
    "minecraft:potted_oak_sapling": {
      "properties": {},
      "defaultstate": "minecraft:potted_oak_sapling"
    },
    "minecraft:potted_orange_tulip": {
      "properties": {},
      "defaultstate": "minecraft:potted_orange_tulip"
    },
    "minecraft:potted_oxeye_daisy": {
      "properties": {},
      "defaultstate": "minecraft:potted_oxeye_daisy"
    },
    "minecraft:potted_pink_tulip": {
      "properties": {},
      "defaultstate": "minecraft:potted_pink_tulip"
    },
    "minecraft:potted_poppy": {
      "properties": {},
      "defaultstate": "minecraft:potted_poppy"
    },
    "minecraft:potted_red_mushroom": {
      "properties": {},
      "defaultstate": "minecraft:potted_red_mushroom"
    },
    "minecraft:potted_red_tulip": {
      "properties": {},
      "defaultstate": "minecraft:potted_red_tulip"
    },
    "minecraft:potted_spruce_sapling": {
      "properties": {},
      "defaultstate": "minecraft:potted_spruce_sapling"
    },
    "minecraft:potted_white_tulip": {
      "properties": {},
      "defaultstate": "minecraft:potted_white_tulip"
    },
    "minecraft:potted_wither_rose": {
      "properties": {},
      "defaultstate": "minecraft:potted_wither_rose"
    },
    "minecraft:powered_rail": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "shape": {
          "values": [
            "north_south",
            "east_west",
            "ascending_east",
            "ascending_west",
            "ascending_north",
            "ascending_south"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south]"
    },
    "minecraft:prismarine": {
      "properties": {},
      "defaultstate": "minecraft:prismarine"
    },
    "minecraft:prismarine_brick_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:prismarine_brick_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:prismarine_bricks": {
      "properties": {},
      "defaultstate": "minecraft:prismarine_bricks"
    },
    "minecraft:prismarine_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:prismarine_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:prismarine_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:pumpkin": {
      "properties": {},
      "defaultstate": "minecraft:pumpkin"
    },
    "minecraft:pumpkin_stem": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:pumpkin_stem[age=0]"
    },
    "minecraft:purple_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:purple_banner[rotation=0]"
    },
    "minecraft:purple_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:purple_carpet": {
      "properties": {},
      "defaultstate": "minecraft:purple_carpet"
    },
    "minecraft:purple_concrete": {
      "properties": {},
      "defaultstate": "minecraft:purple_concrete"
    },
    "minecraft:purple_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:purple_concrete_powder"
    },
    "minecraft:purple_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]"
    },
    "minecraft:purple_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:purple_shulker_box[facing=up]"
    },
    "minecraft:purple_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:purple_stained_glass"
    },
    "minecraft:purple_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:purple_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:purple_terracotta"
    },
    "minecraft:purple_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:purple_wall_banner[facing=north]"
    },
    "minecraft:purple_wool": {
      "properties": {},
      "defaultstate": "minecraft:purple_wool"
    },
    "minecraft:purpur_block": {
      "properties": {},
      "defaultstate": "minecraft:purpur_block"
    },
    "minecraft:purpur_pillar": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:purpur_pillar[axis=y]"
    },
    "minecraft:purpur_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:purpur_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:quartz_block": {
      "properties": {},
      "defaultstate": "minecraft:quartz_block"
    },
    "minecraft:quartz_pillar": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:quartz_pillar[axis=y]"
    },
    "minecraft:quartz_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:quartz_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:rail": {
      "properties": {
        "shape": {
          "values": [
            "north_south",
            "east_west",
            "ascending_east",
            "ascending_west",
            "ascending_north",
            "ascending_south",
            "south_east",
            "south_west",
            "north_west",
            "north_east"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:rail[shape=north_south]"
    },
    "minecraft:red_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:red_banner[rotation=0]"
    },
    "minecraft:red_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:red_carpet": {
      "properties": {},
      "defaultstate": "minecraft:red_carpet"
    },
    "minecraft:red_concrete": {
      "properties": {},
      "defaultstate": "minecraft:red_concrete"
    },
    "minecraft:red_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:red_concrete_powder"
    },
    "minecraft:red_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:red_glazed_terracotta[facing=north]"
    },
    "minecraft:red_mushroom": {
      "properties": {},
      "defaultstate": "minecraft:red_mushroom"
    },
    "minecraft:red_mushroom_block": {
      "properties": {
        "down": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
    },
    "minecraft:red_nether_brick_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:red_nether_brick_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:red_nether_brick_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:red_nether_bricks": {
      "properties": {},
      "defaultstate": "minecraft:red_nether_bricks"
    },
    "minecraft:red_sand": {
      "properties": {},
      "defaultstate": "minecraft:red_sand"
    },
    "minecraft:red_sandstone": {
      "properties": {},
      "defaultstate": "minecraft:red_sandstone"
    },
    "minecraft:red_sandstone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:red_sandstone_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:red_sandstone_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:red_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:red_shulker_box[facing=up]"
    },
    "minecraft:red_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:red_stained_glass"
    },
    "minecraft:red_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:red_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:red_terracotta"
    },
    "minecraft:red_tulip": {
      "properties": {},
      "defaultstate": "minecraft:red_tulip"
    },
    "minecraft:red_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:red_wall_banner[facing=north]"
    },
    "minecraft:red_wool": {
      "properties": {},
      "defaultstate": "minecraft:red_wool"
    },
    "minecraft:redstone_block": {
      "properties": {},
      "defaultstate": "minecraft:redstone_block"
    },
    "minecraft:redstone_lamp": {
      "properties": {
        "lit": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:redstone_lamp[lit=false]"
    },
    "minecraft:redstone_ore": {
      "properties": {
        "lit": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:redstone_ore[lit=false]"
    },
    "minecraft:redstone_torch": {
      "properties": {
        "lit": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:redstone_torch[lit=true]"
    },
    "minecraft:redstone_wall_torch": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "lit": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]"
    },
    "minecraft:redstone_wire": {
      "properties": {
        "east": {
          "values": [
            "up",
            "side",
            "none"
          ],
          "type": "enum"
        },
        "north": {
          "values": [
            "up",
            "side",
            "none"
          ],
          "type": "enum"
        },
        "power": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        },
        "south": {
          "values": [
            "up",
            "side",
            "none"
          ],
          "type": "enum"
        },
        "west": {
          "values": [
            "up",
            "side",
            "none"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"
    },
    "minecraft:repeater": {
      "properties": {
        "delay": {
          "values": [
            "1",
            "2",
            "3",
            "4"
          ],
          "type": "int"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "locked": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"
    },
    "minecraft:repeating_command_block": {
      "properties": {
        "conditional": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]"
    },
    "minecraft:rose_bush": {
      "properties": {
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:rose_bush[half=lower]"
    },
    "minecraft:sand": {
      "properties": {},
      "defaultstate": "minecraft:sand"
    },
    "minecraft:sandstone": {
      "properties": {},
      "defaultstate": "minecraft:sandstone"
    },
    "minecraft:sandstone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:sandstone_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:sandstone_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:scaffolding": {
      "properties": {
        "bottom": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "distance": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"
    },
    "minecraft:sea_lantern": {
      "properties": {},
      "defaultstate": "minecraft:sea_lantern"
    },
    "minecraft:sea_pickle": {
      "properties": {
        "pickles": {
          "values": [
            "1",
            "2",
            "3",
            "4"
          ],
          "type": "int"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]"
    },
    "minecraft:seagrass": {
      "properties": {},
      "defaultstate": "minecraft:seagrass"
    },
    "minecraft:shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:shulker_box[facing=up]"
    },
    "minecraft:skeleton_skull": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:skeleton_skull[rotation=0]"
    },
    "minecraft:skeleton_wall_skull": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:skeleton_wall_skull[facing=north]"
    },
    "minecraft:slime_block": {
      "properties": {},
      "defaultstate": "minecraft:slime_block"
    },
    "minecraft:smithing_table": {
      "properties": {},
      "defaultstate": "minecraft:smithing_table"
    },
    "minecraft:smoker": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "lit": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:smoker[facing=north,lit=false]"
    },
    "minecraft:smooth_quartz": {
      "properties": {},
      "defaultstate": "minecraft:smooth_quartz"
    },
    "minecraft:smooth_quartz_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:smooth_quartz_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:smooth_red_sandstone": {
      "properties": {},
      "defaultstate": "minecraft:smooth_red_sandstone"
    },
    "minecraft:smooth_red_sandstone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:smooth_red_sandstone_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:smooth_sandstone": {
      "properties": {},
      "defaultstate": "minecraft:smooth_sandstone"
    },
    "minecraft:smooth_sandstone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:smooth_sandstone_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:smooth_stone": {
      "properties": {},
      "defaultstate": "minecraft:smooth_stone"
    },
    "minecraft:smooth_stone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:snow": {
      "properties": {
        "layers": {
          "values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:snow[layers=1]"
    },
    "minecraft:snow_block": {
      "properties": {},
      "defaultstate": "minecraft:snow_block"
    },
    "minecraft:soul_sand": {
      "properties": {},
      "defaultstate": "minecraft:soul_sand"
    },
    "minecraft:spawner": {
      "properties": {},
      "defaultstate": "minecraft:spawner"
    },
    "minecraft:sponge": {
      "properties": {},
      "defaultstate": "minecraft:sponge"
    },
    "minecraft:spruce_button": {
      "properties": {
        "face": {
          "values": [
            "floor",
            "wall",
            "ceiling"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]"
    },
    "minecraft:spruce_door": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        },
        "hinge": {
          "values": [
            "left",
            "right"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
    },
    "minecraft:spruce_fence": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:spruce_fence_gate": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "in_wall": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
    },
    "minecraft:spruce_leaves": {
      "properties": {
        "distance": {
          "values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        },
        "persistent": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]"
    },
    "minecraft:spruce_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:spruce_log[axis=y]"
    },
    "minecraft:spruce_planks": {
      "properties": {},
      "defaultstate": "minecraft:spruce_planks"
    },
    "minecraft:spruce_pressure_plate": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_pressure_plate[powered=false]"
    },
    "minecraft:spruce_sapling": {
      "properties": {
        "stage": {
          "values": [
            "0",
            "1"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:spruce_sapling[stage=0]"
    },
    "minecraft:spruce_sign": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_sign[rotation=0,waterlogged=false]"
    },
    "minecraft:spruce_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:spruce_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:spruce_trapdoor": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "open": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
    },
    "minecraft:spruce_wall_sign": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:spruce_wall_sign[facing=north,waterlogged=false]"
    },
    "minecraft:spruce_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:spruce_wood[axis=y]"
    },
    "minecraft:sticky_piston": {
      "properties": {
        "extended": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]"
    },
    "minecraft:stone": {
      "properties": {},
      "defaultstate": "minecraft:stone"
    },
    "minecraft:stone_brick_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:stone_brick_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:stone_brick_wall": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
    },
    "minecraft:stone_bricks": {
      "properties": {},
      "defaultstate": "minecraft:stone_bricks"
    },
    "minecraft:stone_button": {
      "properties": {
        "face": {
          "values": [
            "floor",
            "wall",
            "ceiling"
          ],
          "type": "enum"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]"
    },
    "minecraft:stone_pressure_plate": {
      "properties": {
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:stone_pressure_plate[powered=false]"
    },
    "minecraft:stone_slab": {
      "properties": {
        "type": {
          "values": [
            "top",
            "bottom",
            "double"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]"
    },
    "minecraft:stone_stairs": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "half": {
          "values": [
            "top",
            "bottom"
          ],
          "type": "enum"
        },
        "shape": {
          "values": [
            "straight",
            "inner_left",
            "inner_right",
            "outer_left",
            "outer_right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
    },
    "minecraft:stonecutter": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:stonecutter[facing=north]"
    },
    "minecraft:stripped_acacia_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_acacia_log[axis=y]"
    },
    "minecraft:stripped_acacia_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_acacia_wood[axis=y]"
    },
    "minecraft:stripped_birch_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_birch_log[axis=y]"
    },
    "minecraft:stripped_birch_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_birch_wood[axis=y]"
    },
    "minecraft:stripped_dark_oak_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]"
    },
    "minecraft:stripped_dark_oak_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]"
    },
    "minecraft:stripped_jungle_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_jungle_log[axis=y]"
    },
    "minecraft:stripped_jungle_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_jungle_wood[axis=y]"
    },
    "minecraft:stripped_oak_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_oak_log[axis=y]"
    },
    "minecraft:stripped_oak_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_oak_wood[axis=y]"
    },
    "minecraft:stripped_spruce_log": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_spruce_log[axis=y]"
    },
    "minecraft:stripped_spruce_wood": {
      "properties": {
        "axis": {
          "values": [
            "x",
            "y",
            "z"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:stripped_spruce_wood[axis=y]"
    },
    "minecraft:structure_block": {
      "properties": {
        "mode": {
          "values": [
            "save",
            "load",
            "corner",
            "data"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:structure_block[mode=save]"
    },
    "minecraft:structure_void": {
      "properties": {},
      "defaultstate": "minecraft:structure_void"
    },
    "minecraft:sugar_cane": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:sugar_cane[age=0]"
    },
    "minecraft:sunflower": {
      "properties": {
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:sunflower[half=lower]"
    },
    "minecraft:sweet_berry_bush": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:sweet_berry_bush[age=0]"
    },
    "minecraft:tall_grass": {
      "properties": {
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:tall_grass[half=lower]"
    },
    "minecraft:tall_seagrass": {
      "properties": {
        "half": {
          "values": [
            "upper",
            "lower"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:tall_seagrass[half=lower]"
    },
    "minecraft:terracotta": {
      "properties": {},
      "defaultstate": "minecraft:terracotta"
    },
    "minecraft:tnt": {
      "properties": {
        "unstable": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:tnt[unstable=false]"
    },
    "minecraft:torch": {
      "properties": {},
      "defaultstate": "minecraft:torch"
    },
    "minecraft:trapped_chest": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "type": {
          "values": [
            "single",
            "left",
            "right"
          ],
          "type": "enum"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"
    },
    "minecraft:tripwire": {
      "properties": {
        "attached": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "disarmed": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"
    },
    "minecraft:tripwire_hook": {
      "properties": {
        "attached": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "powered": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]"
    },
    "minecraft:tube_coral": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:tube_coral[waterlogged=true]"
    },
    "minecraft:tube_coral_block": {
      "properties": {},
      "defaultstate": "minecraft:tube_coral_block"
    },
    "minecraft:tube_coral_fan": {
      "properties": {
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]"
    },
    "minecraft:tube_coral_wall_fan": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"
    },
    "minecraft:turtle_egg": {
      "properties": {
        "eggs": {
          "values": [
            "1",
            "2",
            "3",
            "4"
          ],
          "type": "int"
        },
        "hatch": {
          "values": [
            "0",
            "1",
            "2"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]"
    },
    "minecraft:vine": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "up": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]"
    },
    "minecraft:void_air": {
      "properties": {},
      "defaultstate": "minecraft:void_air"
    },
    "minecraft:wall_torch": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:wall_torch[facing=north]"
    },
    "minecraft:water": {
      "properties": {
        "level": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:water[level=0]"
    },
    "minecraft:wet_sponge": {
      "properties": {},
      "defaultstate": "minecraft:wet_sponge"
    },
    "minecraft:wheat": {
      "properties": {
        "age": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:wheat[age=0]"
    },
    "minecraft:white_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:white_banner[rotation=0]"
    },
    "minecraft:white_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:white_carpet": {
      "properties": {},
      "defaultstate": "minecraft:white_carpet"
    },
    "minecraft:white_concrete": {
      "properties": {},
      "defaultstate": "minecraft:white_concrete"
    },
    "minecraft:white_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:white_concrete_powder"
    },
    "minecraft:white_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:white_glazed_terracotta[facing=north]"
    },
    "minecraft:white_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:white_shulker_box[facing=up]"
    },
    "minecraft:white_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:white_stained_glass"
    },
    "minecraft:white_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:white_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:white_terracotta"
    },
    "minecraft:white_tulip": {
      "properties": {},
      "defaultstate": "minecraft:white_tulip"
    },
    "minecraft:white_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:white_wall_banner[facing=north]"
    },
    "minecraft:white_wool": {
      "properties": {},
      "defaultstate": "minecraft:white_wool"
    },
    "minecraft:wither_rose": {
      "properties": {},
      "defaultstate": "minecraft:wither_rose"
    },
    "minecraft:wither_skeleton_skull": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]"
    },
    "minecraft:wither_skeleton_wall_skull": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]"
    },
    "minecraft:yellow_banner": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:yellow_banner[rotation=0]"
    },
    "minecraft:yellow_bed": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        },
        "occupied": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "part": {
          "values": [
            "head",
            "foot"
          ],
          "type": "enum"
        }
      },
      "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]"
    },
    "minecraft:yellow_carpet": {
      "properties": {},
      "defaultstate": "minecraft:yellow_carpet"
    },
    "minecraft:yellow_concrete": {
      "properties": {},
      "defaultstate": "minecraft:yellow_concrete"
    },
    "minecraft:yellow_concrete_powder": {
      "properties": {},
      "defaultstate": "minecraft:yellow_concrete_powder"
    },
    "minecraft:yellow_glazed_terracotta": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]"
    },
    "minecraft:yellow_shulker_box": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "east",
            "south",
            "west",
            "up",
            "down"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:yellow_shulker_box[facing=up]"
    },
    "minecraft:yellow_stained_glass": {
      "properties": {},
      "defaultstate": "minecraft:yellow_stained_glass"
    },
    "minecraft:yellow_stained_glass_pane": {
      "properties": {
        "east": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "north": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "south": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "waterlogged": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        },
        "west": {
          "values": [
            "true",
            "false"
          ],
          "type": "bool"
        }
      },
      "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
    },
    "minecraft:yellow_terracotta": {
      "properties": {},
      "defaultstate": "minecraft:yellow_terracotta"
    },
    "minecraft:yellow_wall_banner": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:yellow_wall_banner[facing=north]"
    },
    "minecraft:yellow_wool": {
      "properties": {},
      "defaultstate": "minecraft:yellow_wool"
    },
    "minecraft:zombie_head": {
      "properties": {
        "rotation": {
          "values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"
          ],
          "type": "int"
        }
      },
      "defaultstate": "minecraft:zombie_head[rotation=0]"
    },
    "minecraft:zombie_wall_head": {
      "properties": {
        "facing": {
          "values": [
            "north",
            "south",
            "west",
            "east"
          ],
          "type": "direction"
        }
      },
      "defaultstate": "minecraft:zombie_wall_head[facing=north]"
    }
  },
  "items": [
    "minecraft:acacia_boat",
    "minecraft:acacia_button",
    "minecraft:acacia_door",
    "minecraft:acacia_fence",
    "minecraft:acacia_fence_gate",
    "minecraft:acacia_leaves",
    "minecraft:acacia_log",
    "minecraft:acacia_planks",
    "minecraft:acacia_pressure_plate",
    "minecraft:acacia_sapling",
    "minecraft:acacia_sign",
    "minecraft:acacia_slab",
    "minecraft:acacia_stairs",
    "minecraft:acacia_trapdoor",
    "minecraft:acacia_wood",
    "minecraft:activator_rail",
    "minecraft:air",
    "minecraft:allium",
    "minecraft:andesite",
    "minecraft:andesite_slab",
    "minecraft:andesite_stairs",
    "minecraft:andesite_wall",
    "minecraft:anvil",
    "minecraft:apple",
    "minecraft:armor_stand",
    "minecraft:arrow",
    "minecraft:azure_bluet",
    "minecraft:baked_potato",
    "minecraft:bamboo",
    "minecraft:barrel",
    "minecraft:barrier",
    "minecraft:bat_spawn_egg",
    "minecraft:beacon",
    "minecraft:bedrock",
    "minecraft:beef",
    "minecraft:beetroot",
    "minecraft:beetroot_seeds",
    "minecraft:beetroot_soup",
    "minecraft:bell",
    "minecraft:birch_boat",
    "minecraft:birch_button",
    "minecraft:birch_door",
    "minecraft:birch_fence",
    "minecraft:birch_fence_gate",
    "minecraft:birch_leaves",
    "minecraft:birch_log",
    "minecraft:birch_planks",
    "minecraft:birch_pressure_plate",
    "minecraft:birch_sapling",
    "minecraft:birch_sign",
    "minecraft:birch_slab",
    "minecraft:birch_stairs",
    "minecraft:birch_trapdoor",
    "minecraft:birch_wood",
    "minecraft:black_banner",
    "minecraft:black_bed",
    "minecraft:black_carpet",
    "minecraft:black_concrete",
    "minecraft:black_concrete_powder",
    "minecraft:black_dye",
    "minecraft:black_glazed_terracotta",
    "minecraft:black_shulker_box",
    "minecraft:black_stained_glass",
    "minecraft:black_stained_glass_pane",
    "minecraft:black_terracotta",
    "minecraft:black_wool",
    "minecraft:blast_furnace",
    "minecraft:blaze_powder",
    "minecraft:blaze_rod",
    "minecraft:blaze_spawn_egg",
    "minecraft:blue_banner",
    "minecraft:blue_bed",
    "minecraft:blue_carpet",
    "minecraft:blue_concrete",
    "minecraft:blue_concrete_powder",
    "minecraft:blue_dye",
    "minecraft:blue_glazed_terracotta",
    "minecraft:blue_ice",
    "minecraft:blue_orchid",
    "minecraft:blue_shulker_box",
    "minecraft:blue_stained_glass",
    "minecraft:blue_stained_glass_pane",
    "minecraft:blue_terracotta",
    "minecraft:blue_wool",
    "minecraft:bone",
    "minecraft:bone_block",
    "minecraft:bone_meal",
    "minecraft:book",
    "minecraft:bookshelf",
    "minecraft:bow",
    "minecraft:bowl",
    "minecraft:brain_coral",
    "minecraft:brain_coral_block",
    "minecraft:brain_coral_fan",
    "minecraft:bread",
    "minecraft:brewing_stand",
    "minecraft:brick",
    "minecraft:brick_slab",
    "minecraft:brick_stairs",
    "minecraft:brick_wall",
    "minecraft:bricks",
    "minecraft:brown_banner",
    "minecraft:brown_bed",
    "minecraft:brown_carpet",
    "minecraft:brown_concrete",
    "minecraft:brown_concrete_powder",
    "minecraft:brown_dye",
    "minecraft:brown_glazed_terracotta",
    "minecraft:brown_mushroom",
    "minecraft:brown_mushroom_block",
    "minecraft:brown_shulker_box",
    "minecraft:brown_stained_glass",
    "minecraft:brown_stained_glass_pane",
    "minecraft:brown_terracotta",
    "minecraft:brown_wool",
    "minecraft:bubble_coral",
    "minecraft:bubble_coral_block",
    "minecraft:bubble_coral_fan",
    "minecraft:bucket",
    "minecraft:cactus",
    "minecraft:cake",
    "minecraft:campfire",
    "minecraft:carrot",
    "minecraft:carrot_on_a_stick",
    "minecraft:cartography_table",
    "minecraft:carved_pumpkin",
    "minecraft:cat_spawn_egg",
    "minecraft:cauldron",
    "minecraft:cave_spider_spawn_egg",
    "minecraft:chain_command_block",
    "minecraft:chainmail_boots",
    "minecraft:chainmail_chestplate",
    "minecraft:chainmail_helmet",
    "minecraft:chainmail_leggings",
    "minecraft:charcoal",
    "minecraft:chest",
    "minecraft:chest_minecart",
    "minecraft:chicken",
    "minecraft:chicken_spawn_egg",
    "minecraft:chipped_anvil",
    "minecraft:chiseled_quartz_block",
    "minecraft:chiseled_red_sandstone",
    "minecraft:chiseled_sandstone",
    "minecraft:chiseled_stone_bricks",
    "minecraft:chorus_flower",
    "minecraft:chorus_fruit",
    "minecraft:chorus_plant",
    "minecraft:clay",
    "minecraft:clay_ball",
    "minecraft:clock",
    "minecraft:coal",
    "minecraft:coal_block",
    "minecraft:coal_ore",
    "minecraft:coarse_dirt",
    "minecraft:cobblestone",
    "minecraft:cobblestone_slab",
    "minecraft:cobblestone_stairs",
    "minecraft:cobblestone_wall",
    "minecraft:cobweb",
    "minecraft:cocoa_beans",
    "minecraft:cod",
    "minecraft:cod_bucket",
    "minecraft:cod_spawn_egg",
    "minecraft:command_block",
    "minecraft:command_block_minecart",
    "minecraft:comparator",
    "minecraft:compass",
    "minecraft:composter",
    "minecraft:conduit",
    "minecraft:cooked_beef",
    "minecraft:cooked_chicken",
    "minecraft:cooked_cod",
    "minecraft:cooked_mutton",
    "minecraft:cooked_porkchop",
    "minecraft:cooked_rabbit",
    "minecraft:cooked_salmon",
    "minecraft:cookie",
    "minecraft:cornflower",
    "minecraft:cow_spawn_egg",
    "minecraft:cracked_stone_bricks",
    "minecraft:crafting_table",
    "minecraft:creeper_banner_pattern",
    "minecraft:creeper_head",
    "minecraft:creeper_spawn_egg",
    "minecraft:crossbow",
    "minecraft:cut_red_sandstone",
    "minecraft:cut_red_sandstone_slab",
    "minecraft:cut_sandstone",
    "minecraft:cut_sandstone_slab",
    "minecraft:cyan_banner",
    "minecraft:cyan_bed",
    "minecraft:cyan_carpet",
    "minecraft:cyan_concrete",
    "minecraft:cyan_concrete_powder",
    "minecraft:cyan_dye",
    "minecraft:cyan_glazed_terracotta",
    "minecraft:cyan_shulker_box",
    "minecraft:cyan_stained_glass",
    "minecraft:cyan_stained_glass_pane",
    "minecraft:cyan_terracotta",
    "minecraft:cyan_wool",
    "minecraft:damaged_anvil",
    "minecraft:dandelion",
    "minecraft:dark_oak_boat",
    "minecraft:dark_oak_button",
    "minecraft:dark_oak_door",
    "minecraft:dark_oak_fence",
    "minecraft:dark_oak_fence_gate",
    "minecraft:dark_oak_leaves",
    "minecraft:dark_oak_log",
    "minecraft:dark_oak_planks",
    "minecraft:dark_oak_pressure_plate",
    "minecraft:dark_oak_sapling",
    "minecraft:dark_oak_sign",
    "minecraft:dark_oak_slab",
    "minecraft:dark_oak_stairs",
    "minecraft:dark_oak_trapdoor",
    "minecraft:dark_oak_wood",
    "minecraft:dark_prismarine",
    "minecraft:dark_prismarine_slab",
    "minecraft:dark_prismarine_stairs",
    "minecraft:daylight_detector",
    "minecraft:dead_brain_coral",
    "minecraft:dead_brain_coral_block",
    "minecraft:dead_brain_coral_fan",
    "minecraft:dead_bubble_coral",
    "minecraft:dead_bubble_coral_block",
    "minecraft:dead_bubble_coral_fan",
    "minecraft:dead_bush",
    "minecraft:dead_fire_coral",
    "minecraft:dead_fire_coral_block",
    "minecraft:dead_fire_coral_fan",
    "minecraft:dead_horn_coral",
    "minecraft:dead_horn_coral_block",
    "minecraft:dead_horn_coral_fan",
    "minecraft:dead_tube_coral",
    "minecraft:dead_tube_coral_block",
    "minecraft:dead_tube_coral_fan",
    "minecraft:debug_stick",
    "minecraft:detector_rail",
    "minecraft:diamond",
    "minecraft:diamond_axe",
    "minecraft:diamond_block",
    "minecraft:diamond_boots",
    "minecraft:diamond_chestplate",
    "minecraft:diamond_helmet",
    "minecraft:diamond_hoe",
    "minecraft:diamond_horse_armor",
    "minecraft:diamond_leggings",
    "minecraft:diamond_ore",
    "minecraft:diamond_pickaxe",
    "minecraft:diamond_shovel",
    "minecraft:diamond_sword",
    "minecraft:diorite",
    "minecraft:diorite_slab",
    "minecraft:diorite_stairs",
    "minecraft:diorite_wall",
    "minecraft:dirt",
    "minecraft:dispenser",
    "minecraft:dolphin_spawn_egg",
    "minecraft:donkey_spawn_egg",
    "minecraft:dragon_breath",
    "minecraft:dragon_egg",
    "minecraft:dragon_head",
    "minecraft:dried_kelp",
    "minecraft:dried_kelp_block",
    "minecraft:dropper",
    "minecraft:drowned_spawn_egg",
    "minecraft:egg",
    "minecraft:elder_guardian_spawn_egg",
    "minecraft:elytra",
    "minecraft:emerald",
    "minecraft:emerald_block",
    "minecraft:emerald_ore",
    "minecraft:enchanted_book",
    "minecraft:enchanted_golden_apple",
    "minecraft:enchanting_table",
    "minecraft:end_crystal",
    "minecraft:end_portal_frame",
    "minecraft:end_rod",
    "minecraft:end_stone",
    "minecraft:end_stone_brick_slab",
    "minecraft:end_stone_brick_stairs",
    "minecraft:end_stone_brick_wall",
    "minecraft:end_stone_bricks",
    "minecraft:ender_chest",
    "minecraft:ender_eye",
    "minecraft:ender_pearl",
    "minecraft:enderman_spawn_egg",
    "minecraft:endermite_spawn_egg",
    "minecraft:evoker_spawn_egg",
    "minecraft:experience_bottle",
    "minecraft:farmland",
    "minecraft:feather",
    "minecraft:fermented_spider_eye",
    "minecraft:fern",
    "minecraft:filled_map",
    "minecraft:fire_charge",
    "minecraft:fire_coral",
    "minecraft:fire_coral_block",
    "minecraft:fire_coral_fan",
    "minecraft:firework_rocket",
    "minecraft:firework_star",
    "minecraft:fishing_rod",
    "minecraft:fletching_table",
    "minecraft:flint",
    "minecraft:flint_and_steel",
    "minecraft:flower_banner_pattern",
    "minecraft:flower_pot",
    "minecraft:fox_spawn_egg",
    "minecraft:furnace",
    "minecraft:furnace_minecart",
    "minecraft:ghast_spawn_egg",
    "minecraft:ghast_tear",
    "minecraft:glass",
    "minecraft:glass_bottle",
    "minecraft:glass_pane",
    "minecraft:glistering_melon_slice",
    "minecraft:globe_banner_pattern",
    "minecraft:glowstone",
    "minecraft:glowstone_dust",
    "minecraft:gold_block",
    "minecraft:gold_ingot",
    "minecraft:gold_nugget",
    "minecraft:gold_ore",
    "minecraft:golden_apple",
    "minecraft:golden_axe",
    "minecraft:golden_boots",
    "minecraft:golden_carrot",
    "minecraft:golden_chestplate",
    "minecraft:golden_helmet",
    "minecraft:golden_hoe",
    "minecraft:golden_horse_armor",
    "minecraft:golden_leggings",
    "minecraft:golden_pickaxe",
    "minecraft:golden_shovel",
    "minecraft:golden_sword",
    "minecraft:granite",
    "minecraft:granite_slab",
    "minecraft:granite_stairs",
    "minecraft:granite_wall",
    "minecraft:grass",
    "minecraft:grass_block",
    "minecraft:grass_path",
    "minecraft:gravel",
    "minecraft:gray_banner",
    "minecraft:gray_bed",
    "minecraft:gray_carpet",
    "minecraft:gray_concrete",
    "minecraft:gray_concrete_powder",
    "minecraft:gray_dye",
    "minecraft:gray_glazed_terracotta",
    "minecraft:gray_shulker_box",
    "minecraft:gray_stained_glass",
    "minecraft:gray_stained_glass_pane",
    "minecraft:gray_terracotta",
    "minecraft:gray_wool",
    "minecraft:green_banner",
    "minecraft:green_bed",
    "minecraft:green_carpet",
    "minecraft:green_concrete",
    "minecraft:green_concrete_powder",
    "minecraft:green_dye",
    "minecraft:green_glazed_terracotta",
    "minecraft:green_shulker_box",
    "minecraft:green_stained_glass",
    "minecraft:green_stained_glass_pane",
    "minecraft:green_terracotta",
    "minecraft:green_wool",
    "minecraft:grindstone",
    "minecraft:guardian_spawn_egg",
    "minecraft:gunpowder",
    "minecraft:hay_block",
    "minecraft:heart_of_the_sea",
    "minecraft:heavy_weighted_pressure_plate",
    "minecraft:hopper",
    "minecraft:hopper_minecart",
    "minecraft:horn_coral",
    "minecraft:horn_coral_block",
    "minecraft:horn_coral_fan",
    "minecraft:horse_spawn_egg",
    "minecraft:husk_spawn_egg",
    "minecraft:ice",
    "minecraft:infested_chiseled_stone_bricks",
    "minecraft:infested_cobblestone",
    "minecraft:infested_cracked_stone_bricks",
    "minecraft:infested_mossy_stone_bricks",
    "minecraft:infested_stone",
    "minecraft:infested_stone_bricks",
    "minecraft:ink_sac",
    "minecraft:iron_axe",
    "minecraft:iron_bars",
    "minecraft:iron_block",
    "minecraft:iron_boots",
    "minecraft:iron_chestplate",
    "minecraft:iron_door",
    "minecraft:iron_helmet",
    "minecraft:iron_hoe",
    "minecraft:iron_horse_armor",
    "minecraft:iron_ingot",
    "minecraft:iron_leggings",
    "minecraft:iron_nugget",
    "minecraft:iron_ore",
    "minecraft:iron_pickaxe",
    "minecraft:iron_shovel",
    "minecraft:iron_sword",
    "minecraft:iron_trapdoor",
    "minecraft:item_frame",
    "minecraft:jack_o_lantern",
    "minecraft:jigsaw",
    "minecraft:jukebox",
    "minecraft:jungle_boat",
    "minecraft:jungle_button",
    "minecraft:jungle_door",
    "minecraft:jungle_fence",
    "minecraft:jungle_fence_gate",
    "minecraft:jungle_leaves",
    "minecraft:jungle_log",
    "minecraft:jungle_planks",
    "minecraft:jungle_pressure_plate",
    "minecraft:jungle_sapling",
    "minecraft:jungle_sign",
    "minecraft:jungle_slab",
    "minecraft:jungle_stairs",
    "minecraft:jungle_trapdoor",
    "minecraft:jungle_wood",
    "minecraft:kelp",
    "minecraft:knowledge_book",
    "minecraft:ladder",
    "minecraft:lantern",
    "minecraft:lapis_block",
    "minecraft:lapis_lazuli",
    "minecraft:lapis_ore",
    "minecraft:large_fern",
    "minecraft:lava_bucket",
    "minecraft:lead",
    "minecraft:leather",
    "minecraft:leather_boots",
    "minecraft:leather_chestplate",
    "minecraft:leather_helmet",
    "minecraft:leather_horse_armor",
    "minecraft:leather_leggings",
    "minecraft:lectern",
    "minecraft:lever",
    "minecraft:light_blue_banner",
    "minecraft:light_blue_bed",
    "minecraft:light_blue_carpet",
    "minecraft:light_blue_concrete",
    "minecraft:light_blue_concrete_powder",
    "minecraft:light_blue_dye",
    "minecraft:light_blue_glazed_terracotta",
    "minecraft:light_blue_shulker_box",
    "minecraft:light_blue_stained_glass",
    "minecraft:light_blue_stained_glass_pane",
    "minecraft:light_blue_terracotta",
    "minecraft:light_blue_wool",
    "minecraft:light_gray_banner",
    "minecraft:light_gray_bed",
    "minecraft:light_gray_carpet",
    "minecraft:light_gray_concrete",
    "minecraft:light_gray_concrete_powder",
    "minecraft:light_gray_dye",
    "minecraft:light_gray_glazed_terracotta",
    "minecraft:light_gray_shulker_box",
    "minecraft:light_gray_stained_glass",
    "minecraft:light_gray_stained_glass_pane",
    "minecraft:light_gray_terracotta",
    "minecraft:light_gray_wool",
    "minecraft:light_weighted_pressure_plate",
    "minecraft:lilac",
    "minecraft:lily_of_the_valley",
    "minecraft:lily_pad",
    "minecraft:lime_banner",
    "minecraft:lime_bed",
    "minecraft:lime_carpet",
    "minecraft:lime_concrete",
    "minecraft:lime_concrete_powder",
    "minecraft:lime_dye",
    "minecraft:lime_glazed_terracotta",
    "minecraft:lime_shulker_box",
    "minecraft:lime_stained_glass",
    "minecraft:lime_stained_glass_pane",
    "minecraft:lime_terracotta",
    "minecraft:lime_wool",
    "minecraft:lingering_potion",
    "minecraft:llama_spawn_egg",
    "minecraft:loom",
    "minecraft:magenta_banner",
    "minecraft:magenta_bed",
    "minecraft:magenta_carpet",
    "minecraft:magenta_concrete",
    "minecraft:magenta_concrete_powder",
    "minecraft:magenta_dye",
    "minecraft:magenta_glazed_terracotta",
    "minecraft:magenta_shulker_box",
    "minecraft:magenta_stained_glass",
    "minecraft:magenta_stained_glass_pane",
    "minecraft:magenta_terracotta",
    "minecraft:magenta_wool",
    "minecraft:magma_block",
    "minecraft:magma_cream",
    "minecraft:magma_cube_spawn_egg",
    "minecraft:map",
    "minecraft:melon",
    "minecraft:melon_seeds",
    "minecraft:melon_slice",
    "minecraft:milk_bucket",
    "minecraft:minecart",
    "minecraft:mojang_banner_pattern",
    "minecraft:mooshroom_spawn_egg",
    "minecraft:mossy_cobblestone",
    "minecraft:mossy_cobblestone_slab",
    "minecraft:mossy_cobblestone_stairs",
    "minecraft:mossy_cobblestone_wall",
    "minecraft:mossy_stone_brick_slab",
    "minecraft:mossy_stone_brick_stairs",
    "minecraft:mossy_stone_brick_wall",
    "minecraft:mossy_stone_bricks",
    "minecraft:mule_spawn_egg",
    "minecraft:mushroom_stem",
    "minecraft:mushroom_stew",
    "minecraft:music_disc_11",
    "minecraft:music_disc_13",
    "minecraft:music_disc_blocks",
    "minecraft:music_disc_cat",
    "minecraft:music_disc_chirp",
    "minecraft:music_disc_far",
    "minecraft:music_disc_mall",
    "minecraft:music_disc_mellohi",
    "minecraft:music_disc_stal",
    "minecraft:music_disc_strad",
    "minecraft:music_disc_wait",
    "minecraft:music_disc_ward",
    "minecraft:mutton",
    "minecraft:mycelium",
    "minecraft:name_tag",
    "minecraft:nautilus_shell",
    "minecraft:nether_brick",
    "minecraft:nether_brick_fence",
    "minecraft:nether_brick_slab",
    "minecraft:nether_brick_stairs",
    "minecraft:nether_brick_wall",
    "minecraft:nether_bricks",
    "minecraft:nether_quartz_ore",
    "minecraft:nether_star",
    "minecraft:nether_wart",
    "minecraft:nether_wart_block",
    "minecraft:netherrack",
    "minecraft:note_block",
    "minecraft:oak_boat",
    "minecraft:oak_button",
    "minecraft:oak_door",
    "minecraft:oak_fence",
    "minecraft:oak_fence_gate",
    "minecraft:oak_leaves",
    "minecraft:oak_log",
    "minecraft:oak_planks",
    "minecraft:oak_pressure_plate",
    "minecraft:oak_sapling",
    "minecraft:oak_sign",
    "minecraft:oak_slab",
    "minecraft:oak_stairs",
    "minecraft:oak_trapdoor",
    "minecraft:oak_wood",
    "minecraft:observer",
    "minecraft:obsidian",
    "minecraft:ocelot_spawn_egg",
    "minecraft:orange_banner",
    "minecraft:orange_bed",
    "minecraft:orange_carpet",
    "minecraft:orange_concrete",
    "minecraft:orange_concrete_powder",
    "minecraft:orange_dye",
    "minecraft:orange_glazed_terracotta",
    "minecraft:orange_shulker_box",
    "minecraft:orange_stained_glass",
    "minecraft:orange_stained_glass_pane",
    "minecraft:orange_terracotta",
    "minecraft:orange_tulip",
    "minecraft:orange_wool",
    "minecraft:oxeye_daisy",
    "minecraft:packed_ice",
    "minecraft:painting",
    "minecraft:panda_spawn_egg",
    "minecraft:paper",
    "minecraft:parrot_spawn_egg",
    "minecraft:peony",
    "minecraft:petrified_oak_slab",
    "minecraft:phantom_membrane",
    "minecraft:phantom_spawn_egg",
    "minecraft:pig_spawn_egg",
    "minecraft:pillager_spawn_egg",
    "minecraft:pink_banner",
    "minecraft:pink_bed",
    "minecraft:pink_carpet",
    "minecraft:pink_concrete",
    "minecraft:pink_concrete_powder",
    "minecraft:pink_dye",
    "minecraft:pink_glazed_terracotta",
    "minecraft:pink_shulker_box",
    "minecraft:pink_stained_glass",
    "minecraft:pink_stained_glass_pane",
    "minecraft:pink_terracotta",
    "minecraft:pink_tulip",
    "minecraft:pink_wool",
    "minecraft:piston",
    "minecraft:player_head",
    "minecraft:podzol",
    "minecraft:poisonous_potato",
    "minecraft:polar_bear_spawn_egg",
    "minecraft:polished_andesite",
    "minecraft:polished_andesite_slab",
    "minecraft:polished_andesite_stairs",
    "minecraft:polished_diorite",
    "minecraft:polished_diorite_slab",
    "minecraft:polished_diorite_stairs",
    "minecraft:polished_granite",
    "minecraft:polished_granite_slab",
    "minecraft:polished_granite_stairs",
    "minecraft:popped_chorus_fruit",
    "minecraft:poppy",
    "minecraft:porkchop",
    "minecraft:potato",
    "minecraft:potion",
    "minecraft:powered_rail",
    "minecraft:prismarine",
    "minecraft:prismarine_brick_slab",
    "minecraft:prismarine_brick_stairs",
    "minecraft:prismarine_bricks",
    "minecraft:prismarine_crystals",
    "minecraft:prismarine_shard",
    "minecraft:prismarine_slab",
    "minecraft:prismarine_stairs",
    "minecraft:prismarine_wall",
    "minecraft:pufferfish",
    "minecraft:pufferfish_bucket",
    "minecraft:pufferfish_spawn_egg",
    "minecraft:pumpkin",
    "minecraft:pumpkin_pie",
    "minecraft:pumpkin_seeds",
    "minecraft:purple_banner",
    "minecraft:purple_bed",
    "minecraft:purple_carpet",
    "minecraft:purple_concrete",
    "minecraft:purple_concrete_powder",
    "minecraft:purple_dye",
    "minecraft:purple_glazed_terracotta",
    "minecraft:purple_shulker_box",
    "minecraft:purple_stained_glass",
    "minecraft:purple_stained_glass_pane",
    "minecraft:purple_terracotta",
    "minecraft:purple_wool",
    "minecraft:purpur_block",
    "minecraft:purpur_pillar",
    "minecraft:purpur_slab",
    "minecraft:purpur_stairs",
    "minecraft:quartz",
    "minecraft:quartz_block",
    "minecraft:quartz_pillar",
    "minecraft:quartz_slab",
    "minecraft:quartz_stairs",
    "minecraft:rabbit",
    "minecraft:rabbit_foot",
    "minecraft:rabbit_hide",
    "minecraft:rabbit_spawn_egg",
    "minecraft:rabbit_stew",
    "minecraft:rail",
    "minecraft:ravager_spawn_egg",
    "minecraft:red_banner",
    "minecraft:red_bed",
    "minecraft:red_carpet",
    "minecraft:red_concrete",
    "minecraft:red_concrete_powder",
    "minecraft:red_dye",
    "minecraft:red_glazed_terracotta",
    "minecraft:red_mushroom",
    "minecraft:red_mushroom_block",
    "minecraft:red_nether_brick_slab",
    "minecraft:red_nether_brick_stairs",
    "minecraft:red_nether_brick_wall",
    "minecraft:red_nether_bricks",
    "minecraft:red_sand",
    "minecraft:red_sandstone",
    "minecraft:red_sandstone_slab",
    "minecraft:red_sandstone_stairs",
    "minecraft:red_sandstone_wall",
    "minecraft:red_shulker_box",
    "minecraft:red_stained_glass",
    "minecraft:red_stained_glass_pane",
    "minecraft:red_terracotta",
    "minecraft:red_tulip",
    "minecraft:red_wool",
    "minecraft:redstone",
    "minecraft:redstone_block",
    "minecraft:redstone_lamp",
    "minecraft:redstone_ore",
    "minecraft:redstone_torch",
    "minecraft:repeater",
    "minecraft:repeating_command_block",
    "minecraft:rose_bush",
    "minecraft:rotten_flesh",
    "minecraft:saddle",
    "minecraft:salmon",
    "minecraft:salmon_bucket",
    "minecraft:salmon_spawn_egg",
    "minecraft:sand",
    "minecraft:sandstone",
    "minecraft:sandstone_slab",
    "minecraft:sandstone_stairs",
    "minecraft:sandstone_wall",
    "minecraft:scaffolding",
    "minecraft:scute",
    "minecraft:sea_lantern",
    "minecraft:sea_pickle",
    "minecraft:seagrass",
    "minecraft:shears",
    "minecraft:sheep_spawn_egg",
    "minecraft:shield",
    "minecraft:shulker_box",
    "minecraft:shulker_shell",
    "minecraft:shulker_spawn_egg",
    "minecraft:silverfish_spawn_egg",
    "minecraft:skeleton_horse_spawn_egg",
    "minecraft:skeleton_skull",
    "minecraft:skeleton_spawn_egg",
    "minecraft:skull_banner_pattern",
    "minecraft:slime_ball",
    "minecraft:slime_block",
    "minecraft:slime_spawn_egg",
    "minecraft:smithing_table",
    "minecraft:smoker",
    "minecraft:smooth_quartz",
    "minecraft:smooth_quartz_slab",
    "minecraft:smooth_quartz_stairs",
    "minecraft:smooth_red_sandstone",
    "minecraft:smooth_red_sandstone_slab",
    "minecraft:smooth_red_sandstone_stairs",
    "minecraft:smooth_sandstone",
    "minecraft:smooth_sandstone_slab",
    "minecraft:smooth_sandstone_stairs",
    "minecraft:smooth_stone",
    "minecraft:smooth_stone_slab",
    "minecraft:snow",
    "minecraft:snow_block",
    "minecraft:snowball",
    "minecraft:soul_sand",
    "minecraft:spawner",
    "minecraft:spectral_arrow",
    "minecraft:spider_eye",
    "minecraft:spider_spawn_egg",
    "minecraft:splash_potion",
    "minecraft:sponge",
    "minecraft:spruce_boat",
    "minecraft:spruce_button",
    "minecraft:spruce_door",
    "minecraft:spruce_fence",
    "minecraft:spruce_fence_gate",
    "minecraft:spruce_leaves",
    "minecraft:spruce_log",
    "minecraft:spruce_planks",
    "minecraft:spruce_pressure_plate",
    "minecraft:spruce_sapling",
    "minecraft:spruce_sign",
    "minecraft:spruce_slab",
    "minecraft:spruce_stairs",
    "minecraft:spruce_trapdoor",
    "minecraft:spruce_wood",
    "minecraft:squid_spawn_egg",
    "minecraft:stick",
    "minecraft:sticky_piston",
    "minecraft:stone",
    "minecraft:stone_axe",
    "minecraft:stone_brick_slab",
    "minecraft:stone_brick_stairs",
    "minecraft:stone_brick_wall",
    "minecraft:stone_bricks",
    "minecraft:stone_button",
    "minecraft:stone_hoe",
    "minecraft:stone_pickaxe",
    "minecraft:stone_pressure_plate",
    "minecraft:stone_shovel",
    "minecraft:stone_slab",
    "minecraft:stone_stairs",
    "minecraft:stone_sword",
    "minecraft:stonecutter",
    "minecraft:stray_spawn_egg",
    "minecraft:string",
    "minecraft:stripped_acacia_log",
    "minecraft:stripped_acacia_wood",
    "minecraft:stripped_birch_log",
    "minecraft:stripped_birch_wood",
    "minecraft:stripped_dark_oak_log",
    "minecraft:stripped_dark_oak_wood",
    "minecraft:stripped_jungle_log",
    "minecraft:stripped_jungle_wood",
    "minecraft:stripped_oak_log",
    "minecraft:stripped_oak_wood",
    "minecraft:stripped_spruce_log",
    "minecraft:stripped_spruce_wood",
    "minecraft:structure_block",
    "minecraft:structure_void",
    "minecraft:sugar",
    "minecraft:sugar_cane",
    "minecraft:sunflower",
    "minecraft:suspicious_stew",
    "minecraft:sweet_berries",
    "minecraft:tall_grass",
    "minecraft:terracotta",
    "minecraft:tipped_arrow",
    "minecraft:tnt",
    "minecraft:tnt_minecart",
    "minecraft:torch",
    "minecraft:totem_of_undying",
    "minecraft:trader_llama_spawn_egg",
    "minecraft:trapped_chest",
    "minecraft:trident",
    "minecraft:tripwire_hook",
    "minecraft:tropical_fish",
    "minecraft:tropical_fish_bucket",
    "minecraft:tropical_fish_spawn_egg",
    "minecraft:tube_coral",
    "minecraft:tube_coral_block",
    "minecraft:tube_coral_fan",
    "minecraft:turtle_egg",
    "minecraft:turtle_helmet",
    "minecraft:turtle_spawn_egg",
    "minecraft:vex_spawn_egg",
    "minecraft:villager_spawn_egg",
    "minecraft:vindicator_spawn_egg",
    "minecraft:vine",
    "minecraft:wandering_trader_spawn_egg",
    "minecraft:water_bucket",
    "minecraft:wet_sponge",
    "minecraft:wheat",
    "minecraft:wheat_seeds",
    "minecraft:white_banner",
    "minecraft:white_bed",
    "minecraft:white_carpet",
    "minecraft:white_concrete",
    "minecraft:white_concrete_powder",
    "minecraft:white_dye",
    "minecraft:white_glazed_terracotta",
    "minecraft:white_shulker_box",
    "minecraft:white_stained_glass",
    "minecraft:white_stained_glass_pane",
    "minecraft:white_terracotta",
    "minecraft:white_tulip",
    "minecraft:white_wool",
    "minecraft:witch_spawn_egg",
    "minecraft:wither_rose",
    "minecraft:wither_skeleton_skull",
    "minecraft:wither_skeleton_spawn_egg",
    "minecraft:wolf_spawn_egg",
    "minecraft:wooden_axe",
    "minecraft:wooden_hoe",
    "minecraft:wooden_pickaxe",
    "minecraft:wooden_shovel",
    "minecraft:wooden_sword",
    "minecraft:writable_book",
    "minecraft:written_book",
    "minecraft:yellow_banner",
    "minecraft:yellow_bed",
    "minecraft:yellow_carpet",
    "minecraft:yellow_concrete",
    "minecraft:yellow_concrete_powder",
    "minecraft:yellow_dye",
    "minecraft:yellow_glazed_terracotta",
    "minecraft:yellow_shulker_box",
    "minecraft:yellow_stained_glass",
    "minecraft:yellow_stained_glass_pane",
    "minecraft:yellow_terracotta",
    "minecraft:yellow_wool",
    "minecraft:zombie_head",
    "minecraft:zombie_horse_spawn_egg",
    "minecraft:zombie_pigman_spawn_egg",
    "minecraft:zombie_spawn_egg",
    "minecraft:zombie_villager_spawn_egg"
  ],
  "entities": [
    "minecraft:area_effect_cloud",
    "minecraft:armor_stand",
    "minecraft:arrow",
    "minecraft:bat",
    "minecraft:blaze",
    "minecraft:boat",
    "minecraft:cat",
    "minecraft:cave_spider",
    "minecraft:chest_minecart",
    "minecraft:chicken",
    "minecraft:cod",
    "minecraft:command_block_minecart",
    "minecraft:cow",
    "minecraft:creeper",
    "minecraft:dolphin",
    "minecraft:donkey",
    "minecraft:dragon_fireball",
    "minecraft:drowned",
    "minecraft:egg",
    "minecraft:elder_guardian",
    "minecraft:end_crystal",
    "minecraft:ender_dragon",
    "minecraft:ender_pearl",
    "minecraft:enderman",
    "minecraft:endermite",
    "minecraft:evoker",
    "minecraft:evoker_fangs",
    "minecraft:experience_bottle",
    "minecraft:experience_orb",
    "minecraft:eye_of_ender",
    "minecraft:falling_block",
    "minecraft:fireball",
    "minecraft:firework_rocket",
    "minecraft:fishing_bobber",
    "minecraft:fox",
    "minecraft:furnace_minecart",
    "minecraft:ghast",
    "minecraft:giant",
    "minecraft:guardian",
    "minecraft:hopper_minecart",
    "minecraft:horse",
    "minecraft:husk",
    "minecraft:illusioner",
    "minecraft:iron_golem",
    "minecraft:item",
    "minecraft:item_frame",
    "minecraft:leash_knot",
    "minecraft:lightning_bolt",
    "minecraft:llama",
    "minecraft:llama_spit",
    "minecraft:magma_cube",
    "minecraft:minecart",
    "minecraft:mooshroom",
    "minecraft:mule",
    "minecraft:ocelot",
    "minecraft:painting",
    "minecraft:panda",
    "minecraft:parrot",
    "minecraft:phantom",
    "minecraft:pig",
    "minecraft:pillager",
    "minecraft:player",
    "minecraft:polar_bear",
    "minecraft:potion",
    "minecraft:pufferfish",
    "minecraft:rabbit",
    "minecraft:ravager",
    "minecraft:salmon",
    "minecraft:sheep",
    "minecraft:shulker",
    "minecraft:shulker_bullet",
    "minecraft:silverfish",
    "minecraft:skeleton",
    "minecraft:skeleton_horse",
    "minecraft:slime",
    "minecraft:small_fireball",
    "minecraft:snow_golem",
    "minecraft:snowball",
    "minecraft:spawner_minecart",
    "minecraft:spectral_arrow",
    "minecraft:spider",
    "minecraft:squid",
    "minecraft:stray",
    "minecraft:tnt",
    "minecraft:tnt_minecart",
    "minecraft:trader_llama",
    "minecraft:trident",
    "minecraft:tropical_fish",
    "minecraft:turtle",
    "minecraft:vex",
    "minecraft:villager",
    "minecraft:vindicator",
    "minecraft:wandering_trader",
    "minecraft:witch",
    "minecraft:wither",
    "minecraft:wither_skeleton",
    "minecraft:wither_skull",
    "minecraft:wolf",
    "minecraft:zombie",
    "minecraft:zombie_horse",
    "minecraft:zombie_pigman",
    "minecraft:zombie_villager"
  ],
  "biomes": [
    "minecraft:badlands",
    "minecraft:badlands_plateau",
    "minecraft:bamboo_jungle",
    "minecraft:bamboo_jungle_hills",
    "minecraft:beach",
    "minecraft:birch_forest",
    "minecraft:birch_forest_hills",
    "minecraft:cold_ocean",
    "minecraft:dark_forest",
    "minecraft:dark_forest_hills",
    "minecraft:deep_cold_ocean",
    "minecraft:deep_frozen_ocean",
    "minecraft:deep_lukewarm_ocean",
    "minecraft:deep_ocean",
    "minecraft:deep_warm_ocean",
    "minecraft:desert",
    "minecraft:desert_hills",
    "minecraft:desert_lakes",
    "minecraft:end_barrens",
    "minecraft:end_highlands",
    "minecraft:end_midlands",
    "minecraft:eroded_badlands",
    "minecraft:flower_forest",
    "minecraft:forest",
    "minecraft:frozen_ocean",
    "minecraft:frozen_river",
    "minecraft:giant_spruce_taiga",
    "minecraft:giant_spruce_taiga_hills",
    "minecraft:giant_tree_taiga",
    "minecraft:giant_tree_taiga_hills",
    "minecraft:gravelly_mountains",
    "minecraft:ice_spikes",
    "minecraft:jungle",
    "minecraft:jungle_edge",
    "minecraft:jungle_hills",
    "minecraft:lukewarm_ocean",
    "minecraft:modified_badlands_plateau",
    "minecraft:modified_gravelly_mountains",
    "minecraft:modified_jungle",
    "minecraft:modified_jungle_edge",
    "minecraft:modified_wooded_badlands_plateau",
    "minecraft:mountain_edge",
    "minecraft:mountains",
    "minecraft:mushroom_field_shore",
    "minecraft:mushroom_fields",
    "minecraft:nether",
    "minecraft:ocean",
    "minecraft:plains",
    "minecraft:river",
    "minecraft:savanna",
    "minecraft:savanna_plateau",
    "minecraft:shattered_savanna",
    "minecraft:shattered_savanna_plateau",
    "minecraft:small_end_islands",
    "minecraft:snowy_beach",
    "minecraft:snowy_mountains",
    "minecraft:snowy_taiga",
    "minecraft:snowy_taiga_hills",
    "minecraft:snowy_taiga_mountains",
    "minecraft:snowy_tundra",
    "minecraft:stone_shore",
    "minecraft:sunflower_plains",
    "minecraft:swamp",
    "minecraft:swamp_hills",
    "minecraft:taiga",
    "minecraft:taiga_hills",
    "minecraft:taiga_mountains",
    "minecraft:tall_birch_forest",
    "minecraft:tall_birch_hills",
    "minecraft:the_end",
    "minecraft:the_void",
    "minecraft:warm_ocean",
    "minecraft:wooded_badlands_plateau",
    "minecraft:wooded_hills",
    "minecraft:wooded_mountains"
  ],
  "blocktags": {
    "minecraft:slabs": [
      "minecraft:stone_slab",
      "minecraft:smooth_stone_slab",
      "minecraft:stone_brick_slab",
      "minecraft:sandstone_slab",
      "minecraft:acacia_slab",
      "minecraft:birch_slab",
      "minecraft:dark_oak_slab",
      "minecraft:jungle_slab",
      "minecraft:oak_slab",
      "minecraft:spruce_slab",
      "minecraft:purpur_slab",
      "minecraft:quartz_slab",
      "minecraft:red_sandstone_slab",
      "minecraft:brick_slab",
      "minecraft:cobblestone_slab",
      "minecraft:nether_brick_slab",
      "minecraft:petrified_oak_slab",
      "minecraft:prismarine_slab",
      "minecraft:prismarine_brick_slab",
      "minecraft:dark_prismarine_slab",
      "minecraft:polished_granite_slab",
      "minecraft:smooth_red_sandstone_slab",
      "minecraft:mossy_stone_brick_slab",
      "minecraft:polished_diorite_slab",
      "minecraft:mossy_cobblestone_slab",
      "minecraft:end_stone_brick_slab",
      "minecraft:smooth_sandstone_slab",
      "minecraft:smooth_quartz_slab",
      "minecraft:granite_slab",
      "minecraft:andesite_slab",
      "minecraft:red_nether_brick_slab",
      "minecraft:polished_andesite_slab",
      "minecraft:diorite_slab",
      "minecraft:cut_sandstone_slab",
      "minecraft:cut_red_sandstone_slab"
    ],
    "minecraft:carpets": [
      "minecraft:white_carpet",
      "minecraft:orange_carpet",
      "minecraft:magenta_carpet",
      "minecraft:light_blue_carpet",
      "minecraft:yellow_carpet",
      "minecraft:lime_carpet",
      "minecraft:pink_carpet",
      "minecraft:gray_carpet",
      "minecraft:light_gray_carpet",
      "minecraft:cyan_carpet",
      "minecraft:purple_carpet",
      "minecraft:blue_carpet",
      "minecraft:brown_carpet",
      "minecraft:green_carpet",
      "minecraft:red_carpet",
      "minecraft:black_carpet"
    ],
    "minecraft:stairs": [
      "minecraft:oak_stairs",
      "minecraft:cobblestone_stairs",
      "minecraft:spruce_stairs",
      "minecraft:sandstone_stairs",
      "minecraft:acacia_stairs",
      "minecraft:jungle_stairs",
      "minecraft:birch_stairs",
      "minecraft:dark_oak_stairs",
      "minecraft:nether_brick_stairs",
      "minecraft:stone_brick_stairs",
      "minecraft:brick_stairs",
      "minecraft:purpur_stairs",
      "minecraft:quartz_stairs",
      "minecraft:red_sandstone_stairs",
      "minecraft:prismarine_brick_stairs",
      "minecraft:prismarine_stairs",
      "minecraft:dark_prismarine_stairs",
      "minecraft:polished_granite_stairs",
      "minecraft:smooth_red_sandstone_stairs",
      "minecraft:mossy_stone_brick_stairs",
      "minecraft:polished_diorite_stairs",
      "minecraft:mossy_cobblestone_stairs",
      "minecraft:end_stone_brick_stairs",
      "minecraft:stone_stairs",
      "minecraft:smooth_sandstone_stairs",
      "minecraft:smooth_quartz_stairs",
      "minecraft:granite_stairs",
      "minecraft:andesite_stairs",
      "minecraft:red_nether_brick_stairs",
      "minecraft:polished_andesite_stairs",
      "minecraft:diorite_stairs"
    ],
    "minecraft:wooden_doors": [
      "minecraft:oak_door",
      "minecraft:spruce_door",
      "minecraft:birch_door",
      "minecraft:jungle_door",
      "minecraft:acacia_door",
      "minecraft:dark_oak_door"
    ],
    "minecraft:jungle_logs": [
      "minecraft:jungle_log",
      "minecraft:jungle_wood",
      "minecraft:stripped_jungle_log",
      "minecraft:stripped_jungle_wood"
    ],
    "minecraft:planks": [
      "minecraft:oak_planks",
      "minecraft:spruce_planks",
      "minecraft:birch_planks",
      "minecraft:jungle_planks",
      "minecraft:acacia_planks",
      "minecraft:dark_oak_planks"
    ],
    "minecraft:wall_corals": [
      "minecraft:tube_coral_wall_fan",
      "minecraft:brain_coral_wall_fan",
      "minecraft:bubble_coral_wall_fan",
      "minecraft:fire_coral_wall_fan",
      "minecraft:horn_coral_wall_fan"
    ],
    "minecraft:acacia_logs": [
      "minecraft:acacia_log",
      "minecraft:acacia_wood",
      "minecraft:stripped_acacia_log",
      "minecraft:stripped_acacia_wood"
    ],
    "minecraft:wither_immune": [
      "minecraft:barrier",
      "minecraft:bedrock",
      "minecraft:end_portal",
      "minecraft:end_portal_frame",
      "minecraft:end_gateway",
      "minecraft:command_block",
      "minecraft:repeating_command_block",
      "minecraft:chain_command_block",
      "minecraft:structure_block",
      "minecraft:jigsaw",
      "minecraft:moving_piston"
    ],
    "minecraft:flower_pots": [
      "minecraft:flower_pot",
      "minecraft:potted_poppy",
      "minecraft:potted_blue_orchid",
      "minecraft:potted_allium",
      "minecraft:potted_azure_bluet",
      "minecraft:potted_red_tulip",
      "minecraft:potted_orange_tulip",
      "minecraft:potted_white_tulip",
      "minecraft:potted_pink_tulip",
      "minecraft:potted_oxeye_daisy",
      "minecraft:potted_dandelion",
      "minecraft:potted_oak_sapling",
      "minecraft:potted_spruce_sapling",
      "minecraft:potted_birch_sapling",
      "minecraft:potted_jungle_sapling",
      "minecraft:potted_acacia_sapling",
      "minecraft:potted_dark_oak_sapling",
      "minecraft:potted_red_mushroom",
      "minecraft:potted_brown_mushroom",
      "minecraft:potted_dead_bush",
      "minecraft:potted_fern",
      "minecraft:potted_cactus",
      "minecraft:potted_cornflower",
      "minecraft:potted_lily_of_the_valley",
      "minecraft:potted_wither_rose",
      "minecraft:potted_bamboo"
    ],
    "minecraft:stone_bricks": [
      "minecraft:stone_bricks",
      "minecraft:mossy_stone_bricks",
      "minecraft:cracked_stone_bricks",
      "minecraft:chiseled_stone_bricks"
    ],
    "minecraft:enderman_holdable": [
      "minecraft:grass_block",
      "minecraft:dirt",
      "minecraft:coarse_dirt",
      "minecraft:podzol",
      "minecraft:sand",
      "minecraft:red_sand",
      "minecraft:gravel",
      "minecraft:brown_mushroom",
      "minecraft:red_mushroom",
      "minecraft:tnt",
      "minecraft:cactus",
      "minecraft:clay",
      "minecraft:pumpkin",
      "minecraft:carved_pumpkin",
      "minecraft:melon",
      "minecraft:mycelium",
      "minecraft:netherrack",
      "minecraft:dandelion",
      "minecraft:poppy",
      "minecraft:blue_orchid",
      "minecraft:allium",
      "minecraft:azure_bluet",
      "minecraft:red_tulip",
      "minecraft:orange_tulip",
      "minecraft:white_tulip",
      "minecraft:pink_tulip",
      "minecraft:oxeye_daisy",
      "minecraft:cornflower",
      "minecraft:lily_of_the_valley",
      "minecraft:wither_rose"
    ],
    "minecraft:spruce_logs": [
      "minecraft:spruce_log",
      "minecraft:spruce_wood",
      "minecraft:stripped_spruce_log",
      "minecraft:stripped_spruce_wood"
    ],
    "minecraft:wooden_slabs": [
      "minecraft:oak_slab",
      "minecraft:spruce_slab",
      "minecraft:birch_slab",
      "minecraft:jungle_slab",
      "minecraft:acacia_slab",
      "minecraft:dark_oak_slab"
    ],
    "minecraft:coral_blocks": [
      "minecraft:tube_coral_block",
      "minecraft:brain_coral_block",
      "minecraft:bubble_coral_block",
      "minecraft:fire_coral_block",
      "minecraft:horn_coral_block"
    ],
    "minecraft:signs": [
      "minecraft:oak_sign",
      "minecraft:spruce_sign",
      "minecraft:birch_sign",
      "minecraft:acacia_sign",
      "minecraft:jungle_sign",
      "minecraft:dark_oak_sign",
      "minecraft:oak_wall_sign",
      "minecraft:spruce_wall_sign",
      "minecraft:birch_wall_sign",
      "minecraft:acacia_wall_sign",
      "minecraft:jungle_wall_sign",
      "minecraft:dark_oak_wall_sign"
    ],
    "minecraft:dark_oak_logs": [
      "minecraft:dark_oak_log",
      "minecraft:dark_oak_wood",
      "minecraft:stripped_dark_oak_log",
      "minecraft:stripped_dark_oak_wood"
    ],
    "minecraft:sand": [
      "minecraft:sand",
      "minecraft:red_sand"
    ],
    "minecraft:valid_spawn": [
      "minecraft:grass_block",
      "minecraft:podzol"
    ],
    "minecraft:underwater_bonemeals": [
      "minecraft:seagrass",
      "minecraft:tube_coral_fan",
      "minecraft:brain_coral_fan",
      "minecraft:bubble_coral_fan",
      "minecraft:fire_coral_fan",
      "minecraft:horn_coral_fan",
      "minecraft:tube_coral",
      "minecraft:brain_coral",
      "minecraft:bubble_coral",
      "minecraft:fire_coral",
      "minecraft:horn_coral",
      "minecraft:tube_coral_wall_fan",
      "minecraft:brain_coral_wall_fan",
      "minecraft:bubble_coral_wall_fan",
      "minecraft:fire_coral_wall_fan",
      "minecraft:horn_coral_wall_fan"
    ],
    "minecraft:oak_logs": [
      "minecraft:oak_log",
      "minecraft:oak_wood",
      "minecraft:stripped_oak_log",
      "minecraft:stripped_oak_wood"
    ],
    "minecraft:buttons": [
      "minecraft:stone_button",
      "minecraft:oak_button",
      "minecraft:spruce_button",
      "minecraft:birch_button",
      "minecraft:jungle_button",
      "minecraft:acacia_button",
      "minecraft:dark_oak_button"
    ],
    "minecraft:wooden_pressure_plates": [
      "minecraft:oak_pressure_plate",
      "minecraft:spruce_pressure_plate",
      "minecraft:birch_pressure_plate",
      "minecraft:jungle_pressure_plate",
      "minecraft:acacia_pressure_plate",
      "minecraft:dark_oak_pressure_plate"
    ],
    "minecraft:beds": [
      "minecraft:red_bed",
      "minecraft:black_bed",
      "minecraft:blue_bed",
      "minecraft:brown_bed",
      "minecraft:cyan_bed",
      "minecraft:gray_bed",
      "minecraft:green_bed",
      "minecraft:light_blue_bed",
      "minecraft:light_gray_bed",
      "minecraft:lime_bed",
      "minecraft:magenta_bed",
      "minecraft:orange_bed",
      "minecraft:pink_bed",
      "minecraft:purple_bed",
      "minecraft:white_bed",
      "minecraft:yellow_bed"
    ],
    "minecraft:walls": [
      "minecraft:cobblestone_wall",
      "minecraft:mossy_cobblestone_wall",
      "minecraft:brick_wall",
      "minecraft:prismarine_wall",
      "minecraft:red_sandstone_wall",
      "minecraft:mossy_stone_brick_wall",
      "minecraft:granite_wall",
      "minecraft:stone_brick_wall",
      "minecraft:nether_brick_wall",
      "minecraft:andesite_wall",
      "minecraft:red_nether_brick_wall",
      "minecraft:sandstone_wall",
      "minecraft:end_stone_brick_wall",
      "minecraft:diorite_wall"
    ],
    "minecraft:rails": [
      "minecraft:rail",
      "minecraft:powered_rail",
      "minecraft:detector_rail",
      "minecraft:activator_rail"
    ],
    "minecraft:birch_logs": [
      "minecraft:birch_log",
      "minecraft:birch_wood",
      "minecraft:stripped_birch_log",
      "minecraft:stripped_birch_wood"
    ],
    "minecraft:wooden_trapdoors": [
      "minecraft:acacia_trapdoor",
      "minecraft:birch_trapdoor",
      "minecraft:dark_oak_trapdoor",
      "minecraft:jungle_trapdoor",
      "minecraft:oak_trapdoor",
      "minecraft:spruce_trapdoor"
    ],
    "minecraft:wooden_fences": [
      "minecraft:oak_fence",
      "minecraft:acacia_fence",
      "minecraft:dark_oak_fence",
      "minecraft:spruce_fence",
      "minecraft:birch_fence",
      "minecraft:jungle_fence"
    ],
    "minecraft:saplings": [
      "minecraft:oak_sapling",
      "minecraft:spruce_sapling",
      "minecraft:birch_sapling",
      "minecraft:jungle_sapling",
      "minecraft:acacia_sapling",
      "minecraft:dark_oak_sapling"
    ],
    "minecraft:small_flowers": [
      "minecraft:dandelion",
      "minecraft:poppy",
      "minecraft:blue_orchid",
      "minecraft:allium",
      "minecraft:azure_bluet",
      "minecraft:red_tulip",
      "minecraft:orange_tulip",
      "minecraft:white_tulip",
      "minecraft:pink_tulip",
      "minecraft:oxeye_daisy",
      "minecraft:cornflower",
      "minecraft:lily_of_the_valley",
      "minecraft:wither_rose"
    ],
    "minecraft:bamboo_plantable_on": [
      "minecraft:bamboo",
      "minecraft:bamboo_sapling",
      "minecraft:gravel",
      "minecraft:sand",
      "minecraft:red_sand",
      "minecraft:dirt",
      "minecraft:grass_block",
      "minecraft:podzol",
      "minecraft:coarse_dirt",
      "minecraft:mycelium"
    ],
    "minecraft:ice": [
      "minecraft:ice",
      "minecraft:packed_ice",
      "minecraft:blue_ice",
      "minecraft:frosted_ice"
    ],
    "minecraft:wooden_stairs": [
      "minecraft:oak_stairs",
      "minecraft:spruce_stairs",
      "minecraft:birch_stairs",
      "minecraft:jungle_stairs",
      "minecraft:acacia_stairs",
      "minecraft:dark_oak_stairs"
    ],
    "minecraft:anvil": [
      "minecraft:anvil",
      "minecraft:chipped_anvil",
      "minecraft:damaged_anvil"
    ],
    "minecraft:logs": [
      "minecraft:dark_oak_log",
      "minecraft:dark_oak_wood",
      "minecraft:stripped_dark_oak_log",
      "minecraft:stripped_dark_oak_wood",
      "minecraft:oak_log",
      "minecraft:oak_wood",
      "minecraft:stripped_oak_log",
      "minecraft:stripped_oak_wood",
      "minecraft:acacia_log",
      "minecraft:acacia_wood",
      "minecraft:stripped_acacia_log",
      "minecraft:stripped_acacia_wood",
      "minecraft:birch_log",
      "minecraft:birch_wood",
      "minecraft:stripped_birch_log",
      "minecraft:stripped_birch_wood",
      "minecraft:jungle_log",
      "minecraft:jungle_wood",
      "minecraft:stripped_jungle_log",
      "minecraft:stripped_jungle_wood",
      "minecraft:spruce_log",
      "minecraft:spruce_wood",
      "minecraft:stripped_spruce_log",
      "minecraft:stripped_spruce_wood"
    ],
    "minecraft:corals": [
      "minecraft:tube_coral_fan",
      "minecraft:brain_coral_fan",
      "minecraft:bubble_coral_fan",
      "minecraft:fire_coral_fan",
      "minecraft:horn_coral_fan",
      "minecraft:tube_coral",
      "minecraft:brain_coral",
      "minecraft:bubble_coral",
      "minecraft:fire_coral",
      "minecraft:horn_coral"
    ],
    "minecraft:wooden_buttons": [
      "minecraft:oak_button",
      "minecraft:spruce_button",
      "minecraft:birch_button",
      "minecraft:jungle_button",
      "minecraft:acacia_button",
      "minecraft:dark_oak_button"
    ],
    "minecraft:wool": [
      "minecraft:white_wool",
      "minecraft:orange_wool",
      "minecraft:magenta_wool",
      "minecraft:light_blue_wool",
      "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:brown_wool",
      "minecraft:green_wool",
      "minecraft:red_wool",
      "minecraft:black_wool"
    ],
    "minecraft:coral_plants": [
      "minecraft:tube_coral",
      "minecraft:brain_coral",
      "minecraft:bubble_coral",
      "minecraft:fire_coral",
      "minecraft:horn_coral"
    ],
    "minecraft:banners": [
      "minecraft:white_banner",
      "minecraft:orange_banner",
      "minecraft:magenta_banner",
      "minecraft:light_blue_banner",
      "minecraft:yellow_banner",
      "minecraft:lime_banner",
      "minecraft:pink_banner",
      "minecraft:gray_banner",
      "minecraft:light_gray_banner",
      "minecraft:cyan_banner",
      "minecraft:purple_banner",
      "minecraft:blue_banner",
      "minecraft:brown_banner",
      "minecraft:green_banner",
      "minecraft:red_banner",
      "minecraft:black_banner",
      "minecraft:white_wall_banner",
      "minecraft:orange_wall_banner",
      "minecraft:magenta_wall_banner",
      "minecraft:light_blue_wall_banner",
      "minecraft:yellow_wall_banner",
      "minecraft:lime_wall_banner",
      "minecraft:pink_wall_banner",
      "minecraft:gray_wall_banner",
      "minecraft:light_gray_wall_banner",
      "minecraft:cyan_wall_banner",
      "minecraft:purple_wall_banner",
      "minecraft:blue_wall_banner",
      "minecraft:brown_wall_banner",
      "minecraft:green_wall_banner",
      "minecraft:red_wall_banner",
      "minecraft:black_wall_banner"
    ],
    "minecraft:dragon_immune": [
      "minecraft:barrier",
      "minecraft:bedrock",
      "minecraft:end_portal",
      "minecraft:end_portal_frame",
      "minecraft:end_gateway",
      "minecraft:command_block",
      "minecraft:repeating_command_block",
      "minecraft:chain_command_block",
      "minecraft:structure_block",
      "minecraft:jigsaw",
      "minecraft:moving_piston",
      "minecraft:obsidian",
      "minecraft:end_stone",
      "minecraft:iron_bars"
    ],
    "minecraft:doors": [
      "minecraft:iron_door",
      "minecraft:oak_door",
      "minecraft:spruce_door",
      "minecraft:birch_door",
      "minecraft:jungle_door",
      "minecraft:acacia_door",
      "minecraft:dark_oak_door"
    ],
    "minecraft:fences": [
      "minecraft:nether_brick_fence",
      "minecraft:oak_fence",
      "minecraft:acacia_fence",
      "minecraft:dark_oak_fence",
      "minecraft:spruce_fence",
      "minecraft:birch_fence",
      "minecraft:jungle_fence"
    ],
    "minecraft:wall_signs": [
      "minecraft:oak_wall_sign",
      "minecraft:spruce_wall_sign",
      "minecraft:birch_wall_sign",
      "minecraft:acacia_wall_sign",
      "minecraft:jungle_wall_sign",
      "minecraft:dark_oak_wall_sign"
    ],
    "minecraft:standing_signs": [
      "minecraft:oak_sign",
      "minecraft:spruce_sign",
      "minecraft:birch_sign",
      "minecraft:acacia_sign",
      "minecraft:jungle_sign",
      "minecraft:dark_oak_sign"
    ],
    "minecraft:dirt_like": [
      "minecraft:dirt",
      "minecraft:grass_block",
      "minecraft:podzol",
      "minecraft:coarse_dirt",
      "minecraft:mycelium"
    ],
    "minecraft:impermeable": [
      "minecraft:glass",
      "minecraft:white_stained_glass",
      "minecraft:orange_stained_glass",
      "minecraft:magenta_stained_glass",
      "minecraft:light_blue_stained_glass",
      "minecraft:yellow_stained_glass",
      "minecraft:lime_stained_glass",
      "minecraft:pink_stained_glass",
      "minecraft:gray_stained_glass",
      "minecraft:light_gray_stained_glass",
      "minecraft:cyan_stained_glass",
      "minecraft:purple_stained_glass",
      "minecraft:blue_stained_glass",
      "minecraft:brown_stained_glass",
      "minecraft:green_stained_glass",
      "minecraft:red_stained_glass",
      "minecraft:black_stained_glass"
    ],
    "minecraft:trapdoors": [
      "minecraft:iron_trapdoor",
      "minecraft:acacia_trapdoor",
      "minecraft:birch_trapdoor",
      "minecraft:dark_oak_trapdoor",
      "minecraft:jungle_trapdoor",
      "minecraft:oak_trapdoor",
      "minecraft:spruce_trapdoor"
    ],
    "minecraft:leaves": [
      "minecraft:jungle_leaves",
      "minecraft:oak_leaves",
      "minecraft:spruce_leaves",
      "minecraft:dark_oak_leaves",
      "minecraft:acacia_leaves",
      "minecraft:birch_leaves"
    ]
  },
  "itemtags": {
    "minecraft:boats": [
      "minecraft:oak_boat",
      "minecraft:spruce_boat",
      "minecraft:birch_boat",
      "minecraft:jungle_boat",
      "minecraft:acacia_boat",
      "minecraft:dark_oak_boat"
    ],
    "minecraft:banners": [
      "minecraft:white_banner",
      "minecraft:orange_banner",
      "minecraft:magenta_banner",
      "minecraft:light_blue_banner",
      "minecraft:yellow_banner",
      "minecraft:lime_banner",
      "minecraft:pink_banner",
      "minecraft:gray_banner",
      "minecraft:light_gray_banner",
      "minecraft:cyan_banner",
      "minecraft:purple_banner",
      "minecraft:blue_banner",
      "minecraft:brown_banner",
      "minecraft:green_banner",
      "minecraft:red_banner",
      "minecraft:black_banner"
    ],
    "minecraft:arrows": [
      "minecraft:arrow",
      "minecraft:tipped_arrow",
      "minecraft:spectral_arrow"
    ],
    "minecraft:coals": [
      "minecraft:coal",
      "minecraft:charcoal"
    ],
    "minecraft:music_discs": [
      "minecraft:music_disc_13",
      "minecraft:music_disc_cat",
      "minecraft:music_disc_blocks",
      "minecraft:music_disc_chirp",
      "minecraft:music_disc_far",
      "minecraft:music_disc_mall",
      "minecraft:music_disc_mellohi",
      "minecraft:music_disc_stal",
      "minecraft:music_disc_strad",
      "minecraft:music_disc_ward",
      "minecraft:music_disc_11",
      "minecraft:music_disc_wait"
    ],
    "minecraft:fishes": [
      "minecraft:cod",
      "minecraft:cooked_cod",
      "minecraft:salmon",
      "minecraft:cooked_salmon",
      "minecraft:pufferfish",
      "minecraft:tropical_fish"
    ]
  },
  "entitytags": {
    "minecraft:raiders": [
      "minecraft:evoker",
      "minecraft:pillager",
      "minecraft:ravager",
      "minecraft:vindicator",
      "minecraft:illusioner",
      "minecraft:witch"
    ],
    "minecraft:skeletons": [
      "minecraft:skeleton",
      "minecraft:stray",
      "minecraft:wither_skeleton"
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy