From f0b35334184d5a3e12e35e4e5edc0b4be763a79b Mon Sep 17 00:00:00 2001 From: DankParrot Date: Wed, 12 Aug 2020 20:57:19 -0700 Subject: [PATCH] Add blocks.json --- bin/data/blocks.json | 110013 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110013 insertions(+) create mode 100644 bin/data/blocks.json diff --git a/bin/data/blocks.json b/bin/data/blocks.json new file mode 100644 index 0000000..83cba7b --- /dev/null +++ b/bin/data/blocks.json @@ -0,0 +1,110013 @@ +{ + "minecraft:air": { + "states": [ + { + "id": 0, + "default": true + } + ] + }, + "minecraft:stone": { + "states": [ + { + "id": 1, + "default": true + } + ] + }, + "minecraft:granite": { + "states": [ + { + "id": 2, + "default": true + } + ] + }, + "minecraft:polished_granite": { + "states": [ + { + "id": 3, + "default": true + } + ] + }, + "minecraft:diorite": { + "states": [ + { + "id": 4, + "default": true + } + ] + }, + "minecraft:polished_diorite": { + "states": [ + { + "id": 5, + "default": true + } + ] + }, + "minecraft:andesite": { + "states": [ + { + "id": 6, + "default": true + } + ] + }, + "minecraft:polished_andesite": { + "states": [ + { + "id": 7, + "default": true + } + ] + }, + "minecraft:grass_block": { + "properties": { + "snowy": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "snowy": "true" + }, + "id": 8 + }, + { + "properties": { + "snowy": "false" + }, + "id": 9, + "default": true + } + ] + }, + "minecraft:dirt": { + "states": [ + { + "id": 10, + "default": true + } + ] + }, + "minecraft:coarse_dirt": { + "states": [ + { + "id": 11, + "default": true + } + ] + }, + "minecraft:podzol": { + "properties": { + "snowy": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "snowy": "true" + }, + "id": 12 + }, + { + "properties": { + "snowy": "false" + }, + "id": 13, + "default": true + } + ] + }, + "minecraft:cobblestone": { + "states": [ + { + "id": 14, + "default": true + } + ] + }, + "minecraft:oak_planks": { + "states": [ + { + "id": 15, + "default": true + } + ] + }, + "minecraft:spruce_planks": { + "states": [ + { + "id": 16, + "default": true + } + ] + }, + "minecraft:birch_planks": { + "states": [ + { + "id": 17, + "default": true + } + ] + }, + "minecraft:jungle_planks": { + "states": [ + { + "id": 18, + "default": true + } + ] + }, + "minecraft:acacia_planks": { + "states": [ + { + "id": 19, + "default": true + } + ] + }, + "minecraft:dark_oak_planks": { + "states": [ + { + "id": 20, + "default": true + } + ] + }, + "minecraft:oak_sapling": { + "properties": { + "stage": [ + "0", + "1" + ] + }, + "states": [ + { + "properties": { + "stage": "0" + }, + "id": 21, + "default": true + }, + { + "properties": { + "stage": "1" + }, + "id": 22 + } + ] + }, + "minecraft:spruce_sapling": { + "properties": { + "stage": [ + "0", + "1" + ] + }, + "states": [ + { + "properties": { + "stage": "0" + }, + "id": 23, + "default": true + }, + { + "properties": { + "stage": "1" + }, + "id": 24 + } + ] + }, + "minecraft:birch_sapling": { + "properties": { + "stage": [ + "0", + "1" + ] + }, + "states": [ + { + "properties": { + "stage": "0" + }, + "id": 25, + "default": true + }, + { + "properties": { + "stage": "1" + }, + "id": 26 + } + ] + }, + "minecraft:jungle_sapling": { + "properties": { + "stage": [ + "0", + "1" + ] + }, + "states": [ + { + "properties": { + "stage": "0" + }, + "id": 27, + "default": true + }, + { + "properties": { + "stage": "1" + }, + "id": 28 + } + ] + }, + "minecraft:acacia_sapling": { + "properties": { + "stage": [ + "0", + "1" + ] + }, + "states": [ + { + "properties": { + "stage": "0" + }, + "id": 29, + "default": true + }, + { + "properties": { + "stage": "1" + }, + "id": 30 + } + ] + }, + "minecraft:dark_oak_sapling": { + "properties": { + "stage": [ + "0", + "1" + ] + }, + "states": [ + { + "properties": { + "stage": "0" + }, + "id": 31, + "default": true + }, + { + "properties": { + "stage": "1" + }, + "id": 32 + } + ] + }, + "minecraft:bedrock": { + "states": [ + { + "id": 33, + "default": true + } + ] + }, + "minecraft:water": { + "properties": { + "level": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "level": "0" + }, + "id": 34, + "default": true + }, + { + "properties": { + "level": "1" + }, + "id": 35 + }, + { + "properties": { + "level": "2" + }, + "id": 36 + }, + { + "properties": { + "level": "3" + }, + "id": 37 + }, + { + "properties": { + "level": "4" + }, + "id": 38 + }, + { + "properties": { + "level": "5" + }, + "id": 39 + }, + { + "properties": { + "level": "6" + }, + "id": 40 + }, + { + "properties": { + "level": "7" + }, + "id": 41 + }, + { + "properties": { + "level": "8" + }, + "id": 42 + }, + { + "properties": { + "level": "9" + }, + "id": 43 + }, + { + "properties": { + "level": "10" + }, + "id": 44 + }, + { + "properties": { + "level": "11" + }, + "id": 45 + }, + { + "properties": { + "level": "12" + }, + "id": 46 + }, + { + "properties": { + "level": "13" + }, + "id": 47 + }, + { + "properties": { + "level": "14" + }, + "id": 48 + }, + { + "properties": { + "level": "15" + }, + "id": 49 + } + ] + }, + "minecraft:lava": { + "properties": { + "level": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "level": "0" + }, + "id": 50, + "default": true + }, + { + "properties": { + "level": "1" + }, + "id": 51 + }, + { + "properties": { + "level": "2" + }, + "id": 52 + }, + { + "properties": { + "level": "3" + }, + "id": 53 + }, + { + "properties": { + "level": "4" + }, + "id": 54 + }, + { + "properties": { + "level": "5" + }, + "id": 55 + }, + { + "properties": { + "level": "6" + }, + "id": 56 + }, + { + "properties": { + "level": "7" + }, + "id": 57 + }, + { + "properties": { + "level": "8" + }, + "id": 58 + }, + { + "properties": { + "level": "9" + }, + "id": 59 + }, + { + "properties": { + "level": "10" + }, + "id": 60 + }, + { + "properties": { + "level": "11" + }, + "id": 61 + }, + { + "properties": { + "level": "12" + }, + "id": 62 + }, + { + "properties": { + "level": "13" + }, + "id": 63 + }, + { + "properties": { + "level": "14" + }, + "id": 64 + }, + { + "properties": { + "level": "15" + }, + "id": 65 + } + ] + }, + "minecraft:sand": { + "states": [ + { + "id": 66, + "default": true + } + ] + }, + "minecraft:red_sand": { + "states": [ + { + "id": 67, + "default": true + } + ] + }, + "minecraft:gravel": { + "states": [ + { + "id": 68, + "default": true + } + ] + }, + "minecraft:gold_ore": { + "states": [ + { + "id": 69, + "default": true + } + ] + }, + "minecraft:iron_ore": { + "states": [ + { + "id": 70, + "default": true + } + ] + }, + "minecraft:coal_ore": { + "states": [ + { + "id": 71, + "default": true + } + ] + }, + "minecraft:oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 72 + }, + { + "properties": { + "axis": "y" + }, + "id": 73, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 74 + } + ] + }, + "minecraft:spruce_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 75 + }, + { + "properties": { + "axis": "y" + }, + "id": 76, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 77 + } + ] + }, + "minecraft:birch_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 78 + }, + { + "properties": { + "axis": "y" + }, + "id": 79, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 80 + } + ] + }, + "minecraft:jungle_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 81 + }, + { + "properties": { + "axis": "y" + }, + "id": 82, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 83 + } + ] + }, + "minecraft:acacia_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 84 + }, + { + "properties": { + "axis": "y" + }, + "id": 85, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 86 + } + ] + }, + "minecraft:dark_oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 87 + }, + { + "properties": { + "axis": "y" + }, + "id": 88, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 89 + } + ] + }, + "minecraft:stripped_spruce_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 90 + }, + { + "properties": { + "axis": "y" + }, + "id": 91, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 92 + } + ] + }, + "minecraft:stripped_birch_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 93 + }, + { + "properties": { + "axis": "y" + }, + "id": 94, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 95 + } + ] + }, + "minecraft:stripped_jungle_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 96 + }, + { + "properties": { + "axis": "y" + }, + "id": 97, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 98 + } + ] + }, + "minecraft:stripped_acacia_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 99 + }, + { + "properties": { + "axis": "y" + }, + "id": 100, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 101 + } + ] + }, + "minecraft:stripped_dark_oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 102 + }, + { + "properties": { + "axis": "y" + }, + "id": 103, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 104 + } + ] + }, + "minecraft:stripped_oak_log": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 105 + }, + { + "properties": { + "axis": "y" + }, + "id": 106, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 107 + } + ] + }, + "minecraft:oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 108 + }, + { + "properties": { + "axis": "y" + }, + "id": 109, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 110 + } + ] + }, + "minecraft:spruce_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 111 + }, + { + "properties": { + "axis": "y" + }, + "id": 112, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 113 + } + ] + }, + "minecraft:birch_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 114 + }, + { + "properties": { + "axis": "y" + }, + "id": 115, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 116 + } + ] + }, + "minecraft:jungle_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 117 + }, + { + "properties": { + "axis": "y" + }, + "id": 118, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 119 + } + ] + }, + "minecraft:acacia_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 120 + }, + { + "properties": { + "axis": "y" + }, + "id": 121, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 122 + } + ] + }, + "minecraft:dark_oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 123 + }, + { + "properties": { + "axis": "y" + }, + "id": 124, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 125 + } + ] + }, + "minecraft:stripped_oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 126 + }, + { + "properties": { + "axis": "y" + }, + "id": 127, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 128 + } + ] + }, + "minecraft:stripped_spruce_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 129 + }, + { + "properties": { + "axis": "y" + }, + "id": 130, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 131 + } + ] + }, + "minecraft:stripped_birch_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 132 + }, + { + "properties": { + "axis": "y" + }, + "id": 133, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 134 + } + ] + }, + "minecraft:stripped_jungle_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 135 + }, + { + "properties": { + "axis": "y" + }, + "id": 136, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 137 + } + ] + }, + "minecraft:stripped_acacia_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 138 + }, + { + "properties": { + "axis": "y" + }, + "id": 139, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 140 + } + ] + }, + "minecraft:stripped_dark_oak_wood": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 141 + }, + { + "properties": { + "axis": "y" + }, + "id": 142, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 143 + } + ] + }, + "minecraft:oak_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 144 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 145 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 146 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 147 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 148 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 149 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 150 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 151 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 152 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 153 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 154 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 155 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 156 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 157, + "default": true + } + ] + }, + "minecraft:spruce_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 158 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 159 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 160 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 161 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 162 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 163 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 164 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 165 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 166 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 167 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 168 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 169 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 170 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 171, + "default": true + } + ] + }, + "minecraft:birch_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 172 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 173 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 174 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 175 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 176 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 177 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 178 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 179 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 180 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 181 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 182 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 183 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 184 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 185, + "default": true + } + ] + }, + "minecraft:jungle_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 186 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 187 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 188 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 189 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 190 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 191 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 192 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 193 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 194 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 195 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 196 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 197 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 198 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 199, + "default": true + } + ] + }, + "minecraft:acacia_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 200 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 201 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 202 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 203 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 204 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 205 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 206 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 207 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 208 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 209 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 210 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 211 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 212 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 213, + "default": true + } + ] + }, + "minecraft:dark_oak_leaves": { + "properties": { + "distance": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "persistent": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "distance": "1", + "persistent": "true" + }, + "id": 214 + }, + { + "properties": { + "distance": "1", + "persistent": "false" + }, + "id": 215 + }, + { + "properties": { + "distance": "2", + "persistent": "true" + }, + "id": 216 + }, + { + "properties": { + "distance": "2", + "persistent": "false" + }, + "id": 217 + }, + { + "properties": { + "distance": "3", + "persistent": "true" + }, + "id": 218 + }, + { + "properties": { + "distance": "3", + "persistent": "false" + }, + "id": 219 + }, + { + "properties": { + "distance": "4", + "persistent": "true" + }, + "id": 220 + }, + { + "properties": { + "distance": "4", + "persistent": "false" + }, + "id": 221 + }, + { + "properties": { + "distance": "5", + "persistent": "true" + }, + "id": 222 + }, + { + "properties": { + "distance": "5", + "persistent": "false" + }, + "id": 223 + }, + { + "properties": { + "distance": "6", + "persistent": "true" + }, + "id": 224 + }, + { + "properties": { + "distance": "6", + "persistent": "false" + }, + "id": 225 + }, + { + "properties": { + "distance": "7", + "persistent": "true" + }, + "id": 226 + }, + { + "properties": { + "distance": "7", + "persistent": "false" + }, + "id": 227, + "default": true + } + ] + }, + "minecraft:sponge": { + "states": [ + { + "id": 228, + "default": true + } + ] + }, + "minecraft:wet_sponge": { + "states": [ + { + "id": 229, + "default": true + } + ] + }, + "minecraft:glass": { + "states": [ + { + "id": 230, + "default": true + } + ] + }, + "minecraft:lapis_ore": { + "states": [ + { + "id": 231, + "default": true + } + ] + }, + "minecraft:lapis_block": { + "states": [ + { + "id": 232, + "default": true + } + ] + }, + "minecraft:dispenser": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "triggered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "triggered": "true" + }, + "id": 233 + }, + { + "properties": { + "facing": "north", + "triggered": "false" + }, + "id": 234, + "default": true + }, + { + "properties": { + "facing": "east", + "triggered": "true" + }, + "id": 235 + }, + { + "properties": { + "facing": "east", + "triggered": "false" + }, + "id": 236 + }, + { + "properties": { + "facing": "south", + "triggered": "true" + }, + "id": 237 + }, + { + "properties": { + "facing": "south", + "triggered": "false" + }, + "id": 238 + }, + { + "properties": { + "facing": "west", + "triggered": "true" + }, + "id": 239 + }, + { + "properties": { + "facing": "west", + "triggered": "false" + }, + "id": 240 + }, + { + "properties": { + "facing": "up", + "triggered": "true" + }, + "id": 241 + }, + { + "properties": { + "facing": "up", + "triggered": "false" + }, + "id": 242 + }, + { + "properties": { + "facing": "down", + "triggered": "true" + }, + "id": 243 + }, + { + "properties": { + "facing": "down", + "triggered": "false" + }, + "id": 244 + } + ] + }, + "minecraft:sandstone": { + "states": [ + { + "id": 245, + "default": true + } + ] + }, + "minecraft:chiseled_sandstone": { + "states": [ + { + "id": 246, + "default": true + } + ] + }, + "minecraft:cut_sandstone": { + "states": [ + { + "id": 247, + "default": true + } + ] + }, + "minecraft:note_block": { + "properties": { + "instrument": [ + "harp", + "basedrum", + "snare", + "hat", + "bass", + "flute", + "bell", + "guitar", + "chime", + "xylophone", + "iron_xylophone", + "cow_bell", + "didgeridoo", + "bit", + "banjo", + "pling" + ], + "note": [ + "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" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "instrument": "harp", + "note": "0", + "powered": "true" + }, + "id": 248 + }, + { + "properties": { + "instrument": "harp", + "note": "0", + "powered": "false" + }, + "id": 249, + "default": true + }, + { + "properties": { + "instrument": "harp", + "note": "1", + "powered": "true" + }, + "id": 250 + }, + { + "properties": { + "instrument": "harp", + "note": "1", + "powered": "false" + }, + "id": 251 + }, + { + "properties": { + "instrument": "harp", + "note": "2", + "powered": "true" + }, + "id": 252 + }, + { + "properties": { + "instrument": "harp", + "note": "2", + "powered": "false" + }, + "id": 253 + }, + { + "properties": { + "instrument": "harp", + "note": "3", + "powered": "true" + }, + "id": 254 + }, + { + "properties": { + "instrument": "harp", + "note": "3", + "powered": "false" + }, + "id": 255 + }, + { + "properties": { + "instrument": "harp", + "note": "4", + "powered": "true" + }, + "id": 256 + }, + { + "properties": { + "instrument": "harp", + "note": "4", + "powered": "false" + }, + "id": 257 + }, + { + "properties": { + "instrument": "harp", + "note": "5", + "powered": "true" + }, + "id": 258 + }, + { + "properties": { + "instrument": "harp", + "note": "5", + "powered": "false" + }, + "id": 259 + }, + { + "properties": { + "instrument": "harp", + "note": "6", + "powered": "true" + }, + "id": 260 + }, + { + "properties": { + "instrument": "harp", + "note": "6", + "powered": "false" + }, + "id": 261 + }, + { + "properties": { + "instrument": "harp", + "note": "7", + "powered": "true" + }, + "id": 262 + }, + { + "properties": { + "instrument": "harp", + "note": "7", + "powered": "false" + }, + "id": 263 + }, + { + "properties": { + "instrument": "harp", + "note": "8", + "powered": "true" + }, + "id": 264 + }, + { + "properties": { + "instrument": "harp", + "note": "8", + "powered": "false" + }, + "id": 265 + }, + { + "properties": { + "instrument": "harp", + "note": "9", + "powered": "true" + }, + "id": 266 + }, + { + "properties": { + "instrument": "harp", + "note": "9", + "powered": "false" + }, + "id": 267 + }, + { + "properties": { + "instrument": "harp", + "note": "10", + "powered": "true" + }, + "id": 268 + }, + { + "properties": { + "instrument": "harp", + "note": "10", + "powered": "false" + }, + "id": 269 + }, + { + "properties": { + "instrument": "harp", + "note": "11", + "powered": "true" + }, + "id": 270 + }, + { + "properties": { + "instrument": "harp", + "note": "11", + "powered": "false" + }, + "id": 271 + }, + { + "properties": { + "instrument": "harp", + "note": "12", + "powered": "true" + }, + "id": 272 + }, + { + "properties": { + "instrument": "harp", + "note": "12", + "powered": "false" + }, + "id": 273 + }, + { + "properties": { + "instrument": "harp", + "note": "13", + "powered": "true" + }, + "id": 274 + }, + { + "properties": { + "instrument": "harp", + "note": "13", + "powered": "false" + }, + "id": 275 + }, + { + "properties": { + "instrument": "harp", + "note": "14", + "powered": "true" + }, + "id": 276 + }, + { + "properties": { + "instrument": "harp", + "note": "14", + "powered": "false" + }, + "id": 277 + }, + { + "properties": { + "instrument": "harp", + "note": "15", + "powered": "true" + }, + "id": 278 + }, + { + "properties": { + "instrument": "harp", + "note": "15", + "powered": "false" + }, + "id": 279 + }, + { + "properties": { + "instrument": "harp", + "note": "16", + "powered": "true" + }, + "id": 280 + }, + { + "properties": { + "instrument": "harp", + "note": "16", + "powered": "false" + }, + "id": 281 + }, + { + "properties": { + "instrument": "harp", + "note": "17", + "powered": "true" + }, + "id": 282 + }, + { + "properties": { + "instrument": "harp", + "note": "17", + "powered": "false" + }, + "id": 283 + }, + { + "properties": { + "instrument": "harp", + "note": "18", + "powered": "true" + }, + "id": 284 + }, + { + "properties": { + "instrument": "harp", + "note": "18", + "powered": "false" + }, + "id": 285 + }, + { + "properties": { + "instrument": "harp", + "note": "19", + "powered": "true" + }, + "id": 286 + }, + { + "properties": { + "instrument": "harp", + "note": "19", + "powered": "false" + }, + "id": 287 + }, + { + "properties": { + "instrument": "harp", + "note": "20", + "powered": "true" + }, + "id": 288 + }, + { + "properties": { + "instrument": "harp", + "note": "20", + "powered": "false" + }, + "id": 289 + }, + { + "properties": { + "instrument": "harp", + "note": "21", + "powered": "true" + }, + "id": 290 + }, + { + "properties": { + "instrument": "harp", + "note": "21", + "powered": "false" + }, + "id": 291 + }, + { + "properties": { + "instrument": "harp", + "note": "22", + "powered": "true" + }, + "id": 292 + }, + { + "properties": { + "instrument": "harp", + "note": "22", + "powered": "false" + }, + "id": 293 + }, + { + "properties": { + "instrument": "harp", + "note": "23", + "powered": "true" + }, + "id": 294 + }, + { + "properties": { + "instrument": "harp", + "note": "23", + "powered": "false" + }, + "id": 295 + }, + { + "properties": { + "instrument": "harp", + "note": "24", + "powered": "true" + }, + "id": 296 + }, + { + "properties": { + "instrument": "harp", + "note": "24", + "powered": "false" + }, + "id": 297 + }, + { + "properties": { + "instrument": "basedrum", + "note": "0", + "powered": "true" + }, + "id": 298 + }, + { + "properties": { + "instrument": "basedrum", + "note": "0", + "powered": "false" + }, + "id": 299 + }, + { + "properties": { + "instrument": "basedrum", + "note": "1", + "powered": "true" + }, + "id": 300 + }, + { + "properties": { + "instrument": "basedrum", + "note": "1", + "powered": "false" + }, + "id": 301 + }, + { + "properties": { + "instrument": "basedrum", + "note": "2", + "powered": "true" + }, + "id": 302 + }, + { + "properties": { + "instrument": "basedrum", + "note": "2", + "powered": "false" + }, + "id": 303 + }, + { + "properties": { + "instrument": "basedrum", + "note": "3", + "powered": "true" + }, + "id": 304 + }, + { + "properties": { + "instrument": "basedrum", + "note": "3", + "powered": "false" + }, + "id": 305 + }, + { + "properties": { + "instrument": "basedrum", + "note": "4", + "powered": "true" + }, + "id": 306 + }, + { + "properties": { + "instrument": "basedrum", + "note": "4", + "powered": "false" + }, + "id": 307 + }, + { + "properties": { + "instrument": "basedrum", + "note": "5", + "powered": "true" + }, + "id": 308 + }, + { + "properties": { + "instrument": "basedrum", + "note": "5", + "powered": "false" + }, + "id": 309 + }, + { + "properties": { + "instrument": "basedrum", + "note": "6", + "powered": "true" + }, + "id": 310 + }, + { + "properties": { + "instrument": "basedrum", + "note": "6", + "powered": "false" + }, + "id": 311 + }, + { + "properties": { + "instrument": "basedrum", + "note": "7", + "powered": "true" + }, + "id": 312 + }, + { + "properties": { + "instrument": "basedrum", + "note": "7", + "powered": "false" + }, + "id": 313 + }, + { + "properties": { + "instrument": "basedrum", + "note": "8", + "powered": "true" + }, + "id": 314 + }, + { + "properties": { + "instrument": "basedrum", + "note": "8", + "powered": "false" + }, + "id": 315 + }, + { + "properties": { + "instrument": "basedrum", + "note": "9", + "powered": "true" + }, + "id": 316 + }, + { + "properties": { + "instrument": "basedrum", + "note": "9", + "powered": "false" + }, + "id": 317 + }, + { + "properties": { + "instrument": "basedrum", + "note": "10", + "powered": "true" + }, + "id": 318 + }, + { + "properties": { + "instrument": "basedrum", + "note": "10", + "powered": "false" + }, + "id": 319 + }, + { + "properties": { + "instrument": "basedrum", + "note": "11", + "powered": "true" + }, + "id": 320 + }, + { + "properties": { + "instrument": "basedrum", + "note": "11", + "powered": "false" + }, + "id": 321 + }, + { + "properties": { + "instrument": "basedrum", + "note": "12", + "powered": "true" + }, + "id": 322 + }, + { + "properties": { + "instrument": "basedrum", + "note": "12", + "powered": "false" + }, + "id": 323 + }, + { + "properties": { + "instrument": "basedrum", + "note": "13", + "powered": "true" + }, + "id": 324 + }, + { + "properties": { + "instrument": "basedrum", + "note": "13", + "powered": "false" + }, + "id": 325 + }, + { + "properties": { + "instrument": "basedrum", + "note": "14", + "powered": "true" + }, + "id": 326 + }, + { + "properties": { + "instrument": "basedrum", + "note": "14", + "powered": "false" + }, + "id": 327 + }, + { + "properties": { + "instrument": "basedrum", + "note": "15", + "powered": "true" + }, + "id": 328 + }, + { + "properties": { + "instrument": "basedrum", + "note": "15", + "powered": "false" + }, + "id": 329 + }, + { + "properties": { + "instrument": "basedrum", + "note": "16", + "powered": "true" + }, + "id": 330 + }, + { + "properties": { + "instrument": "basedrum", + "note": "16", + "powered": "false" + }, + "id": 331 + }, + { + "properties": { + "instrument": "basedrum", + "note": "17", + "powered": "true" + }, + "id": 332 + }, + { + "properties": { + "instrument": "basedrum", + "note": "17", + "powered": "false" + }, + "id": 333 + }, + { + "properties": { + "instrument": "basedrum", + "note": "18", + "powered": "true" + }, + "id": 334 + }, + { + "properties": { + "instrument": "basedrum", + "note": "18", + "powered": "false" + }, + "id": 335 + }, + { + "properties": { + "instrument": "basedrum", + "note": "19", + "powered": "true" + }, + "id": 336 + }, + { + "properties": { + "instrument": "basedrum", + "note": "19", + "powered": "false" + }, + "id": 337 + }, + { + "properties": { + "instrument": "basedrum", + "note": "20", + "powered": "true" + }, + "id": 338 + }, + { + "properties": { + "instrument": "basedrum", + "note": "20", + "powered": "false" + }, + "id": 339 + }, + { + "properties": { + "instrument": "basedrum", + "note": "21", + "powered": "true" + }, + "id": 340 + }, + { + "properties": { + "instrument": "basedrum", + "note": "21", + "powered": "false" + }, + "id": 341 + }, + { + "properties": { + "instrument": "basedrum", + "note": "22", + "powered": "true" + }, + "id": 342 + }, + { + "properties": { + "instrument": "basedrum", + "note": "22", + "powered": "false" + }, + "id": 343 + }, + { + "properties": { + "instrument": "basedrum", + "note": "23", + "powered": "true" + }, + "id": 344 + }, + { + "properties": { + "instrument": "basedrum", + "note": "23", + "powered": "false" + }, + "id": 345 + }, + { + "properties": { + "instrument": "basedrum", + "note": "24", + "powered": "true" + }, + "id": 346 + }, + { + "properties": { + "instrument": "basedrum", + "note": "24", + "powered": "false" + }, + "id": 347 + }, + { + "properties": { + "instrument": "snare", + "note": "0", + "powered": "true" + }, + "id": 348 + }, + { + "properties": { + "instrument": "snare", + "note": "0", + "powered": "false" + }, + "id": 349 + }, + { + "properties": { + "instrument": "snare", + "note": "1", + "powered": "true" + }, + "id": 350 + }, + { + "properties": { + "instrument": "snare", + "note": "1", + "powered": "false" + }, + "id": 351 + }, + { + "properties": { + "instrument": "snare", + "note": "2", + "powered": "true" + }, + "id": 352 + }, + { + "properties": { + "instrument": "snare", + "note": "2", + "powered": "false" + }, + "id": 353 + }, + { + "properties": { + "instrument": "snare", + "note": "3", + "powered": "true" + }, + "id": 354 + }, + { + "properties": { + "instrument": "snare", + "note": "3", + "powered": "false" + }, + "id": 355 + }, + { + "properties": { + "instrument": "snare", + "note": "4", + "powered": "true" + }, + "id": 356 + }, + { + "properties": { + "instrument": "snare", + "note": "4", + "powered": "false" + }, + "id": 357 + }, + { + "properties": { + "instrument": "snare", + "note": "5", + "powered": "true" + }, + "id": 358 + }, + { + "properties": { + "instrument": "snare", + "note": "5", + "powered": "false" + }, + "id": 359 + }, + { + "properties": { + "instrument": "snare", + "note": "6", + "powered": "true" + }, + "id": 360 + }, + { + "properties": { + "instrument": "snare", + "note": "6", + "powered": "false" + }, + "id": 361 + }, + { + "properties": { + "instrument": "snare", + "note": "7", + "powered": "true" + }, + "id": 362 + }, + { + "properties": { + "instrument": "snare", + "note": "7", + "powered": "false" + }, + "id": 363 + }, + { + "properties": { + "instrument": "snare", + "note": "8", + "powered": "true" + }, + "id": 364 + }, + { + "properties": { + "instrument": "snare", + "note": "8", + "powered": "false" + }, + "id": 365 + }, + { + "properties": { + "instrument": "snare", + "note": "9", + "powered": "true" + }, + "id": 366 + }, + { + "properties": { + "instrument": "snare", + "note": "9", + "powered": "false" + }, + "id": 367 + }, + { + "properties": { + "instrument": "snare", + "note": "10", + "powered": "true" + }, + "id": 368 + }, + { + "properties": { + "instrument": "snare", + "note": "10", + "powered": "false" + }, + "id": 369 + }, + { + "properties": { + "instrument": "snare", + "note": "11", + "powered": "true" + }, + "id": 370 + }, + { + "properties": { + "instrument": "snare", + "note": "11", + "powered": "false" + }, + "id": 371 + }, + { + "properties": { + "instrument": "snare", + "note": "12", + "powered": "true" + }, + "id": 372 + }, + { + "properties": { + "instrument": "snare", + "note": "12", + "powered": "false" + }, + "id": 373 + }, + { + "properties": { + "instrument": "snare", + "note": "13", + "powered": "true" + }, + "id": 374 + }, + { + "properties": { + "instrument": "snare", + "note": "13", + "powered": "false" + }, + "id": 375 + }, + { + "properties": { + "instrument": "snare", + "note": "14", + "powered": "true" + }, + "id": 376 + }, + { + "properties": { + "instrument": "snare", + "note": "14", + "powered": "false" + }, + "id": 377 + }, + { + "properties": { + "instrument": "snare", + "note": "15", + "powered": "true" + }, + "id": 378 + }, + { + "properties": { + "instrument": "snare", + "note": "15", + "powered": "false" + }, + "id": 379 + }, + { + "properties": { + "instrument": "snare", + "note": "16", + "powered": "true" + }, + "id": 380 + }, + { + "properties": { + "instrument": "snare", + "note": "16", + "powered": "false" + }, + "id": 381 + }, + { + "properties": { + "instrument": "snare", + "note": "17", + "powered": "true" + }, + "id": 382 + }, + { + "properties": { + "instrument": "snare", + "note": "17", + "powered": "false" + }, + "id": 383 + }, + { + "properties": { + "instrument": "snare", + "note": "18", + "powered": "true" + }, + "id": 384 + }, + { + "properties": { + "instrument": "snare", + "note": "18", + "powered": "false" + }, + "id": 385 + }, + { + "properties": { + "instrument": "snare", + "note": "19", + "powered": "true" + }, + "id": 386 + }, + { + "properties": { + "instrument": "snare", + "note": "19", + "powered": "false" + }, + "id": 387 + }, + { + "properties": { + "instrument": "snare", + "note": "20", + "powered": "true" + }, + "id": 388 + }, + { + "properties": { + "instrument": "snare", + "note": "20", + "powered": "false" + }, + "id": 389 + }, + { + "properties": { + "instrument": "snare", + "note": "21", + "powered": "true" + }, + "id": 390 + }, + { + "properties": { + "instrument": "snare", + "note": "21", + "powered": "false" + }, + "id": 391 + }, + { + "properties": { + "instrument": "snare", + "note": "22", + "powered": "true" + }, + "id": 392 + }, + { + "properties": { + "instrument": "snare", + "note": "22", + "powered": "false" + }, + "id": 393 + }, + { + "properties": { + "instrument": "snare", + "note": "23", + "powered": "true" + }, + "id": 394 + }, + { + "properties": { + "instrument": "snare", + "note": "23", + "powered": "false" + }, + "id": 395 + }, + { + "properties": { + "instrument": "snare", + "note": "24", + "powered": "true" + }, + "id": 396 + }, + { + "properties": { + "instrument": "snare", + "note": "24", + "powered": "false" + }, + "id": 397 + }, + { + "properties": { + "instrument": "hat", + "note": "0", + "powered": "true" + }, + "id": 398 + }, + { + "properties": { + "instrument": "hat", + "note": "0", + "powered": "false" + }, + "id": 399 + }, + { + "properties": { + "instrument": "hat", + "note": "1", + "powered": "true" + }, + "id": 400 + }, + { + "properties": { + "instrument": "hat", + "note": "1", + "powered": "false" + }, + "id": 401 + }, + { + "properties": { + "instrument": "hat", + "note": "2", + "powered": "true" + }, + "id": 402 + }, + { + "properties": { + "instrument": "hat", + "note": "2", + "powered": "false" + }, + "id": 403 + }, + { + "properties": { + "instrument": "hat", + "note": "3", + "powered": "true" + }, + "id": 404 + }, + { + "properties": { + "instrument": "hat", + "note": "3", + "powered": "false" + }, + "id": 405 + }, + { + "properties": { + "instrument": "hat", + "note": "4", + "powered": "true" + }, + "id": 406 + }, + { + "properties": { + "instrument": "hat", + "note": "4", + "powered": "false" + }, + "id": 407 + }, + { + "properties": { + "instrument": "hat", + "note": "5", + "powered": "true" + }, + "id": 408 + }, + { + "properties": { + "instrument": "hat", + "note": "5", + "powered": "false" + }, + "id": 409 + }, + { + "properties": { + "instrument": "hat", + "note": "6", + "powered": "true" + }, + "id": 410 + }, + { + "properties": { + "instrument": "hat", + "note": "6", + "powered": "false" + }, + "id": 411 + }, + { + "properties": { + "instrument": "hat", + "note": "7", + "powered": "true" + }, + "id": 412 + }, + { + "properties": { + "instrument": "hat", + "note": "7", + "powered": "false" + }, + "id": 413 + }, + { + "properties": { + "instrument": "hat", + "note": "8", + "powered": "true" + }, + "id": 414 + }, + { + "properties": { + "instrument": "hat", + "note": "8", + "powered": "false" + }, + "id": 415 + }, + { + "properties": { + "instrument": "hat", + "note": "9", + "powered": "true" + }, + "id": 416 + }, + { + "properties": { + "instrument": "hat", + "note": "9", + "powered": "false" + }, + "id": 417 + }, + { + "properties": { + "instrument": "hat", + "note": "10", + "powered": "true" + }, + "id": 418 + }, + { + "properties": { + "instrument": "hat", + "note": "10", + "powered": "false" + }, + "id": 419 + }, + { + "properties": { + "instrument": "hat", + "note": "11", + "powered": "true" + }, + "id": 420 + }, + { + "properties": { + "instrument": "hat", + "note": "11", + "powered": "false" + }, + "id": 421 + }, + { + "properties": { + "instrument": "hat", + "note": "12", + "powered": "true" + }, + "id": 422 + }, + { + "properties": { + "instrument": "hat", + "note": "12", + "powered": "false" + }, + "id": 423 + }, + { + "properties": { + "instrument": "hat", + "note": "13", + "powered": "true" + }, + "id": 424 + }, + { + "properties": { + "instrument": "hat", + "note": "13", + "powered": "false" + }, + "id": 425 + }, + { + "properties": { + "instrument": "hat", + "note": "14", + "powered": "true" + }, + "id": 426 + }, + { + "properties": { + "instrument": "hat", + "note": "14", + "powered": "false" + }, + "id": 427 + }, + { + "properties": { + "instrument": "hat", + "note": "15", + "powered": "true" + }, + "id": 428 + }, + { + "properties": { + "instrument": "hat", + "note": "15", + "powered": "false" + }, + "id": 429 + }, + { + "properties": { + "instrument": "hat", + "note": "16", + "powered": "true" + }, + "id": 430 + }, + { + "properties": { + "instrument": "hat", + "note": "16", + "powered": "false" + }, + "id": 431 + }, + { + "properties": { + "instrument": "hat", + "note": "17", + "powered": "true" + }, + "id": 432 + }, + { + "properties": { + "instrument": "hat", + "note": "17", + "powered": "false" + }, + "id": 433 + }, + { + "properties": { + "instrument": "hat", + "note": "18", + "powered": "true" + }, + "id": 434 + }, + { + "properties": { + "instrument": "hat", + "note": "18", + "powered": "false" + }, + "id": 435 + }, + { + "properties": { + "instrument": "hat", + "note": "19", + "powered": "true" + }, + "id": 436 + }, + { + "properties": { + "instrument": "hat", + "note": "19", + "powered": "false" + }, + "id": 437 + }, + { + "properties": { + "instrument": "hat", + "note": "20", + "powered": "true" + }, + "id": 438 + }, + { + "properties": { + "instrument": "hat", + "note": "20", + "powered": "false" + }, + "id": 439 + }, + { + "properties": { + "instrument": "hat", + "note": "21", + "powered": "true" + }, + "id": 440 + }, + { + "properties": { + "instrument": "hat", + "note": "21", + "powered": "false" + }, + "id": 441 + }, + { + "properties": { + "instrument": "hat", + "note": "22", + "powered": "true" + }, + "id": 442 + }, + { + "properties": { + "instrument": "hat", + "note": "22", + "powered": "false" + }, + "id": 443 + }, + { + "properties": { + "instrument": "hat", + "note": "23", + "powered": "true" + }, + "id": 444 + }, + { + "properties": { + "instrument": "hat", + "note": "23", + "powered": "false" + }, + "id": 445 + }, + { + "properties": { + "instrument": "hat", + "note": "24", + "powered": "true" + }, + "id": 446 + }, + { + "properties": { + "instrument": "hat", + "note": "24", + "powered": "false" + }, + "id": 447 + }, + { + "properties": { + "instrument": "bass", + "note": "0", + "powered": "true" + }, + "id": 448 + }, + { + "properties": { + "instrument": "bass", + "note": "0", + "powered": "false" + }, + "id": 449 + }, + { + "properties": { + "instrument": "bass", + "note": "1", + "powered": "true" + }, + "id": 450 + }, + { + "properties": { + "instrument": "bass", + "note": "1", + "powered": "false" + }, + "id": 451 + }, + { + "properties": { + "instrument": "bass", + "note": "2", + "powered": "true" + }, + "id": 452 + }, + { + "properties": { + "instrument": "bass", + "note": "2", + "powered": "false" + }, + "id": 453 + }, + { + "properties": { + "instrument": "bass", + "note": "3", + "powered": "true" + }, + "id": 454 + }, + { + "properties": { + "instrument": "bass", + "note": "3", + "powered": "false" + }, + "id": 455 + }, + { + "properties": { + "instrument": "bass", + "note": "4", + "powered": "true" + }, + "id": 456 + }, + { + "properties": { + "instrument": "bass", + "note": "4", + "powered": "false" + }, + "id": 457 + }, + { + "properties": { + "instrument": "bass", + "note": "5", + "powered": "true" + }, + "id": 458 + }, + { + "properties": { + "instrument": "bass", + "note": "5", + "powered": "false" + }, + "id": 459 + }, + { + "properties": { + "instrument": "bass", + "note": "6", + "powered": "true" + }, + "id": 460 + }, + { + "properties": { + "instrument": "bass", + "note": "6", + "powered": "false" + }, + "id": 461 + }, + { + "properties": { + "instrument": "bass", + "note": "7", + "powered": "true" + }, + "id": 462 + }, + { + "properties": { + "instrument": "bass", + "note": "7", + "powered": "false" + }, + "id": 463 + }, + { + "properties": { + "instrument": "bass", + "note": "8", + "powered": "true" + }, + "id": 464 + }, + { + "properties": { + "instrument": "bass", + "note": "8", + "powered": "false" + }, + "id": 465 + }, + { + "properties": { + "instrument": "bass", + "note": "9", + "powered": "true" + }, + "id": 466 + }, + { + "properties": { + "instrument": "bass", + "note": "9", + "powered": "false" + }, + "id": 467 + }, + { + "properties": { + "instrument": "bass", + "note": "10", + "powered": "true" + }, + "id": 468 + }, + { + "properties": { + "instrument": "bass", + "note": "10", + "powered": "false" + }, + "id": 469 + }, + { + "properties": { + "instrument": "bass", + "note": "11", + "powered": "true" + }, + "id": 470 + }, + { + "properties": { + "instrument": "bass", + "note": "11", + "powered": "false" + }, + "id": 471 + }, + { + "properties": { + "instrument": "bass", + "note": "12", + "powered": "true" + }, + "id": 472 + }, + { + "properties": { + "instrument": "bass", + "note": "12", + "powered": "false" + }, + "id": 473 + }, + { + "properties": { + "instrument": "bass", + "note": "13", + "powered": "true" + }, + "id": 474 + }, + { + "properties": { + "instrument": "bass", + "note": "13", + "powered": "false" + }, + "id": 475 + }, + { + "properties": { + "instrument": "bass", + "note": "14", + "powered": "true" + }, + "id": 476 + }, + { + "properties": { + "instrument": "bass", + "note": "14", + "powered": "false" + }, + "id": 477 + }, + { + "properties": { + "instrument": "bass", + "note": "15", + "powered": "true" + }, + "id": 478 + }, + { + "properties": { + "instrument": "bass", + "note": "15", + "powered": "false" + }, + "id": 479 + }, + { + "properties": { + "instrument": "bass", + "note": "16", + "powered": "true" + }, + "id": 480 + }, + { + "properties": { + "instrument": "bass", + "note": "16", + "powered": "false" + }, + "id": 481 + }, + { + "properties": { + "instrument": "bass", + "note": "17", + "powered": "true" + }, + "id": 482 + }, + { + "properties": { + "instrument": "bass", + "note": "17", + "powered": "false" + }, + "id": 483 + }, + { + "properties": { + "instrument": "bass", + "note": "18", + "powered": "true" + }, + "id": 484 + }, + { + "properties": { + "instrument": "bass", + "note": "18", + "powered": "false" + }, + "id": 485 + }, + { + "properties": { + "instrument": "bass", + "note": "19", + "powered": "true" + }, + "id": 486 + }, + { + "properties": { + "instrument": "bass", + "note": "19", + "powered": "false" + }, + "id": 487 + }, + { + "properties": { + "instrument": "bass", + "note": "20", + "powered": "true" + }, + "id": 488 + }, + { + "properties": { + "instrument": "bass", + "note": "20", + "powered": "false" + }, + "id": 489 + }, + { + "properties": { + "instrument": "bass", + "note": "21", + "powered": "true" + }, + "id": 490 + }, + { + "properties": { + "instrument": "bass", + "note": "21", + "powered": "false" + }, + "id": 491 + }, + { + "properties": { + "instrument": "bass", + "note": "22", + "powered": "true" + }, + "id": 492 + }, + { + "properties": { + "instrument": "bass", + "note": "22", + "powered": "false" + }, + "id": 493 + }, + { + "properties": { + "instrument": "bass", + "note": "23", + "powered": "true" + }, + "id": 494 + }, + { + "properties": { + "instrument": "bass", + "note": "23", + "powered": "false" + }, + "id": 495 + }, + { + "properties": { + "instrument": "bass", + "note": "24", + "powered": "true" + }, + "id": 496 + }, + { + "properties": { + "instrument": "bass", + "note": "24", + "powered": "false" + }, + "id": 497 + }, + { + "properties": { + "instrument": "flute", + "note": "0", + "powered": "true" + }, + "id": 498 + }, + { + "properties": { + "instrument": "flute", + "note": "0", + "powered": "false" + }, + "id": 499 + }, + { + "properties": { + "instrument": "flute", + "note": "1", + "powered": "true" + }, + "id": 500 + }, + { + "properties": { + "instrument": "flute", + "note": "1", + "powered": "false" + }, + "id": 501 + }, + { + "properties": { + "instrument": "flute", + "note": "2", + "powered": "true" + }, + "id": 502 + }, + { + "properties": { + "instrument": "flute", + "note": "2", + "powered": "false" + }, + "id": 503 + }, + { + "properties": { + "instrument": "flute", + "note": "3", + "powered": "true" + }, + "id": 504 + }, + { + "properties": { + "instrument": "flute", + "note": "3", + "powered": "false" + }, + "id": 505 + }, + { + "properties": { + "instrument": "flute", + "note": "4", + "powered": "true" + }, + "id": 506 + }, + { + "properties": { + "instrument": "flute", + "note": "4", + "powered": "false" + }, + "id": 507 + }, + { + "properties": { + "instrument": "flute", + "note": "5", + "powered": "true" + }, + "id": 508 + }, + { + "properties": { + "instrument": "flute", + "note": "5", + "powered": "false" + }, + "id": 509 + }, + { + "properties": { + "instrument": "flute", + "note": "6", + "powered": "true" + }, + "id": 510 + }, + { + "properties": { + "instrument": "flute", + "note": "6", + "powered": "false" + }, + "id": 511 + }, + { + "properties": { + "instrument": "flute", + "note": "7", + "powered": "true" + }, + "id": 512 + }, + { + "properties": { + "instrument": "flute", + "note": "7", + "powered": "false" + }, + "id": 513 + }, + { + "properties": { + "instrument": "flute", + "note": "8", + "powered": "true" + }, + "id": 514 + }, + { + "properties": { + "instrument": "flute", + "note": "8", + "powered": "false" + }, + "id": 515 + }, + { + "properties": { + "instrument": "flute", + "note": "9", + "powered": "true" + }, + "id": 516 + }, + { + "properties": { + "instrument": "flute", + "note": "9", + "powered": "false" + }, + "id": 517 + }, + { + "properties": { + "instrument": "flute", + "note": "10", + "powered": "true" + }, + "id": 518 + }, + { + "properties": { + "instrument": "flute", + "note": "10", + "powered": "false" + }, + "id": 519 + }, + { + "properties": { + "instrument": "flute", + "note": "11", + "powered": "true" + }, + "id": 520 + }, + { + "properties": { + "instrument": "flute", + "note": "11", + "powered": "false" + }, + "id": 521 + }, + { + "properties": { + "instrument": "flute", + "note": "12", + "powered": "true" + }, + "id": 522 + }, + { + "properties": { + "instrument": "flute", + "note": "12", + "powered": "false" + }, + "id": 523 + }, + { + "properties": { + "instrument": "flute", + "note": "13", + "powered": "true" + }, + "id": 524 + }, + { + "properties": { + "instrument": "flute", + "note": "13", + "powered": "false" + }, + "id": 525 + }, + { + "properties": { + "instrument": "flute", + "note": "14", + "powered": "true" + }, + "id": 526 + }, + { + "properties": { + "instrument": "flute", + "note": "14", + "powered": "false" + }, + "id": 527 + }, + { + "properties": { + "instrument": "flute", + "note": "15", + "powered": "true" + }, + "id": 528 + }, + { + "properties": { + "instrument": "flute", + "note": "15", + "powered": "false" + }, + "id": 529 + }, + { + "properties": { + "instrument": "flute", + "note": "16", + "powered": "true" + }, + "id": 530 + }, + { + "properties": { + "instrument": "flute", + "note": "16", + "powered": "false" + }, + "id": 531 + }, + { + "properties": { + "instrument": "flute", + "note": "17", + "powered": "true" + }, + "id": 532 + }, + { + "properties": { + "instrument": "flute", + "note": "17", + "powered": "false" + }, + "id": 533 + }, + { + "properties": { + "instrument": "flute", + "note": "18", + "powered": "true" + }, + "id": 534 + }, + { + "properties": { + "instrument": "flute", + "note": "18", + "powered": "false" + }, + "id": 535 + }, + { + "properties": { + "instrument": "flute", + "note": "19", + "powered": "true" + }, + "id": 536 + }, + { + "properties": { + "instrument": "flute", + "note": "19", + "powered": "false" + }, + "id": 537 + }, + { + "properties": { + "instrument": "flute", + "note": "20", + "powered": "true" + }, + "id": 538 + }, + { + "properties": { + "instrument": "flute", + "note": "20", + "powered": "false" + }, + "id": 539 + }, + { + "properties": { + "instrument": "flute", + "note": "21", + "powered": "true" + }, + "id": 540 + }, + { + "properties": { + "instrument": "flute", + "note": "21", + "powered": "false" + }, + "id": 541 + }, + { + "properties": { + "instrument": "flute", + "note": "22", + "powered": "true" + }, + "id": 542 + }, + { + "properties": { + "instrument": "flute", + "note": "22", + "powered": "false" + }, + "id": 543 + }, + { + "properties": { + "instrument": "flute", + "note": "23", + "powered": "true" + }, + "id": 544 + }, + { + "properties": { + "instrument": "flute", + "note": "23", + "powered": "false" + }, + "id": 545 + }, + { + "properties": { + "instrument": "flute", + "note": "24", + "powered": "true" + }, + "id": 546 + }, + { + "properties": { + "instrument": "flute", + "note": "24", + "powered": "false" + }, + "id": 547 + }, + { + "properties": { + "instrument": "bell", + "note": "0", + "powered": "true" + }, + "id": 548 + }, + { + "properties": { + "instrument": "bell", + "note": "0", + "powered": "false" + }, + "id": 549 + }, + { + "properties": { + "instrument": "bell", + "note": "1", + "powered": "true" + }, + "id": 550 + }, + { + "properties": { + "instrument": "bell", + "note": "1", + "powered": "false" + }, + "id": 551 + }, + { + "properties": { + "instrument": "bell", + "note": "2", + "powered": "true" + }, + "id": 552 + }, + { + "properties": { + "instrument": "bell", + "note": "2", + "powered": "false" + }, + "id": 553 + }, + { + "properties": { + "instrument": "bell", + "note": "3", + "powered": "true" + }, + "id": 554 + }, + { + "properties": { + "instrument": "bell", + "note": "3", + "powered": "false" + }, + "id": 555 + }, + { + "properties": { + "instrument": "bell", + "note": "4", + "powered": "true" + }, + "id": 556 + }, + { + "properties": { + "instrument": "bell", + "note": "4", + "powered": "false" + }, + "id": 557 + }, + { + "properties": { + "instrument": "bell", + "note": "5", + "powered": "true" + }, + "id": 558 + }, + { + "properties": { + "instrument": "bell", + "note": "5", + "powered": "false" + }, + "id": 559 + }, + { + "properties": { + "instrument": "bell", + "note": "6", + "powered": "true" + }, + "id": 560 + }, + { + "properties": { + "instrument": "bell", + "note": "6", + "powered": "false" + }, + "id": 561 + }, + { + "properties": { + "instrument": "bell", + "note": "7", + "powered": "true" + }, + "id": 562 + }, + { + "properties": { + "instrument": "bell", + "note": "7", + "powered": "false" + }, + "id": 563 + }, + { + "properties": { + "instrument": "bell", + "note": "8", + "powered": "true" + }, + "id": 564 + }, + { + "properties": { + "instrument": "bell", + "note": "8", + "powered": "false" + }, + "id": 565 + }, + { + "properties": { + "instrument": "bell", + "note": "9", + "powered": "true" + }, + "id": 566 + }, + { + "properties": { + "instrument": "bell", + "note": "9", + "powered": "false" + }, + "id": 567 + }, + { + "properties": { + "instrument": "bell", + "note": "10", + "powered": "true" + }, + "id": 568 + }, + { + "properties": { + "instrument": "bell", + "note": "10", + "powered": "false" + }, + "id": 569 + }, + { + "properties": { + "instrument": "bell", + "note": "11", + "powered": "true" + }, + "id": 570 + }, + { + "properties": { + "instrument": "bell", + "note": "11", + "powered": "false" + }, + "id": 571 + }, + { + "properties": { + "instrument": "bell", + "note": "12", + "powered": "true" + }, + "id": 572 + }, + { + "properties": { + "instrument": "bell", + "note": "12", + "powered": "false" + }, + "id": 573 + }, + { + "properties": { + "instrument": "bell", + "note": "13", + "powered": "true" + }, + "id": 574 + }, + { + "properties": { + "instrument": "bell", + "note": "13", + "powered": "false" + }, + "id": 575 + }, + { + "properties": { + "instrument": "bell", + "note": "14", + "powered": "true" + }, + "id": 576 + }, + { + "properties": { + "instrument": "bell", + "note": "14", + "powered": "false" + }, + "id": 577 + }, + { + "properties": { + "instrument": "bell", + "note": "15", + "powered": "true" + }, + "id": 578 + }, + { + "properties": { + "instrument": "bell", + "note": "15", + "powered": "false" + }, + "id": 579 + }, + { + "properties": { + "instrument": "bell", + "note": "16", + "powered": "true" + }, + "id": 580 + }, + { + "properties": { + "instrument": "bell", + "note": "16", + "powered": "false" + }, + "id": 581 + }, + { + "properties": { + "instrument": "bell", + "note": "17", + "powered": "true" + }, + "id": 582 + }, + { + "properties": { + "instrument": "bell", + "note": "17", + "powered": "false" + }, + "id": 583 + }, + { + "properties": { + "instrument": "bell", + "note": "18", + "powered": "true" + }, + "id": 584 + }, + { + "properties": { + "instrument": "bell", + "note": "18", + "powered": "false" + }, + "id": 585 + }, + { + "properties": { + "instrument": "bell", + "note": "19", + "powered": "true" + }, + "id": 586 + }, + { + "properties": { + "instrument": "bell", + "note": "19", + "powered": "false" + }, + "id": 587 + }, + { + "properties": { + "instrument": "bell", + "note": "20", + "powered": "true" + }, + "id": 588 + }, + { + "properties": { + "instrument": "bell", + "note": "20", + "powered": "false" + }, + "id": 589 + }, + { + "properties": { + "instrument": "bell", + "note": "21", + "powered": "true" + }, + "id": 590 + }, + { + "properties": { + "instrument": "bell", + "note": "21", + "powered": "false" + }, + "id": 591 + }, + { + "properties": { + "instrument": "bell", + "note": "22", + "powered": "true" + }, + "id": 592 + }, + { + "properties": { + "instrument": "bell", + "note": "22", + "powered": "false" + }, + "id": 593 + }, + { + "properties": { + "instrument": "bell", + "note": "23", + "powered": "true" + }, + "id": 594 + }, + { + "properties": { + "instrument": "bell", + "note": "23", + "powered": "false" + }, + "id": 595 + }, + { + "properties": { + "instrument": "bell", + "note": "24", + "powered": "true" + }, + "id": 596 + }, + { + "properties": { + "instrument": "bell", + "note": "24", + "powered": "false" + }, + "id": 597 + }, + { + "properties": { + "instrument": "guitar", + "note": "0", + "powered": "true" + }, + "id": 598 + }, + { + "properties": { + "instrument": "guitar", + "note": "0", + "powered": "false" + }, + "id": 599 + }, + { + "properties": { + "instrument": "guitar", + "note": "1", + "powered": "true" + }, + "id": 600 + }, + { + "properties": { + "instrument": "guitar", + "note": "1", + "powered": "false" + }, + "id": 601 + }, + { + "properties": { + "instrument": "guitar", + "note": "2", + "powered": "true" + }, + "id": 602 + }, + { + "properties": { + "instrument": "guitar", + "note": "2", + "powered": "false" + }, + "id": 603 + }, + { + "properties": { + "instrument": "guitar", + "note": "3", + "powered": "true" + }, + "id": 604 + }, + { + "properties": { + "instrument": "guitar", + "note": "3", + "powered": "false" + }, + "id": 605 + }, + { + "properties": { + "instrument": "guitar", + "note": "4", + "powered": "true" + }, + "id": 606 + }, + { + "properties": { + "instrument": "guitar", + "note": "4", + "powered": "false" + }, + "id": 607 + }, + { + "properties": { + "instrument": "guitar", + "note": "5", + "powered": "true" + }, + "id": 608 + }, + { + "properties": { + "instrument": "guitar", + "note": "5", + "powered": "false" + }, + "id": 609 + }, + { + "properties": { + "instrument": "guitar", + "note": "6", + "powered": "true" + }, + "id": 610 + }, + { + "properties": { + "instrument": "guitar", + "note": "6", + "powered": "false" + }, + "id": 611 + }, + { + "properties": { + "instrument": "guitar", + "note": "7", + "powered": "true" + }, + "id": 612 + }, + { + "properties": { + "instrument": "guitar", + "note": "7", + "powered": "false" + }, + "id": 613 + }, + { + "properties": { + "instrument": "guitar", + "note": "8", + "powered": "true" + }, + "id": 614 + }, + { + "properties": { + "instrument": "guitar", + "note": "8", + "powered": "false" + }, + "id": 615 + }, + { + "properties": { + "instrument": "guitar", + "note": "9", + "powered": "true" + }, + "id": 616 + }, + { + "properties": { + "instrument": "guitar", + "note": "9", + "powered": "false" + }, + "id": 617 + }, + { + "properties": { + "instrument": "guitar", + "note": "10", + "powered": "true" + }, + "id": 618 + }, + { + "properties": { + "instrument": "guitar", + "note": "10", + "powered": "false" + }, + "id": 619 + }, + { + "properties": { + "instrument": "guitar", + "note": "11", + "powered": "true" + }, + "id": 620 + }, + { + "properties": { + "instrument": "guitar", + "note": "11", + "powered": "false" + }, + "id": 621 + }, + { + "properties": { + "instrument": "guitar", + "note": "12", + "powered": "true" + }, + "id": 622 + }, + { + "properties": { + "instrument": "guitar", + "note": "12", + "powered": "false" + }, + "id": 623 + }, + { + "properties": { + "instrument": "guitar", + "note": "13", + "powered": "true" + }, + "id": 624 + }, + { + "properties": { + "instrument": "guitar", + "note": "13", + "powered": "false" + }, + "id": 625 + }, + { + "properties": { + "instrument": "guitar", + "note": "14", + "powered": "true" + }, + "id": 626 + }, + { + "properties": { + "instrument": "guitar", + "note": "14", + "powered": "false" + }, + "id": 627 + }, + { + "properties": { + "instrument": "guitar", + "note": "15", + "powered": "true" + }, + "id": 628 + }, + { + "properties": { + "instrument": "guitar", + "note": "15", + "powered": "false" + }, + "id": 629 + }, + { + "properties": { + "instrument": "guitar", + "note": "16", + "powered": "true" + }, + "id": 630 + }, + { + "properties": { + "instrument": "guitar", + "note": "16", + "powered": "false" + }, + "id": 631 + }, + { + "properties": { + "instrument": "guitar", + "note": "17", + "powered": "true" + }, + "id": 632 + }, + { + "properties": { + "instrument": "guitar", + "note": "17", + "powered": "false" + }, + "id": 633 + }, + { + "properties": { + "instrument": "guitar", + "note": "18", + "powered": "true" + }, + "id": 634 + }, + { + "properties": { + "instrument": "guitar", + "note": "18", + "powered": "false" + }, + "id": 635 + }, + { + "properties": { + "instrument": "guitar", + "note": "19", + "powered": "true" + }, + "id": 636 + }, + { + "properties": { + "instrument": "guitar", + "note": "19", + "powered": "false" + }, + "id": 637 + }, + { + "properties": { + "instrument": "guitar", + "note": "20", + "powered": "true" + }, + "id": 638 + }, + { + "properties": { + "instrument": "guitar", + "note": "20", + "powered": "false" + }, + "id": 639 + }, + { + "properties": { + "instrument": "guitar", + "note": "21", + "powered": "true" + }, + "id": 640 + }, + { + "properties": { + "instrument": "guitar", + "note": "21", + "powered": "false" + }, + "id": 641 + }, + { + "properties": { + "instrument": "guitar", + "note": "22", + "powered": "true" + }, + "id": 642 + }, + { + "properties": { + "instrument": "guitar", + "note": "22", + "powered": "false" + }, + "id": 643 + }, + { + "properties": { + "instrument": "guitar", + "note": "23", + "powered": "true" + }, + "id": 644 + }, + { + "properties": { + "instrument": "guitar", + "note": "23", + "powered": "false" + }, + "id": 645 + }, + { + "properties": { + "instrument": "guitar", + "note": "24", + "powered": "true" + }, + "id": 646 + }, + { + "properties": { + "instrument": "guitar", + "note": "24", + "powered": "false" + }, + "id": 647 + }, + { + "properties": { + "instrument": "chime", + "note": "0", + "powered": "true" + }, + "id": 648 + }, + { + "properties": { + "instrument": "chime", + "note": "0", + "powered": "false" + }, + "id": 649 + }, + { + "properties": { + "instrument": "chime", + "note": "1", + "powered": "true" + }, + "id": 650 + }, + { + "properties": { + "instrument": "chime", + "note": "1", + "powered": "false" + }, + "id": 651 + }, + { + "properties": { + "instrument": "chime", + "note": "2", + "powered": "true" + }, + "id": 652 + }, + { + "properties": { + "instrument": "chime", + "note": "2", + "powered": "false" + }, + "id": 653 + }, + { + "properties": { + "instrument": "chime", + "note": "3", + "powered": "true" + }, + "id": 654 + }, + { + "properties": { + "instrument": "chime", + "note": "3", + "powered": "false" + }, + "id": 655 + }, + { + "properties": { + "instrument": "chime", + "note": "4", + "powered": "true" + }, + "id": 656 + }, + { + "properties": { + "instrument": "chime", + "note": "4", + "powered": "false" + }, + "id": 657 + }, + { + "properties": { + "instrument": "chime", + "note": "5", + "powered": "true" + }, + "id": 658 + }, + { + "properties": { + "instrument": "chime", + "note": "5", + "powered": "false" + }, + "id": 659 + }, + { + "properties": { + "instrument": "chime", + "note": "6", + "powered": "true" + }, + "id": 660 + }, + { + "properties": { + "instrument": "chime", + "note": "6", + "powered": "false" + }, + "id": 661 + }, + { + "properties": { + "instrument": "chime", + "note": "7", + "powered": "true" + }, + "id": 662 + }, + { + "properties": { + "instrument": "chime", + "note": "7", + "powered": "false" + }, + "id": 663 + }, + { + "properties": { + "instrument": "chime", + "note": "8", + "powered": "true" + }, + "id": 664 + }, + { + "properties": { + "instrument": "chime", + "note": "8", + "powered": "false" + }, + "id": 665 + }, + { + "properties": { + "instrument": "chime", + "note": "9", + "powered": "true" + }, + "id": 666 + }, + { + "properties": { + "instrument": "chime", + "note": "9", + "powered": "false" + }, + "id": 667 + }, + { + "properties": { + "instrument": "chime", + "note": "10", + "powered": "true" + }, + "id": 668 + }, + { + "properties": { + "instrument": "chime", + "note": "10", + "powered": "false" + }, + "id": 669 + }, + { + "properties": { + "instrument": "chime", + "note": "11", + "powered": "true" + }, + "id": 670 + }, + { + "properties": { + "instrument": "chime", + "note": "11", + "powered": "false" + }, + "id": 671 + }, + { + "properties": { + "instrument": "chime", + "note": "12", + "powered": "true" + }, + "id": 672 + }, + { + "properties": { + "instrument": "chime", + "note": "12", + "powered": "false" + }, + "id": 673 + }, + { + "properties": { + "instrument": "chime", + "note": "13", + "powered": "true" + }, + "id": 674 + }, + { + "properties": { + "instrument": "chime", + "note": "13", + "powered": "false" + }, + "id": 675 + }, + { + "properties": { + "instrument": "chime", + "note": "14", + "powered": "true" + }, + "id": 676 + }, + { + "properties": { + "instrument": "chime", + "note": "14", + "powered": "false" + }, + "id": 677 + }, + { + "properties": { + "instrument": "chime", + "note": "15", + "powered": "true" + }, + "id": 678 + }, + { + "properties": { + "instrument": "chime", + "note": "15", + "powered": "false" + }, + "id": 679 + }, + { + "properties": { + "instrument": "chime", + "note": "16", + "powered": "true" + }, + "id": 680 + }, + { + "properties": { + "instrument": "chime", + "note": "16", + "powered": "false" + }, + "id": 681 + }, + { + "properties": { + "instrument": "chime", + "note": "17", + "powered": "true" + }, + "id": 682 + }, + { + "properties": { + "instrument": "chime", + "note": "17", + "powered": "false" + }, + "id": 683 + }, + { + "properties": { + "instrument": "chime", + "note": "18", + "powered": "true" + }, + "id": 684 + }, + { + "properties": { + "instrument": "chime", + "note": "18", + "powered": "false" + }, + "id": 685 + }, + { + "properties": { + "instrument": "chime", + "note": "19", + "powered": "true" + }, + "id": 686 + }, + { + "properties": { + "instrument": "chime", + "note": "19", + "powered": "false" + }, + "id": 687 + }, + { + "properties": { + "instrument": "chime", + "note": "20", + "powered": "true" + }, + "id": 688 + }, + { + "properties": { + "instrument": "chime", + "note": "20", + "powered": "false" + }, + "id": 689 + }, + { + "properties": { + "instrument": "chime", + "note": "21", + "powered": "true" + }, + "id": 690 + }, + { + "properties": { + "instrument": "chime", + "note": "21", + "powered": "false" + }, + "id": 691 + }, + { + "properties": { + "instrument": "chime", + "note": "22", + "powered": "true" + }, + "id": 692 + }, + { + "properties": { + "instrument": "chime", + "note": "22", + "powered": "false" + }, + "id": 693 + }, + { + "properties": { + "instrument": "chime", + "note": "23", + "powered": "true" + }, + "id": 694 + }, + { + "properties": { + "instrument": "chime", + "note": "23", + "powered": "false" + }, + "id": 695 + }, + { + "properties": { + "instrument": "chime", + "note": "24", + "powered": "true" + }, + "id": 696 + }, + { + "properties": { + "instrument": "chime", + "note": "24", + "powered": "false" + }, + "id": 697 + }, + { + "properties": { + "instrument": "xylophone", + "note": "0", + "powered": "true" + }, + "id": 698 + }, + { + "properties": { + "instrument": "xylophone", + "note": "0", + "powered": "false" + }, + "id": 699 + }, + { + "properties": { + "instrument": "xylophone", + "note": "1", + "powered": "true" + }, + "id": 700 + }, + { + "properties": { + "instrument": "xylophone", + "note": "1", + "powered": "false" + }, + "id": 701 + }, + { + "properties": { + "instrument": "xylophone", + "note": "2", + "powered": "true" + }, + "id": 702 + }, + { + "properties": { + "instrument": "xylophone", + "note": "2", + "powered": "false" + }, + "id": 703 + }, + { + "properties": { + "instrument": "xylophone", + "note": "3", + "powered": "true" + }, + "id": 704 + }, + { + "properties": { + "instrument": "xylophone", + "note": "3", + "powered": "false" + }, + "id": 705 + }, + { + "properties": { + "instrument": "xylophone", + "note": "4", + "powered": "true" + }, + "id": 706 + }, + { + "properties": { + "instrument": "xylophone", + "note": "4", + "powered": "false" + }, + "id": 707 + }, + { + "properties": { + "instrument": "xylophone", + "note": "5", + "powered": "true" + }, + "id": 708 + }, + { + "properties": { + "instrument": "xylophone", + "note": "5", + "powered": "false" + }, + "id": 709 + }, + { + "properties": { + "instrument": "xylophone", + "note": "6", + "powered": "true" + }, + "id": 710 + }, + { + "properties": { + "instrument": "xylophone", + "note": "6", + "powered": "false" + }, + "id": 711 + }, + { + "properties": { + "instrument": "xylophone", + "note": "7", + "powered": "true" + }, + "id": 712 + }, + { + "properties": { + "instrument": "xylophone", + "note": "7", + "powered": "false" + }, + "id": 713 + }, + { + "properties": { + "instrument": "xylophone", + "note": "8", + "powered": "true" + }, + "id": 714 + }, + { + "properties": { + "instrument": "xylophone", + "note": "8", + "powered": "false" + }, + "id": 715 + }, + { + "properties": { + "instrument": "xylophone", + "note": "9", + "powered": "true" + }, + "id": 716 + }, + { + "properties": { + "instrument": "xylophone", + "note": "9", + "powered": "false" + }, + "id": 717 + }, + { + "properties": { + "instrument": "xylophone", + "note": "10", + "powered": "true" + }, + "id": 718 + }, + { + "properties": { + "instrument": "xylophone", + "note": "10", + "powered": "false" + }, + "id": 719 + }, + { + "properties": { + "instrument": "xylophone", + "note": "11", + "powered": "true" + }, + "id": 720 + }, + { + "properties": { + "instrument": "xylophone", + "note": "11", + "powered": "false" + }, + "id": 721 + }, + { + "properties": { + "instrument": "xylophone", + "note": "12", + "powered": "true" + }, + "id": 722 + }, + { + "properties": { + "instrument": "xylophone", + "note": "12", + "powered": "false" + }, + "id": 723 + }, + { + "properties": { + "instrument": "xylophone", + "note": "13", + "powered": "true" + }, + "id": 724 + }, + { + "properties": { + "instrument": "xylophone", + "note": "13", + "powered": "false" + }, + "id": 725 + }, + { + "properties": { + "instrument": "xylophone", + "note": "14", + "powered": "true" + }, + "id": 726 + }, + { + "properties": { + "instrument": "xylophone", + "note": "14", + "powered": "false" + }, + "id": 727 + }, + { + "properties": { + "instrument": "xylophone", + "note": "15", + "powered": "true" + }, + "id": 728 + }, + { + "properties": { + "instrument": "xylophone", + "note": "15", + "powered": "false" + }, + "id": 729 + }, + { + "properties": { + "instrument": "xylophone", + "note": "16", + "powered": "true" + }, + "id": 730 + }, + { + "properties": { + "instrument": "xylophone", + "note": "16", + "powered": "false" + }, + "id": 731 + }, + { + "properties": { + "instrument": "xylophone", + "note": "17", + "powered": "true" + }, + "id": 732 + }, + { + "properties": { + "instrument": "xylophone", + "note": "17", + "powered": "false" + }, + "id": 733 + }, + { + "properties": { + "instrument": "xylophone", + "note": "18", + "powered": "true" + }, + "id": 734 + }, + { + "properties": { + "instrument": "xylophone", + "note": "18", + "powered": "false" + }, + "id": 735 + }, + { + "properties": { + "instrument": "xylophone", + "note": "19", + "powered": "true" + }, + "id": 736 + }, + { + "properties": { + "instrument": "xylophone", + "note": "19", + "powered": "false" + }, + "id": 737 + }, + { + "properties": { + "instrument": "xylophone", + "note": "20", + "powered": "true" + }, + "id": 738 + }, + { + "properties": { + "instrument": "xylophone", + "note": "20", + "powered": "false" + }, + "id": 739 + }, + { + "properties": { + "instrument": "xylophone", + "note": "21", + "powered": "true" + }, + "id": 740 + }, + { + "properties": { + "instrument": "xylophone", + "note": "21", + "powered": "false" + }, + "id": 741 + }, + { + "properties": { + "instrument": "xylophone", + "note": "22", + "powered": "true" + }, + "id": 742 + }, + { + "properties": { + "instrument": "xylophone", + "note": "22", + "powered": "false" + }, + "id": 743 + }, + { + "properties": { + "instrument": "xylophone", + "note": "23", + "powered": "true" + }, + "id": 744 + }, + { + "properties": { + "instrument": "xylophone", + "note": "23", + "powered": "false" + }, + "id": 745 + }, + { + "properties": { + "instrument": "xylophone", + "note": "24", + "powered": "true" + }, + "id": 746 + }, + { + "properties": { + "instrument": "xylophone", + "note": "24", + "powered": "false" + }, + "id": 747 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "0", + "powered": "true" + }, + "id": 748 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "0", + "powered": "false" + }, + "id": 749 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "1", + "powered": "true" + }, + "id": 750 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "1", + "powered": "false" + }, + "id": 751 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "2", + "powered": "true" + }, + "id": 752 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "2", + "powered": "false" + }, + "id": 753 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "3", + "powered": "true" + }, + "id": 754 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "3", + "powered": "false" + }, + "id": 755 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "4", + "powered": "true" + }, + "id": 756 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "4", + "powered": "false" + }, + "id": 757 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "5", + "powered": "true" + }, + "id": 758 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "5", + "powered": "false" + }, + "id": 759 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "6", + "powered": "true" + }, + "id": 760 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "6", + "powered": "false" + }, + "id": 761 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "7", + "powered": "true" + }, + "id": 762 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "7", + "powered": "false" + }, + "id": 763 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "8", + "powered": "true" + }, + "id": 764 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "8", + "powered": "false" + }, + "id": 765 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "9", + "powered": "true" + }, + "id": 766 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "9", + "powered": "false" + }, + "id": 767 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "10", + "powered": "true" + }, + "id": 768 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "10", + "powered": "false" + }, + "id": 769 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "11", + "powered": "true" + }, + "id": 770 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "11", + "powered": "false" + }, + "id": 771 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "12", + "powered": "true" + }, + "id": 772 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "12", + "powered": "false" + }, + "id": 773 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "13", + "powered": "true" + }, + "id": 774 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "13", + "powered": "false" + }, + "id": 775 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "14", + "powered": "true" + }, + "id": 776 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "14", + "powered": "false" + }, + "id": 777 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "15", + "powered": "true" + }, + "id": 778 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "15", + "powered": "false" + }, + "id": 779 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "16", + "powered": "true" + }, + "id": 780 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "16", + "powered": "false" + }, + "id": 781 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "17", + "powered": "true" + }, + "id": 782 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "17", + "powered": "false" + }, + "id": 783 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "18", + "powered": "true" + }, + "id": 784 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "18", + "powered": "false" + }, + "id": 785 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "19", + "powered": "true" + }, + "id": 786 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "19", + "powered": "false" + }, + "id": 787 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "20", + "powered": "true" + }, + "id": 788 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "20", + "powered": "false" + }, + "id": 789 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "21", + "powered": "true" + }, + "id": 790 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "21", + "powered": "false" + }, + "id": 791 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "22", + "powered": "true" + }, + "id": 792 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "22", + "powered": "false" + }, + "id": 793 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "23", + "powered": "true" + }, + "id": 794 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "23", + "powered": "false" + }, + "id": 795 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "24", + "powered": "true" + }, + "id": 796 + }, + { + "properties": { + "instrument": "iron_xylophone", + "note": "24", + "powered": "false" + }, + "id": 797 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "0", + "powered": "true" + }, + "id": 798 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "0", + "powered": "false" + }, + "id": 799 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "1", + "powered": "true" + }, + "id": 800 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "1", + "powered": "false" + }, + "id": 801 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "2", + "powered": "true" + }, + "id": 802 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "2", + "powered": "false" + }, + "id": 803 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "3", + "powered": "true" + }, + "id": 804 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "3", + "powered": "false" + }, + "id": 805 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "4", + "powered": "true" + }, + "id": 806 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "4", + "powered": "false" + }, + "id": 807 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "5", + "powered": "true" + }, + "id": 808 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "5", + "powered": "false" + }, + "id": 809 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "6", + "powered": "true" + }, + "id": 810 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "6", + "powered": "false" + }, + "id": 811 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "7", + "powered": "true" + }, + "id": 812 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "7", + "powered": "false" + }, + "id": 813 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "8", + "powered": "true" + }, + "id": 814 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "8", + "powered": "false" + }, + "id": 815 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "9", + "powered": "true" + }, + "id": 816 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "9", + "powered": "false" + }, + "id": 817 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "10", + "powered": "true" + }, + "id": 818 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "10", + "powered": "false" + }, + "id": 819 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "11", + "powered": "true" + }, + "id": 820 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "11", + "powered": "false" + }, + "id": 821 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "12", + "powered": "true" + }, + "id": 822 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "12", + "powered": "false" + }, + "id": 823 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "13", + "powered": "true" + }, + "id": 824 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "13", + "powered": "false" + }, + "id": 825 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "14", + "powered": "true" + }, + "id": 826 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "14", + "powered": "false" + }, + "id": 827 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "15", + "powered": "true" + }, + "id": 828 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "15", + "powered": "false" + }, + "id": 829 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "16", + "powered": "true" + }, + "id": 830 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "16", + "powered": "false" + }, + "id": 831 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "17", + "powered": "true" + }, + "id": 832 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "17", + "powered": "false" + }, + "id": 833 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "18", + "powered": "true" + }, + "id": 834 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "18", + "powered": "false" + }, + "id": 835 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "19", + "powered": "true" + }, + "id": 836 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "19", + "powered": "false" + }, + "id": 837 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "20", + "powered": "true" + }, + "id": 838 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "20", + "powered": "false" + }, + "id": 839 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "21", + "powered": "true" + }, + "id": 840 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "21", + "powered": "false" + }, + "id": 841 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "22", + "powered": "true" + }, + "id": 842 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "22", + "powered": "false" + }, + "id": 843 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "23", + "powered": "true" + }, + "id": 844 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "23", + "powered": "false" + }, + "id": 845 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "24", + "powered": "true" + }, + "id": 846 + }, + { + "properties": { + "instrument": "cow_bell", + "note": "24", + "powered": "false" + }, + "id": 847 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "0", + "powered": "true" + }, + "id": 848 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "0", + "powered": "false" + }, + "id": 849 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "1", + "powered": "true" + }, + "id": 850 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "1", + "powered": "false" + }, + "id": 851 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "2", + "powered": "true" + }, + "id": 852 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "2", + "powered": "false" + }, + "id": 853 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "3", + "powered": "true" + }, + "id": 854 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "3", + "powered": "false" + }, + "id": 855 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "4", + "powered": "true" + }, + "id": 856 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "4", + "powered": "false" + }, + "id": 857 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "5", + "powered": "true" + }, + "id": 858 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "5", + "powered": "false" + }, + "id": 859 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "6", + "powered": "true" + }, + "id": 860 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "6", + "powered": "false" + }, + "id": 861 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "7", + "powered": "true" + }, + "id": 862 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "7", + "powered": "false" + }, + "id": 863 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "8", + "powered": "true" + }, + "id": 864 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "8", + "powered": "false" + }, + "id": 865 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "9", + "powered": "true" + }, + "id": 866 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "9", + "powered": "false" + }, + "id": 867 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "10", + "powered": "true" + }, + "id": 868 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "10", + "powered": "false" + }, + "id": 869 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "11", + "powered": "true" + }, + "id": 870 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "11", + "powered": "false" + }, + "id": 871 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "12", + "powered": "true" + }, + "id": 872 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "12", + "powered": "false" + }, + "id": 873 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "13", + "powered": "true" + }, + "id": 874 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "13", + "powered": "false" + }, + "id": 875 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "14", + "powered": "true" + }, + "id": 876 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "14", + "powered": "false" + }, + "id": 877 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "15", + "powered": "true" + }, + "id": 878 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "15", + "powered": "false" + }, + "id": 879 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "16", + "powered": "true" + }, + "id": 880 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "16", + "powered": "false" + }, + "id": 881 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "17", + "powered": "true" + }, + "id": 882 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "17", + "powered": "false" + }, + "id": 883 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "18", + "powered": "true" + }, + "id": 884 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "18", + "powered": "false" + }, + "id": 885 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "19", + "powered": "true" + }, + "id": 886 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "19", + "powered": "false" + }, + "id": 887 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "20", + "powered": "true" + }, + "id": 888 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "20", + "powered": "false" + }, + "id": 889 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "21", + "powered": "true" + }, + "id": 890 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "21", + "powered": "false" + }, + "id": 891 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "22", + "powered": "true" + }, + "id": 892 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "22", + "powered": "false" + }, + "id": 893 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "23", + "powered": "true" + }, + "id": 894 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "23", + "powered": "false" + }, + "id": 895 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "24", + "powered": "true" + }, + "id": 896 + }, + { + "properties": { + "instrument": "didgeridoo", + "note": "24", + "powered": "false" + }, + "id": 897 + }, + { + "properties": { + "instrument": "bit", + "note": "0", + "powered": "true" + }, + "id": 898 + }, + { + "properties": { + "instrument": "bit", + "note": "0", + "powered": "false" + }, + "id": 899 + }, + { + "properties": { + "instrument": "bit", + "note": "1", + "powered": "true" + }, + "id": 900 + }, + { + "properties": { + "instrument": "bit", + "note": "1", + "powered": "false" + }, + "id": 901 + }, + { + "properties": { + "instrument": "bit", + "note": "2", + "powered": "true" + }, + "id": 902 + }, + { + "properties": { + "instrument": "bit", + "note": "2", + "powered": "false" + }, + "id": 903 + }, + { + "properties": { + "instrument": "bit", + "note": "3", + "powered": "true" + }, + "id": 904 + }, + { + "properties": { + "instrument": "bit", + "note": "3", + "powered": "false" + }, + "id": 905 + }, + { + "properties": { + "instrument": "bit", + "note": "4", + "powered": "true" + }, + "id": 906 + }, + { + "properties": { + "instrument": "bit", + "note": "4", + "powered": "false" + }, + "id": 907 + }, + { + "properties": { + "instrument": "bit", + "note": "5", + "powered": "true" + }, + "id": 908 + }, + { + "properties": { + "instrument": "bit", + "note": "5", + "powered": "false" + }, + "id": 909 + }, + { + "properties": { + "instrument": "bit", + "note": "6", + "powered": "true" + }, + "id": 910 + }, + { + "properties": { + "instrument": "bit", + "note": "6", + "powered": "false" + }, + "id": 911 + }, + { + "properties": { + "instrument": "bit", + "note": "7", + "powered": "true" + }, + "id": 912 + }, + { + "properties": { + "instrument": "bit", + "note": "7", + "powered": "false" + }, + "id": 913 + }, + { + "properties": { + "instrument": "bit", + "note": "8", + "powered": "true" + }, + "id": 914 + }, + { + "properties": { + "instrument": "bit", + "note": "8", + "powered": "false" + }, + "id": 915 + }, + { + "properties": { + "instrument": "bit", + "note": "9", + "powered": "true" + }, + "id": 916 + }, + { + "properties": { + "instrument": "bit", + "note": "9", + "powered": "false" + }, + "id": 917 + }, + { + "properties": { + "instrument": "bit", + "note": "10", + "powered": "true" + }, + "id": 918 + }, + { + "properties": { + "instrument": "bit", + "note": "10", + "powered": "false" + }, + "id": 919 + }, + { + "properties": { + "instrument": "bit", + "note": "11", + "powered": "true" + }, + "id": 920 + }, + { + "properties": { + "instrument": "bit", + "note": "11", + "powered": "false" + }, + "id": 921 + }, + { + "properties": { + "instrument": "bit", + "note": "12", + "powered": "true" + }, + "id": 922 + }, + { + "properties": { + "instrument": "bit", + "note": "12", + "powered": "false" + }, + "id": 923 + }, + { + "properties": { + "instrument": "bit", + "note": "13", + "powered": "true" + }, + "id": 924 + }, + { + "properties": { + "instrument": "bit", + "note": "13", + "powered": "false" + }, + "id": 925 + }, + { + "properties": { + "instrument": "bit", + "note": "14", + "powered": "true" + }, + "id": 926 + }, + { + "properties": { + "instrument": "bit", + "note": "14", + "powered": "false" + }, + "id": 927 + }, + { + "properties": { + "instrument": "bit", + "note": "15", + "powered": "true" + }, + "id": 928 + }, + { + "properties": { + "instrument": "bit", + "note": "15", + "powered": "false" + }, + "id": 929 + }, + { + "properties": { + "instrument": "bit", + "note": "16", + "powered": "true" + }, + "id": 930 + }, + { + "properties": { + "instrument": "bit", + "note": "16", + "powered": "false" + }, + "id": 931 + }, + { + "properties": { + "instrument": "bit", + "note": "17", + "powered": "true" + }, + "id": 932 + }, + { + "properties": { + "instrument": "bit", + "note": "17", + "powered": "false" + }, + "id": 933 + }, + { + "properties": { + "instrument": "bit", + "note": "18", + "powered": "true" + }, + "id": 934 + }, + { + "properties": { + "instrument": "bit", + "note": "18", + "powered": "false" + }, + "id": 935 + }, + { + "properties": { + "instrument": "bit", + "note": "19", + "powered": "true" + }, + "id": 936 + }, + { + "properties": { + "instrument": "bit", + "note": "19", + "powered": "false" + }, + "id": 937 + }, + { + "properties": { + "instrument": "bit", + "note": "20", + "powered": "true" + }, + "id": 938 + }, + { + "properties": { + "instrument": "bit", + "note": "20", + "powered": "false" + }, + "id": 939 + }, + { + "properties": { + "instrument": "bit", + "note": "21", + "powered": "true" + }, + "id": 940 + }, + { + "properties": { + "instrument": "bit", + "note": "21", + "powered": "false" + }, + "id": 941 + }, + { + "properties": { + "instrument": "bit", + "note": "22", + "powered": "true" + }, + "id": 942 + }, + { + "properties": { + "instrument": "bit", + "note": "22", + "powered": "false" + }, + "id": 943 + }, + { + "properties": { + "instrument": "bit", + "note": "23", + "powered": "true" + }, + "id": 944 + }, + { + "properties": { + "instrument": "bit", + "note": "23", + "powered": "false" + }, + "id": 945 + }, + { + "properties": { + "instrument": "bit", + "note": "24", + "powered": "true" + }, + "id": 946 + }, + { + "properties": { + "instrument": "bit", + "note": "24", + "powered": "false" + }, + "id": 947 + }, + { + "properties": { + "instrument": "banjo", + "note": "0", + "powered": "true" + }, + "id": 948 + }, + { + "properties": { + "instrument": "banjo", + "note": "0", + "powered": "false" + }, + "id": 949 + }, + { + "properties": { + "instrument": "banjo", + "note": "1", + "powered": "true" + }, + "id": 950 + }, + { + "properties": { + "instrument": "banjo", + "note": "1", + "powered": "false" + }, + "id": 951 + }, + { + "properties": { + "instrument": "banjo", + "note": "2", + "powered": "true" + }, + "id": 952 + }, + { + "properties": { + "instrument": "banjo", + "note": "2", + "powered": "false" + }, + "id": 953 + }, + { + "properties": { + "instrument": "banjo", + "note": "3", + "powered": "true" + }, + "id": 954 + }, + { + "properties": { + "instrument": "banjo", + "note": "3", + "powered": "false" + }, + "id": 955 + }, + { + "properties": { + "instrument": "banjo", + "note": "4", + "powered": "true" + }, + "id": 956 + }, + { + "properties": { + "instrument": "banjo", + "note": "4", + "powered": "false" + }, + "id": 957 + }, + { + "properties": { + "instrument": "banjo", + "note": "5", + "powered": "true" + }, + "id": 958 + }, + { + "properties": { + "instrument": "banjo", + "note": "5", + "powered": "false" + }, + "id": 959 + }, + { + "properties": { + "instrument": "banjo", + "note": "6", + "powered": "true" + }, + "id": 960 + }, + { + "properties": { + "instrument": "banjo", + "note": "6", + "powered": "false" + }, + "id": 961 + }, + { + "properties": { + "instrument": "banjo", + "note": "7", + "powered": "true" + }, + "id": 962 + }, + { + "properties": { + "instrument": "banjo", + "note": "7", + "powered": "false" + }, + "id": 963 + }, + { + "properties": { + "instrument": "banjo", + "note": "8", + "powered": "true" + }, + "id": 964 + }, + { + "properties": { + "instrument": "banjo", + "note": "8", + "powered": "false" + }, + "id": 965 + }, + { + "properties": { + "instrument": "banjo", + "note": "9", + "powered": "true" + }, + "id": 966 + }, + { + "properties": { + "instrument": "banjo", + "note": "9", + "powered": "false" + }, + "id": 967 + }, + { + "properties": { + "instrument": "banjo", + "note": "10", + "powered": "true" + }, + "id": 968 + }, + { + "properties": { + "instrument": "banjo", + "note": "10", + "powered": "false" + }, + "id": 969 + }, + { + "properties": { + "instrument": "banjo", + "note": "11", + "powered": "true" + }, + "id": 970 + }, + { + "properties": { + "instrument": "banjo", + "note": "11", + "powered": "false" + }, + "id": 971 + }, + { + "properties": { + "instrument": "banjo", + "note": "12", + "powered": "true" + }, + "id": 972 + }, + { + "properties": { + "instrument": "banjo", + "note": "12", + "powered": "false" + }, + "id": 973 + }, + { + "properties": { + "instrument": "banjo", + "note": "13", + "powered": "true" + }, + "id": 974 + }, + { + "properties": { + "instrument": "banjo", + "note": "13", + "powered": "false" + }, + "id": 975 + }, + { + "properties": { + "instrument": "banjo", + "note": "14", + "powered": "true" + }, + "id": 976 + }, + { + "properties": { + "instrument": "banjo", + "note": "14", + "powered": "false" + }, + "id": 977 + }, + { + "properties": { + "instrument": "banjo", + "note": "15", + "powered": "true" + }, + "id": 978 + }, + { + "properties": { + "instrument": "banjo", + "note": "15", + "powered": "false" + }, + "id": 979 + }, + { + "properties": { + "instrument": "banjo", + "note": "16", + "powered": "true" + }, + "id": 980 + }, + { + "properties": { + "instrument": "banjo", + "note": "16", + "powered": "false" + }, + "id": 981 + }, + { + "properties": { + "instrument": "banjo", + "note": "17", + "powered": "true" + }, + "id": 982 + }, + { + "properties": { + "instrument": "banjo", + "note": "17", + "powered": "false" + }, + "id": 983 + }, + { + "properties": { + "instrument": "banjo", + "note": "18", + "powered": "true" + }, + "id": 984 + }, + { + "properties": { + "instrument": "banjo", + "note": "18", + "powered": "false" + }, + "id": 985 + }, + { + "properties": { + "instrument": "banjo", + "note": "19", + "powered": "true" + }, + "id": 986 + }, + { + "properties": { + "instrument": "banjo", + "note": "19", + "powered": "false" + }, + "id": 987 + }, + { + "properties": { + "instrument": "banjo", + "note": "20", + "powered": "true" + }, + "id": 988 + }, + { + "properties": { + "instrument": "banjo", + "note": "20", + "powered": "false" + }, + "id": 989 + }, + { + "properties": { + "instrument": "banjo", + "note": "21", + "powered": "true" + }, + "id": 990 + }, + { + "properties": { + "instrument": "banjo", + "note": "21", + "powered": "false" + }, + "id": 991 + }, + { + "properties": { + "instrument": "banjo", + "note": "22", + "powered": "true" + }, + "id": 992 + }, + { + "properties": { + "instrument": "banjo", + "note": "22", + "powered": "false" + }, + "id": 993 + }, + { + "properties": { + "instrument": "banjo", + "note": "23", + "powered": "true" + }, + "id": 994 + }, + { + "properties": { + "instrument": "banjo", + "note": "23", + "powered": "false" + }, + "id": 995 + }, + { + "properties": { + "instrument": "banjo", + "note": "24", + "powered": "true" + }, + "id": 996 + }, + { + "properties": { + "instrument": "banjo", + "note": "24", + "powered": "false" + }, + "id": 997 + }, + { + "properties": { + "instrument": "pling", + "note": "0", + "powered": "true" + }, + "id": 998 + }, + { + "properties": { + "instrument": "pling", + "note": "0", + "powered": "false" + }, + "id": 999 + }, + { + "properties": { + "instrument": "pling", + "note": "1", + "powered": "true" + }, + "id": 1000 + }, + { + "properties": { + "instrument": "pling", + "note": "1", + "powered": "false" + }, + "id": 1001 + }, + { + "properties": { + "instrument": "pling", + "note": "2", + "powered": "true" + }, + "id": 1002 + }, + { + "properties": { + "instrument": "pling", + "note": "2", + "powered": "false" + }, + "id": 1003 + }, + { + "properties": { + "instrument": "pling", + "note": "3", + "powered": "true" + }, + "id": 1004 + }, + { + "properties": { + "instrument": "pling", + "note": "3", + "powered": "false" + }, + "id": 1005 + }, + { + "properties": { + "instrument": "pling", + "note": "4", + "powered": "true" + }, + "id": 1006 + }, + { + "properties": { + "instrument": "pling", + "note": "4", + "powered": "false" + }, + "id": 1007 + }, + { + "properties": { + "instrument": "pling", + "note": "5", + "powered": "true" + }, + "id": 1008 + }, + { + "properties": { + "instrument": "pling", + "note": "5", + "powered": "false" + }, + "id": 1009 + }, + { + "properties": { + "instrument": "pling", + "note": "6", + "powered": "true" + }, + "id": 1010 + }, + { + "properties": { + "instrument": "pling", + "note": "6", + "powered": "false" + }, + "id": 1011 + }, + { + "properties": { + "instrument": "pling", + "note": "7", + "powered": "true" + }, + "id": 1012 + }, + { + "properties": { + "instrument": "pling", + "note": "7", + "powered": "false" + }, + "id": 1013 + }, + { + "properties": { + "instrument": "pling", + "note": "8", + "powered": "true" + }, + "id": 1014 + }, + { + "properties": { + "instrument": "pling", + "note": "8", + "powered": "false" + }, + "id": 1015 + }, + { + "properties": { + "instrument": "pling", + "note": "9", + "powered": "true" + }, + "id": 1016 + }, + { + "properties": { + "instrument": "pling", + "note": "9", + "powered": "false" + }, + "id": 1017 + }, + { + "properties": { + "instrument": "pling", + "note": "10", + "powered": "true" + }, + "id": 1018 + }, + { + "properties": { + "instrument": "pling", + "note": "10", + "powered": "false" + }, + "id": 1019 + }, + { + "properties": { + "instrument": "pling", + "note": "11", + "powered": "true" + }, + "id": 1020 + }, + { + "properties": { + "instrument": "pling", + "note": "11", + "powered": "false" + }, + "id": 1021 + }, + { + "properties": { + "instrument": "pling", + "note": "12", + "powered": "true" + }, + "id": 1022 + }, + { + "properties": { + "instrument": "pling", + "note": "12", + "powered": "false" + }, + "id": 1023 + }, + { + "properties": { + "instrument": "pling", + "note": "13", + "powered": "true" + }, + "id": 1024 + }, + { + "properties": { + "instrument": "pling", + "note": "13", + "powered": "false" + }, + "id": 1025 + }, + { + "properties": { + "instrument": "pling", + "note": "14", + "powered": "true" + }, + "id": 1026 + }, + { + "properties": { + "instrument": "pling", + "note": "14", + "powered": "false" + }, + "id": 1027 + }, + { + "properties": { + "instrument": "pling", + "note": "15", + "powered": "true" + }, + "id": 1028 + }, + { + "properties": { + "instrument": "pling", + "note": "15", + "powered": "false" + }, + "id": 1029 + }, + { + "properties": { + "instrument": "pling", + "note": "16", + "powered": "true" + }, + "id": 1030 + }, + { + "properties": { + "instrument": "pling", + "note": "16", + "powered": "false" + }, + "id": 1031 + }, + { + "properties": { + "instrument": "pling", + "note": "17", + "powered": "true" + }, + "id": 1032 + }, + { + "properties": { + "instrument": "pling", + "note": "17", + "powered": "false" + }, + "id": 1033 + }, + { + "properties": { + "instrument": "pling", + "note": "18", + "powered": "true" + }, + "id": 1034 + }, + { + "properties": { + "instrument": "pling", + "note": "18", + "powered": "false" + }, + "id": 1035 + }, + { + "properties": { + "instrument": "pling", + "note": "19", + "powered": "true" + }, + "id": 1036 + }, + { + "properties": { + "instrument": "pling", + "note": "19", + "powered": "false" + }, + "id": 1037 + }, + { + "properties": { + "instrument": "pling", + "note": "20", + "powered": "true" + }, + "id": 1038 + }, + { + "properties": { + "instrument": "pling", + "note": "20", + "powered": "false" + }, + "id": 1039 + }, + { + "properties": { + "instrument": "pling", + "note": "21", + "powered": "true" + }, + "id": 1040 + }, + { + "properties": { + "instrument": "pling", + "note": "21", + "powered": "false" + }, + "id": 1041 + }, + { + "properties": { + "instrument": "pling", + "note": "22", + "powered": "true" + }, + "id": 1042 + }, + { + "properties": { + "instrument": "pling", + "note": "22", + "powered": "false" + }, + "id": 1043 + }, + { + "properties": { + "instrument": "pling", + "note": "23", + "powered": "true" + }, + "id": 1044 + }, + { + "properties": { + "instrument": "pling", + "note": "23", + "powered": "false" + }, + "id": 1045 + }, + { + "properties": { + "instrument": "pling", + "note": "24", + "powered": "true" + }, + "id": 1046 + }, + { + "properties": { + "instrument": "pling", + "note": "24", + "powered": "false" + }, + "id": 1047 + } + ] + }, + "minecraft:white_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1048 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1049 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1050 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1051, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1052 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1053 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1054 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1055 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1056 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1057 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1058 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1059 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1060 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1061 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1062 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1063 + } + ] + }, + "minecraft:orange_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1064 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1065 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1066 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1067, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1068 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1069 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1070 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1071 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1072 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1073 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1074 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1075 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1076 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1077 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1078 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1079 + } + ] + }, + "minecraft:magenta_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1080 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1081 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1082 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1083, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1084 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1085 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1086 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1087 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1088 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1089 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1090 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1091 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1092 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1093 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1094 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1095 + } + ] + }, + "minecraft:light_blue_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1096 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1097 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1098 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1099, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1100 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1101 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1102 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1103 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1104 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1105 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1106 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1107 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1108 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1109 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1110 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1111 + } + ] + }, + "minecraft:yellow_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1112 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1113 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1114 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1115, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1116 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1117 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1118 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1119 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1120 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1121 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1122 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1123 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1124 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1125 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1126 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1127 + } + ] + }, + "minecraft:lime_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1128 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1129 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1130 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1131, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1132 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1133 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1134 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1135 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1136 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1137 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1138 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1139 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1140 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1141 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1142 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1143 + } + ] + }, + "minecraft:pink_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1144 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1145 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1146 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1147, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1148 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1149 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1150 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1151 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1152 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1153 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1154 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1155 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1156 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1157 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1158 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1159 + } + ] + }, + "minecraft:gray_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1160 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1161 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1162 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1163, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1164 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1165 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1166 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1167 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1168 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1169 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1170 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1171 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1172 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1173 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1174 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1175 + } + ] + }, + "minecraft:light_gray_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1176 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1177 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1178 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1179, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1180 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1181 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1182 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1183 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1184 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1185 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1186 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1187 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1188 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1189 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1190 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1191 + } + ] + }, + "minecraft:cyan_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1192 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1193 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1194 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1195, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1196 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1197 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1198 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1199 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1200 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1201 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1202 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1203 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1204 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1205 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1206 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1207 + } + ] + }, + "minecraft:purple_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1208 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1209 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1210 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1211, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1212 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1213 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1214 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1215 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1216 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1217 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1218 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1219 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1220 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1221 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1222 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1223 + } + ] + }, + "minecraft:blue_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1224 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1225 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1226 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1227, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1228 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1229 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1230 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1231 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1232 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1233 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1234 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1235 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1236 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1237 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1238 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1239 + } + ] + }, + "minecraft:brown_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1240 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1241 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1242 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1243, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1244 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1245 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1246 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1247 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1248 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1249 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1250 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1251 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1252 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1253 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1254 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1255 + } + ] + }, + "minecraft:green_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1256 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1257 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1258 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1259, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1260 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1261 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1262 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1263 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1264 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1265 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1266 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1267 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1268 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1269 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1270 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1271 + } + ] + }, + "minecraft:red_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1272 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1273 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1274 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1275, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1276 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1277 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1278 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1279 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1280 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1281 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1282 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1283 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1284 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1285 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1286 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1287 + } + ] + }, + "minecraft:black_bed": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "occupied": [ + "true", + "false" + ], + "part": [ + "head", + "foot" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "head" + }, + "id": 1288 + }, + { + "properties": { + "facing": "north", + "occupied": "true", + "part": "foot" + }, + "id": 1289 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "head" + }, + "id": 1290 + }, + { + "properties": { + "facing": "north", + "occupied": "false", + "part": "foot" + }, + "id": 1291, + "default": true + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "head" + }, + "id": 1292 + }, + { + "properties": { + "facing": "south", + "occupied": "true", + "part": "foot" + }, + "id": 1293 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "head" + }, + "id": 1294 + }, + { + "properties": { + "facing": "south", + "occupied": "false", + "part": "foot" + }, + "id": 1295 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "head" + }, + "id": 1296 + }, + { + "properties": { + "facing": "west", + "occupied": "true", + "part": "foot" + }, + "id": 1297 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "head" + }, + "id": 1298 + }, + { + "properties": { + "facing": "west", + "occupied": "false", + "part": "foot" + }, + "id": 1299 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "head" + }, + "id": 1300 + }, + { + "properties": { + "facing": "east", + "occupied": "true", + "part": "foot" + }, + "id": 1301 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "head" + }, + "id": 1302 + }, + { + "properties": { + "facing": "east", + "occupied": "false", + "part": "foot" + }, + "id": 1303 + } + ] + }, + "minecraft:powered_rail": { + "properties": { + "powered": [ + "true", + "false" + ], + "shape": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" + ] + }, + "states": [ + { + "properties": { + "powered": "true", + "shape": "north_south" + }, + "id": 1304 + }, + { + "properties": { + "powered": "true", + "shape": "east_west" + }, + "id": 1305 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_east" + }, + "id": 1306 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_west" + }, + "id": 1307 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_north" + }, + "id": 1308 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_south" + }, + "id": 1309 + }, + { + "properties": { + "powered": "false", + "shape": "north_south" + }, + "id": 1310, + "default": true + }, + { + "properties": { + "powered": "false", + "shape": "east_west" + }, + "id": 1311 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_east" + }, + "id": 1312 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_west" + }, + "id": 1313 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_north" + }, + "id": 1314 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_south" + }, + "id": 1315 + } + ] + }, + "minecraft:detector_rail": { + "properties": { + "powered": [ + "true", + "false" + ], + "shape": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" + ] + }, + "states": [ + { + "properties": { + "powered": "true", + "shape": "north_south" + }, + "id": 1316 + }, + { + "properties": { + "powered": "true", + "shape": "east_west" + }, + "id": 1317 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_east" + }, + "id": 1318 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_west" + }, + "id": 1319 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_north" + }, + "id": 1320 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_south" + }, + "id": 1321 + }, + { + "properties": { + "powered": "false", + "shape": "north_south" + }, + "id": 1322, + "default": true + }, + { + "properties": { + "powered": "false", + "shape": "east_west" + }, + "id": 1323 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_east" + }, + "id": 1324 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_west" + }, + "id": 1325 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_north" + }, + "id": 1326 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_south" + }, + "id": 1327 + } + ] + }, + "minecraft:sticky_piston": { + "properties": { + "extended": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "extended": "true", + "facing": "north" + }, + "id": 1328 + }, + { + "properties": { + "extended": "true", + "facing": "east" + }, + "id": 1329 + }, + { + "properties": { + "extended": "true", + "facing": "south" + }, + "id": 1330 + }, + { + "properties": { + "extended": "true", + "facing": "west" + }, + "id": 1331 + }, + { + "properties": { + "extended": "true", + "facing": "up" + }, + "id": 1332 + }, + { + "properties": { + "extended": "true", + "facing": "down" + }, + "id": 1333 + }, + { + "properties": { + "extended": "false", + "facing": "north" + }, + "id": 1334, + "default": true + }, + { + "properties": { + "extended": "false", + "facing": "east" + }, + "id": 1335 + }, + { + "properties": { + "extended": "false", + "facing": "south" + }, + "id": 1336 + }, + { + "properties": { + "extended": "false", + "facing": "west" + }, + "id": 1337 + }, + { + "properties": { + "extended": "false", + "facing": "up" + }, + "id": 1338 + }, + { + "properties": { + "extended": "false", + "facing": "down" + }, + "id": 1339 + } + ] + }, + "minecraft:cobweb": { + "states": [ + { + "id": 1340, + "default": true + } + ] + }, + "minecraft:grass": { + "states": [ + { + "id": 1341, + "default": true + } + ] + }, + "minecraft:fern": { + "states": [ + { + "id": 1342, + "default": true + } + ] + }, + "minecraft:dead_bush": { + "states": [ + { + "id": 1343, + "default": true + } + ] + }, + "minecraft:seagrass": { + "states": [ + { + "id": 1344, + "default": true + } + ] + }, + "minecraft:tall_seagrass": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 1345 + }, + { + "properties": { + "half": "lower" + }, + "id": 1346, + "default": true + } + ] + }, + "minecraft:piston": { + "properties": { + "extended": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "extended": "true", + "facing": "north" + }, + "id": 1347 + }, + { + "properties": { + "extended": "true", + "facing": "east" + }, + "id": 1348 + }, + { + "properties": { + "extended": "true", + "facing": "south" + }, + "id": 1349 + }, + { + "properties": { + "extended": "true", + "facing": "west" + }, + "id": 1350 + }, + { + "properties": { + "extended": "true", + "facing": "up" + }, + "id": 1351 + }, + { + "properties": { + "extended": "true", + "facing": "down" + }, + "id": 1352 + }, + { + "properties": { + "extended": "false", + "facing": "north" + }, + "id": 1353, + "default": true + }, + { + "properties": { + "extended": "false", + "facing": "east" + }, + "id": 1354 + }, + { + "properties": { + "extended": "false", + "facing": "south" + }, + "id": 1355 + }, + { + "properties": { + "extended": "false", + "facing": "west" + }, + "id": 1356 + }, + { + "properties": { + "extended": "false", + "facing": "up" + }, + "id": 1357 + }, + { + "properties": { + "extended": "false", + "facing": "down" + }, + "id": 1358 + } + ] + }, + "minecraft:piston_head": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "short": [ + "true", + "false" + ], + "type": [ + "normal", + "sticky" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "short": "true", + "type": "normal" + }, + "id": 1359 + }, + { + "properties": { + "facing": "north", + "short": "true", + "type": "sticky" + }, + "id": 1360 + }, + { + "properties": { + "facing": "north", + "short": "false", + "type": "normal" + }, + "id": 1361, + "default": true + }, + { + "properties": { + "facing": "north", + "short": "false", + "type": "sticky" + }, + "id": 1362 + }, + { + "properties": { + "facing": "east", + "short": "true", + "type": "normal" + }, + "id": 1363 + }, + { + "properties": { + "facing": "east", + "short": "true", + "type": "sticky" + }, + "id": 1364 + }, + { + "properties": { + "facing": "east", + "short": "false", + "type": "normal" + }, + "id": 1365 + }, + { + "properties": { + "facing": "east", + "short": "false", + "type": "sticky" + }, + "id": 1366 + }, + { + "properties": { + "facing": "south", + "short": "true", + "type": "normal" + }, + "id": 1367 + }, + { + "properties": { + "facing": "south", + "short": "true", + "type": "sticky" + }, + "id": 1368 + }, + { + "properties": { + "facing": "south", + "short": "false", + "type": "normal" + }, + "id": 1369 + }, + { + "properties": { + "facing": "south", + "short": "false", + "type": "sticky" + }, + "id": 1370 + }, + { + "properties": { + "facing": "west", + "short": "true", + "type": "normal" + }, + "id": 1371 + }, + { + "properties": { + "facing": "west", + "short": "true", + "type": "sticky" + }, + "id": 1372 + }, + { + "properties": { + "facing": "west", + "short": "false", + "type": "normal" + }, + "id": 1373 + }, + { + "properties": { + "facing": "west", + "short": "false", + "type": "sticky" + }, + "id": 1374 + }, + { + "properties": { + "facing": "up", + "short": "true", + "type": "normal" + }, + "id": 1375 + }, + { + "properties": { + "facing": "up", + "short": "true", + "type": "sticky" + }, + "id": 1376 + }, + { + "properties": { + "facing": "up", + "short": "false", + "type": "normal" + }, + "id": 1377 + }, + { + "properties": { + "facing": "up", + "short": "false", + "type": "sticky" + }, + "id": 1378 + }, + { + "properties": { + "facing": "down", + "short": "true", + "type": "normal" + }, + "id": 1379 + }, + { + "properties": { + "facing": "down", + "short": "true", + "type": "sticky" + }, + "id": 1380 + }, + { + "properties": { + "facing": "down", + "short": "false", + "type": "normal" + }, + "id": 1381 + }, + { + "properties": { + "facing": "down", + "short": "false", + "type": "sticky" + }, + "id": 1382 + } + ] + }, + "minecraft:white_wool": { + "states": [ + { + "id": 1383, + "default": true + } + ] + }, + "minecraft:orange_wool": { + "states": [ + { + "id": 1384, + "default": true + } + ] + }, + "minecraft:magenta_wool": { + "states": [ + { + "id": 1385, + "default": true + } + ] + }, + "minecraft:light_blue_wool": { + "states": [ + { + "id": 1386, + "default": true + } + ] + }, + "minecraft:yellow_wool": { + "states": [ + { + "id": 1387, + "default": true + } + ] + }, + "minecraft:lime_wool": { + "states": [ + { + "id": 1388, + "default": true + } + ] + }, + "minecraft:pink_wool": { + "states": [ + { + "id": 1389, + "default": true + } + ] + }, + "minecraft:gray_wool": { + "states": [ + { + "id": 1390, + "default": true + } + ] + }, + "minecraft:light_gray_wool": { + "states": [ + { + "id": 1391, + "default": true + } + ] + }, + "minecraft:cyan_wool": { + "states": [ + { + "id": 1392, + "default": true + } + ] + }, + "minecraft:purple_wool": { + "states": [ + { + "id": 1393, + "default": true + } + ] + }, + "minecraft:blue_wool": { + "states": [ + { + "id": 1394, + "default": true + } + ] + }, + "minecraft:brown_wool": { + "states": [ + { + "id": 1395, + "default": true + } + ] + }, + "minecraft:green_wool": { + "states": [ + { + "id": 1396, + "default": true + } + ] + }, + "minecraft:red_wool": { + "states": [ + { + "id": 1397, + "default": true + } + ] + }, + "minecraft:black_wool": { + "states": [ + { + "id": 1398, + "default": true + } + ] + }, + "minecraft:moving_piston": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "type": [ + "normal", + "sticky" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "type": "normal" + }, + "id": 1399, + "default": true + }, + { + "properties": { + "facing": "north", + "type": "sticky" + }, + "id": 1400 + }, + { + "properties": { + "facing": "east", + "type": "normal" + }, + "id": 1401 + }, + { + "properties": { + "facing": "east", + "type": "sticky" + }, + "id": 1402 + }, + { + "properties": { + "facing": "south", + "type": "normal" + }, + "id": 1403 + }, + { + "properties": { + "facing": "south", + "type": "sticky" + }, + "id": 1404 + }, + { + "properties": { + "facing": "west", + "type": "normal" + }, + "id": 1405 + }, + { + "properties": { + "facing": "west", + "type": "sticky" + }, + "id": 1406 + }, + { + "properties": { + "facing": "up", + "type": "normal" + }, + "id": 1407 + }, + { + "properties": { + "facing": "up", + "type": "sticky" + }, + "id": 1408 + }, + { + "properties": { + "facing": "down", + "type": "normal" + }, + "id": 1409 + }, + { + "properties": { + "facing": "down", + "type": "sticky" + }, + "id": 1410 + } + ] + }, + "minecraft:dandelion": { + "states": [ + { + "id": 1411, + "default": true + } + ] + }, + "minecraft:poppy": { + "states": [ + { + "id": 1412, + "default": true + } + ] + }, + "minecraft:blue_orchid": { + "states": [ + { + "id": 1413, + "default": true + } + ] + }, + "minecraft:allium": { + "states": [ + { + "id": 1414, + "default": true + } + ] + }, + "minecraft:azure_bluet": { + "states": [ + { + "id": 1415, + "default": true + } + ] + }, + "minecraft:red_tulip": { + "states": [ + { + "id": 1416, + "default": true + } + ] + }, + "minecraft:orange_tulip": { + "states": [ + { + "id": 1417, + "default": true + } + ] + }, + "minecraft:white_tulip": { + "states": [ + { + "id": 1418, + "default": true + } + ] + }, + "minecraft:pink_tulip": { + "states": [ + { + "id": 1419, + "default": true + } + ] + }, + "minecraft:oxeye_daisy": { + "states": [ + { + "id": 1420, + "default": true + } + ] + }, + "minecraft:cornflower": { + "states": [ + { + "id": 1421, + "default": true + } + ] + }, + "minecraft:wither_rose": { + "states": [ + { + "id": 1422, + "default": true + } + ] + }, + "minecraft:lily_of_the_valley": { + "states": [ + { + "id": 1423, + "default": true + } + ] + }, + "minecraft:brown_mushroom": { + "states": [ + { + "id": 1424, + "default": true + } + ] + }, + "minecraft:red_mushroom": { + "states": [ + { + "id": 1425, + "default": true + } + ] + }, + "minecraft:gold_block": { + "states": [ + { + "id": 1426, + "default": true + } + ] + }, + "minecraft:iron_block": { + "states": [ + { + "id": 1427, + "default": true + } + ] + }, + "minecraft:bricks": { + "states": [ + { + "id": 1428, + "default": true + } + ] + }, + "minecraft:tnt": { + "properties": { + "unstable": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "unstable": "true" + }, + "id": 1429 + }, + { + "properties": { + "unstable": "false" + }, + "id": 1430, + "default": true + } + ] + }, + "minecraft:bookshelf": { + "states": [ + { + "id": 1431, + "default": true + } + ] + }, + "minecraft:mossy_cobblestone": { + "states": [ + { + "id": 1432, + "default": true + } + ] + }, + "minecraft:obsidian": { + "states": [ + { + "id": 1433, + "default": true + } + ] + }, + "minecraft:torch": { + "states": [ + { + "id": 1434, + "default": true + } + ] + }, + "minecraft:wall_torch": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 1435, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 1436 + }, + { + "properties": { + "facing": "west" + }, + "id": 1437 + }, + { + "properties": { + "facing": "east" + }, + "id": 1438 + } + ] + }, + "minecraft:fire": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ], + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1439 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1440 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1441 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1442 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1443 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1444 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1445 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1446 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1447 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1448 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1449 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1450 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1451 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1452 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1453 + }, + { + "properties": { + "age": "0", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1454 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1455 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1456 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1457 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1458 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1459 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1460 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1461 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1462 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1463 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1464 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1465 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1466 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1467 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1468 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1469 + }, + { + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1470, + "default": true + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1471 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1472 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1473 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1474 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1475 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1476 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1477 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1478 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1479 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1480 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1481 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1482 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1483 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1484 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1485 + }, + { + "properties": { + "age": "1", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1486 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1487 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1488 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1489 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1490 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1491 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1492 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1493 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1494 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1495 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1496 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1497 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1498 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1499 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1500 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1501 + }, + { + "properties": { + "age": "1", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1502 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1503 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1504 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1505 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1506 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1507 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1508 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1509 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1510 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1511 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1512 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1513 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1514 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1515 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1516 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1517 + }, + { + "properties": { + "age": "2", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1518 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1519 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1520 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1521 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1522 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1523 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1524 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1525 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1526 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1527 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1528 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1529 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1530 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1531 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1532 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1533 + }, + { + "properties": { + "age": "2", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1534 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1535 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1536 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1537 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1538 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1539 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1540 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1541 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1542 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1543 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1544 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1545 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1546 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1547 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1548 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1549 + }, + { + "properties": { + "age": "3", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1550 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1551 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1552 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1553 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1554 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1555 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1556 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1557 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1558 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1559 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1560 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1561 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1562 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1563 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1564 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1565 + }, + { + "properties": { + "age": "3", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1566 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1567 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1568 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1569 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1570 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1571 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1572 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1573 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1574 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1575 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1576 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1577 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1578 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1579 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1580 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1581 + }, + { + "properties": { + "age": "4", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1582 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1583 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1584 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1585 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1586 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1587 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1588 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1589 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1590 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1591 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1592 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1593 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1594 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1595 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1596 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1597 + }, + { + "properties": { + "age": "4", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1598 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1599 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1600 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1601 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1602 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1603 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1604 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1605 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1606 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1607 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1608 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1609 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1610 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1611 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1612 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1613 + }, + { + "properties": { + "age": "5", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1614 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1615 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1616 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1617 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1618 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1619 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1620 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1621 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1622 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1623 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1624 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1625 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1626 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1627 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1628 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1629 + }, + { + "properties": { + "age": "5", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1630 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1631 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1632 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1633 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1634 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1635 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1636 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1637 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1638 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1639 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1640 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1641 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1642 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1643 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1644 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1645 + }, + { + "properties": { + "age": "6", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1646 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1647 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1648 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1649 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1650 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1651 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1652 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1653 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1654 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1655 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1656 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1657 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1658 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1659 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1660 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1661 + }, + { + "properties": { + "age": "6", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1662 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1663 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1664 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1665 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1666 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1667 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1668 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1669 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1670 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1671 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1672 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1673 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1674 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1675 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1676 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1677 + }, + { + "properties": { + "age": "7", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1678 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1679 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1680 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1681 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1682 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1683 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1684 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1685 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1686 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1687 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1688 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1689 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1690 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1691 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1692 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1693 + }, + { + "properties": { + "age": "7", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1694 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1695 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1696 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1697 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1698 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1699 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1700 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1701 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1702 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1703 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1704 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1705 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1706 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1707 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1708 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1709 + }, + { + "properties": { + "age": "8", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1710 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1711 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1712 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1713 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1714 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1715 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1716 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1717 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1718 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1719 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1720 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1721 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1722 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1723 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1724 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1725 + }, + { + "properties": { + "age": "8", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1726 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1727 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1728 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1729 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1730 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1731 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1732 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1733 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1734 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1735 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1736 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1737 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1738 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1739 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1740 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1741 + }, + { + "properties": { + "age": "9", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1742 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1743 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1744 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1745 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1746 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1747 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1748 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1749 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1750 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1751 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1752 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1753 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1754 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1755 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1756 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1757 + }, + { + "properties": { + "age": "9", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1758 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1759 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1760 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1761 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1762 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1763 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1764 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1765 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1766 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1767 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1768 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1769 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1770 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1771 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1772 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1773 + }, + { + "properties": { + "age": "10", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1774 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1775 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1776 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1777 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1778 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1779 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1780 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1781 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1782 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1783 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1784 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1785 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1786 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1787 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1788 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1789 + }, + { + "properties": { + "age": "10", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1790 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1791 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1792 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1793 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1794 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1795 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1796 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1797 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1798 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1799 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1800 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1801 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1802 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1803 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1804 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1805 + }, + { + "properties": { + "age": "11", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1806 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1807 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1808 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1809 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1810 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1811 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1812 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1813 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1814 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1815 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1816 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1817 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1818 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1819 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1820 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1821 + }, + { + "properties": { + "age": "11", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1822 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1823 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1824 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1825 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1826 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1827 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1828 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1829 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1830 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1831 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1832 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1833 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1834 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1835 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1836 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1837 + }, + { + "properties": { + "age": "12", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1838 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1839 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1840 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1841 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1842 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1843 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1844 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1845 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1846 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1847 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1848 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1849 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1850 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1851 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1852 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1853 + }, + { + "properties": { + "age": "12", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1854 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1855 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1856 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1857 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1858 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1859 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1860 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1861 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1862 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1863 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1864 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1865 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1866 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1867 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1868 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1869 + }, + { + "properties": { + "age": "13", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1870 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1871 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1872 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1873 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1874 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1875 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1876 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1877 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1878 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1879 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1880 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1881 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1882 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1883 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1884 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1885 + }, + { + "properties": { + "age": "13", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1886 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1887 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1888 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1889 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1890 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1891 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1892 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1893 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1894 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1895 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1896 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1897 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1898 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1899 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1900 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1901 + }, + { + "properties": { + "age": "14", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1902 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1903 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1904 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1905 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1906 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1907 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1908 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1909 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1910 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1911 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1912 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1913 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1914 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1915 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1916 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1917 + }, + { + "properties": { + "age": "14", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1918 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1919 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1920 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1921 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1922 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1923 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1924 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1925 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1926 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1927 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1928 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1929 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1930 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1931 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1932 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1933 + }, + { + "properties": { + "age": "15", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1934 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1935 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1936 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1937 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1938 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1939 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1940 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1941 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1942 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 1943 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 1944 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 1945 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 1946 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 1947 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 1948 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 1949 + }, + { + "properties": { + "age": "15", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 1950 + } + ] + }, + "minecraft:spawner": { + "states": [ + { + "id": 1951, + "default": true + } + ] + }, + "minecraft:oak_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1952 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1953 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1954 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1955 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1956 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1957 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1958 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1959 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1960 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1961 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1962 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1963, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1964 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1965 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1966 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1967 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1968 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1969 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1970 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1971 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1972 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1973 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1974 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1975 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1976 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1977 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1978 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1979 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1980 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1981 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1982 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1983 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1984 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1985 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1986 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1987 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1988 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1989 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 1990 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 1991 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 1992 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 1993 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 1994 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 1995 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 1996 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 1997 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 1998 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 1999 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2000 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2001 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 2002 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 2003 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 2004 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 2005 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 2006 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 2007 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2008 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2009 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2010 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2011 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 2012 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 2013 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 2014 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 2015 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 2016 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 2017 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2018 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2019 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2020 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2021 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 2022 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 2023 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 2024 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 2025 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 2026 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 2027 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 2028 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 2029 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 2030 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 2031 + } + ] + }, + "minecraft:chest": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "type": [ + "single", + "left", + "right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "true" + }, + "id": 2032 + }, + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "false" + }, + "id": 2033, + "default": true + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "true" + }, + "id": 2034 + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "false" + }, + "id": 2035 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "true" + }, + "id": 2036 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "false" + }, + "id": 2037 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "true" + }, + "id": 2038 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "false" + }, + "id": 2039 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "true" + }, + "id": 2040 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "false" + }, + "id": 2041 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "true" + }, + "id": 2042 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "false" + }, + "id": 2043 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "true" + }, + "id": 2044 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "false" + }, + "id": 2045 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "true" + }, + "id": 2046 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "false" + }, + "id": 2047 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "true" + }, + "id": 2048 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "false" + }, + "id": 2049 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "true" + }, + "id": 2050 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "false" + }, + "id": 2051 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "true" + }, + "id": 2052 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "false" + }, + "id": 2053 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "true" + }, + "id": 2054 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "false" + }, + "id": 2055 + } + ] + }, + "minecraft:redstone_wire": { + "properties": { + "east": [ + "up", + "side", + "none" + ], + "north": [ + "up", + "side", + "none" + ], + "power": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ], + "south": [ + "up", + "side", + "none" + ], + "west": [ + "up", + "side", + "none" + ] + }, + "states": [ + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2056 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2057 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2058 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2059 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2060 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2061 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2062 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2063 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2064 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2065 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2066 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2067 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2068 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2069 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2070 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2071 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2072 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2073 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2074 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2075 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2076 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2077 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2078 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2079 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2080 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2081 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2082 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2083 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2084 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2085 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2086 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2087 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2088 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2089 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2090 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2091 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2092 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2093 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2094 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2095 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2096 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2097 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2098 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2099 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2100 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2101 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2102 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2103 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2104 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2105 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2106 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2107 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2108 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2109 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2110 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2111 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2112 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2113 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2114 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2115 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2116 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2117 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2118 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2119 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2120 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2121 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2122 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2123 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2124 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2125 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2126 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2127 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2128 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2129 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2130 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2131 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2132 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2133 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2134 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2135 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2136 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2137 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2138 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2139 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2140 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2141 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2142 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2143 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2144 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2145 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2146 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2147 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2148 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2149 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2150 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2151 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2152 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2153 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2154 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2155 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2156 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2157 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2158 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2159 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2160 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2161 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2162 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2163 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2164 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2165 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2166 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2167 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2168 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2169 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2170 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2171 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2172 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2173 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2174 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2175 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2176 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2177 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2178 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2179 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2180 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2181 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2182 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2183 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2184 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2185 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2186 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2187 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2188 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2189 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2190 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2191 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2192 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2193 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2194 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2195 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2196 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2197 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2198 + }, + { + "properties": { + "east": "up", + "north": "up", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2199 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2200 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2201 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2202 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2203 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2204 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2205 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2206 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2207 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2208 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2209 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2210 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2211 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2212 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2213 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2214 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2215 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2216 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2217 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2218 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2219 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2220 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2221 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2222 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2223 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2224 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2225 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2226 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2227 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2228 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2229 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2230 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2231 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2232 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2233 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2234 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2235 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2236 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2237 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2238 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2239 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2240 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2241 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2242 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2243 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2244 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2245 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2246 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2247 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2248 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2249 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2250 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2251 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2252 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2253 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2254 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2255 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2256 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2257 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2258 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2259 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2260 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2261 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2262 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2263 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2264 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2265 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2266 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2267 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2268 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2269 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2270 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2271 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2272 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2273 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2274 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2275 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2276 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2277 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2278 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2279 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2280 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2281 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2282 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2283 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2284 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2285 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2286 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2287 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2288 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2289 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2290 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2291 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2292 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2293 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2294 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2295 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2296 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2297 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2298 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2299 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2300 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2301 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2302 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2303 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2304 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2305 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2306 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2307 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2308 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2309 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2310 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2311 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2312 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2313 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2314 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2315 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2316 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2317 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2318 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2319 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2320 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2321 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2322 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2323 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2324 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2325 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2326 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2327 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2328 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2329 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2330 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2331 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2332 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2333 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2334 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2335 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2336 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2337 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2338 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2339 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2340 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2341 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2342 + }, + { + "properties": { + "east": "up", + "north": "side", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2343 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2344 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2345 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2346 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2347 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2348 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2349 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2350 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2351 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2352 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2353 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2354 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2355 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2356 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2357 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2358 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2359 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2360 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2361 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2362 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2363 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2364 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2365 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2366 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2367 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2368 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2369 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2370 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2371 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2372 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2373 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2374 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2375 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2376 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2377 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2378 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2379 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2380 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2381 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2382 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2383 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2384 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2385 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2386 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2387 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2388 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2389 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2390 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2391 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2392 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2393 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2394 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2395 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2396 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2397 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2398 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2399 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2400 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2401 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2402 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2403 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2404 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2405 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2406 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2407 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2408 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2409 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2410 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2411 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2412 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2413 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2414 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2415 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2416 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2417 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2418 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2419 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2420 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2421 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2422 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2423 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2424 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2425 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2426 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2427 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2428 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2429 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2430 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2431 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2432 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2433 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2434 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2435 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2436 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2437 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2438 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2439 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2440 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2441 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2442 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2443 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2444 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2445 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2446 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2447 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2448 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2449 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2450 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2451 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2452 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2453 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2454 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2455 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2456 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2457 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2458 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2459 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2460 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2461 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2462 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2463 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2464 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2465 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2466 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2467 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2468 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2469 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2470 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2471 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2472 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2473 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2474 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2475 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2476 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2477 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2478 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2479 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2480 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2481 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2482 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2483 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2484 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2485 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2486 + }, + { + "properties": { + "east": "up", + "north": "none", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2487 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2488 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2489 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2490 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2491 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2492 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2493 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2494 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2495 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2496 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2497 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2498 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2499 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2500 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2501 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2502 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2503 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2504 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2505 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2506 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2507 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2508 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2509 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2510 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2511 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2512 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2513 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2514 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2515 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2516 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2517 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2518 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2519 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2520 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2521 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2522 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2523 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2524 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2525 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2526 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2527 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2528 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2529 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2530 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2531 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2532 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2533 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2534 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2535 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2536 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2537 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2538 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2539 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2540 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2541 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2542 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2543 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2544 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2545 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2546 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2547 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2548 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2549 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2550 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2551 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2552 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2553 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2554 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2555 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2556 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2557 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2558 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2559 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2560 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2561 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2562 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2563 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2564 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2565 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2566 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2567 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2568 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2569 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2570 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2571 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2572 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2573 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2574 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2575 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2576 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2577 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2578 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2579 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2580 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2581 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2582 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2583 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2584 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2585 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2586 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2587 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2588 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2589 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2590 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2591 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2592 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2593 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2594 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2595 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2596 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2597 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2598 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2599 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2600 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2601 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2602 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2603 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2604 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2605 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2606 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2607 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2608 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2609 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2610 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2611 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2612 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2613 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2614 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2615 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2616 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2617 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2618 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2619 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2620 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2621 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2622 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2623 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2624 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2625 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2626 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2627 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2628 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2629 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2630 + }, + { + "properties": { + "east": "side", + "north": "up", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2631 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2632 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2633 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2634 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2635 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2636 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2637 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2638 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2639 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2640 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2641 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2642 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2643 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2644 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2645 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2646 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2647 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2648 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2649 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2650 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2651 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2652 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2653 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2654 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2655 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2656 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2657 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2658 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2659 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2660 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2661 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2662 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2663 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2664 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2665 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2666 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2667 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2668 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2669 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2670 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2671 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2672 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2673 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2674 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2675 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2676 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2677 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2678 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2679 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2680 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2681 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2682 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2683 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2684 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2685 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2686 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2687 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2688 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2689 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2690 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2691 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2692 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2693 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2694 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2695 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2696 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2697 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2698 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2699 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2700 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2701 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2702 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2703 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2704 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2705 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2706 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2707 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2708 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2709 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2710 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2711 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2712 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2713 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2714 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2715 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2716 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2717 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2718 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2719 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2720 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2721 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2722 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2723 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2724 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2725 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2726 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2727 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2728 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2729 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2730 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2731 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2732 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2733 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2734 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2735 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2736 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2737 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2738 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2739 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2740 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2741 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2742 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2743 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2744 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2745 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2746 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2747 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2748 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2749 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2750 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2751 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2752 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2753 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2754 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2755 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2756 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2757 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2758 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2759 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2760 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2761 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2762 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2763 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2764 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2765 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2766 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2767 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2768 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2769 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2770 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2771 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2772 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2773 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2774 + }, + { + "properties": { + "east": "side", + "north": "side", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2775 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2776 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2777 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2778 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2779 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2780 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2781 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2782 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2783 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2784 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2785 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2786 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2787 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2788 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2789 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2790 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2791 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2792 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2793 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2794 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2795 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2796 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2797 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2798 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2799 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2800 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2801 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2802 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2803 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2804 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2805 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2806 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2807 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2808 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2809 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2810 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2811 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2812 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2813 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2814 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2815 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2816 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2817 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2818 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2819 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2820 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2821 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2822 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2823 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2824 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2825 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2826 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2827 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2828 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2829 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2830 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2831 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2832 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2833 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2834 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2835 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2836 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2837 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2838 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2839 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2840 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2841 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2842 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2843 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2844 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2845 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2846 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2847 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2848 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2849 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2850 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2851 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2852 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2853 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2854 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2855 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 2856 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 2857 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 2858 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 2859 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 2860 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 2861 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 2862 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 2863 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 2864 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 2865 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 2866 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 2867 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 2868 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 2869 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 2870 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 2871 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 2872 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 2873 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 2874 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 2875 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 2876 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 2877 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 2878 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 2879 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 2880 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 2881 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 2882 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 2883 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 2884 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 2885 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 2886 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 2887 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 2888 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 2889 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 2890 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 2891 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 2892 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 2893 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 2894 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 2895 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 2896 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 2897 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 2898 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 2899 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 2900 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 2901 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 2902 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 2903 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 2904 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 2905 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 2906 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 2907 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 2908 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 2909 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 2910 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 2911 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 2912 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 2913 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 2914 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 2915 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 2916 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 2917 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 2918 + }, + { + "properties": { + "east": "side", + "north": "none", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 2919 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 2920 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 2921 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 2922 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 2923 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 2924 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 2925 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 2926 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 2927 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 2928 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 2929 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 2930 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 2931 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 2932 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 2933 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 2934 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 2935 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 2936 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 2937 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 2938 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 2939 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 2940 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 2941 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 2942 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 2943 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 2944 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 2945 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 2946 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 2947 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 2948 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 2949 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 2950 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 2951 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 2952 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 2953 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 2954 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 2955 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 2956 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 2957 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 2958 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 2959 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 2960 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 2961 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 2962 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 2963 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 2964 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 2965 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 2966 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 2967 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 2968 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 2969 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 2970 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 2971 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 2972 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 2973 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 2974 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 2975 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 2976 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 2977 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 2978 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 2979 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 2980 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 2981 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 2982 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 2983 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 2984 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 2985 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 2986 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 2987 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 2988 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 2989 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 2990 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 2991 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 2992 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 2993 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 2994 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 2995 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 2996 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 2997 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 2998 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 2999 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 3000 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 3001 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 3002 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 3003 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 3004 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 3005 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 3006 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 3007 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 3008 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 3009 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 3010 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 3011 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 3012 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 3013 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 3014 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 3015 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 3016 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 3017 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 3018 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 3019 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 3020 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 3021 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 3022 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 3023 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 3024 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 3025 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 3026 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 3027 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 3028 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 3029 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 3030 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 3031 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 3032 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 3033 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 3034 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 3035 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 3036 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 3037 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 3038 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 3039 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 3040 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 3041 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 3042 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 3043 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 3044 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 3045 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 3046 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 3047 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 3048 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 3049 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 3050 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 3051 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 3052 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 3053 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 3054 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 3055 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 3056 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 3057 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 3058 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 3059 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 3060 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 3061 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 3062 + }, + { + "properties": { + "east": "none", + "north": "up", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 3063 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 3064 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 3065 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 3066 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 3067 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 3068 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 3069 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 3070 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 3071 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 3072 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 3073 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 3074 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 3075 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 3076 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 3077 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 3078 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 3079 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 3080 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 3081 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 3082 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 3083 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 3084 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 3085 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 3086 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 3087 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 3088 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 3089 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 3090 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 3091 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 3092 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 3093 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 3094 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 3095 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 3096 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 3097 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 3098 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 3099 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 3100 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 3101 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 3102 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 3103 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 3104 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 3105 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 3106 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 3107 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 3108 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 3109 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 3110 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 3111 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 3112 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 3113 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 3114 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 3115 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 3116 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 3117 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 3118 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 3119 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 3120 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 3121 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 3122 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 3123 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 3124 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 3125 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 3126 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 3127 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 3128 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 3129 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 3130 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 3131 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 3132 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 3133 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 3134 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 3135 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 3136 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 3137 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 3138 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 3139 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 3140 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 3141 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 3142 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 3143 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 3144 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 3145 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 3146 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 3147 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 3148 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 3149 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 3150 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 3151 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 3152 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 3153 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 3154 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 3155 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 3156 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 3157 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 3158 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 3159 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 3160 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 3161 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 3162 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 3163 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 3164 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 3165 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 3166 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 3167 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 3168 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 3169 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 3170 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 3171 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 3172 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 3173 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 3174 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 3175 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 3176 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 3177 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 3178 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 3179 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 3180 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 3181 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 3182 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 3183 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 3184 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 3185 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 3186 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 3187 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 3188 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 3189 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 3190 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 3191 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 3192 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 3193 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 3194 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 3195 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 3196 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 3197 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 3198 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 3199 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 3200 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 3201 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 3202 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 3203 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 3204 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 3205 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 3206 + }, + { + "properties": { + "east": "none", + "north": "side", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 3207 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "up", + "west": "up" + }, + "id": 3208 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "up", + "west": "side" + }, + "id": 3209 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "up", + "west": "none" + }, + "id": 3210 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "side", + "west": "up" + }, + "id": 3211 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "side", + "west": "side" + }, + "id": 3212 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "side", + "west": "none" + }, + "id": 3213 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "none", + "west": "up" + }, + "id": 3214 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "none", + "west": "side" + }, + "id": 3215 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "0", + "south": "none", + "west": "none" + }, + "id": 3216, + "default": true + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "up", + "west": "up" + }, + "id": 3217 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "up", + "west": "side" + }, + "id": 3218 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "up", + "west": "none" + }, + "id": 3219 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "side", + "west": "up" + }, + "id": 3220 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "side", + "west": "side" + }, + "id": 3221 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "side", + "west": "none" + }, + "id": 3222 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "none", + "west": "up" + }, + "id": 3223 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "none", + "west": "side" + }, + "id": 3224 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "1", + "south": "none", + "west": "none" + }, + "id": 3225 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "up", + "west": "up" + }, + "id": 3226 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "up", + "west": "side" + }, + "id": 3227 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "up", + "west": "none" + }, + "id": 3228 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "side", + "west": "up" + }, + "id": 3229 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "side", + "west": "side" + }, + "id": 3230 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "side", + "west": "none" + }, + "id": 3231 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "none", + "west": "up" + }, + "id": 3232 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "none", + "west": "side" + }, + "id": 3233 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "2", + "south": "none", + "west": "none" + }, + "id": 3234 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "up", + "west": "up" + }, + "id": 3235 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "up", + "west": "side" + }, + "id": 3236 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "up", + "west": "none" + }, + "id": 3237 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "side", + "west": "up" + }, + "id": 3238 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "side", + "west": "side" + }, + "id": 3239 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "side", + "west": "none" + }, + "id": 3240 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "none", + "west": "up" + }, + "id": 3241 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "none", + "west": "side" + }, + "id": 3242 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "3", + "south": "none", + "west": "none" + }, + "id": 3243 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "up", + "west": "up" + }, + "id": 3244 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "up", + "west": "side" + }, + "id": 3245 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "up", + "west": "none" + }, + "id": 3246 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "side", + "west": "up" + }, + "id": 3247 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "side", + "west": "side" + }, + "id": 3248 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "side", + "west": "none" + }, + "id": 3249 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "none", + "west": "up" + }, + "id": 3250 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "none", + "west": "side" + }, + "id": 3251 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "4", + "south": "none", + "west": "none" + }, + "id": 3252 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "up", + "west": "up" + }, + "id": 3253 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "up", + "west": "side" + }, + "id": 3254 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "up", + "west": "none" + }, + "id": 3255 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "side", + "west": "up" + }, + "id": 3256 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "side", + "west": "side" + }, + "id": 3257 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "side", + "west": "none" + }, + "id": 3258 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "none", + "west": "up" + }, + "id": 3259 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "none", + "west": "side" + }, + "id": 3260 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "5", + "south": "none", + "west": "none" + }, + "id": 3261 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "up", + "west": "up" + }, + "id": 3262 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "up", + "west": "side" + }, + "id": 3263 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "up", + "west": "none" + }, + "id": 3264 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "side", + "west": "up" + }, + "id": 3265 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "side", + "west": "side" + }, + "id": 3266 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "side", + "west": "none" + }, + "id": 3267 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "none", + "west": "up" + }, + "id": 3268 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "none", + "west": "side" + }, + "id": 3269 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "6", + "south": "none", + "west": "none" + }, + "id": 3270 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "up", + "west": "up" + }, + "id": 3271 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "up", + "west": "side" + }, + "id": 3272 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "up", + "west": "none" + }, + "id": 3273 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "side", + "west": "up" + }, + "id": 3274 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "side", + "west": "side" + }, + "id": 3275 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "side", + "west": "none" + }, + "id": 3276 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "none", + "west": "up" + }, + "id": 3277 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "none", + "west": "side" + }, + "id": 3278 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "7", + "south": "none", + "west": "none" + }, + "id": 3279 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "up", + "west": "up" + }, + "id": 3280 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "up", + "west": "side" + }, + "id": 3281 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "up", + "west": "none" + }, + "id": 3282 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "side", + "west": "up" + }, + "id": 3283 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "side", + "west": "side" + }, + "id": 3284 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "side", + "west": "none" + }, + "id": 3285 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "none", + "west": "up" + }, + "id": 3286 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "none", + "west": "side" + }, + "id": 3287 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "8", + "south": "none", + "west": "none" + }, + "id": 3288 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "up", + "west": "up" + }, + "id": 3289 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "up", + "west": "side" + }, + "id": 3290 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "up", + "west": "none" + }, + "id": 3291 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "side", + "west": "up" + }, + "id": 3292 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "side", + "west": "side" + }, + "id": 3293 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "side", + "west": "none" + }, + "id": 3294 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "none", + "west": "up" + }, + "id": 3295 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "none", + "west": "side" + }, + "id": 3296 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "9", + "south": "none", + "west": "none" + }, + "id": 3297 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "up", + "west": "up" + }, + "id": 3298 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "up", + "west": "side" + }, + "id": 3299 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "up", + "west": "none" + }, + "id": 3300 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "side", + "west": "up" + }, + "id": 3301 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "side", + "west": "side" + }, + "id": 3302 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "side", + "west": "none" + }, + "id": 3303 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "none", + "west": "up" + }, + "id": 3304 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "none", + "west": "side" + }, + "id": 3305 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "10", + "south": "none", + "west": "none" + }, + "id": 3306 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "up", + "west": "up" + }, + "id": 3307 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "up", + "west": "side" + }, + "id": 3308 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "up", + "west": "none" + }, + "id": 3309 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "side", + "west": "up" + }, + "id": 3310 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "side", + "west": "side" + }, + "id": 3311 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "side", + "west": "none" + }, + "id": 3312 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "none", + "west": "up" + }, + "id": 3313 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "none", + "west": "side" + }, + "id": 3314 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "11", + "south": "none", + "west": "none" + }, + "id": 3315 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "up", + "west": "up" + }, + "id": 3316 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "up", + "west": "side" + }, + "id": 3317 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "up", + "west": "none" + }, + "id": 3318 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "side", + "west": "up" + }, + "id": 3319 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "side", + "west": "side" + }, + "id": 3320 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "side", + "west": "none" + }, + "id": 3321 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "none", + "west": "up" + }, + "id": 3322 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "none", + "west": "side" + }, + "id": 3323 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "12", + "south": "none", + "west": "none" + }, + "id": 3324 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "up", + "west": "up" + }, + "id": 3325 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "up", + "west": "side" + }, + "id": 3326 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "up", + "west": "none" + }, + "id": 3327 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "side", + "west": "up" + }, + "id": 3328 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "side", + "west": "side" + }, + "id": 3329 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "side", + "west": "none" + }, + "id": 3330 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "none", + "west": "up" + }, + "id": 3331 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "none", + "west": "side" + }, + "id": 3332 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "13", + "south": "none", + "west": "none" + }, + "id": 3333 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "up", + "west": "up" + }, + "id": 3334 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "up", + "west": "side" + }, + "id": 3335 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "up", + "west": "none" + }, + "id": 3336 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "side", + "west": "up" + }, + "id": 3337 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "side", + "west": "side" + }, + "id": 3338 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "side", + "west": "none" + }, + "id": 3339 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "none", + "west": "up" + }, + "id": 3340 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "none", + "west": "side" + }, + "id": 3341 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "14", + "south": "none", + "west": "none" + }, + "id": 3342 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "up", + "west": "up" + }, + "id": 3343 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "up", + "west": "side" + }, + "id": 3344 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "up", + "west": "none" + }, + "id": 3345 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "side", + "west": "up" + }, + "id": 3346 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "side", + "west": "side" + }, + "id": 3347 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "side", + "west": "none" + }, + "id": 3348 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "none", + "west": "up" + }, + "id": 3349 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "none", + "west": "side" + }, + "id": 3350 + }, + { + "properties": { + "east": "none", + "north": "none", + "power": "15", + "south": "none", + "west": "none" + }, + "id": 3351 + } + ] + }, + "minecraft:diamond_ore": { + "states": [ + { + "id": 3352, + "default": true + } + ] + }, + "minecraft:diamond_block": { + "states": [ + { + "id": 3353, + "default": true + } + ] + }, + "minecraft:crafting_table": { + "states": [ + { + "id": 3354, + "default": true + } + ] + }, + "minecraft:wheat": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 3355, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 3356 + }, + { + "properties": { + "age": "2" + }, + "id": 3357 + }, + { + "properties": { + "age": "3" + }, + "id": 3358 + }, + { + "properties": { + "age": "4" + }, + "id": 3359 + }, + { + "properties": { + "age": "5" + }, + "id": 3360 + }, + { + "properties": { + "age": "6" + }, + "id": 3361 + }, + { + "properties": { + "age": "7" + }, + "id": 3362 + } + ] + }, + "minecraft:farmland": { + "properties": { + "moisture": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "moisture": "0" + }, + "id": 3363, + "default": true + }, + { + "properties": { + "moisture": "1" + }, + "id": 3364 + }, + { + "properties": { + "moisture": "2" + }, + "id": 3365 + }, + { + "properties": { + "moisture": "3" + }, + "id": 3366 + }, + { + "properties": { + "moisture": "4" + }, + "id": 3367 + }, + { + "properties": { + "moisture": "5" + }, + "id": 3368 + }, + { + "properties": { + "moisture": "6" + }, + "id": 3369 + }, + { + "properties": { + "moisture": "7" + }, + "id": 3370 + } + ] + }, + "minecraft:furnace": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 3371 + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 3372, + "default": true + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 3373 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 3374 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 3375 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 3376 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 3377 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 3378 + } + ] + }, + "minecraft:oak_sign": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "rotation": "0", + "waterlogged": "true" + }, + "id": 3379 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3380, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3381 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3382 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3383 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3384 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3385 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3386 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3387 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3388 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3389 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3390 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3391 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3392 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3393 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3394 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3395 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3396 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3397 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3398 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3399 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3400 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3401 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3402 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3403 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3404 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3405 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3406 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3407 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3408 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3409 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3410 + } + ] + }, + "minecraft:spruce_sign": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "rotation": "0", + "waterlogged": "true" + }, + "id": 3411 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3412, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3413 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3414 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3415 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3416 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3417 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3418 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3419 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3420 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3421 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3422 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3423 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3424 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3425 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3426 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3427 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3428 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3429 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3430 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3431 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3432 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3433 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3434 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3435 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3436 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3437 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3438 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3439 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3440 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3441 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3442 + } + ] + }, + "minecraft:birch_sign": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "rotation": "0", + "waterlogged": "true" + }, + "id": 3443 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3444, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3445 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3446 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3447 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3448 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3449 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3450 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3451 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3452 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3453 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3454 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3455 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3456 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3457 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3458 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3459 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3460 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3461 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3462 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3463 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3464 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3465 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3466 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3467 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3468 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3469 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3470 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3471 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3472 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3473 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3474 + } + ] + }, + "minecraft:acacia_sign": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "rotation": "0", + "waterlogged": "true" + }, + "id": 3475 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3476, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3477 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3478 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3479 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3480 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3481 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3482 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3483 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3484 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3485 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3486 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3487 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3488 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3489 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3490 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3491 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3492 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3493 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3494 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3495 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3496 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3497 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3498 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3499 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3500 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3501 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3502 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3503 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3504 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3505 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3506 + } + ] + }, + "minecraft:jungle_sign": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "rotation": "0", + "waterlogged": "true" + }, + "id": 3507 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3508, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3509 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3510 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3511 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3512 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3513 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3514 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3515 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3516 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3517 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3518 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3519 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3520 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3521 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3522 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3523 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3524 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3525 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3526 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3527 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3528 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3529 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3530 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3531 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3532 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3533 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3534 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3535 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3536 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3537 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3538 + } + ] + }, + "minecraft:dark_oak_sign": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "rotation": "0", + "waterlogged": "true" + }, + "id": 3539 + }, + { + "properties": { + "rotation": "0", + "waterlogged": "false" + }, + "id": 3540, + "default": true + }, + { + "properties": { + "rotation": "1", + "waterlogged": "true" + }, + "id": 3541 + }, + { + "properties": { + "rotation": "1", + "waterlogged": "false" + }, + "id": 3542 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "true" + }, + "id": 3543 + }, + { + "properties": { + "rotation": "2", + "waterlogged": "false" + }, + "id": 3544 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "true" + }, + "id": 3545 + }, + { + "properties": { + "rotation": "3", + "waterlogged": "false" + }, + "id": 3546 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "true" + }, + "id": 3547 + }, + { + "properties": { + "rotation": "4", + "waterlogged": "false" + }, + "id": 3548 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "true" + }, + "id": 3549 + }, + { + "properties": { + "rotation": "5", + "waterlogged": "false" + }, + "id": 3550 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "true" + }, + "id": 3551 + }, + { + "properties": { + "rotation": "6", + "waterlogged": "false" + }, + "id": 3552 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "true" + }, + "id": 3553 + }, + { + "properties": { + "rotation": "7", + "waterlogged": "false" + }, + "id": 3554 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "true" + }, + "id": 3555 + }, + { + "properties": { + "rotation": "8", + "waterlogged": "false" + }, + "id": 3556 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "true" + }, + "id": 3557 + }, + { + "properties": { + "rotation": "9", + "waterlogged": "false" + }, + "id": 3558 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "true" + }, + "id": 3559 + }, + { + "properties": { + "rotation": "10", + "waterlogged": "false" + }, + "id": 3560 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "true" + }, + "id": 3561 + }, + { + "properties": { + "rotation": "11", + "waterlogged": "false" + }, + "id": 3562 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "true" + }, + "id": 3563 + }, + { + "properties": { + "rotation": "12", + "waterlogged": "false" + }, + "id": 3564 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "true" + }, + "id": 3565 + }, + { + "properties": { + "rotation": "13", + "waterlogged": "false" + }, + "id": 3566 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "true" + }, + "id": 3567 + }, + { + "properties": { + "rotation": "14", + "waterlogged": "false" + }, + "id": 3568 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "true" + }, + "id": 3569 + }, + { + "properties": { + "rotation": "15", + "waterlogged": "false" + }, + "id": 3570 + } + ] + }, + "minecraft:oak_door": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "upper", + "lower" + ], + "hinge": [ + "left", + "right" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3571 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3572 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3573 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3574 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3575 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3576 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3577 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3578 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3579 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3580 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3581 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3582, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3583 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3584 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3585 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3586 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3587 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3588 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3589 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3590 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3591 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3592 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3593 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3594 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3595 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3596 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3597 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3598 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3599 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3600 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3601 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3602 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3603 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3604 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3605 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3606 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3607 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3608 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3609 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3610 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3611 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3612 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3613 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3614 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3615 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3616 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3617 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3618 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3619 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3620 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3621 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3622 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3623 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3624 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3625 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3626 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3627 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3628 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3629 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3630 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3631 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3632 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3633 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3634 + } + ] + }, + "minecraft:ladder": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3635 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3636, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3637 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3638 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3639 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3640 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3641 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3642 + } + ] + }, + "minecraft:rail": { + "properties": { + "shape": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south", + "south_east", + "south_west", + "north_west", + "north_east" + ] + }, + "states": [ + { + "properties": { + "shape": "north_south" + }, + "id": 3643, + "default": true + }, + { + "properties": { + "shape": "east_west" + }, + "id": 3644 + }, + { + "properties": { + "shape": "ascending_east" + }, + "id": 3645 + }, + { + "properties": { + "shape": "ascending_west" + }, + "id": 3646 + }, + { + "properties": { + "shape": "ascending_north" + }, + "id": 3647 + }, + { + "properties": { + "shape": "ascending_south" + }, + "id": 3648 + }, + { + "properties": { + "shape": "south_east" + }, + "id": 3649 + }, + { + "properties": { + "shape": "south_west" + }, + "id": 3650 + }, + { + "properties": { + "shape": "north_west" + }, + "id": 3651 + }, + { + "properties": { + "shape": "north_east" + }, + "id": 3652 + } + ] + }, + "minecraft:cobblestone_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3653 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3654 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3655 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3656 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3657 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3658 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3659 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3660 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3661 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3662 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3663 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3664, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3665 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3666 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3667 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3668 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3669 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3670 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3671 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3672 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3673 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3674 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3675 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3676 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3677 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3678 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3679 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3680 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3681 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3682 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3683 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3684 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3685 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3686 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3687 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3688 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3689 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3690 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3691 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3692 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3693 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3694 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3695 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3696 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3697 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3698 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3699 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3700 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3701 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3702 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3703 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3704 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3705 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3706 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3707 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3708 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3709 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3710 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3711 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3712 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3713 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3714 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3715 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3716 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3717 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3718 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3719 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3720 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3721 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3722 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 3723 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 3724 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 3725 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 3726 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 3727 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 3728 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 3729 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 3730 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 3731 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 3732 + } + ] + }, + "minecraft:oak_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3733 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3734, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3735 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3736 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3737 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3738 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3739 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3740 + } + ] + }, + "minecraft:spruce_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3741 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3742, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3743 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3744 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3745 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3746 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3747 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3748 + } + ] + }, + "minecraft:birch_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3749 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3750, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3751 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3752 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3753 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3754 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3755 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3756 + } + ] + }, + "minecraft:acacia_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3757 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3758, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3759 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3760 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3761 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3762 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3763 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3764 + } + ] + }, + "minecraft:jungle_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3765 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3766, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3767 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3768 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3769 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3770 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3771 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3772 + } + ] + }, + "minecraft:dark_oak_wall_sign": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 3773 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 3774, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 3775 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 3776 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 3777 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 3778 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 3779 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 3780 + } + ] + }, + "minecraft:lever": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 3781 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 3782 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 3783 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 3784 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 3785 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 3786 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 3787 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 3788 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 3789 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 3790, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 3791 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 3792 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 3793 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 3794 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 3795 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 3796 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 3797 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 3798 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 3799 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 3800 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 3801 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 3802 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 3803 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 3804 + } + ] + }, + "minecraft:stone_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3805 + }, + { + "properties": { + "powered": "false" + }, + "id": 3806, + "default": true + } + ] + }, + "minecraft:iron_door": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "upper", + "lower" + ], + "hinge": [ + "left", + "right" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3807 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3808 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3809 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3810 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3811 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3812 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3813 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3814 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3815 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3816 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3817 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3818, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3819 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3820 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3821 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3822 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3823 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3824 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3825 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3826 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3827 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3828 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3829 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3830 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3831 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3832 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3833 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3834 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3835 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3836 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3837 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3838 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3839 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3840 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3841 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3842 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3843 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3844 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3845 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3846 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3847 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3848 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3849 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3850 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3851 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3852 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3853 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3854 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3855 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3856 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3857 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3858 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3859 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3860 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3861 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3862 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 3863 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 3864 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 3865 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 3866 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 3867 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 3868 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 3869 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 3870 + } + ] + }, + "minecraft:oak_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3871 + }, + { + "properties": { + "powered": "false" + }, + "id": 3872, + "default": true + } + ] + }, + "minecraft:spruce_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3873 + }, + { + "properties": { + "powered": "false" + }, + "id": 3874, + "default": true + } + ] + }, + "minecraft:birch_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3875 + }, + { + "properties": { + "powered": "false" + }, + "id": 3876, + "default": true + } + ] + }, + "minecraft:jungle_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3877 + }, + { + "properties": { + "powered": "false" + }, + "id": 3878, + "default": true + } + ] + }, + "minecraft:acacia_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3879 + }, + { + "properties": { + "powered": "false" + }, + "id": 3880, + "default": true + } + ] + }, + "minecraft:dark_oak_pressure_plate": { + "properties": { + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "powered": "true" + }, + "id": 3881 + }, + { + "properties": { + "powered": "false" + }, + "id": 3882, + "default": true + } + ] + }, + "minecraft:redstone_ore": { + "properties": { + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "lit": "true" + }, + "id": 3883 + }, + { + "properties": { + "lit": "false" + }, + "id": 3884, + "default": true + } + ] + }, + "minecraft:redstone_torch": { + "properties": { + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "lit": "true" + }, + "id": 3885, + "default": true + }, + { + "properties": { + "lit": "false" + }, + "id": 3886 + } + ] + }, + "minecraft:redstone_wall_torch": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 3887, + "default": true + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 3888 + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 3889 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 3890 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 3891 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 3892 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 3893 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 3894 + } + ] + }, + "minecraft:stone_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 3895 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 3896 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 3897 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 3898 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 3899 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 3900 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 3901 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 3902 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 3903 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 3904, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 3905 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 3906 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 3907 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 3908 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 3909 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 3910 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 3911 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 3912 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 3913 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 3914 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 3915 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 3916 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 3917 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 3918 + } + ] + }, + "minecraft:snow": { + "properties": { + "layers": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + }, + "states": [ + { + "properties": { + "layers": "1" + }, + "id": 3919, + "default": true + }, + { + "properties": { + "layers": "2" + }, + "id": 3920 + }, + { + "properties": { + "layers": "3" + }, + "id": 3921 + }, + { + "properties": { + "layers": "4" + }, + "id": 3922 + }, + { + "properties": { + "layers": "5" + }, + "id": 3923 + }, + { + "properties": { + "layers": "6" + }, + "id": 3924 + }, + { + "properties": { + "layers": "7" + }, + "id": 3925 + }, + { + "properties": { + "layers": "8" + }, + "id": 3926 + } + ] + }, + "minecraft:ice": { + "states": [ + { + "id": 3927, + "default": true + } + ] + }, + "minecraft:snow_block": { + "states": [ + { + "id": 3928, + "default": true + } + ] + }, + "minecraft:cactus": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 3929, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 3930 + }, + { + "properties": { + "age": "2" + }, + "id": 3931 + }, + { + "properties": { + "age": "3" + }, + "id": 3932 + }, + { + "properties": { + "age": "4" + }, + "id": 3933 + }, + { + "properties": { + "age": "5" + }, + "id": 3934 + }, + { + "properties": { + "age": "6" + }, + "id": 3935 + }, + { + "properties": { + "age": "7" + }, + "id": 3936 + }, + { + "properties": { + "age": "8" + }, + "id": 3937 + }, + { + "properties": { + "age": "9" + }, + "id": 3938 + }, + { + "properties": { + "age": "10" + }, + "id": 3939 + }, + { + "properties": { + "age": "11" + }, + "id": 3940 + }, + { + "properties": { + "age": "12" + }, + "id": 3941 + }, + { + "properties": { + "age": "13" + }, + "id": 3942 + }, + { + "properties": { + "age": "14" + }, + "id": 3943 + }, + { + "properties": { + "age": "15" + }, + "id": 3944 + } + ] + }, + "minecraft:clay": { + "states": [ + { + "id": 3945, + "default": true + } + ] + }, + "minecraft:sugar_cane": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 3946, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 3947 + }, + { + "properties": { + "age": "2" + }, + "id": 3948 + }, + { + "properties": { + "age": "3" + }, + "id": 3949 + }, + { + "properties": { + "age": "4" + }, + "id": 3950 + }, + { + "properties": { + "age": "5" + }, + "id": 3951 + }, + { + "properties": { + "age": "6" + }, + "id": 3952 + }, + { + "properties": { + "age": "7" + }, + "id": 3953 + }, + { + "properties": { + "age": "8" + }, + "id": 3954 + }, + { + "properties": { + "age": "9" + }, + "id": 3955 + }, + { + "properties": { + "age": "10" + }, + "id": 3956 + }, + { + "properties": { + "age": "11" + }, + "id": 3957 + }, + { + "properties": { + "age": "12" + }, + "id": 3958 + }, + { + "properties": { + "age": "13" + }, + "id": 3959 + }, + { + "properties": { + "age": "14" + }, + "id": 3960 + }, + { + "properties": { + "age": "15" + }, + "id": 3961 + } + ] + }, + "minecraft:jukebox": { + "properties": { + "has_record": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "has_record": "true" + }, + "id": 3962 + }, + { + "properties": { + "has_record": "false" + }, + "id": 3963, + "default": true + } + ] + }, + "minecraft:oak_fence": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3964 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3965 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3966 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3967 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3968 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3969 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3970 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3971 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3972 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3973 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3974 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3975 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3976 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3977 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3978 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3979 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3980 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3981 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3982 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3983 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3984 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3985 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3986 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3987 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 3988 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 3989 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 3990 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 3991 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 3992 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 3993 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 3994 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 3995, + "default": true + } + ] + }, + "minecraft:pumpkin": { + "states": [ + { + "id": 3996, + "default": true + } + ] + }, + "minecraft:netherrack": { + "states": [ + { + "id": 3997, + "default": true + } + ] + }, + "minecraft:soul_sand": { + "states": [ + { + "id": 3998, + "default": true + } + ] + }, + "minecraft:glowstone": { + "states": [ + { + "id": 3999, + "default": true + } + ] + }, + "minecraft:nether_portal": { + "properties": { + "axis": [ + "x", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 4000, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 4001 + } + ] + }, + "minecraft:carved_pumpkin": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4002, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4003 + }, + { + "properties": { + "facing": "west" + }, + "id": 4004 + }, + { + "properties": { + "facing": "east" + }, + "id": 4005 + } + ] + }, + "minecraft:jack_o_lantern": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4006, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4007 + }, + { + "properties": { + "facing": "west" + }, + "id": 4008 + }, + { + "properties": { + "facing": "east" + }, + "id": 4009 + } + ] + }, + "minecraft:cake": { + "properties": { + "bites": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6" + ] + }, + "states": [ + { + "properties": { + "bites": "0" + }, + "id": 4010, + "default": true + }, + { + "properties": { + "bites": "1" + }, + "id": 4011 + }, + { + "properties": { + "bites": "2" + }, + "id": 4012 + }, + { + "properties": { + "bites": "3" + }, + "id": 4013 + }, + { + "properties": { + "bites": "4" + }, + "id": 4014 + }, + { + "properties": { + "bites": "5" + }, + "id": 4015 + }, + { + "properties": { + "bites": "6" + }, + "id": 4016 + } + ] + }, + "minecraft:repeater": { + "properties": { + "delay": [ + "1", + "2", + "3", + "4" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "locked": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4017 + }, + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4018 + }, + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4019 + }, + { + "properties": { + "delay": "1", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4020, + "default": true + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4021 + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4022 + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4023 + }, + { + "properties": { + "delay": "1", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4024 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4025 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4026 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4027 + }, + { + "properties": { + "delay": "1", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4028 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4029 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4030 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4031 + }, + { + "properties": { + "delay": "1", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4032 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4033 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4034 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4035 + }, + { + "properties": { + "delay": "2", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4036 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4037 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4038 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4039 + }, + { + "properties": { + "delay": "2", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4040 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4041 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4042 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4043 + }, + { + "properties": { + "delay": "2", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4044 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4045 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4046 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4047 + }, + { + "properties": { + "delay": "2", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4048 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4049 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4050 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4051 + }, + { + "properties": { + "delay": "3", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4052 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4053 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4054 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4055 + }, + { + "properties": { + "delay": "3", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4056 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4057 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4058 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4059 + }, + { + "properties": { + "delay": "3", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4060 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4061 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4062 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4063 + }, + { + "properties": { + "delay": "3", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4064 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "true", + "powered": "true" + }, + "id": 4065 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "true", + "powered": "false" + }, + "id": 4066 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "false", + "powered": "true" + }, + "id": 4067 + }, + { + "properties": { + "delay": "4", + "facing": "north", + "locked": "false", + "powered": "false" + }, + "id": 4068 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "true", + "powered": "true" + }, + "id": 4069 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "true", + "powered": "false" + }, + "id": 4070 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "false", + "powered": "true" + }, + "id": 4071 + }, + { + "properties": { + "delay": "4", + "facing": "south", + "locked": "false", + "powered": "false" + }, + "id": 4072 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "true", + "powered": "true" + }, + "id": 4073 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "true", + "powered": "false" + }, + "id": 4074 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "false", + "powered": "true" + }, + "id": 4075 + }, + { + "properties": { + "delay": "4", + "facing": "west", + "locked": "false", + "powered": "false" + }, + "id": 4076 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "true", + "powered": "true" + }, + "id": 4077 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "true", + "powered": "false" + }, + "id": 4078 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "false", + "powered": "true" + }, + "id": 4079 + }, + { + "properties": { + "delay": "4", + "facing": "east", + "locked": "false", + "powered": "false" + }, + "id": 4080 + } + ] + }, + "minecraft:white_stained_glass": { + "states": [ + { + "id": 4081, + "default": true + } + ] + }, + "minecraft:orange_stained_glass": { + "states": [ + { + "id": 4082, + "default": true + } + ] + }, + "minecraft:magenta_stained_glass": { + "states": [ + { + "id": 4083, + "default": true + } + ] + }, + "minecraft:light_blue_stained_glass": { + "states": [ + { + "id": 4084, + "default": true + } + ] + }, + "minecraft:yellow_stained_glass": { + "states": [ + { + "id": 4085, + "default": true + } + ] + }, + "minecraft:lime_stained_glass": { + "states": [ + { + "id": 4086, + "default": true + } + ] + }, + "minecraft:pink_stained_glass": { + "states": [ + { + "id": 4087, + "default": true + } + ] + }, + "minecraft:gray_stained_glass": { + "states": [ + { + "id": 4088, + "default": true + } + ] + }, + "minecraft:light_gray_stained_glass": { + "states": [ + { + "id": 4089, + "default": true + } + ] + }, + "minecraft:cyan_stained_glass": { + "states": [ + { + "id": 4090, + "default": true + } + ] + }, + "minecraft:purple_stained_glass": { + "states": [ + { + "id": 4091, + "default": true + } + ] + }, + "minecraft:blue_stained_glass": { + "states": [ + { + "id": 4092, + "default": true + } + ] + }, + "minecraft:brown_stained_glass": { + "states": [ + { + "id": 4093, + "default": true + } + ] + }, + "minecraft:green_stained_glass": { + "states": [ + { + "id": 4094, + "default": true + } + ] + }, + "minecraft:red_stained_glass": { + "states": [ + { + "id": 4095, + "default": true + } + ] + }, + "minecraft:black_stained_glass": { + "states": [ + { + "id": 4096, + "default": true + } + ] + }, + "minecraft:oak_trapdoor": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4097 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4098 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4099 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4100 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4101 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4102 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4103 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4104 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4105 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4106 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4107 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4108 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4109 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4110 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4111 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4112, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4113 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4114 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4115 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4116 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4117 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4118 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4119 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4120 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4121 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4122 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4123 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4124 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4125 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4126 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4127 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4128 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4129 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4130 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4131 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4132 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4133 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4134 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4135 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4136 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4137 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4138 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4139 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4140 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4141 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4142 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4143 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4144 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4145 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4146 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4147 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4148 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4149 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4150 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4151 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4152 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4153 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4154 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4155 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4156 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4157 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4158 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4159 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4160 + } + ] + }, + "minecraft:spruce_trapdoor": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4161 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4162 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4163 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4164 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4165 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4166 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4167 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4168 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4169 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4170 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4171 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4172 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4173 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4174 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4175 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4176, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4177 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4178 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4179 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4180 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4181 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4182 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4183 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4184 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4185 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4186 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4187 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4188 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4189 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4190 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4191 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4192 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4193 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4194 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4195 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4196 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4197 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4198 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4199 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4200 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4201 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4202 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4203 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4204 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4205 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4206 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4207 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4208 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4209 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4210 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4211 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4212 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4213 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4214 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4215 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4216 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4217 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4218 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4219 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4220 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4221 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4222 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4223 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4224 + } + ] + }, + "minecraft:birch_trapdoor": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4225 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4226 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4227 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4228 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4229 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4230 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4231 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4232 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4233 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4234 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4235 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4236 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4237 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4238 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4239 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4240, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4241 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4242 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4243 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4244 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4245 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4246 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4247 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4248 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4249 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4250 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4251 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4252 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4253 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4254 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4255 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4256 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4257 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4258 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4259 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4260 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4261 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4262 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4263 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4264 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4265 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4266 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4267 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4268 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4269 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4270 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4271 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4272 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4273 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4274 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4275 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4276 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4277 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4278 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4279 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4280 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4281 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4282 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4283 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4284 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4285 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4286 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4287 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4288 + } + ] + }, + "minecraft:jungle_trapdoor": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4289 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4290 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4291 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4292 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4293 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4294 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4295 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4296 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4297 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4298 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4299 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4300 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4301 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4302 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4303 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4304, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4305 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4306 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4307 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4308 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4309 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4310 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4311 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4312 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4313 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4314 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4315 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4316 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4317 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4318 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4319 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4320 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4321 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4322 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4323 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4324 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4325 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4326 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4327 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4328 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4329 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4330 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4331 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4332 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4333 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4334 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4335 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4336 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4337 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4338 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4339 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4340 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4341 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4342 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4343 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4344 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4345 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4346 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4347 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4348 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4349 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4350 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4351 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4352 + } + ] + }, + "minecraft:acacia_trapdoor": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4353 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4354 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4355 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4356 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4357 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4358 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4359 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4360 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4361 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4362 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4363 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4364 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4365 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4366 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4367 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4368, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4369 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4370 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4371 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4372 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4373 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4374 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4375 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4376 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4377 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4378 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4379 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4380 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4381 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4382 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4383 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4384 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4385 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4386 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4387 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4388 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4389 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4390 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4391 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4392 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4393 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4394 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4395 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4396 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4397 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4398 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4399 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4400 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4401 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4402 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4403 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4404 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4405 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4406 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4407 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4408 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4409 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4410 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4411 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4412 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4413 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4414 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4415 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4416 + } + ] + }, + "minecraft:dark_oak_trapdoor": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4417 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4418 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4419 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4420 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4421 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4422 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4423 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4424 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4425 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4426 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4427 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4428 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4429 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4430 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4431 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4432, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4433 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4434 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4435 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4436 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4437 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4438 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4439 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4440 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4441 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4442 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4443 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4444 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4445 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4446 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4447 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4448 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4449 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4450 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4451 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4452 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4453 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4454 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4455 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4456 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4457 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4458 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4459 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4460 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4461 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4462 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4463 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4464 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4465 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4466 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4467 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4468 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4469 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4470 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4471 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4472 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 4473 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 4474 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 4475 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 4476 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 4477 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 4478 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 4479 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 4480 + } + ] + }, + "minecraft:stone_bricks": { + "states": [ + { + "id": 4481, + "default": true + } + ] + }, + "minecraft:mossy_stone_bricks": { + "states": [ + { + "id": 4482, + "default": true + } + ] + }, + "minecraft:cracked_stone_bricks": { + "states": [ + { + "id": 4483, + "default": true + } + ] + }, + "minecraft:chiseled_stone_bricks": { + "states": [ + { + "id": 4484, + "default": true + } + ] + }, + "minecraft:infested_stone": { + "states": [ + { + "id": 4485, + "default": true + } + ] + }, + "minecraft:infested_cobblestone": { + "states": [ + { + "id": 4486, + "default": true + } + ] + }, + "minecraft:infested_stone_bricks": { + "states": [ + { + "id": 4487, + "default": true + } + ] + }, + "minecraft:infested_mossy_stone_bricks": { + "states": [ + { + "id": 4488, + "default": true + } + ] + }, + "minecraft:infested_cracked_stone_bricks": { + "states": [ + { + "id": 4489, + "default": true + } + ] + }, + "minecraft:infested_chiseled_stone_bricks": { + "states": [ + { + "id": 4490, + "default": true + } + ] + }, + "minecraft:brown_mushroom_block": { + "properties": { + "down": [ + "true", + "false" + ], + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4491, + "default": true + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4492 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4493 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4494 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4495 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4496 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4497 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4498 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4499 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4500 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4501 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4502 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4503 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4504 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4505 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4506 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4507 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4508 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4509 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4510 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4511 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4512 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4513 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4514 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4515 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4516 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4517 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4518 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4519 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4520 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4521 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4522 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4523 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4524 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4525 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4526 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4527 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4528 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4529 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4530 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4531 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4532 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4533 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4534 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4535 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4536 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4537 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4538 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4539 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4540 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4541 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4542 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4543 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4544 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4545 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4546 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4547 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4548 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4549 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4550 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4551 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4552 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4553 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4554 + } + ] + }, + "minecraft:red_mushroom_block": { + "properties": { + "down": [ + "true", + "false" + ], + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4555, + "default": true + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4556 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4557 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4558 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4559 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4560 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4561 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4562 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4563 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4564 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4565 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4566 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4567 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4568 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4569 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4570 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4571 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4572 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4573 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4574 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4575 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4576 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4577 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4578 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4579 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4580 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4581 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4582 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4583 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4584 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4585 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4586 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4587 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4588 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4589 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4590 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4591 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4592 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4593 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4594 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4595 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4596 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4597 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4598 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4599 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4600 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4601 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4602 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4603 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4604 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4605 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4606 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4607 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4608 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4609 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4610 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4611 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4612 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4613 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4614 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4615 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4616 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4617 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4618 + } + ] + }, + "minecraft:mushroom_stem": { + "properties": { + "down": [ + "true", + "false" + ], + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4619, + "default": true + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4620 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4621 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4622 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4623 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4624 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4625 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4626 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4627 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4628 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4629 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4630 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4631 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4632 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4633 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4634 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4635 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4636 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4637 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4638 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4639 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4640 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4641 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4642 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4643 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4644 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4645 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4646 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4647 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4648 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4649 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4650 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4651 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4652 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4653 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4654 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4655 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4656 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4657 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4658 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4659 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4660 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4661 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4662 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4663 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4664 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4665 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4666 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4667 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4668 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4669 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4670 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4671 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4672 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4673 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4674 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4675 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4676 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4677 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4678 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4679 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4680 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4681 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4682 + } + ] + }, + "minecraft:iron_bars": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4683 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4684 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4685 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4686 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4687 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4688 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4689 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4690 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4691 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4692 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4693 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4694 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4695 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4696 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4697 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4698 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4699 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4700 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4701 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4702 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4703 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4704 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4705 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4706 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4707 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4708 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4709 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4710 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4711 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4712 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4713 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4714, + "default": true + } + ] + }, + "minecraft:glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4715 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4716 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4717 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4718 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4719 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4720 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4721 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4722 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4723 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4724 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4725 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4726 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4727 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4728 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4729 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4730 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4731 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4732 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4733 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4734 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4735 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4736 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4737 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4738 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 4739 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 4740 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 4741 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 4742 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 4743 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 4744 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 4745 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 4746, + "default": true + } + ] + }, + "minecraft:melon": { + "states": [ + { + "id": 4747, + "default": true + } + ] + }, + "minecraft:attached_pumpkin_stem": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4748, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4749 + }, + { + "properties": { + "facing": "west" + }, + "id": 4750 + }, + { + "properties": { + "facing": "east" + }, + "id": 4751 + } + ] + }, + "minecraft:attached_melon_stem": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 4752, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 4753 + }, + { + "properties": { + "facing": "west" + }, + "id": 4754 + }, + { + "properties": { + "facing": "east" + }, + "id": 4755 + } + ] + }, + "minecraft:pumpkin_stem": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 4756, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 4757 + }, + { + "properties": { + "age": "2" + }, + "id": 4758 + }, + { + "properties": { + "age": "3" + }, + "id": 4759 + }, + { + "properties": { + "age": "4" + }, + "id": 4760 + }, + { + "properties": { + "age": "5" + }, + "id": 4761 + }, + { + "properties": { + "age": "6" + }, + "id": 4762 + }, + { + "properties": { + "age": "7" + }, + "id": 4763 + } + ] + }, + "minecraft:melon_stem": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 4764, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 4765 + }, + { + "properties": { + "age": "2" + }, + "id": 4766 + }, + { + "properties": { + "age": "3" + }, + "id": 4767 + }, + { + "properties": { + "age": "4" + }, + "id": 4768 + }, + { + "properties": { + "age": "5" + }, + "id": 4769 + }, + { + "properties": { + "age": "6" + }, + "id": 4770 + }, + { + "properties": { + "age": "7" + }, + "id": 4771 + } + ] + }, + "minecraft:vine": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4772 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4773 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4774 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4775 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4776 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4777 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4778 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4779 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4780 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4781 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4782 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4783 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4784 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4785 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4786 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4787 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4788 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4789 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4790 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4791 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4792 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4793 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4794 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4795 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 4796 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 4797 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 4798 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 4799 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 4800 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 4801 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 4802 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 4803, + "default": true + } + ] + }, + "minecraft:oak_fence_gate": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "in_wall": [ + "true", + "false" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4804 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4805 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4806 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4807 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4808 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4809 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4810 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4811, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4812 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4813 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4814 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4815 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4816 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4817 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4818 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4819 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4820 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4821 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4822 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4823 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4824 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4825 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4826 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4827 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 4828 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 4829 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 4830 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 4831 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 4832 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 4833 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 4834 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 4835 + } + ] + }, + "minecraft:brick_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4836 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4837 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4838 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4839 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4840 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4841 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4842 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4843 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4844 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4845 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4846 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4847, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4848 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4849 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4850 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4851 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4852 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4853 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4854 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4855 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4856 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4857 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4858 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4859 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4860 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4861 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4862 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4863 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4864 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4865 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4866 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4867 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4868 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4869 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4870 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4871 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4872 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4873 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4874 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4875 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4876 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4877 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4878 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4879 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4880 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4881 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4882 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4883 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4884 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4885 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4886 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4887 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4888 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4889 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4890 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4891 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4892 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4893 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4894 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4895 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4896 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4897 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4898 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4899 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4900 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4901 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4902 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4903 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4904 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4905 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4906 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4907 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4908 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4909 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4910 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4911 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4912 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4913 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4914 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4915 + } + ] + }, + "minecraft:stone_brick_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4916 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4917 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4918 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4919 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4920 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4921 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4922 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4923 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4924 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4925 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4926 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4927, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4928 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4929 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4930 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4931 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4932 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4933 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4934 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4935 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4936 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4937 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4938 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4939 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4940 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4941 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4942 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4943 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4944 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4945 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4946 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4947 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4948 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4949 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4950 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4951 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4952 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4953 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4954 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4955 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4956 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4957 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4958 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4959 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4960 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4961 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4962 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4963 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4964 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4965 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4966 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4967 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4968 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4969 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4970 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4971 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4972 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4973 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4974 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4975 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4976 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4977 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4978 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4979 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4980 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4981 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4982 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4983 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4984 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4985 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 4986 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 4987 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 4988 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 4989 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 4990 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 4991 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 4992 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 4993 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 4994 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 4995 + } + ] + }, + "minecraft:mycelium": { + "properties": { + "snowy": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "snowy": "true" + }, + "id": 4996 + }, + { + "properties": { + "snowy": "false" + }, + "id": 4997, + "default": true + } + ] + }, + "minecraft:lily_pad": { + "states": [ + { + "id": 4998, + "default": true + } + ] + }, + "minecraft:nether_bricks": { + "states": [ + { + "id": 4999, + "default": true + } + ] + }, + "minecraft:nether_brick_fence": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5000 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5001 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5002 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5003 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5004 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5005 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5006 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5007 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5008 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5009 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5010 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5011 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5012 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5013 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5014 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5015 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5016 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5017 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5018 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5019 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5020 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5021 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5022 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5023 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5024 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5025 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5026 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5027 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5028 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5029 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5030 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5031, + "default": true + } + ] + }, + "minecraft:nether_brick_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5032 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5033 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5034 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5035 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5036 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5037 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5038 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5039 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5040 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5041 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5042 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5043, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5044 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5045 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5046 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5047 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5048 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5049 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5050 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5051 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5052 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5053 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5054 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5055 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5056 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5057 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5058 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5059 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5060 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5061 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5062 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5063 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5064 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5065 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5066 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5067 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5068 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5069 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5070 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5071 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5072 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5073 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5074 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5075 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5076 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5077 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5078 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5079 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5080 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5081 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5082 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5083 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5084 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5085 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5086 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5087 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5088 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5089 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5090 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5091 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5092 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5093 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5094 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5095 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5096 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5097 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5098 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5099 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5100 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5101 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5102 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5103 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5104 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5105 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5106 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5107 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5108 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5109 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5110 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5111 + } + ] + }, + "minecraft:nether_wart": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 5112, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 5113 + }, + { + "properties": { + "age": "2" + }, + "id": 5114 + }, + { + "properties": { + "age": "3" + }, + "id": 5115 + } + ] + }, + "minecraft:enchanting_table": { + "states": [ + { + "id": 5116, + "default": true + } + ] + }, + "minecraft:brewing_stand": { + "properties": { + "has_bottle_0": [ + "true", + "false" + ], + "has_bottle_1": [ + "true", + "false" + ], + "has_bottle_2": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "true", + "has_bottle_2": "true" + }, + "id": 5117 + }, + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "true", + "has_bottle_2": "false" + }, + "id": 5118 + }, + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "false", + "has_bottle_2": "true" + }, + "id": 5119 + }, + { + "properties": { + "has_bottle_0": "true", + "has_bottle_1": "false", + "has_bottle_2": "false" + }, + "id": 5120 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "true", + "has_bottle_2": "true" + }, + "id": 5121 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "true", + "has_bottle_2": "false" + }, + "id": 5122 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "false", + "has_bottle_2": "true" + }, + "id": 5123 + }, + { + "properties": { + "has_bottle_0": "false", + "has_bottle_1": "false", + "has_bottle_2": "false" + }, + "id": 5124, + "default": true + } + ] + }, + "minecraft:cauldron": { + "properties": { + "level": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "level": "0" + }, + "id": 5125, + "default": true + }, + { + "properties": { + "level": "1" + }, + "id": 5126 + }, + { + "properties": { + "level": "2" + }, + "id": 5127 + }, + { + "properties": { + "level": "3" + }, + "id": 5128 + } + ] + }, + "minecraft:end_portal": { + "states": [ + { + "id": 5129, + "default": true + } + ] + }, + "minecraft:end_portal_frame": { + "properties": { + "eye": [ + "true", + "false" + ], + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "eye": "true", + "facing": "north" + }, + "id": 5130 + }, + { + "properties": { + "eye": "true", + "facing": "south" + }, + "id": 5131 + }, + { + "properties": { + "eye": "true", + "facing": "west" + }, + "id": 5132 + }, + { + "properties": { + "eye": "true", + "facing": "east" + }, + "id": 5133 + }, + { + "properties": { + "eye": "false", + "facing": "north" + }, + "id": 5134, + "default": true + }, + { + "properties": { + "eye": "false", + "facing": "south" + }, + "id": 5135 + }, + { + "properties": { + "eye": "false", + "facing": "west" + }, + "id": 5136 + }, + { + "properties": { + "eye": "false", + "facing": "east" + }, + "id": 5137 + } + ] + }, + "minecraft:end_stone": { + "states": [ + { + "id": 5138, + "default": true + } + ] + }, + "minecraft:dragon_egg": { + "states": [ + { + "id": 5139, + "default": true + } + ] + }, + "minecraft:redstone_lamp": { + "properties": { + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "lit": "true" + }, + "id": 5140 + }, + { + "properties": { + "lit": "false" + }, + "id": 5141, + "default": true + } + ] + }, + "minecraft:cocoa": { + "properties": { + "age": [ + "0", + "1", + "2" + ], + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "age": "0", + "facing": "north" + }, + "id": 5142, + "default": true + }, + { + "properties": { + "age": "0", + "facing": "south" + }, + "id": 5143 + }, + { + "properties": { + "age": "0", + "facing": "west" + }, + "id": 5144 + }, + { + "properties": { + "age": "0", + "facing": "east" + }, + "id": 5145 + }, + { + "properties": { + "age": "1", + "facing": "north" + }, + "id": 5146 + }, + { + "properties": { + "age": "1", + "facing": "south" + }, + "id": 5147 + }, + { + "properties": { + "age": "1", + "facing": "west" + }, + "id": 5148 + }, + { + "properties": { + "age": "1", + "facing": "east" + }, + "id": 5149 + }, + { + "properties": { + "age": "2", + "facing": "north" + }, + "id": 5150 + }, + { + "properties": { + "age": "2", + "facing": "south" + }, + "id": 5151 + }, + { + "properties": { + "age": "2", + "facing": "west" + }, + "id": 5152 + }, + { + "properties": { + "age": "2", + "facing": "east" + }, + "id": 5153 + } + ] + }, + "minecraft:sandstone_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5154 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5155 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5156 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5157 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5158 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5159 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5160 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5161 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5162 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5163 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5164 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5165, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5166 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5167 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5168 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5169 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5170 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5171 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5172 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5173 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5174 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5175 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5176 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5177 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5178 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5179 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5180 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5181 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5182 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5183 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5184 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5185 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5186 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5187 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5188 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5189 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5190 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5191 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5192 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5193 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5194 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5195 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5196 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5197 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5198 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5199 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5200 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5201 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5202 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5203 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5204 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5205 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5206 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5207 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5208 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5209 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5210 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5211 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5212 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5213 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5214 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5215 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5216 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5217 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5218 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5219 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5220 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5221 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5222 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5223 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5224 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5225 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5226 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5227 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5228 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5229 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5230 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5231 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5232 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5233 + } + ] + }, + "minecraft:emerald_ore": { + "states": [ + { + "id": 5234, + "default": true + } + ] + }, + "minecraft:ender_chest": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 5235 + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 5236, + "default": true + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 5237 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 5238 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 5239 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 5240 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 5241 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 5242 + } + ] + }, + "minecraft:tripwire_hook": { + "properties": { + "attached": [ + "true", + "false" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "attached": "true", + "facing": "north", + "powered": "true" + }, + "id": 5243 + }, + { + "properties": { + "attached": "true", + "facing": "north", + "powered": "false" + }, + "id": 5244 + }, + { + "properties": { + "attached": "true", + "facing": "south", + "powered": "true" + }, + "id": 5245 + }, + { + "properties": { + "attached": "true", + "facing": "south", + "powered": "false" + }, + "id": 5246 + }, + { + "properties": { + "attached": "true", + "facing": "west", + "powered": "true" + }, + "id": 5247 + }, + { + "properties": { + "attached": "true", + "facing": "west", + "powered": "false" + }, + "id": 5248 + }, + { + "properties": { + "attached": "true", + "facing": "east", + "powered": "true" + }, + "id": 5249 + }, + { + "properties": { + "attached": "true", + "facing": "east", + "powered": "false" + }, + "id": 5250 + }, + { + "properties": { + "attached": "false", + "facing": "north", + "powered": "true" + }, + "id": 5251 + }, + { + "properties": { + "attached": "false", + "facing": "north", + "powered": "false" + }, + "id": 5252, + "default": true + }, + { + "properties": { + "attached": "false", + "facing": "south", + "powered": "true" + }, + "id": 5253 + }, + { + "properties": { + "attached": "false", + "facing": "south", + "powered": "false" + }, + "id": 5254 + }, + { + "properties": { + "attached": "false", + "facing": "west", + "powered": "true" + }, + "id": 5255 + }, + { + "properties": { + "attached": "false", + "facing": "west", + "powered": "false" + }, + "id": 5256 + }, + { + "properties": { + "attached": "false", + "facing": "east", + "powered": "true" + }, + "id": 5257 + }, + { + "properties": { + "attached": "false", + "facing": "east", + "powered": "false" + }, + "id": 5258 + } + ] + }, + "minecraft:tripwire": { + "properties": { + "attached": [ + "true", + "false" + ], + "disarmed": [ + "true", + "false" + ], + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5259 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5260 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5261 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5262 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5263 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5264 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5265 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5266 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5267 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5268 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5269 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5270 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5271 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5272 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5273 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5274 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5275 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5276 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5277 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5278 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5279 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5280 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5281 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5282 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5283 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5284 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5285 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5286 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5287 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5288 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5289 + }, + { + "properties": { + "attached": "true", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5290 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5291 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5292 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5293 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5294 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5295 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5296 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5297 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5298 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5299 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5300 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5301 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5302 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5303 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5304 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5305 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5306 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5307 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5308 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5309 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5310 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5311 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5312 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5313 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5314 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5315 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5316 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5317 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5318 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5319 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5320 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5321 + }, + { + "properties": { + "attached": "true", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5322 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5323 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5324 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5325 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5326 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5327 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5328 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5329 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5330 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5331 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5332 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5333 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5334 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5335 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5336 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5337 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5338 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5339 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5340 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5341 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5342 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5343 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5344 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5345 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5346 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5347 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5348 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5349 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5350 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5351 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5352 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5353 + }, + { + "properties": { + "attached": "false", + "disarmed": "true", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5354 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5355 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5356 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5357 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5358 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5359 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5360 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5361 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5362 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5363 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5364 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5365 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5366 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5367 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5368 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5369 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "true", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5370 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5371 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5372 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5373 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5374 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5375 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5376 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5377 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "true", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5378 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "true" + }, + "id": 5379 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "true", + "west": "false" + }, + "id": 5380 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "true" + }, + "id": 5381 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "true", + "south": "false", + "west": "false" + }, + "id": 5382 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "true" + }, + "id": 5383 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "true", + "west": "false" + }, + "id": 5384 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "true" + }, + "id": 5385 + }, + { + "properties": { + "attached": "false", + "disarmed": "false", + "east": "false", + "north": "false", + "powered": "false", + "south": "false", + "west": "false" + }, + "id": 5386, + "default": true + } + ] + }, + "minecraft:emerald_block": { + "states": [ + { + "id": 5387, + "default": true + } + ] + }, + "minecraft:spruce_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5388 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5389 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5390 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5391 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5392 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5393 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5394 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5395 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5396 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5397 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5398 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5399, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5400 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5401 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5402 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5403 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5404 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5405 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5406 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5407 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5408 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5409 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5410 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5411 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5412 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5413 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5414 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5415 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5416 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5417 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5418 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5419 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5420 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5421 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5422 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5423 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5424 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5425 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5426 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5427 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5428 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5429 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5430 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5431 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5432 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5433 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5434 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5435 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5436 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5437 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5438 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5439 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5440 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5441 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5442 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5443 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5444 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5445 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5446 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5447 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5448 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5449 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5450 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5451 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5452 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5453 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5454 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5455 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5456 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5457 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5458 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5459 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5460 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5461 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5462 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5463 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5464 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5465 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5466 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5467 + } + ] + }, + "minecraft:birch_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5468 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5469 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5470 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5471 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5472 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5473 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5474 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5475 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5476 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5477 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5478 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5479, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5480 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5481 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5482 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5483 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5484 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5485 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5486 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5487 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5488 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5489 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5490 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5491 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5492 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5493 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5494 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5495 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5496 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5497 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5498 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5499 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5500 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5501 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5502 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5503 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5504 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5505 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5506 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5507 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5508 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5509 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5510 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5511 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5512 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5513 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5514 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5515 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5516 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5517 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5518 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5519 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5520 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5521 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5522 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5523 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5524 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5525 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5526 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5527 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5528 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5529 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5530 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5531 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5532 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5533 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5534 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5535 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5536 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5537 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5538 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5539 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5540 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5541 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5542 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5543 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5544 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5545 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5546 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5547 + } + ] + }, + "minecraft:jungle_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5548 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5549 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5550 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5551 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5552 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5553 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5554 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5555 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5556 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5557 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5558 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5559, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5560 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5561 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5562 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5563 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5564 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5565 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5566 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5567 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5568 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5569 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5570 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5571 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5572 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5573 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5574 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5575 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5576 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5577 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5578 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5579 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5580 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5581 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5582 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5583 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5584 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5585 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5586 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5587 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5588 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5589 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5590 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5591 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5592 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5593 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5594 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5595 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5596 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5597 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5598 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5599 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5600 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5601 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5602 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5603 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5604 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5605 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5606 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5607 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5608 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5609 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5610 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5611 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5612 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5613 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5614 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5615 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5616 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5617 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 5618 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 5619 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 5620 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 5621 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 5622 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 5623 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 5624 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 5625 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 5626 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 5627 + } + ] + }, + "minecraft:command_block": { + "properties": { + "conditional": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "conditional": "true", + "facing": "north" + }, + "id": 5628 + }, + { + "properties": { + "conditional": "true", + "facing": "east" + }, + "id": 5629 + }, + { + "properties": { + "conditional": "true", + "facing": "south" + }, + "id": 5630 + }, + { + "properties": { + "conditional": "true", + "facing": "west" + }, + "id": 5631 + }, + { + "properties": { + "conditional": "true", + "facing": "up" + }, + "id": 5632 + }, + { + "properties": { + "conditional": "true", + "facing": "down" + }, + "id": 5633 + }, + { + "properties": { + "conditional": "false", + "facing": "north" + }, + "id": 5634, + "default": true + }, + { + "properties": { + "conditional": "false", + "facing": "east" + }, + "id": 5635 + }, + { + "properties": { + "conditional": "false", + "facing": "south" + }, + "id": 5636 + }, + { + "properties": { + "conditional": "false", + "facing": "west" + }, + "id": 5637 + }, + { + "properties": { + "conditional": "false", + "facing": "up" + }, + "id": 5638 + }, + { + "properties": { + "conditional": "false", + "facing": "down" + }, + "id": 5639 + } + ] + }, + "minecraft:beacon": { + "states": [ + { + "id": 5640, + "default": true + } + ] + }, + "minecraft:cobblestone_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5641 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5642 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5643 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5644 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5645 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5646 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5647 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5648 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5649 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5650 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5651 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5652 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5653 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5654 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5655 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5656 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5657 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5658 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5659 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5660 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5661 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5662 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5663 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5664 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5665 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5666 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5667 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5668 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5669 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5670 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5671 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5672 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5673 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5674 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5675 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5676 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5677 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5678 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5679 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5680 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5681 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5682 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5683 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5684 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5685 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5686 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5687 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5688 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5689 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5690 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5691 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5692 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5693 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5694 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5695 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5696 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5697 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5698 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5699 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5700, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5701 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5702 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5703 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5704 + } + ] + }, + "minecraft:mossy_cobblestone_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5705 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5706 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5707 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5708 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5709 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5710 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5711 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5712 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5713 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5714 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5715 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5716 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5717 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5718 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5719 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5720 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5721 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5722 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5723 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5724 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5725 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5726 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5727 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5728 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5729 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5730 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5731 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5732 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5733 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5734 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5735 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5736 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5737 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5738 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5739 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5740 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5741 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5742 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5743 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5744 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5745 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5746 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5747 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5748 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5749 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5750 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5751 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5752 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5753 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5754 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5755 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5756 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5757 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5758 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5759 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5760 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 5761 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 5762 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 5763 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 5764, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 5765 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 5766 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 5767 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 5768 + } + ] + }, + "minecraft:flower_pot": { + "states": [ + { + "id": 5769, + "default": true + } + ] + }, + "minecraft:potted_oak_sapling": { + "states": [ + { + "id": 5770, + "default": true + } + ] + }, + "minecraft:potted_spruce_sapling": { + "states": [ + { + "id": 5771, + "default": true + } + ] + }, + "minecraft:potted_birch_sapling": { + "states": [ + { + "id": 5772, + "default": true + } + ] + }, + "minecraft:potted_jungle_sapling": { + "states": [ + { + "id": 5773, + "default": true + } + ] + }, + "minecraft:potted_acacia_sapling": { + "states": [ + { + "id": 5774, + "default": true + } + ] + }, + "minecraft:potted_dark_oak_sapling": { + "states": [ + { + "id": 5775, + "default": true + } + ] + }, + "minecraft:potted_fern": { + "states": [ + { + "id": 5776, + "default": true + } + ] + }, + "minecraft:potted_dandelion": { + "states": [ + { + "id": 5777, + "default": true + } + ] + }, + "minecraft:potted_poppy": { + "states": [ + { + "id": 5778, + "default": true + } + ] + }, + "minecraft:potted_blue_orchid": { + "states": [ + { + "id": 5779, + "default": true + } + ] + }, + "minecraft:potted_allium": { + "states": [ + { + "id": 5780, + "default": true + } + ] + }, + "minecraft:potted_azure_bluet": { + "states": [ + { + "id": 5781, + "default": true + } + ] + }, + "minecraft:potted_red_tulip": { + "states": [ + { + "id": 5782, + "default": true + } + ] + }, + "minecraft:potted_orange_tulip": { + "states": [ + { + "id": 5783, + "default": true + } + ] + }, + "minecraft:potted_white_tulip": { + "states": [ + { + "id": 5784, + "default": true + } + ] + }, + "minecraft:potted_pink_tulip": { + "states": [ + { + "id": 5785, + "default": true + } + ] + }, + "minecraft:potted_oxeye_daisy": { + "states": [ + { + "id": 5786, + "default": true + } + ] + }, + "minecraft:potted_cornflower": { + "states": [ + { + "id": 5787, + "default": true + } + ] + }, + "minecraft:potted_lily_of_the_valley": { + "states": [ + { + "id": 5788, + "default": true + } + ] + }, + "minecraft:potted_wither_rose": { + "states": [ + { + "id": 5789, + "default": true + } + ] + }, + "minecraft:potted_red_mushroom": { + "states": [ + { + "id": 5790, + "default": true + } + ] + }, + "minecraft:potted_brown_mushroom": { + "states": [ + { + "id": 5791, + "default": true + } + ] + }, + "minecraft:potted_dead_bush": { + "states": [ + { + "id": 5792, + "default": true + } + ] + }, + "minecraft:potted_cactus": { + "states": [ + { + "id": 5793, + "default": true + } + ] + }, + "minecraft:carrots": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 5794, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 5795 + }, + { + "properties": { + "age": "2" + }, + "id": 5796 + }, + { + "properties": { + "age": "3" + }, + "id": 5797 + }, + { + "properties": { + "age": "4" + }, + "id": 5798 + }, + { + "properties": { + "age": "5" + }, + "id": 5799 + }, + { + "properties": { + "age": "6" + }, + "id": 5800 + }, + { + "properties": { + "age": "7" + }, + "id": 5801 + } + ] + }, + "minecraft:potatoes": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 5802, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 5803 + }, + { + "properties": { + "age": "2" + }, + "id": 5804 + }, + { + "properties": { + "age": "3" + }, + "id": 5805 + }, + { + "properties": { + "age": "4" + }, + "id": 5806 + }, + { + "properties": { + "age": "5" + }, + "id": 5807 + }, + { + "properties": { + "age": "6" + }, + "id": 5808 + }, + { + "properties": { + "age": "7" + }, + "id": 5809 + } + ] + }, + "minecraft:oak_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 5810 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 5811 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 5812 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 5813 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 5814 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 5815 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 5816 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 5817 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 5818 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 5819, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 5820 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 5821 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 5822 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 5823 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 5824 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 5825 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 5826 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 5827 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 5828 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 5829 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 5830 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 5831 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 5832 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 5833 + } + ] + }, + "minecraft:spruce_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 5834 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 5835 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 5836 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 5837 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 5838 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 5839 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 5840 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 5841 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 5842 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 5843, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 5844 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 5845 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 5846 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 5847 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 5848 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 5849 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 5850 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 5851 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 5852 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 5853 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 5854 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 5855 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 5856 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 5857 + } + ] + }, + "minecraft:birch_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 5858 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 5859 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 5860 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 5861 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 5862 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 5863 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 5864 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 5865 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 5866 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 5867, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 5868 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 5869 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 5870 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 5871 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 5872 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 5873 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 5874 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 5875 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 5876 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 5877 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 5878 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 5879 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 5880 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 5881 + } + ] + }, + "minecraft:jungle_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 5882 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 5883 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 5884 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 5885 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 5886 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 5887 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 5888 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 5889 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 5890 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 5891, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 5892 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 5893 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 5894 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 5895 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 5896 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 5897 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 5898 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 5899 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 5900 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 5901 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 5902 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 5903 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 5904 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 5905 + } + ] + }, + "minecraft:acacia_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 5906 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 5907 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 5908 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 5909 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 5910 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 5911 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 5912 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 5913 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 5914 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 5915, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 5916 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 5917 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 5918 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 5919 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 5920 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 5921 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 5922 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 5923 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 5924 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 5925 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 5926 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 5927 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 5928 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 5929 + } + ] + }, + "minecraft:dark_oak_button": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "true" + }, + "id": 5930 + }, + { + "properties": { + "face": "floor", + "facing": "north", + "powered": "false" + }, + "id": 5931 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "true" + }, + "id": 5932 + }, + { + "properties": { + "face": "floor", + "facing": "south", + "powered": "false" + }, + "id": 5933 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "true" + }, + "id": 5934 + }, + { + "properties": { + "face": "floor", + "facing": "west", + "powered": "false" + }, + "id": 5935 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "true" + }, + "id": 5936 + }, + { + "properties": { + "face": "floor", + "facing": "east", + "powered": "false" + }, + "id": 5937 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "true" + }, + "id": 5938 + }, + { + "properties": { + "face": "wall", + "facing": "north", + "powered": "false" + }, + "id": 5939, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "true" + }, + "id": 5940 + }, + { + "properties": { + "face": "wall", + "facing": "south", + "powered": "false" + }, + "id": 5941 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "true" + }, + "id": 5942 + }, + { + "properties": { + "face": "wall", + "facing": "west", + "powered": "false" + }, + "id": 5943 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "true" + }, + "id": 5944 + }, + { + "properties": { + "face": "wall", + "facing": "east", + "powered": "false" + }, + "id": 5945 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 5946 + }, + { + "properties": { + "face": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 5947 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 5948 + }, + { + "properties": { + "face": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 5949 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 5950 + }, + { + "properties": { + "face": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 5951 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 5952 + }, + { + "properties": { + "face": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 5953 + } + ] + }, + "minecraft:skeleton_skull": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 5954, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 5955 + }, + { + "properties": { + "rotation": "2" + }, + "id": 5956 + }, + { + "properties": { + "rotation": "3" + }, + "id": 5957 + }, + { + "properties": { + "rotation": "4" + }, + "id": 5958 + }, + { + "properties": { + "rotation": "5" + }, + "id": 5959 + }, + { + "properties": { + "rotation": "6" + }, + "id": 5960 + }, + { + "properties": { + "rotation": "7" + }, + "id": 5961 + }, + { + "properties": { + "rotation": "8" + }, + "id": 5962 + }, + { + "properties": { + "rotation": "9" + }, + "id": 5963 + }, + { + "properties": { + "rotation": "10" + }, + "id": 5964 + }, + { + "properties": { + "rotation": "11" + }, + "id": 5965 + }, + { + "properties": { + "rotation": "12" + }, + "id": 5966 + }, + { + "properties": { + "rotation": "13" + }, + "id": 5967 + }, + { + "properties": { + "rotation": "14" + }, + "id": 5968 + }, + { + "properties": { + "rotation": "15" + }, + "id": 5969 + } + ] + }, + "minecraft:skeleton_wall_skull": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 5970, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 5971 + }, + { + "properties": { + "facing": "west" + }, + "id": 5972 + }, + { + "properties": { + "facing": "east" + }, + "id": 5973 + } + ] + }, + "minecraft:wither_skeleton_skull": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 5974, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 5975 + }, + { + "properties": { + "rotation": "2" + }, + "id": 5976 + }, + { + "properties": { + "rotation": "3" + }, + "id": 5977 + }, + { + "properties": { + "rotation": "4" + }, + "id": 5978 + }, + { + "properties": { + "rotation": "5" + }, + "id": 5979 + }, + { + "properties": { + "rotation": "6" + }, + "id": 5980 + }, + { + "properties": { + "rotation": "7" + }, + "id": 5981 + }, + { + "properties": { + "rotation": "8" + }, + "id": 5982 + }, + { + "properties": { + "rotation": "9" + }, + "id": 5983 + }, + { + "properties": { + "rotation": "10" + }, + "id": 5984 + }, + { + "properties": { + "rotation": "11" + }, + "id": 5985 + }, + { + "properties": { + "rotation": "12" + }, + "id": 5986 + }, + { + "properties": { + "rotation": "13" + }, + "id": 5987 + }, + { + "properties": { + "rotation": "14" + }, + "id": 5988 + }, + { + "properties": { + "rotation": "15" + }, + "id": 5989 + } + ] + }, + "minecraft:wither_skeleton_wall_skull": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 5990, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 5991 + }, + { + "properties": { + "facing": "west" + }, + "id": 5992 + }, + { + "properties": { + "facing": "east" + }, + "id": 5993 + } + ] + }, + "minecraft:zombie_head": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 5994, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 5995 + }, + { + "properties": { + "rotation": "2" + }, + "id": 5996 + }, + { + "properties": { + "rotation": "3" + }, + "id": 5997 + }, + { + "properties": { + "rotation": "4" + }, + "id": 5998 + }, + { + "properties": { + "rotation": "5" + }, + "id": 5999 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6000 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6001 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6002 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6003 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6004 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6005 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6006 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6007 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6008 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6009 + } + ] + }, + "minecraft:zombie_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6010, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6011 + }, + { + "properties": { + "facing": "west" + }, + "id": 6012 + }, + { + "properties": { + "facing": "east" + }, + "id": 6013 + } + ] + }, + "minecraft:player_head": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 6014, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6015 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6016 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6017 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6018 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6019 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6020 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6021 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6022 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6023 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6024 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6025 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6026 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6027 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6028 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6029 + } + ] + }, + "minecraft:player_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6030, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6031 + }, + { + "properties": { + "facing": "west" + }, + "id": 6032 + }, + { + "properties": { + "facing": "east" + }, + "id": 6033 + } + ] + }, + "minecraft:creeper_head": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 6034, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6035 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6036 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6037 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6038 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6039 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6040 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6041 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6042 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6043 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6044 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6045 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6046 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6047 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6048 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6049 + } + ] + }, + "minecraft:creeper_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6050, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6051 + }, + { + "properties": { + "facing": "west" + }, + "id": 6052 + }, + { + "properties": { + "facing": "east" + }, + "id": 6053 + } + ] + }, + "minecraft:dragon_head": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 6054, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 6055 + }, + { + "properties": { + "rotation": "2" + }, + "id": 6056 + }, + { + "properties": { + "rotation": "3" + }, + "id": 6057 + }, + { + "properties": { + "rotation": "4" + }, + "id": 6058 + }, + { + "properties": { + "rotation": "5" + }, + "id": 6059 + }, + { + "properties": { + "rotation": "6" + }, + "id": 6060 + }, + { + "properties": { + "rotation": "7" + }, + "id": 6061 + }, + { + "properties": { + "rotation": "8" + }, + "id": 6062 + }, + { + "properties": { + "rotation": "9" + }, + "id": 6063 + }, + { + "properties": { + "rotation": "10" + }, + "id": 6064 + }, + { + "properties": { + "rotation": "11" + }, + "id": 6065 + }, + { + "properties": { + "rotation": "12" + }, + "id": 6066 + }, + { + "properties": { + "rotation": "13" + }, + "id": 6067 + }, + { + "properties": { + "rotation": "14" + }, + "id": 6068 + }, + { + "properties": { + "rotation": "15" + }, + "id": 6069 + } + ] + }, + "minecraft:dragon_wall_head": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6070, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6071 + }, + { + "properties": { + "facing": "west" + }, + "id": 6072 + }, + { + "properties": { + "facing": "east" + }, + "id": 6073 + } + ] + }, + "minecraft:anvil": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6074, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6075 + }, + { + "properties": { + "facing": "west" + }, + "id": 6076 + }, + { + "properties": { + "facing": "east" + }, + "id": 6077 + } + ] + }, + "minecraft:chipped_anvil": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6078, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6079 + }, + { + "properties": { + "facing": "west" + }, + "id": 6080 + }, + { + "properties": { + "facing": "east" + }, + "id": 6081 + } + ] + }, + "minecraft:damaged_anvil": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 6082, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 6083 + }, + { + "properties": { + "facing": "west" + }, + "id": 6084 + }, + { + "properties": { + "facing": "east" + }, + "id": 6085 + } + ] + }, + "minecraft:trapped_chest": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "type": [ + "single", + "left", + "right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "true" + }, + "id": 6086 + }, + { + "properties": { + "facing": "north", + "type": "single", + "waterlogged": "false" + }, + "id": 6087, + "default": true + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "true" + }, + "id": 6088 + }, + { + "properties": { + "facing": "north", + "type": "left", + "waterlogged": "false" + }, + "id": 6089 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "true" + }, + "id": 6090 + }, + { + "properties": { + "facing": "north", + "type": "right", + "waterlogged": "false" + }, + "id": 6091 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "true" + }, + "id": 6092 + }, + { + "properties": { + "facing": "south", + "type": "single", + "waterlogged": "false" + }, + "id": 6093 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "true" + }, + "id": 6094 + }, + { + "properties": { + "facing": "south", + "type": "left", + "waterlogged": "false" + }, + "id": 6095 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "true" + }, + "id": 6096 + }, + { + "properties": { + "facing": "south", + "type": "right", + "waterlogged": "false" + }, + "id": 6097 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "true" + }, + "id": 6098 + }, + { + "properties": { + "facing": "west", + "type": "single", + "waterlogged": "false" + }, + "id": 6099 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "true" + }, + "id": 6100 + }, + { + "properties": { + "facing": "west", + "type": "left", + "waterlogged": "false" + }, + "id": 6101 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "true" + }, + "id": 6102 + }, + { + "properties": { + "facing": "west", + "type": "right", + "waterlogged": "false" + }, + "id": 6103 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "true" + }, + "id": 6104 + }, + { + "properties": { + "facing": "east", + "type": "single", + "waterlogged": "false" + }, + "id": 6105 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "true" + }, + "id": 6106 + }, + { + "properties": { + "facing": "east", + "type": "left", + "waterlogged": "false" + }, + "id": 6107 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "true" + }, + "id": 6108 + }, + { + "properties": { + "facing": "east", + "type": "right", + "waterlogged": "false" + }, + "id": 6109 + } + ] + }, + "minecraft:light_weighted_pressure_plate": { + "properties": { + "power": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "power": "0" + }, + "id": 6110, + "default": true + }, + { + "properties": { + "power": "1" + }, + "id": 6111 + }, + { + "properties": { + "power": "2" + }, + "id": 6112 + }, + { + "properties": { + "power": "3" + }, + "id": 6113 + }, + { + "properties": { + "power": "4" + }, + "id": 6114 + }, + { + "properties": { + "power": "5" + }, + "id": 6115 + }, + { + "properties": { + "power": "6" + }, + "id": 6116 + }, + { + "properties": { + "power": "7" + }, + "id": 6117 + }, + { + "properties": { + "power": "8" + }, + "id": 6118 + }, + { + "properties": { + "power": "9" + }, + "id": 6119 + }, + { + "properties": { + "power": "10" + }, + "id": 6120 + }, + { + "properties": { + "power": "11" + }, + "id": 6121 + }, + { + "properties": { + "power": "12" + }, + "id": 6122 + }, + { + "properties": { + "power": "13" + }, + "id": 6123 + }, + { + "properties": { + "power": "14" + }, + "id": 6124 + }, + { + "properties": { + "power": "15" + }, + "id": 6125 + } + ] + }, + "minecraft:heavy_weighted_pressure_plate": { + "properties": { + "power": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "power": "0" + }, + "id": 6126, + "default": true + }, + { + "properties": { + "power": "1" + }, + "id": 6127 + }, + { + "properties": { + "power": "2" + }, + "id": 6128 + }, + { + "properties": { + "power": "3" + }, + "id": 6129 + }, + { + "properties": { + "power": "4" + }, + "id": 6130 + }, + { + "properties": { + "power": "5" + }, + "id": 6131 + }, + { + "properties": { + "power": "6" + }, + "id": 6132 + }, + { + "properties": { + "power": "7" + }, + "id": 6133 + }, + { + "properties": { + "power": "8" + }, + "id": 6134 + }, + { + "properties": { + "power": "9" + }, + "id": 6135 + }, + { + "properties": { + "power": "10" + }, + "id": 6136 + }, + { + "properties": { + "power": "11" + }, + "id": 6137 + }, + { + "properties": { + "power": "12" + }, + "id": 6138 + }, + { + "properties": { + "power": "13" + }, + "id": 6139 + }, + { + "properties": { + "power": "14" + }, + "id": 6140 + }, + { + "properties": { + "power": "15" + }, + "id": 6141 + } + ] + }, + "minecraft:comparator": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "mode": [ + "compare", + "subtract" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "mode": "compare", + "powered": "true" + }, + "id": 6142 + }, + { + "properties": { + "facing": "north", + "mode": "compare", + "powered": "false" + }, + "id": 6143, + "default": true + }, + { + "properties": { + "facing": "north", + "mode": "subtract", + "powered": "true" + }, + "id": 6144 + }, + { + "properties": { + "facing": "north", + "mode": "subtract", + "powered": "false" + }, + "id": 6145 + }, + { + "properties": { + "facing": "south", + "mode": "compare", + "powered": "true" + }, + "id": 6146 + }, + { + "properties": { + "facing": "south", + "mode": "compare", + "powered": "false" + }, + "id": 6147 + }, + { + "properties": { + "facing": "south", + "mode": "subtract", + "powered": "true" + }, + "id": 6148 + }, + { + "properties": { + "facing": "south", + "mode": "subtract", + "powered": "false" + }, + "id": 6149 + }, + { + "properties": { + "facing": "west", + "mode": "compare", + "powered": "true" + }, + "id": 6150 + }, + { + "properties": { + "facing": "west", + "mode": "compare", + "powered": "false" + }, + "id": 6151 + }, + { + "properties": { + "facing": "west", + "mode": "subtract", + "powered": "true" + }, + "id": 6152 + }, + { + "properties": { + "facing": "west", + "mode": "subtract", + "powered": "false" + }, + "id": 6153 + }, + { + "properties": { + "facing": "east", + "mode": "compare", + "powered": "true" + }, + "id": 6154 + }, + { + "properties": { + "facing": "east", + "mode": "compare", + "powered": "false" + }, + "id": 6155 + }, + { + "properties": { + "facing": "east", + "mode": "subtract", + "powered": "true" + }, + "id": 6156 + }, + { + "properties": { + "facing": "east", + "mode": "subtract", + "powered": "false" + }, + "id": 6157 + } + ] + }, + "minecraft:daylight_detector": { + "properties": { + "inverted": [ + "true", + "false" + ], + "power": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "inverted": "true", + "power": "0" + }, + "id": 6158 + }, + { + "properties": { + "inverted": "true", + "power": "1" + }, + "id": 6159 + }, + { + "properties": { + "inverted": "true", + "power": "2" + }, + "id": 6160 + }, + { + "properties": { + "inverted": "true", + "power": "3" + }, + "id": 6161 + }, + { + "properties": { + "inverted": "true", + "power": "4" + }, + "id": 6162 + }, + { + "properties": { + "inverted": "true", + "power": "5" + }, + "id": 6163 + }, + { + "properties": { + "inverted": "true", + "power": "6" + }, + "id": 6164 + }, + { + "properties": { + "inverted": "true", + "power": "7" + }, + "id": 6165 + }, + { + "properties": { + "inverted": "true", + "power": "8" + }, + "id": 6166 + }, + { + "properties": { + "inverted": "true", + "power": "9" + }, + "id": 6167 + }, + { + "properties": { + "inverted": "true", + "power": "10" + }, + "id": 6168 + }, + { + "properties": { + "inverted": "true", + "power": "11" + }, + "id": 6169 + }, + { + "properties": { + "inverted": "true", + "power": "12" + }, + "id": 6170 + }, + { + "properties": { + "inverted": "true", + "power": "13" + }, + "id": 6171 + }, + { + "properties": { + "inverted": "true", + "power": "14" + }, + "id": 6172 + }, + { + "properties": { + "inverted": "true", + "power": "15" + }, + "id": 6173 + }, + { + "properties": { + "inverted": "false", + "power": "0" + }, + "id": 6174, + "default": true + }, + { + "properties": { + "inverted": "false", + "power": "1" + }, + "id": 6175 + }, + { + "properties": { + "inverted": "false", + "power": "2" + }, + "id": 6176 + }, + { + "properties": { + "inverted": "false", + "power": "3" + }, + "id": 6177 + }, + { + "properties": { + "inverted": "false", + "power": "4" + }, + "id": 6178 + }, + { + "properties": { + "inverted": "false", + "power": "5" + }, + "id": 6179 + }, + { + "properties": { + "inverted": "false", + "power": "6" + }, + "id": 6180 + }, + { + "properties": { + "inverted": "false", + "power": "7" + }, + "id": 6181 + }, + { + "properties": { + "inverted": "false", + "power": "8" + }, + "id": 6182 + }, + { + "properties": { + "inverted": "false", + "power": "9" + }, + "id": 6183 + }, + { + "properties": { + "inverted": "false", + "power": "10" + }, + "id": 6184 + }, + { + "properties": { + "inverted": "false", + "power": "11" + }, + "id": 6185 + }, + { + "properties": { + "inverted": "false", + "power": "12" + }, + "id": 6186 + }, + { + "properties": { + "inverted": "false", + "power": "13" + }, + "id": 6187 + }, + { + "properties": { + "inverted": "false", + "power": "14" + }, + "id": 6188 + }, + { + "properties": { + "inverted": "false", + "power": "15" + }, + "id": 6189 + } + ] + }, + "minecraft:redstone_block": { + "states": [ + { + "id": 6190, + "default": true + } + ] + }, + "minecraft:nether_quartz_ore": { + "states": [ + { + "id": 6191, + "default": true + } + ] + }, + "minecraft:hopper": { + "properties": { + "enabled": [ + "true", + "false" + ], + "facing": [ + "down", + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "enabled": "true", + "facing": "down" + }, + "id": 6192, + "default": true + }, + { + "properties": { + "enabled": "true", + "facing": "north" + }, + "id": 6193 + }, + { + "properties": { + "enabled": "true", + "facing": "south" + }, + "id": 6194 + }, + { + "properties": { + "enabled": "true", + "facing": "west" + }, + "id": 6195 + }, + { + "properties": { + "enabled": "true", + "facing": "east" + }, + "id": 6196 + }, + { + "properties": { + "enabled": "false", + "facing": "down" + }, + "id": 6197 + }, + { + "properties": { + "enabled": "false", + "facing": "north" + }, + "id": 6198 + }, + { + "properties": { + "enabled": "false", + "facing": "south" + }, + "id": 6199 + }, + { + "properties": { + "enabled": "false", + "facing": "west" + }, + "id": 6200 + }, + { + "properties": { + "enabled": "false", + "facing": "east" + }, + "id": 6201 + } + ] + }, + "minecraft:quartz_block": { + "states": [ + { + "id": 6202, + "default": true + } + ] + }, + "minecraft:chiseled_quartz_block": { + "states": [ + { + "id": 6203, + "default": true + } + ] + }, + "minecraft:quartz_pillar": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 6204 + }, + { + "properties": { + "axis": "y" + }, + "id": 6205, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 6206 + } + ] + }, + "minecraft:quartz_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6207 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6208 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6209 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6210 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6211 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6212 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6213 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6214 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6215 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6216 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6217 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6218, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6219 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6220 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6221 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6222 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6223 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6224 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6225 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6226 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6227 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6228 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6229 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6230 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6231 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6232 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6233 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6234 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6235 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6236 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6237 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6238 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6239 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6240 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6241 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6242 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6243 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6244 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6245 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6246 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6247 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6248 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6249 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6250 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6251 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6252 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6253 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6254 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6255 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6256 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6257 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6258 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6259 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6260 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6261 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6262 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6263 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6264 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6265 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6266 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6267 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6268 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6269 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6270 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6271 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6272 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6273 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6274 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6275 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6276 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6277 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6278 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6279 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6280 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6281 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6282 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6283 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6284 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6285 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6286 + } + ] + }, + "minecraft:activator_rail": { + "properties": { + "powered": [ + "true", + "false" + ], + "shape": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" + ] + }, + "states": [ + { + "properties": { + "powered": "true", + "shape": "north_south" + }, + "id": 6287 + }, + { + "properties": { + "powered": "true", + "shape": "east_west" + }, + "id": 6288 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_east" + }, + "id": 6289 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_west" + }, + "id": 6290 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_north" + }, + "id": 6291 + }, + { + "properties": { + "powered": "true", + "shape": "ascending_south" + }, + "id": 6292 + }, + { + "properties": { + "powered": "false", + "shape": "north_south" + }, + "id": 6293, + "default": true + }, + { + "properties": { + "powered": "false", + "shape": "east_west" + }, + "id": 6294 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_east" + }, + "id": 6295 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_west" + }, + "id": 6296 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_north" + }, + "id": 6297 + }, + { + "properties": { + "powered": "false", + "shape": "ascending_south" + }, + "id": 6298 + } + ] + }, + "minecraft:dropper": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "triggered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "triggered": "true" + }, + "id": 6299 + }, + { + "properties": { + "facing": "north", + "triggered": "false" + }, + "id": 6300, + "default": true + }, + { + "properties": { + "facing": "east", + "triggered": "true" + }, + "id": 6301 + }, + { + "properties": { + "facing": "east", + "triggered": "false" + }, + "id": 6302 + }, + { + "properties": { + "facing": "south", + "triggered": "true" + }, + "id": 6303 + }, + { + "properties": { + "facing": "south", + "triggered": "false" + }, + "id": 6304 + }, + { + "properties": { + "facing": "west", + "triggered": "true" + }, + "id": 6305 + }, + { + "properties": { + "facing": "west", + "triggered": "false" + }, + "id": 6306 + }, + { + "properties": { + "facing": "up", + "triggered": "true" + }, + "id": 6307 + }, + { + "properties": { + "facing": "up", + "triggered": "false" + }, + "id": 6308 + }, + { + "properties": { + "facing": "down", + "triggered": "true" + }, + "id": 6309 + }, + { + "properties": { + "facing": "down", + "triggered": "false" + }, + "id": 6310 + } + ] + }, + "minecraft:white_terracotta": { + "states": [ + { + "id": 6311, + "default": true + } + ] + }, + "minecraft:orange_terracotta": { + "states": [ + { + "id": 6312, + "default": true + } + ] + }, + "minecraft:magenta_terracotta": { + "states": [ + { + "id": 6313, + "default": true + } + ] + }, + "minecraft:light_blue_terracotta": { + "states": [ + { + "id": 6314, + "default": true + } + ] + }, + "minecraft:yellow_terracotta": { + "states": [ + { + "id": 6315, + "default": true + } + ] + }, + "minecraft:lime_terracotta": { + "states": [ + { + "id": 6316, + "default": true + } + ] + }, + "minecraft:pink_terracotta": { + "states": [ + { + "id": 6317, + "default": true + } + ] + }, + "minecraft:gray_terracotta": { + "states": [ + { + "id": 6318, + "default": true + } + ] + }, + "minecraft:light_gray_terracotta": { + "states": [ + { + "id": 6319, + "default": true + } + ] + }, + "minecraft:cyan_terracotta": { + "states": [ + { + "id": 6320, + "default": true + } + ] + }, + "minecraft:purple_terracotta": { + "states": [ + { + "id": 6321, + "default": true + } + ] + }, + "minecraft:blue_terracotta": { + "states": [ + { + "id": 6322, + "default": true + } + ] + }, + "minecraft:brown_terracotta": { + "states": [ + { + "id": 6323, + "default": true + } + ] + }, + "minecraft:green_terracotta": { + "states": [ + { + "id": 6324, + "default": true + } + ] + }, + "minecraft:red_terracotta": { + "states": [ + { + "id": 6325, + "default": true + } + ] + }, + "minecraft:black_terracotta": { + "states": [ + { + "id": 6326, + "default": true + } + ] + }, + "minecraft:white_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6327 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6328 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6329 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6330 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6331 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6332 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6333 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6334 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6335 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6336 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6337 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6338 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6339 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6340 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6341 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6342 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6343 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6344 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6345 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6346 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6347 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6348 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6349 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6350 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6351 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6352 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6353 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6354 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6355 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6356 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6357 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6358, + "default": true + } + ] + }, + "minecraft:orange_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6359 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6360 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6361 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6362 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6363 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6364 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6365 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6366 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6367 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6368 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6369 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6370 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6371 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6372 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6373 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6374 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6375 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6376 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6377 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6378 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6379 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6380 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6381 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6382 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6383 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6384 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6385 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6386 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6387 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6388 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6389 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6390, + "default": true + } + ] + }, + "minecraft:magenta_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6391 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6392 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6393 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6394 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6395 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6396 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6397 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6398 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6399 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6400 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6401 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6402 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6403 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6404 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6405 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6406 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6407 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6408 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6409 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6410 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6411 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6412 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6413 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6414 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6415 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6416 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6417 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6418 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6419 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6420 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6421 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6422, + "default": true + } + ] + }, + "minecraft:light_blue_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6423 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6424 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6425 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6426 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6427 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6428 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6429 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6430 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6431 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6432 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6433 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6434 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6435 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6436 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6437 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6438 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6439 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6440 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6441 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6442 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6443 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6444 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6445 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6446 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6447 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6448 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6449 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6450 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6451 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6452 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6453 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6454, + "default": true + } + ] + }, + "minecraft:yellow_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6455 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6456 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6457 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6458 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6459 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6460 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6461 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6462 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6463 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6464 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6465 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6466 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6467 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6468 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6469 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6470 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6471 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6472 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6473 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6474 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6475 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6476 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6477 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6478 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6479 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6480 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6481 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6482 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6483 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6484 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6485 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6486, + "default": true + } + ] + }, + "minecraft:lime_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6487 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6488 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6489 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6490 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6491 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6492 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6493 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6494 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6495 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6496 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6497 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6498 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6499 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6500 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6501 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6502 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6503 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6504 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6505 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6506 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6507 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6508 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6509 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6510 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6511 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6512 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6513 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6514 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6515 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6516 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6517 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6518, + "default": true + } + ] + }, + "minecraft:pink_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6519 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6520 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6521 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6522 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6523 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6524 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6525 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6526 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6527 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6528 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6529 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6530 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6531 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6532 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6533 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6534 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6535 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6536 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6537 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6538 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6539 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6540 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6541 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6542 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6543 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6544 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6545 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6546 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6547 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6548 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6549 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6550, + "default": true + } + ] + }, + "minecraft:gray_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6551 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6552 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6553 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6554 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6555 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6556 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6557 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6558 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6559 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6560 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6561 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6562 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6563 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6564 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6565 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6566 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6567 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6568 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6569 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6570 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6571 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6572 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6573 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6574 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6575 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6576 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6577 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6578 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6579 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6580 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6581 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6582, + "default": true + } + ] + }, + "minecraft:light_gray_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6583 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6584 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6585 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6586 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6587 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6588 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6589 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6590 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6591 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6592 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6593 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6594 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6595 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6596 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6597 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6598 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6599 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6600 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6601 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6602 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6603 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6604 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6605 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6606 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6607 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6608 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6609 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6610 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6611 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6612 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6613 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6614, + "default": true + } + ] + }, + "minecraft:cyan_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6615 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6616 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6617 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6618 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6619 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6620 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6621 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6622 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6623 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6624 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6625 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6626 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6627 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6628 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6629 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6630 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6631 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6632 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6633 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6634 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6635 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6636 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6637 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6638 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6639 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6640 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6641 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6642 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6643 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6644 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6645 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6646, + "default": true + } + ] + }, + "minecraft:purple_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6647 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6648 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6649 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6650 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6651 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6652 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6653 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6654 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6655 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6656 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6657 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6658 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6659 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6660 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6661 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6662 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6663 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6664 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6665 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6666 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6667 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6668 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6669 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6670 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6671 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6672 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6673 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6674 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6675 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6676 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6677 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6678, + "default": true + } + ] + }, + "minecraft:blue_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6679 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6680 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6681 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6682 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6683 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6684 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6685 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6686 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6687 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6688 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6689 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6690 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6691 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6692 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6693 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6694 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6695 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6696 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6697 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6698 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6699 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6700 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6701 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6702 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6703 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6704 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6705 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6706 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6707 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6708 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6709 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6710, + "default": true + } + ] + }, + "minecraft:brown_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6711 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6712 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6713 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6714 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6715 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6716 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6717 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6718 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6719 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6720 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6721 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6722 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6723 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6724 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6725 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6726 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6727 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6728 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6729 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6730 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6731 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6732 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6733 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6734 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6735 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6736 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6737 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6738 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6739 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6740 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6741 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6742, + "default": true + } + ] + }, + "minecraft:green_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6743 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6744 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6745 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6746 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6747 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6748 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6749 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6750 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6751 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6752 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6753 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6754 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6755 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6756 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6757 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6758 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6759 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6760 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6761 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6762 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6763 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6764 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6765 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6766 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6767 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6768 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6769 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6770 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6771 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6772 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6773 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6774, + "default": true + } + ] + }, + "minecraft:red_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6775 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6776 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6777 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6778 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6779 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6780 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6781 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6782 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6783 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6784 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6785 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6786 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6787 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6788 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6789 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6790 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6791 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6792 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6793 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6794 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6795 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6796 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6797 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6798 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6799 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6800 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6801 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6802 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6803 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6804 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6805 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6806, + "default": true + } + ] + }, + "minecraft:black_stained_glass_pane": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6807 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6808 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6809 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6810 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6811 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6812 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6813 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6814 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6815 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6816 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6817 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6818 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6819 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6820 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6821 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6822 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6823 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6824 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6825 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6826 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6827 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6828 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6829 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6830 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 6831 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 6832 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 6833 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 6834 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 6835 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 6836 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 6837 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 6838, + "default": true + } + ] + }, + "minecraft:acacia_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6839 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6840 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6841 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6842 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6843 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6844 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6845 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6846 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6847 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6848 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6849 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6850, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6851 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6852 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6853 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6854 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6855 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6856 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6857 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6858 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6859 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6860 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6861 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6862 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6863 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6864 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6865 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6866 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6867 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6868 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6869 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6870 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6871 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6872 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6873 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6874 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6875 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6876 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6877 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6878 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6879 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6880 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6881 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6882 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6883 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6884 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6885 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6886 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6887 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6888 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6889 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6890 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6891 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6892 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6893 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6894 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6895 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6896 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6897 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6898 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6899 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6900 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6901 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6902 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6903 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6904 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6905 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6906 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6907 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6908 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6909 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6910 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6911 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6912 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6913 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6914 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6915 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6916 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6917 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6918 + } + ] + }, + "minecraft:dark_oak_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6919 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6920 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6921 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6922 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6923 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6924 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6925 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6926 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6927 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6928 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6929 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6930, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6931 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6932 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6933 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6934 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6935 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6936 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6937 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6938 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6939 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6940 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6941 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6942 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6943 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6944 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6945 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6946 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6947 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6948 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6949 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6950 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6951 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6952 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6953 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6954 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6955 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6956 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6957 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6958 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6959 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6960 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6961 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6962 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6963 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6964 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6965 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6966 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6967 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6968 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6969 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6970 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6971 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6972 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6973 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6974 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6975 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6976 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6977 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6978 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6979 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6980 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6981 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6982 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6983 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6984 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6985 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6986 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6987 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6988 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 6989 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 6990 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 6991 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 6992 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 6993 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 6994 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 6995 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 6996 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 6997 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 6998 + } + ] + }, + "minecraft:slime_block": { + "states": [ + { + "id": 6999, + "default": true + } + ] + }, + "minecraft:barrier": { + "states": [ + { + "id": 7000, + "default": true + } + ] + }, + "minecraft:iron_trapdoor": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7001 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7002 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7003 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7004 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7005 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7006 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7007 + }, + { + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7008 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7009 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7010 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7011 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7012 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7013 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7014 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7015 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7016, + "default": true + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7017 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7018 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7019 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7020 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7021 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7022 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7023 + }, + { + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7024 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7025 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7026 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7027 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7028 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7029 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7030 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7031 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7032 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7033 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7034 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7035 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7036 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7037 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7038 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7039 + }, + { + "properties": { + "facing": "west", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7040 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7041 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7042 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7043 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7044 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7045 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7046 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7047 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7048 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7049 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7050 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7051 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7052 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7053 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7054 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7055 + }, + { + "properties": { + "facing": "east", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7056 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + }, + "id": 7057 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + }, + "id": 7058 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + }, + "id": 7059 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + }, + "id": 7060 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + }, + "id": 7061 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + }, + "id": 7062 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + }, + "id": 7063 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + }, + "id": 7064 + } + ] + }, + "minecraft:prismarine": { + "states": [ + { + "id": 7065, + "default": true + } + ] + }, + "minecraft:prismarine_bricks": { + "states": [ + { + "id": 7066, + "default": true + } + ] + }, + "minecraft:dark_prismarine": { + "states": [ + { + "id": 7067, + "default": true + } + ] + }, + "minecraft:prismarine_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7068 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7069 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7070 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7071 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7072 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7073 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7074 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7075 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7076 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7077 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7078 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7079, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7080 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7081 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7082 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7083 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7084 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7085 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7086 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7087 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7088 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7089 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7090 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7091 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7092 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7093 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7094 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7095 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7096 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7097 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7098 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7099 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7100 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7101 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7102 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7103 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7104 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7105 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7106 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7107 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7108 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7109 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7110 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7111 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7112 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7113 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7114 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7115 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7116 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7117 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7118 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7119 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7120 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7121 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7122 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7123 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7124 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7125 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7126 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7127 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7128 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7129 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7130 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7131 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7132 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7133 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7134 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7135 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7136 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7137 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7138 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7139 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7140 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7141 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7142 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7143 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7144 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7145 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7146 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7147 + } + ] + }, + "minecraft:prismarine_brick_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7148 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7149 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7150 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7151 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7152 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7153 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7154 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7155 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7156 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7157 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7158 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7159, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7160 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7161 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7162 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7163 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7164 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7165 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7166 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7167 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7168 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7169 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7170 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7171 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7172 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7173 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7174 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7175 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7176 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7177 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7178 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7179 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7180 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7181 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7182 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7183 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7184 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7185 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7186 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7187 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7188 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7189 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7190 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7191 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7192 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7193 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7194 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7195 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7196 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7197 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7198 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7199 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7200 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7201 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7202 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7203 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7204 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7205 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7206 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7207 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7208 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7209 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7210 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7211 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7212 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7213 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7214 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7215 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7216 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7217 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7218 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7219 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7220 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7221 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7222 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7223 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7224 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7225 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7226 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7227 + } + ] + }, + "minecraft:dark_prismarine_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7228 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7229 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7230 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7231 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7232 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7233 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7234 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7235 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7236 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7237 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7238 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7239, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7240 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7241 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7242 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7243 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7244 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7245 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7246 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7247 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7248 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7249 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7250 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7251 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7252 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7253 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7254 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7255 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7256 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7257 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7258 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7259 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7260 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7261 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7262 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7263 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7264 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7265 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7266 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7267 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7268 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7269 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7270 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7271 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7272 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7273 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7274 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7275 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7276 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7277 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7278 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7279 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7280 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7281 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7282 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7283 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7284 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7285 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7286 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7287 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7288 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7289 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7290 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7291 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7292 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7293 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7294 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7295 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7296 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7297 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7298 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7299 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7300 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7301 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7302 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7303 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7304 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7305 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7306 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7307 + } + ] + }, + "minecraft:prismarine_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7308 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7309 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7310 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7311, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7312 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7313 + } + ] + }, + "minecraft:prismarine_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7314 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7315 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7316 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7317, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7318 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7319 + } + ] + }, + "minecraft:dark_prismarine_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7320 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7321 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7322 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7323, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7324 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7325 + } + ] + }, + "minecraft:sea_lantern": { + "states": [ + { + "id": 7326, + "default": true + } + ] + }, + "minecraft:hay_block": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 7327 + }, + { + "properties": { + "axis": "y" + }, + "id": 7328, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 7329 + } + ] + }, + "minecraft:white_carpet": { + "states": [ + { + "id": 7330, + "default": true + } + ] + }, + "minecraft:orange_carpet": { + "states": [ + { + "id": 7331, + "default": true + } + ] + }, + "minecraft:magenta_carpet": { + "states": [ + { + "id": 7332, + "default": true + } + ] + }, + "minecraft:light_blue_carpet": { + "states": [ + { + "id": 7333, + "default": true + } + ] + }, + "minecraft:yellow_carpet": { + "states": [ + { + "id": 7334, + "default": true + } + ] + }, + "minecraft:lime_carpet": { + "states": [ + { + "id": 7335, + "default": true + } + ] + }, + "minecraft:pink_carpet": { + "states": [ + { + "id": 7336, + "default": true + } + ] + }, + "minecraft:gray_carpet": { + "states": [ + { + "id": 7337, + "default": true + } + ] + }, + "minecraft:light_gray_carpet": { + "states": [ + { + "id": 7338, + "default": true + } + ] + }, + "minecraft:cyan_carpet": { + "states": [ + { + "id": 7339, + "default": true + } + ] + }, + "minecraft:purple_carpet": { + "states": [ + { + "id": 7340, + "default": true + } + ] + }, + "minecraft:blue_carpet": { + "states": [ + { + "id": 7341, + "default": true + } + ] + }, + "minecraft:brown_carpet": { + "states": [ + { + "id": 7342, + "default": true + } + ] + }, + "minecraft:green_carpet": { + "states": [ + { + "id": 7343, + "default": true + } + ] + }, + "minecraft:red_carpet": { + "states": [ + { + "id": 7344, + "default": true + } + ] + }, + "minecraft:black_carpet": { + "states": [ + { + "id": 7345, + "default": true + } + ] + }, + "minecraft:terracotta": { + "states": [ + { + "id": 7346, + "default": true + } + ] + }, + "minecraft:coal_block": { + "states": [ + { + "id": 7347, + "default": true + } + ] + }, + "minecraft:packed_ice": { + "states": [ + { + "id": 7348, + "default": true + } + ] + }, + "minecraft:sunflower": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7349 + }, + { + "properties": { + "half": "lower" + }, + "id": 7350, + "default": true + } + ] + }, + "minecraft:lilac": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7351 + }, + { + "properties": { + "half": "lower" + }, + "id": 7352, + "default": true + } + ] + }, + "minecraft:rose_bush": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7353 + }, + { + "properties": { + "half": "lower" + }, + "id": 7354, + "default": true + } + ] + }, + "minecraft:peony": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7355 + }, + { + "properties": { + "half": "lower" + }, + "id": 7356, + "default": true + } + ] + }, + "minecraft:tall_grass": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7357 + }, + { + "properties": { + "half": "lower" + }, + "id": 7358, + "default": true + } + ] + }, + "minecraft:large_fern": { + "properties": { + "half": [ + "upper", + "lower" + ] + }, + "states": [ + { + "properties": { + "half": "upper" + }, + "id": 7359 + }, + { + "properties": { + "half": "lower" + }, + "id": 7360, + "default": true + } + ] + }, + "minecraft:white_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7361, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7362 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7363 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7364 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7365 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7366 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7367 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7368 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7369 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7370 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7371 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7372 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7373 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7374 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7375 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7376 + } + ] + }, + "minecraft:orange_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7377, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7378 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7379 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7380 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7381 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7382 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7383 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7384 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7385 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7386 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7387 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7388 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7389 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7390 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7391 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7392 + } + ] + }, + "minecraft:magenta_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7393, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7394 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7395 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7396 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7397 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7398 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7399 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7400 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7401 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7402 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7403 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7404 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7405 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7406 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7407 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7408 + } + ] + }, + "minecraft:light_blue_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7409, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7410 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7411 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7412 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7413 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7414 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7415 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7416 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7417 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7418 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7419 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7420 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7421 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7422 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7423 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7424 + } + ] + }, + "minecraft:yellow_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7425, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7426 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7427 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7428 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7429 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7430 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7431 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7432 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7433 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7434 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7435 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7436 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7437 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7438 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7439 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7440 + } + ] + }, + "minecraft:lime_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7441, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7442 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7443 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7444 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7445 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7446 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7447 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7448 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7449 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7450 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7451 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7452 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7453 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7454 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7455 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7456 + } + ] + }, + "minecraft:pink_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7457, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7458 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7459 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7460 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7461 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7462 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7463 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7464 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7465 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7466 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7467 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7468 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7469 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7470 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7471 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7472 + } + ] + }, + "minecraft:gray_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7473, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7474 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7475 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7476 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7477 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7478 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7479 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7480 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7481 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7482 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7483 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7484 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7485 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7486 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7487 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7488 + } + ] + }, + "minecraft:light_gray_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7489, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7490 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7491 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7492 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7493 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7494 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7495 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7496 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7497 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7498 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7499 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7500 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7501 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7502 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7503 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7504 + } + ] + }, + "minecraft:cyan_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7505, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7506 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7507 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7508 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7509 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7510 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7511 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7512 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7513 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7514 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7515 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7516 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7517 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7518 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7519 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7520 + } + ] + }, + "minecraft:purple_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7521, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7522 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7523 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7524 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7525 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7526 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7527 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7528 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7529 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7530 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7531 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7532 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7533 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7534 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7535 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7536 + } + ] + }, + "minecraft:blue_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7537, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7538 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7539 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7540 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7541 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7542 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7543 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7544 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7545 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7546 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7547 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7548 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7549 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7550 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7551 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7552 + } + ] + }, + "minecraft:brown_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7553, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7554 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7555 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7556 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7557 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7558 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7559 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7560 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7561 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7562 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7563 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7564 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7565 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7566 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7567 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7568 + } + ] + }, + "minecraft:green_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7569, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7570 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7571 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7572 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7573 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7574 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7575 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7576 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7577 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7578 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7579 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7580 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7581 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7582 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7583 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7584 + } + ] + }, + "minecraft:red_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7585, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7586 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7587 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7588 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7589 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7590 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7591 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7592 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7593 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7594 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7595 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7596 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7597 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7598 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7599 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7600 + } + ] + }, + "minecraft:black_banner": { + "properties": { + "rotation": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + "states": [ + { + "properties": { + "rotation": "0" + }, + "id": 7601, + "default": true + }, + { + "properties": { + "rotation": "1" + }, + "id": 7602 + }, + { + "properties": { + "rotation": "2" + }, + "id": 7603 + }, + { + "properties": { + "rotation": "3" + }, + "id": 7604 + }, + { + "properties": { + "rotation": "4" + }, + "id": 7605 + }, + { + "properties": { + "rotation": "5" + }, + "id": 7606 + }, + { + "properties": { + "rotation": "6" + }, + "id": 7607 + }, + { + "properties": { + "rotation": "7" + }, + "id": 7608 + }, + { + "properties": { + "rotation": "8" + }, + "id": 7609 + }, + { + "properties": { + "rotation": "9" + }, + "id": 7610 + }, + { + "properties": { + "rotation": "10" + }, + "id": 7611 + }, + { + "properties": { + "rotation": "11" + }, + "id": 7612 + }, + { + "properties": { + "rotation": "12" + }, + "id": 7613 + }, + { + "properties": { + "rotation": "13" + }, + "id": 7614 + }, + { + "properties": { + "rotation": "14" + }, + "id": 7615 + }, + { + "properties": { + "rotation": "15" + }, + "id": 7616 + } + ] + }, + "minecraft:white_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7617, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7618 + }, + { + "properties": { + "facing": "west" + }, + "id": 7619 + }, + { + "properties": { + "facing": "east" + }, + "id": 7620 + } + ] + }, + "minecraft:orange_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7621, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7622 + }, + { + "properties": { + "facing": "west" + }, + "id": 7623 + }, + { + "properties": { + "facing": "east" + }, + "id": 7624 + } + ] + }, + "minecraft:magenta_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7625, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7626 + }, + { + "properties": { + "facing": "west" + }, + "id": 7627 + }, + { + "properties": { + "facing": "east" + }, + "id": 7628 + } + ] + }, + "minecraft:light_blue_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7629, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7630 + }, + { + "properties": { + "facing": "west" + }, + "id": 7631 + }, + { + "properties": { + "facing": "east" + }, + "id": 7632 + } + ] + }, + "minecraft:yellow_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7633, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7634 + }, + { + "properties": { + "facing": "west" + }, + "id": 7635 + }, + { + "properties": { + "facing": "east" + }, + "id": 7636 + } + ] + }, + "minecraft:lime_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7637, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7638 + }, + { + "properties": { + "facing": "west" + }, + "id": 7639 + }, + { + "properties": { + "facing": "east" + }, + "id": 7640 + } + ] + }, + "minecraft:pink_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7641, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7642 + }, + { + "properties": { + "facing": "west" + }, + "id": 7643 + }, + { + "properties": { + "facing": "east" + }, + "id": 7644 + } + ] + }, + "minecraft:gray_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7645, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7646 + }, + { + "properties": { + "facing": "west" + }, + "id": 7647 + }, + { + "properties": { + "facing": "east" + }, + "id": 7648 + } + ] + }, + "minecraft:light_gray_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7649, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7650 + }, + { + "properties": { + "facing": "west" + }, + "id": 7651 + }, + { + "properties": { + "facing": "east" + }, + "id": 7652 + } + ] + }, + "minecraft:cyan_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7653, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7654 + }, + { + "properties": { + "facing": "west" + }, + "id": 7655 + }, + { + "properties": { + "facing": "east" + }, + "id": 7656 + } + ] + }, + "minecraft:purple_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7657, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7658 + }, + { + "properties": { + "facing": "west" + }, + "id": 7659 + }, + { + "properties": { + "facing": "east" + }, + "id": 7660 + } + ] + }, + "minecraft:blue_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7661, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7662 + }, + { + "properties": { + "facing": "west" + }, + "id": 7663 + }, + { + "properties": { + "facing": "east" + }, + "id": 7664 + } + ] + }, + "minecraft:brown_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7665, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7666 + }, + { + "properties": { + "facing": "west" + }, + "id": 7667 + }, + { + "properties": { + "facing": "east" + }, + "id": 7668 + } + ] + }, + "minecraft:green_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7669, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7670 + }, + { + "properties": { + "facing": "west" + }, + "id": 7671 + }, + { + "properties": { + "facing": "east" + }, + "id": 7672 + } + ] + }, + "minecraft:red_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7673, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7674 + }, + { + "properties": { + "facing": "west" + }, + "id": 7675 + }, + { + "properties": { + "facing": "east" + }, + "id": 7676 + } + ] + }, + "minecraft:black_wall_banner": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 7677, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 7678 + }, + { + "properties": { + "facing": "west" + }, + "id": 7679 + }, + { + "properties": { + "facing": "east" + }, + "id": 7680 + } + ] + }, + "minecraft:red_sandstone": { + "states": [ + { + "id": 7681, + "default": true + } + ] + }, + "minecraft:chiseled_red_sandstone": { + "states": [ + { + "id": 7682, + "default": true + } + ] + }, + "minecraft:cut_red_sandstone": { + "states": [ + { + "id": 7683, + "default": true + } + ] + }, + "minecraft:red_sandstone_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7684 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7685 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7686 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7687 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7688 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7689 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7690 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7691 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7692 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7693 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7694 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7695, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7696 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7697 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7698 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7699 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7700 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7701 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7702 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7703 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7704 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7705 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7706 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7707 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7708 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7709 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7710 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7711 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7712 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7713 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7714 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7715 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7716 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7717 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7718 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7719 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7720 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7721 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7722 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7723 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7724 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7725 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7726 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7727 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7728 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7729 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7730 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7731 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7732 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7733 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7734 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7735 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7736 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7737 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7738 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7739 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7740 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7741 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7742 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7743 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7744 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7745 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7746 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7747 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7748 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7749 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7750 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7751 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7752 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7753 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 7754 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 7755 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 7756 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 7757 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 7758 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 7759 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 7760 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 7761 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 7762 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 7763 + } + ] + }, + "minecraft:oak_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7764 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7765 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7766 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7767, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7768 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7769 + } + ] + }, + "minecraft:spruce_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7770 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7771 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7772 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7773, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7774 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7775 + } + ] + }, + "minecraft:birch_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7776 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7777 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7778 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7779, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7780 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7781 + } + ] + }, + "minecraft:jungle_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7782 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7783 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7784 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7785, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7786 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7787 + } + ] + }, + "minecraft:acacia_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7788 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7789 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7790 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7791, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7792 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7793 + } + ] + }, + "minecraft:dark_oak_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7794 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7795 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7796 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7797, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7798 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7799 + } + ] + }, + "minecraft:stone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7800 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7801 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7802 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7803, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7804 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7805 + } + ] + }, + "minecraft:smooth_stone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7806 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7807 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7808 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7809, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7810 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7811 + } + ] + }, + "minecraft:sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7812 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7813 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7814 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7815, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7816 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7817 + } + ] + }, + "minecraft:cut_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7818 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7819 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7820 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7821, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7822 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7823 + } + ] + }, + "minecraft:petrified_oak_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7824 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7825 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7826 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7827, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7828 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7829 + } + ] + }, + "minecraft:cobblestone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7830 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7831 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7832 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7833, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7834 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7835 + } + ] + }, + "minecraft:brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7836 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7837 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7838 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7839, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7840 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7841 + } + ] + }, + "minecraft:stone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7842 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7843 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7844 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7845, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7846 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7847 + } + ] + }, + "minecraft:nether_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7848 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7849 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7850 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7851, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7852 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7853 + } + ] + }, + "minecraft:quartz_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7854 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7855 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7856 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7857, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7858 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7859 + } + ] + }, + "minecraft:red_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7860 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7861 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7862 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7863, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7864 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7865 + } + ] + }, + "minecraft:cut_red_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7866 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7867 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7868 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7869, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7870 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7871 + } + ] + }, + "minecraft:purpur_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 7872 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 7873 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 7874 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 7875, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 7876 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 7877 + } + ] + }, + "minecraft:smooth_stone": { + "states": [ + { + "id": 7878, + "default": true + } + ] + }, + "minecraft:smooth_sandstone": { + "states": [ + { + "id": 7879, + "default": true + } + ] + }, + "minecraft:smooth_quartz": { + "states": [ + { + "id": 7880, + "default": true + } + ] + }, + "minecraft:smooth_red_sandstone": { + "states": [ + { + "id": 7881, + "default": true + } + ] + }, + "minecraft:spruce_fence_gate": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "in_wall": [ + "true", + "false" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7882 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7883 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7884 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7885 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7886 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7887 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7888 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7889, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7890 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7891 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7892 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7893 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7894 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7895 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7896 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7897 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7898 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7899 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7900 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7901 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7902 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7903 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7904 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7905 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7906 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7907 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7908 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7909 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7910 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7911 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7912 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7913 + } + ] + }, + "minecraft:birch_fence_gate": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "in_wall": [ + "true", + "false" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7914 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7915 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7916 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7917 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7918 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7919 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7920 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7921, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7922 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7923 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7924 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7925 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7926 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7927 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7928 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7929 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7930 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7931 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7932 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7933 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7934 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7935 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7936 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7937 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7938 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7939 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7940 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7941 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7942 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7943 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7944 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7945 + } + ] + }, + "minecraft:jungle_fence_gate": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "in_wall": [ + "true", + "false" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7946 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7947 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7948 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7949 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7950 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7951 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7952 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7953, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7954 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7955 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7956 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7957 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7958 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7959 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7960 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7961 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7962 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7963 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7964 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7965 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7966 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7967 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7968 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7969 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7970 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7971 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7972 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7973 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7974 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7975 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7976 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7977 + } + ] + }, + "minecraft:acacia_fence_gate": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "in_wall": [ + "true", + "false" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7978 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7979 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7980 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7981 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7982 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7983 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7984 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7985, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7986 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7987 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7988 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7989 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7990 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7991 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 7992 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 7993 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 7994 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 7995 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 7996 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 7997 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 7998 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 7999 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8000 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8001 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8002 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8003 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8004 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8005 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8006 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8007 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8008 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8009 + } + ] + }, + "minecraft:dark_oak_fence_gate": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "in_wall": [ + "true", + "false" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8010 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8011 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8012 + }, + { + "properties": { + "facing": "north", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8013 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8014 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8015 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8016 + }, + { + "properties": { + "facing": "north", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8017, + "default": true + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8018 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8019 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8020 + }, + { + "properties": { + "facing": "south", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8021 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8022 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8023 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8024 + }, + { + "properties": { + "facing": "south", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8025 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8026 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8027 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8028 + }, + { + "properties": { + "facing": "west", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8029 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8030 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8031 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8032 + }, + { + "properties": { + "facing": "west", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8033 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "true" + }, + "id": 8034 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "true", + "powered": "false" + }, + "id": 8035 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "true" + }, + "id": 8036 + }, + { + "properties": { + "facing": "east", + "in_wall": "true", + "open": "false", + "powered": "false" + }, + "id": 8037 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "true" + }, + "id": 8038 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "true", + "powered": "false" + }, + "id": 8039 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "true" + }, + "id": 8040 + }, + { + "properties": { + "facing": "east", + "in_wall": "false", + "open": "false", + "powered": "false" + }, + "id": 8041 + } + ] + }, + "minecraft:spruce_fence": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8042 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8043 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8044 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8045 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8046 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8047 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8048 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8049 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8050 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8051 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8052 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8053 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8054 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8055 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8056 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8057 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8058 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8059 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8060 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8061 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8062 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8063 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8064 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8065 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8066 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8067 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8068 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8069 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8070 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8071 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8072 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8073, + "default": true + } + ] + }, + "minecraft:birch_fence": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8074 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8075 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8076 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8077 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8078 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8079 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8080 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8081 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8082 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8083 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8084 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8085 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8086 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8087 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8088 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8089 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8090 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8091 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8092 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8093 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8094 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8095 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8096 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8097 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8098 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8099 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8100 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8101 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8102 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8103 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8104 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8105, + "default": true + } + ] + }, + "minecraft:jungle_fence": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8106 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8107 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8108 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8109 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8110 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8111 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8112 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8113 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8114 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8115 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8116 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8117 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8118 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8119 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8120 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8121 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8122 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8123 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8124 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8125 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8126 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8127 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8128 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8129 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8130 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8131 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8132 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8133 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8134 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8135 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8136 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8137, + "default": true + } + ] + }, + "minecraft:acacia_fence": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8138 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8139 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8140 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8141 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8142 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8143 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8144 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8145 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8146 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8147 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8148 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8149 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8150 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8151 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8152 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8153 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8154 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8155 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8156 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8157 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8158 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8159 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8160 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8161 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8162 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8163 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8164 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8165 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8166 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8167 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8168 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8169, + "default": true + } + ] + }, + "minecraft:dark_oak_fence": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8170 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8171 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8172 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8173 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8174 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8175 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8176 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8177 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8178 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8179 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8180 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8181 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8182 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8183 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8184 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8185 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8186 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8187 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8188 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8189 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8190 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8191 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8192 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8193 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 8194 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 8195 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 8196 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 8197 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 8198 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 8199 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 8200 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 8201, + "default": true + } + ] + }, + "minecraft:spruce_door": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "upper", + "lower" + ], + "hinge": [ + "left", + "right" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8202 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8203 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8204 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8205 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8206 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8207 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8208 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8209 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8210 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8211 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8212 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8213, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8214 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8215 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8216 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8217 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8218 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8219 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8220 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8221 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8222 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8223 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8224 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8225 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8226 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8227 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8228 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8229 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8230 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8231 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8232 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8233 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8234 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8235 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8236 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8237 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8238 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8239 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8240 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8241 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8242 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8243 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8244 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8245 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8246 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8247 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8248 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8249 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8250 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8251 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8252 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8253 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8254 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8255 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8256 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8257 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8258 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8259 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8260 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8261 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8262 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8263 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8264 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8265 + } + ] + }, + "minecraft:birch_door": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "upper", + "lower" + ], + "hinge": [ + "left", + "right" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8266 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8267 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8268 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8269 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8270 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8271 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8272 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8273 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8274 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8275 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8276 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8277, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8278 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8279 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8280 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8281 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8282 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8283 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8284 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8285 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8286 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8287 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8288 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8289 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8290 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8291 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8292 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8293 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8294 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8295 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8296 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8297 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8298 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8299 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8300 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8301 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8302 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8303 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8304 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8305 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8306 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8307 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8308 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8309 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8310 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8311 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8312 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8313 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8314 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8315 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8316 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8317 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8318 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8319 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8320 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8321 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8322 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8323 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8324 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8325 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8326 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8327 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8328 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8329 + } + ] + }, + "minecraft:jungle_door": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "upper", + "lower" + ], + "hinge": [ + "left", + "right" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8330 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8331 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8332 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8333 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8334 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8335 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8336 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8337 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8338 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8339 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8340 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8341, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8342 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8343 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8344 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8345 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8346 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8347 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8348 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8349 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8350 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8351 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8352 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8353 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8354 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8355 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8356 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8357 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8358 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8359 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8360 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8361 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8362 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8363 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8364 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8365 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8366 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8367 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8368 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8369 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8370 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8371 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8372 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8373 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8374 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8375 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8376 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8377 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8378 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8379 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8380 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8381 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8382 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8383 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8384 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8385 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8386 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8387 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8388 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8389 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8390 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8391 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8392 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8393 + } + ] + }, + "minecraft:acacia_door": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "upper", + "lower" + ], + "hinge": [ + "left", + "right" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8394 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8395 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8396 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8397 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8398 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8399 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8400 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8401 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8402 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8403 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8404 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8405, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8406 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8407 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8408 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8409 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8410 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8411 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8412 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8413 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8414 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8415 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8416 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8417 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8418 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8419 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8420 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8421 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8422 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8423 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8424 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8425 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8426 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8427 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8428 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8429 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8430 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8431 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8432 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8433 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8434 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8435 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8436 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8437 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8438 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8439 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8440 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8441 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8442 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8443 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8444 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8445 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8446 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8447 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8448 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8449 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8450 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8451 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8452 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8453 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8454 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8455 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8456 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8457 + } + ] + }, + "minecraft:dark_oak_door": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "upper", + "lower" + ], + "hinge": [ + "left", + "right" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8458 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8459 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8460 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8461 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8462 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8463 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8464 + }, + { + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8465 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8466 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8467 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8468 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8469, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8470 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8471 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8472 + }, + { + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8473 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8474 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8475 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8476 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8477 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8478 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8479 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8480 + }, + { + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8481 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8482 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8483 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8484 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8485 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8486 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8487 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8488 + }, + { + "properties": { + "facing": "south", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8489 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8490 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8491 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8492 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8493 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8494 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8495 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8496 + }, + { + "properties": { + "facing": "west", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8497 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8498 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8499 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8500 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8501 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8502 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8503 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8504 + }, + { + "properties": { + "facing": "west", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8505 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8506 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8507 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8508 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8509 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8510 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8511 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8512 + }, + { + "properties": { + "facing": "east", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8513 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + }, + "id": 8514 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + }, + "id": 8515 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + }, + "id": 8516 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + }, + "id": 8517 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + }, + "id": 8518 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + }, + "id": 8519 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + }, + "id": 8520 + }, + { + "properties": { + "facing": "east", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + }, + "id": 8521 + } + ] + }, + "minecraft:end_rod": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8522 + }, + { + "properties": { + "facing": "east" + }, + "id": 8523 + }, + { + "properties": { + "facing": "south" + }, + "id": 8524 + }, + { + "properties": { + "facing": "west" + }, + "id": 8525 + }, + { + "properties": { + "facing": "up" + }, + "id": 8526, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8527 + } + ] + }, + "minecraft:chorus_plant": { + "properties": { + "down": [ + "true", + "false" + ], + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 8528 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 8529 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 8530 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 8531 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 8532 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 8533 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 8534 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 8535 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 8536 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 8537 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 8538 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 8539 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 8540 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 8541 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 8542 + }, + { + "properties": { + "down": "true", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 8543 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 8544 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 8545 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 8546 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 8547 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 8548 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 8549 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 8550 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 8551 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 8552 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 8553 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 8554 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 8555 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 8556 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 8557 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 8558 + }, + { + "properties": { + "down": "true", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 8559 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 8560 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 8561 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 8562 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 8563 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 8564 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 8565 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 8566 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 8567 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 8568 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 8569 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 8570 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 8571 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 8572 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 8573 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 8574 + }, + { + "properties": { + "down": "false", + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 8575 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 8576 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 8577 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 8578 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 8579 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 8580 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 8581 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 8582 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 8583 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "true" + }, + "id": 8584 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "west": "false" + }, + "id": 8585 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "true" + }, + "id": 8586 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "west": "false" + }, + "id": 8587 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "true" + }, + "id": 8588 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "west": "false" + }, + "id": 8589 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "true" + }, + "id": 8590 + }, + { + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + }, + "id": 8591, + "default": true + } + ] + }, + "minecraft:chorus_flower": { + "properties": { + "age": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 8592, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 8593 + }, + { + "properties": { + "age": "2" + }, + "id": 8594 + }, + { + "properties": { + "age": "3" + }, + "id": 8595 + }, + { + "properties": { + "age": "4" + }, + "id": 8596 + }, + { + "properties": { + "age": "5" + }, + "id": 8597 + } + ] + }, + "minecraft:purpur_block": { + "states": [ + { + "id": 8598, + "default": true + } + ] + }, + "minecraft:purpur_pillar": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 8599 + }, + { + "properties": { + "axis": "y" + }, + "id": 8600, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 8601 + } + ] + }, + "minecraft:purpur_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8602 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8603 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8604 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8605 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8606 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8607 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8608 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8609 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8610 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8611 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8612 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8613, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8614 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8615 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8616 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8617 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8618 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8619 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8620 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8621 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8622 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8623 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8624 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8625 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8626 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8627 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8628 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8629 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8630 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8631 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8632 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8633 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8634 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8635 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8636 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8637 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8638 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8639 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8640 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8641 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8642 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8643 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8644 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8645 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8646 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8647 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8648 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8649 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8650 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8651 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8652 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8653 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8654 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8655 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8656 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8657 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8658 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8659 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8660 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8661 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8662 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8663 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8664 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8665 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8666 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8667 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8668 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8669 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8670 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8671 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 8672 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 8673 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 8674 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 8675 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 8676 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 8677 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 8678 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 8679 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 8680 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 8681 + } + ] + }, + "minecraft:end_stone_bricks": { + "states": [ + { + "id": 8682, + "default": true + } + ] + }, + "minecraft:beetroots": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 8683, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 8684 + }, + { + "properties": { + "age": "2" + }, + "id": 8685 + }, + { + "properties": { + "age": "3" + }, + "id": 8686 + } + ] + }, + "minecraft:grass_path": { + "states": [ + { + "id": 8687, + "default": true + } + ] + }, + "minecraft:end_gateway": { + "states": [ + { + "id": 8688, + "default": true + } + ] + }, + "minecraft:repeating_command_block": { + "properties": { + "conditional": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "conditional": "true", + "facing": "north" + }, + "id": 8689 + }, + { + "properties": { + "conditional": "true", + "facing": "east" + }, + "id": 8690 + }, + { + "properties": { + "conditional": "true", + "facing": "south" + }, + "id": 8691 + }, + { + "properties": { + "conditional": "true", + "facing": "west" + }, + "id": 8692 + }, + { + "properties": { + "conditional": "true", + "facing": "up" + }, + "id": 8693 + }, + { + "properties": { + "conditional": "true", + "facing": "down" + }, + "id": 8694 + }, + { + "properties": { + "conditional": "false", + "facing": "north" + }, + "id": 8695, + "default": true + }, + { + "properties": { + "conditional": "false", + "facing": "east" + }, + "id": 8696 + }, + { + "properties": { + "conditional": "false", + "facing": "south" + }, + "id": 8697 + }, + { + "properties": { + "conditional": "false", + "facing": "west" + }, + "id": 8698 + }, + { + "properties": { + "conditional": "false", + "facing": "up" + }, + "id": 8699 + }, + { + "properties": { + "conditional": "false", + "facing": "down" + }, + "id": 8700 + } + ] + }, + "minecraft:chain_command_block": { + "properties": { + "conditional": [ + "true", + "false" + ], + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "conditional": "true", + "facing": "north" + }, + "id": 8701 + }, + { + "properties": { + "conditional": "true", + "facing": "east" + }, + "id": 8702 + }, + { + "properties": { + "conditional": "true", + "facing": "south" + }, + "id": 8703 + }, + { + "properties": { + "conditional": "true", + "facing": "west" + }, + "id": 8704 + }, + { + "properties": { + "conditional": "true", + "facing": "up" + }, + "id": 8705 + }, + { + "properties": { + "conditional": "true", + "facing": "down" + }, + "id": 8706 + }, + { + "properties": { + "conditional": "false", + "facing": "north" + }, + "id": 8707, + "default": true + }, + { + "properties": { + "conditional": "false", + "facing": "east" + }, + "id": 8708 + }, + { + "properties": { + "conditional": "false", + "facing": "south" + }, + "id": 8709 + }, + { + "properties": { + "conditional": "false", + "facing": "west" + }, + "id": 8710 + }, + { + "properties": { + "conditional": "false", + "facing": "up" + }, + "id": 8711 + }, + { + "properties": { + "conditional": "false", + "facing": "down" + }, + "id": 8712 + } + ] + }, + "minecraft:frosted_ice": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 8713, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 8714 + }, + { + "properties": { + "age": "2" + }, + "id": 8715 + }, + { + "properties": { + "age": "3" + }, + "id": 8716 + } + ] + }, + "minecraft:magma_block": { + "states": [ + { + "id": 8717, + "default": true + } + ] + }, + "minecraft:nether_wart_block": { + "states": [ + { + "id": 8718, + "default": true + } + ] + }, + "minecraft:red_nether_bricks": { + "states": [ + { + "id": 8719, + "default": true + } + ] + }, + "minecraft:bone_block": { + "properties": { + "axis": [ + "x", + "y", + "z" + ] + }, + "states": [ + { + "properties": { + "axis": "x" + }, + "id": 8720 + }, + { + "properties": { + "axis": "y" + }, + "id": 8721, + "default": true + }, + { + "properties": { + "axis": "z" + }, + "id": 8722 + } + ] + }, + "minecraft:structure_void": { + "states": [ + { + "id": 8723, + "default": true + } + ] + }, + "minecraft:observer": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "powered": "true" + }, + "id": 8724 + }, + { + "properties": { + "facing": "north", + "powered": "false" + }, + "id": 8725 + }, + { + "properties": { + "facing": "east", + "powered": "true" + }, + "id": 8726 + }, + { + "properties": { + "facing": "east", + "powered": "false" + }, + "id": 8727 + }, + { + "properties": { + "facing": "south", + "powered": "true" + }, + "id": 8728 + }, + { + "properties": { + "facing": "south", + "powered": "false" + }, + "id": 8729, + "default": true + }, + { + "properties": { + "facing": "west", + "powered": "true" + }, + "id": 8730 + }, + { + "properties": { + "facing": "west", + "powered": "false" + }, + "id": 8731 + }, + { + "properties": { + "facing": "up", + "powered": "true" + }, + "id": 8732 + }, + { + "properties": { + "facing": "up", + "powered": "false" + }, + "id": 8733 + }, + { + "properties": { + "facing": "down", + "powered": "true" + }, + "id": 8734 + }, + { + "properties": { + "facing": "down", + "powered": "false" + }, + "id": 8735 + } + ] + }, + "minecraft:shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8736 + }, + { + "properties": { + "facing": "east" + }, + "id": 8737 + }, + { + "properties": { + "facing": "south" + }, + "id": 8738 + }, + { + "properties": { + "facing": "west" + }, + "id": 8739 + }, + { + "properties": { + "facing": "up" + }, + "id": 8740, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8741 + } + ] + }, + "minecraft:white_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8742 + }, + { + "properties": { + "facing": "east" + }, + "id": 8743 + }, + { + "properties": { + "facing": "south" + }, + "id": 8744 + }, + { + "properties": { + "facing": "west" + }, + "id": 8745 + }, + { + "properties": { + "facing": "up" + }, + "id": 8746, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8747 + } + ] + }, + "minecraft:orange_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8748 + }, + { + "properties": { + "facing": "east" + }, + "id": 8749 + }, + { + "properties": { + "facing": "south" + }, + "id": 8750 + }, + { + "properties": { + "facing": "west" + }, + "id": 8751 + }, + { + "properties": { + "facing": "up" + }, + "id": 8752, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8753 + } + ] + }, + "minecraft:magenta_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8754 + }, + { + "properties": { + "facing": "east" + }, + "id": 8755 + }, + { + "properties": { + "facing": "south" + }, + "id": 8756 + }, + { + "properties": { + "facing": "west" + }, + "id": 8757 + }, + { + "properties": { + "facing": "up" + }, + "id": 8758, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8759 + } + ] + }, + "minecraft:light_blue_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8760 + }, + { + "properties": { + "facing": "east" + }, + "id": 8761 + }, + { + "properties": { + "facing": "south" + }, + "id": 8762 + }, + { + "properties": { + "facing": "west" + }, + "id": 8763 + }, + { + "properties": { + "facing": "up" + }, + "id": 8764, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8765 + } + ] + }, + "minecraft:yellow_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8766 + }, + { + "properties": { + "facing": "east" + }, + "id": 8767 + }, + { + "properties": { + "facing": "south" + }, + "id": 8768 + }, + { + "properties": { + "facing": "west" + }, + "id": 8769 + }, + { + "properties": { + "facing": "up" + }, + "id": 8770, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8771 + } + ] + }, + "minecraft:lime_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8772 + }, + { + "properties": { + "facing": "east" + }, + "id": 8773 + }, + { + "properties": { + "facing": "south" + }, + "id": 8774 + }, + { + "properties": { + "facing": "west" + }, + "id": 8775 + }, + { + "properties": { + "facing": "up" + }, + "id": 8776, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8777 + } + ] + }, + "minecraft:pink_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8778 + }, + { + "properties": { + "facing": "east" + }, + "id": 8779 + }, + { + "properties": { + "facing": "south" + }, + "id": 8780 + }, + { + "properties": { + "facing": "west" + }, + "id": 8781 + }, + { + "properties": { + "facing": "up" + }, + "id": 8782, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8783 + } + ] + }, + "minecraft:gray_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8784 + }, + { + "properties": { + "facing": "east" + }, + "id": 8785 + }, + { + "properties": { + "facing": "south" + }, + "id": 8786 + }, + { + "properties": { + "facing": "west" + }, + "id": 8787 + }, + { + "properties": { + "facing": "up" + }, + "id": 8788, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8789 + } + ] + }, + "minecraft:light_gray_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8790 + }, + { + "properties": { + "facing": "east" + }, + "id": 8791 + }, + { + "properties": { + "facing": "south" + }, + "id": 8792 + }, + { + "properties": { + "facing": "west" + }, + "id": 8793 + }, + { + "properties": { + "facing": "up" + }, + "id": 8794, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8795 + } + ] + }, + "minecraft:cyan_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8796 + }, + { + "properties": { + "facing": "east" + }, + "id": 8797 + }, + { + "properties": { + "facing": "south" + }, + "id": 8798 + }, + { + "properties": { + "facing": "west" + }, + "id": 8799 + }, + { + "properties": { + "facing": "up" + }, + "id": 8800, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8801 + } + ] + }, + "minecraft:purple_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8802 + }, + { + "properties": { + "facing": "east" + }, + "id": 8803 + }, + { + "properties": { + "facing": "south" + }, + "id": 8804 + }, + { + "properties": { + "facing": "west" + }, + "id": 8805 + }, + { + "properties": { + "facing": "up" + }, + "id": 8806, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8807 + } + ] + }, + "minecraft:blue_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8808 + }, + { + "properties": { + "facing": "east" + }, + "id": 8809 + }, + { + "properties": { + "facing": "south" + }, + "id": 8810 + }, + { + "properties": { + "facing": "west" + }, + "id": 8811 + }, + { + "properties": { + "facing": "up" + }, + "id": 8812, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8813 + } + ] + }, + "minecraft:brown_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8814 + }, + { + "properties": { + "facing": "east" + }, + "id": 8815 + }, + { + "properties": { + "facing": "south" + }, + "id": 8816 + }, + { + "properties": { + "facing": "west" + }, + "id": 8817 + }, + { + "properties": { + "facing": "up" + }, + "id": 8818, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8819 + } + ] + }, + "minecraft:green_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8820 + }, + { + "properties": { + "facing": "east" + }, + "id": 8821 + }, + { + "properties": { + "facing": "south" + }, + "id": 8822 + }, + { + "properties": { + "facing": "west" + }, + "id": 8823 + }, + { + "properties": { + "facing": "up" + }, + "id": 8824, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8825 + } + ] + }, + "minecraft:red_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8826 + }, + { + "properties": { + "facing": "east" + }, + "id": 8827 + }, + { + "properties": { + "facing": "south" + }, + "id": 8828 + }, + { + "properties": { + "facing": "west" + }, + "id": 8829 + }, + { + "properties": { + "facing": "up" + }, + "id": 8830, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8831 + } + ] + }, + "minecraft:black_shulker_box": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8832 + }, + { + "properties": { + "facing": "east" + }, + "id": 8833 + }, + { + "properties": { + "facing": "south" + }, + "id": 8834 + }, + { + "properties": { + "facing": "west" + }, + "id": 8835 + }, + { + "properties": { + "facing": "up" + }, + "id": 8836, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 8837 + } + ] + }, + "minecraft:white_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8838, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8839 + }, + { + "properties": { + "facing": "west" + }, + "id": 8840 + }, + { + "properties": { + "facing": "east" + }, + "id": 8841 + } + ] + }, + "minecraft:orange_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8842, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8843 + }, + { + "properties": { + "facing": "west" + }, + "id": 8844 + }, + { + "properties": { + "facing": "east" + }, + "id": 8845 + } + ] + }, + "minecraft:magenta_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8846, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8847 + }, + { + "properties": { + "facing": "west" + }, + "id": 8848 + }, + { + "properties": { + "facing": "east" + }, + "id": 8849 + } + ] + }, + "minecraft:light_blue_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8850, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8851 + }, + { + "properties": { + "facing": "west" + }, + "id": 8852 + }, + { + "properties": { + "facing": "east" + }, + "id": 8853 + } + ] + }, + "minecraft:yellow_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8854, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8855 + }, + { + "properties": { + "facing": "west" + }, + "id": 8856 + }, + { + "properties": { + "facing": "east" + }, + "id": 8857 + } + ] + }, + "minecraft:lime_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8858, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8859 + }, + { + "properties": { + "facing": "west" + }, + "id": 8860 + }, + { + "properties": { + "facing": "east" + }, + "id": 8861 + } + ] + }, + "minecraft:pink_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8862, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8863 + }, + { + "properties": { + "facing": "west" + }, + "id": 8864 + }, + { + "properties": { + "facing": "east" + }, + "id": 8865 + } + ] + }, + "minecraft:gray_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8866, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8867 + }, + { + "properties": { + "facing": "west" + }, + "id": 8868 + }, + { + "properties": { + "facing": "east" + }, + "id": 8869 + } + ] + }, + "minecraft:light_gray_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8870, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8871 + }, + { + "properties": { + "facing": "west" + }, + "id": 8872 + }, + { + "properties": { + "facing": "east" + }, + "id": 8873 + } + ] + }, + "minecraft:cyan_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8874, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8875 + }, + { + "properties": { + "facing": "west" + }, + "id": 8876 + }, + { + "properties": { + "facing": "east" + }, + "id": 8877 + } + ] + }, + "minecraft:purple_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8878, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8879 + }, + { + "properties": { + "facing": "west" + }, + "id": 8880 + }, + { + "properties": { + "facing": "east" + }, + "id": 8881 + } + ] + }, + "minecraft:blue_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8882, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8883 + }, + { + "properties": { + "facing": "west" + }, + "id": 8884 + }, + { + "properties": { + "facing": "east" + }, + "id": 8885 + } + ] + }, + "minecraft:brown_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8886, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8887 + }, + { + "properties": { + "facing": "west" + }, + "id": 8888 + }, + { + "properties": { + "facing": "east" + }, + "id": 8889 + } + ] + }, + "minecraft:green_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8890, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8891 + }, + { + "properties": { + "facing": "west" + }, + "id": 8892 + }, + { + "properties": { + "facing": "east" + }, + "id": 8893 + } + ] + }, + "minecraft:red_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8894, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8895 + }, + { + "properties": { + "facing": "west" + }, + "id": 8896 + }, + { + "properties": { + "facing": "east" + }, + "id": 8897 + } + ] + }, + "minecraft:black_glazed_terracotta": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 8898, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 8899 + }, + { + "properties": { + "facing": "west" + }, + "id": 8900 + }, + { + "properties": { + "facing": "east" + }, + "id": 8901 + } + ] + }, + "minecraft:white_concrete": { + "states": [ + { + "id": 8902, + "default": true + } + ] + }, + "minecraft:orange_concrete": { + "states": [ + { + "id": 8903, + "default": true + } + ] + }, + "minecraft:magenta_concrete": { + "states": [ + { + "id": 8904, + "default": true + } + ] + }, + "minecraft:light_blue_concrete": { + "states": [ + { + "id": 8905, + "default": true + } + ] + }, + "minecraft:yellow_concrete": { + "states": [ + { + "id": 8906, + "default": true + } + ] + }, + "minecraft:lime_concrete": { + "states": [ + { + "id": 8907, + "default": true + } + ] + }, + "minecraft:pink_concrete": { + "states": [ + { + "id": 8908, + "default": true + } + ] + }, + "minecraft:gray_concrete": { + "states": [ + { + "id": 8909, + "default": true + } + ] + }, + "minecraft:light_gray_concrete": { + "states": [ + { + "id": 8910, + "default": true + } + ] + }, + "minecraft:cyan_concrete": { + "states": [ + { + "id": 8911, + "default": true + } + ] + }, + "minecraft:purple_concrete": { + "states": [ + { + "id": 8912, + "default": true + } + ] + }, + "minecraft:blue_concrete": { + "states": [ + { + "id": 8913, + "default": true + } + ] + }, + "minecraft:brown_concrete": { + "states": [ + { + "id": 8914, + "default": true + } + ] + }, + "minecraft:green_concrete": { + "states": [ + { + "id": 8915, + "default": true + } + ] + }, + "minecraft:red_concrete": { + "states": [ + { + "id": 8916, + "default": true + } + ] + }, + "minecraft:black_concrete": { + "states": [ + { + "id": 8917, + "default": true + } + ] + }, + "minecraft:white_concrete_powder": { + "states": [ + { + "id": 8918, + "default": true + } + ] + }, + "minecraft:orange_concrete_powder": { + "states": [ + { + "id": 8919, + "default": true + } + ] + }, + "minecraft:magenta_concrete_powder": { + "states": [ + { + "id": 8920, + "default": true + } + ] + }, + "minecraft:light_blue_concrete_powder": { + "states": [ + { + "id": 8921, + "default": true + } + ] + }, + "minecraft:yellow_concrete_powder": { + "states": [ + { + "id": 8922, + "default": true + } + ] + }, + "minecraft:lime_concrete_powder": { + "states": [ + { + "id": 8923, + "default": true + } + ] + }, + "minecraft:pink_concrete_powder": { + "states": [ + { + "id": 8924, + "default": true + } + ] + }, + "minecraft:gray_concrete_powder": { + "states": [ + { + "id": 8925, + "default": true + } + ] + }, + "minecraft:light_gray_concrete_powder": { + "states": [ + { + "id": 8926, + "default": true + } + ] + }, + "minecraft:cyan_concrete_powder": { + "states": [ + { + "id": 8927, + "default": true + } + ] + }, + "minecraft:purple_concrete_powder": { + "states": [ + { + "id": 8928, + "default": true + } + ] + }, + "minecraft:blue_concrete_powder": { + "states": [ + { + "id": 8929, + "default": true + } + ] + }, + "minecraft:brown_concrete_powder": { + "states": [ + { + "id": 8930, + "default": true + } + ] + }, + "minecraft:green_concrete_powder": { + "states": [ + { + "id": 8931, + "default": true + } + ] + }, + "minecraft:red_concrete_powder": { + "states": [ + { + "id": 8932, + "default": true + } + ] + }, + "minecraft:black_concrete_powder": { + "states": [ + { + "id": 8933, + "default": true + } + ] + }, + "minecraft:kelp": { + "properties": { + "age": [ + "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" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 8934, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 8935 + }, + { + "properties": { + "age": "2" + }, + "id": 8936 + }, + { + "properties": { + "age": "3" + }, + "id": 8937 + }, + { + "properties": { + "age": "4" + }, + "id": 8938 + }, + { + "properties": { + "age": "5" + }, + "id": 8939 + }, + { + "properties": { + "age": "6" + }, + "id": 8940 + }, + { + "properties": { + "age": "7" + }, + "id": 8941 + }, + { + "properties": { + "age": "8" + }, + "id": 8942 + }, + { + "properties": { + "age": "9" + }, + "id": 8943 + }, + { + "properties": { + "age": "10" + }, + "id": 8944 + }, + { + "properties": { + "age": "11" + }, + "id": 8945 + }, + { + "properties": { + "age": "12" + }, + "id": 8946 + }, + { + "properties": { + "age": "13" + }, + "id": 8947 + }, + { + "properties": { + "age": "14" + }, + "id": 8948 + }, + { + "properties": { + "age": "15" + }, + "id": 8949 + }, + { + "properties": { + "age": "16" + }, + "id": 8950 + }, + { + "properties": { + "age": "17" + }, + "id": 8951 + }, + { + "properties": { + "age": "18" + }, + "id": 8952 + }, + { + "properties": { + "age": "19" + }, + "id": 8953 + }, + { + "properties": { + "age": "20" + }, + "id": 8954 + }, + { + "properties": { + "age": "21" + }, + "id": 8955 + }, + { + "properties": { + "age": "22" + }, + "id": 8956 + }, + { + "properties": { + "age": "23" + }, + "id": 8957 + }, + { + "properties": { + "age": "24" + }, + "id": 8958 + }, + { + "properties": { + "age": "25" + }, + "id": 8959 + } + ] + }, + "minecraft:kelp_plant": { + "states": [ + { + "id": 8960, + "default": true + } + ] + }, + "minecraft:dried_kelp_block": { + "states": [ + { + "id": 8961, + "default": true + } + ] + }, + "minecraft:turtle_egg": { + "properties": { + "eggs": [ + "1", + "2", + "3", + "4" + ], + "hatch": [ + "0", + "1", + "2" + ] + }, + "states": [ + { + "properties": { + "eggs": "1", + "hatch": "0" + }, + "id": 8962, + "default": true + }, + { + "properties": { + "eggs": "1", + "hatch": "1" + }, + "id": 8963 + }, + { + "properties": { + "eggs": "1", + "hatch": "2" + }, + "id": 8964 + }, + { + "properties": { + "eggs": "2", + "hatch": "0" + }, + "id": 8965 + }, + { + "properties": { + "eggs": "2", + "hatch": "1" + }, + "id": 8966 + }, + { + "properties": { + "eggs": "2", + "hatch": "2" + }, + "id": 8967 + }, + { + "properties": { + "eggs": "3", + "hatch": "0" + }, + "id": 8968 + }, + { + "properties": { + "eggs": "3", + "hatch": "1" + }, + "id": 8969 + }, + { + "properties": { + "eggs": "3", + "hatch": "2" + }, + "id": 8970 + }, + { + "properties": { + "eggs": "4", + "hatch": "0" + }, + "id": 8971 + }, + { + "properties": { + "eggs": "4", + "hatch": "1" + }, + "id": 8972 + }, + { + "properties": { + "eggs": "4", + "hatch": "2" + }, + "id": 8973 + } + ] + }, + "minecraft:dead_tube_coral_block": { + "states": [ + { + "id": 8974, + "default": true + } + ] + }, + "minecraft:dead_brain_coral_block": { + "states": [ + { + "id": 8975, + "default": true + } + ] + }, + "minecraft:dead_bubble_coral_block": { + "states": [ + { + "id": 8976, + "default": true + } + ] + }, + "minecraft:dead_fire_coral_block": { + "states": [ + { + "id": 8977, + "default": true + } + ] + }, + "minecraft:dead_horn_coral_block": { + "states": [ + { + "id": 8978, + "default": true + } + ] + }, + "minecraft:tube_coral_block": { + "states": [ + { + "id": 8979, + "default": true + } + ] + }, + "minecraft:brain_coral_block": { + "states": [ + { + "id": 8980, + "default": true + } + ] + }, + "minecraft:bubble_coral_block": { + "states": [ + { + "id": 8981, + "default": true + } + ] + }, + "minecraft:fire_coral_block": { + "states": [ + { + "id": 8982, + "default": true + } + ] + }, + "minecraft:horn_coral_block": { + "states": [ + { + "id": 8983, + "default": true + } + ] + }, + "minecraft:dead_tube_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 8984, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 8985 + } + ] + }, + "minecraft:dead_brain_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 8986, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 8987 + } + ] + }, + "minecraft:dead_bubble_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 8988, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 8989 + } + ] + }, + "minecraft:dead_fire_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 8990, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 8991 + } + ] + }, + "minecraft:dead_horn_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 8992, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 8993 + } + ] + }, + "minecraft:tube_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 8994, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 8995 + } + ] + }, + "minecraft:brain_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 8996, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 8997 + } + ] + }, + "minecraft:bubble_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 8998, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 8999 + } + ] + }, + "minecraft:fire_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9000, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9001 + } + ] + }, + "minecraft:horn_coral": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9002, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9003 + } + ] + }, + "minecraft:dead_tube_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9004, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9005 + } + ] + }, + "minecraft:dead_brain_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9006, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9007 + } + ] + }, + "minecraft:dead_bubble_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9008, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9009 + } + ] + }, + "minecraft:dead_fire_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9010, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9011 + } + ] + }, + "minecraft:dead_horn_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9012, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9013 + } + ] + }, + "minecraft:tube_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9014, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9015 + } + ] + }, + "minecraft:brain_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9016, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9017 + } + ] + }, + "minecraft:bubble_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9018, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9019 + } + ] + }, + "minecraft:fire_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9020, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9021 + } + ] + }, + "minecraft:horn_coral_fan": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9022, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9023 + } + ] + }, + "minecraft:dead_tube_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9024, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9025 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9026 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9027 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9028 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9029 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9030 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9031 + } + ] + }, + "minecraft:dead_brain_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9032, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9033 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9034 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9035 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9036 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9037 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9038 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9039 + } + ] + }, + "minecraft:dead_bubble_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9040, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9041 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9042 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9043 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9044 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9045 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9046 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9047 + } + ] + }, + "minecraft:dead_fire_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9048, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9049 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9050 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9051 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9052 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9053 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9054 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9055 + } + ] + }, + "minecraft:dead_horn_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9056, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9057 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9058 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9059 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9060 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9061 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9062 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9063 + } + ] + }, + "minecraft:tube_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9064, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9065 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9066 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9067 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9068 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9069 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9070 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9071 + } + ] + }, + "minecraft:brain_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9072, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9073 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9074 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9075 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9076 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9077 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9078 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9079 + } + ] + }, + "minecraft:bubble_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9080, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9081 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9082 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9083 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9084 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9085 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9086 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9087 + } + ] + }, + "minecraft:fire_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9088, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9089 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9090 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9091 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9092 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9093 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9094 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9095 + } + ] + }, + "minecraft:horn_coral_wall_fan": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "waterlogged": "true" + }, + "id": 9096, + "default": true + }, + { + "properties": { + "facing": "north", + "waterlogged": "false" + }, + "id": 9097 + }, + { + "properties": { + "facing": "south", + "waterlogged": "true" + }, + "id": 9098 + }, + { + "properties": { + "facing": "south", + "waterlogged": "false" + }, + "id": 9099 + }, + { + "properties": { + "facing": "west", + "waterlogged": "true" + }, + "id": 9100 + }, + { + "properties": { + "facing": "west", + "waterlogged": "false" + }, + "id": 9101 + }, + { + "properties": { + "facing": "east", + "waterlogged": "true" + }, + "id": 9102 + }, + { + "properties": { + "facing": "east", + "waterlogged": "false" + }, + "id": 9103 + } + ] + }, + "minecraft:sea_pickle": { + "properties": { + "pickles": [ + "1", + "2", + "3", + "4" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "pickles": "1", + "waterlogged": "true" + }, + "id": 9104, + "default": true + }, + { + "properties": { + "pickles": "1", + "waterlogged": "false" + }, + "id": 9105 + }, + { + "properties": { + "pickles": "2", + "waterlogged": "true" + }, + "id": 9106 + }, + { + "properties": { + "pickles": "2", + "waterlogged": "false" + }, + "id": 9107 + }, + { + "properties": { + "pickles": "3", + "waterlogged": "true" + }, + "id": 9108 + }, + { + "properties": { + "pickles": "3", + "waterlogged": "false" + }, + "id": 9109 + }, + { + "properties": { + "pickles": "4", + "waterlogged": "true" + }, + "id": 9110 + }, + { + "properties": { + "pickles": "4", + "waterlogged": "false" + }, + "id": 9111 + } + ] + }, + "minecraft:blue_ice": { + "states": [ + { + "id": 9112, + "default": true + } + ] + }, + "minecraft:conduit": { + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "waterlogged": "true" + }, + "id": 9113, + "default": true + }, + { + "properties": { + "waterlogged": "false" + }, + "id": 9114 + } + ] + }, + "minecraft:bamboo_sapling": { + "states": [ + { + "id": 9115, + "default": true + } + ] + }, + "minecraft:bamboo": { + "properties": { + "age": [ + "0", + "1" + ], + "leaves": [ + "none", + "small", + "large" + ], + "stage": [ + "0", + "1" + ] + }, + "states": [ + { + "properties": { + "age": "0", + "leaves": "none", + "stage": "0" + }, + "id": 9116, + "default": true + }, + { + "properties": { + "age": "0", + "leaves": "none", + "stage": "1" + }, + "id": 9117 + }, + { + "properties": { + "age": "0", + "leaves": "small", + "stage": "0" + }, + "id": 9118 + }, + { + "properties": { + "age": "0", + "leaves": "small", + "stage": "1" + }, + "id": 9119 + }, + { + "properties": { + "age": "0", + "leaves": "large", + "stage": "0" + }, + "id": 9120 + }, + { + "properties": { + "age": "0", + "leaves": "large", + "stage": "1" + }, + "id": 9121 + }, + { + "properties": { + "age": "1", + "leaves": "none", + "stage": "0" + }, + "id": 9122 + }, + { + "properties": { + "age": "1", + "leaves": "none", + "stage": "1" + }, + "id": 9123 + }, + { + "properties": { + "age": "1", + "leaves": "small", + "stage": "0" + }, + "id": 9124 + }, + { + "properties": { + "age": "1", + "leaves": "small", + "stage": "1" + }, + "id": 9125 + }, + { + "properties": { + "age": "1", + "leaves": "large", + "stage": "0" + }, + "id": 9126 + }, + { + "properties": { + "age": "1", + "leaves": "large", + "stage": "1" + }, + "id": 9127 + } + ] + }, + "minecraft:potted_bamboo": { + "states": [ + { + "id": 9128, + "default": true + } + ] + }, + "minecraft:void_air": { + "states": [ + { + "id": 9129, + "default": true + } + ] + }, + "minecraft:cave_air": { + "states": [ + { + "id": 9130, + "default": true + } + ] + }, + "minecraft:bubble_column": { + "properties": { + "drag": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "drag": "true" + }, + "id": 9131, + "default": true + }, + { + "properties": { + "drag": "false" + }, + "id": 9132 + } + ] + }, + "minecraft:polished_granite_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9133 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9134 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9135 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9136 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9137 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9138 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9139 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9140 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9141 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9142 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9143 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9144, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9145 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9146 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9147 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9148 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9149 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9150 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9151 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9152 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9153 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9154 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9155 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9156 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9157 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9158 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9159 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9160 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9161 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9162 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9163 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9164 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9165 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9166 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9167 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9168 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9169 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9170 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9171 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9172 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9173 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9174 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9175 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9176 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9177 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9178 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9179 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9180 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9181 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9182 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9183 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9184 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9185 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9186 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9187 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9188 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9189 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9190 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9191 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9192 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9193 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9194 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9195 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9196 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9197 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9198 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9199 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9200 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9201 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9202 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9203 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9204 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9205 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9206 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9207 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9208 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9209 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9210 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9211 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9212 + } + ] + }, + "minecraft:smooth_red_sandstone_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9213 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9214 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9215 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9216 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9217 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9218 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9219 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9220 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9221 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9222 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9223 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9224, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9225 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9226 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9227 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9228 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9229 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9230 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9231 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9232 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9233 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9234 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9235 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9236 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9237 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9238 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9239 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9240 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9241 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9242 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9243 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9244 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9245 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9246 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9247 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9248 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9249 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9250 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9251 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9252 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9253 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9254 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9255 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9256 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9257 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9258 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9259 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9260 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9261 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9262 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9263 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9264 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9265 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9266 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9267 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9268 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9269 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9270 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9271 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9272 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9273 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9274 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9275 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9276 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9277 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9278 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9279 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9280 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9281 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9282 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9283 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9284 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9285 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9286 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9287 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9288 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9289 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9290 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9291 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9292 + } + ] + }, + "minecraft:mossy_stone_brick_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9293 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9294 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9295 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9296 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9297 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9298 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9299 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9300 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9301 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9302 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9303 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9304, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9305 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9306 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9307 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9308 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9309 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9310 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9311 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9312 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9313 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9314 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9315 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9316 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9317 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9318 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9319 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9320 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9321 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9322 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9323 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9324 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9325 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9326 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9327 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9328 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9329 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9330 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9331 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9332 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9333 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9334 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9335 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9336 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9337 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9338 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9339 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9340 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9341 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9342 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9343 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9344 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9345 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9346 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9347 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9348 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9349 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9350 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9351 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9352 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9353 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9354 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9355 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9356 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9357 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9358 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9359 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9360 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9361 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9362 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9363 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9364 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9365 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9366 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9367 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9368 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9369 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9370 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9371 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9372 + } + ] + }, + "minecraft:polished_diorite_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9373 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9374 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9375 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9376 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9377 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9378 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9379 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9380 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9381 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9382 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9383 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9384, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9385 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9386 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9387 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9388 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9389 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9390 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9391 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9392 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9393 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9394 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9395 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9396 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9397 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9398 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9399 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9400 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9401 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9402 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9403 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9404 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9405 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9406 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9407 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9408 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9409 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9410 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9411 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9412 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9413 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9414 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9415 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9416 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9417 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9418 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9419 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9420 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9421 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9422 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9423 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9424 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9425 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9426 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9427 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9428 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9429 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9430 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9431 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9432 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9433 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9434 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9435 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9436 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9437 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9438 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9439 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9440 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9441 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9442 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9443 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9444 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9445 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9446 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9447 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9448 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9449 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9450 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9451 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9452 + } + ] + }, + "minecraft:mossy_cobblestone_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9453 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9454 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9455 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9456 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9457 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9458 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9459 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9460 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9461 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9462 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9463 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9464, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9465 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9466 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9467 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9468 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9469 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9470 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9471 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9472 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9473 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9474 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9475 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9476 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9477 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9478 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9479 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9480 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9481 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9482 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9483 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9484 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9485 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9486 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9487 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9488 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9489 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9490 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9491 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9492 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9493 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9494 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9495 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9496 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9497 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9498 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9499 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9500 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9501 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9502 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9503 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9504 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9505 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9506 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9507 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9508 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9509 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9510 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9511 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9512 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9513 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9514 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9515 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9516 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9517 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9518 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9519 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9520 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9521 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9522 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9523 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9524 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9525 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9526 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9527 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9528 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9529 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9530 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9531 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9532 + } + ] + }, + "minecraft:end_stone_brick_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9533 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9534 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9535 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9536 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9537 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9538 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9539 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9540 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9541 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9542 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9543 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9544, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9545 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9546 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9547 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9548 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9549 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9550 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9551 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9552 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9553 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9554 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9555 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9556 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9557 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9558 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9559 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9560 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9561 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9562 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9563 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9564 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9565 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9566 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9567 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9568 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9569 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9570 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9571 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9572 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9573 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9574 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9575 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9576 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9577 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9578 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9579 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9580 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9581 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9582 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9583 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9584 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9585 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9586 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9587 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9588 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9589 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9590 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9591 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9592 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9593 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9594 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9595 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9596 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9597 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9598 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9599 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9600 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9601 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9602 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9603 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9604 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9605 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9606 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9607 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9608 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9609 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9610 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9611 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9612 + } + ] + }, + "minecraft:stone_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9613 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9614 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9615 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9616 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9617 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9618 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9619 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9620 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9621 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9622 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9623 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9624, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9625 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9626 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9627 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9628 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9629 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9630 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9631 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9632 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9633 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9634 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9635 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9636 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9637 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9638 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9639 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9640 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9641 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9642 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9643 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9644 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9645 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9646 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9647 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9648 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9649 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9650 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9651 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9652 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9653 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9654 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9655 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9656 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9657 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9658 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9659 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9660 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9661 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9662 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9663 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9664 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9665 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9666 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9667 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9668 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9669 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9670 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9671 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9672 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9673 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9674 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9675 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9676 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9677 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9678 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9679 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9680 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9681 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9682 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9683 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9684 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9685 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9686 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9687 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9688 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9689 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9690 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9691 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9692 + } + ] + }, + "minecraft:smooth_sandstone_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9693 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9694 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9695 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9696 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9697 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9698 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9699 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9700 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9701 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9702 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9703 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9704, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9705 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9706 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9707 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9708 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9709 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9710 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9711 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9712 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9713 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9714 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9715 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9716 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9717 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9718 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9719 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9720 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9721 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9722 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9723 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9724 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9725 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9726 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9727 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9728 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9729 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9730 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9731 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9732 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9733 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9734 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9735 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9736 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9737 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9738 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9739 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9740 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9741 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9742 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9743 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9744 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9745 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9746 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9747 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9748 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9749 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9750 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9751 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9752 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9753 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9754 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9755 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9756 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9757 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9758 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9759 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9760 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9761 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9762 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9763 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9764 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9765 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9766 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9767 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9768 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9769 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9770 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9771 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9772 + } + ] + }, + "minecraft:smooth_quartz_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9773 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9774 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9775 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9776 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9777 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9778 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9779 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9780 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9781 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9782 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9783 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9784, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9785 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9786 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9787 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9788 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9789 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9790 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9791 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9792 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9793 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9794 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9795 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9796 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9797 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9798 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9799 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9800 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9801 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9802 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9803 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9804 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9805 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9806 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9807 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9808 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9809 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9810 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9811 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9812 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9813 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9814 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9815 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9816 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9817 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9818 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9819 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9820 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9821 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9822 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9823 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9824 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9825 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9826 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9827 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9828 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9829 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9830 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9831 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9832 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9833 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9834 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9835 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9836 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9837 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9838 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9839 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9840 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9841 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9842 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9843 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9844 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9845 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9846 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9847 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9848 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9849 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9850 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9851 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9852 + } + ] + }, + "minecraft:granite_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9853 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9854 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9855 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9856 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9857 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9858 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9859 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9860 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9861 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9862 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9863 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9864, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9865 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9866 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9867 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9868 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9869 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9870 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9871 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9872 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9873 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9874 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9875 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9876 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9877 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9878 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9879 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9880 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9881 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9882 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9883 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9884 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9885 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9886 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9887 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9888 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9889 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9890 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9891 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9892 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9893 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9894 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9895 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9896 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9897 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9898 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9899 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9900 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9901 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9902 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9903 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9904 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9905 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9906 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9907 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9908 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9909 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9910 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9911 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9912 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9913 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9914 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9915 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9916 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9917 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9918 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9919 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9920 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9921 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9922 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9923 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9924 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9925 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9926 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9927 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9928 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9929 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9930 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9931 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9932 + } + ] + }, + "minecraft:andesite_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9933 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9934 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9935 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9936 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9937 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9938 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9939 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9940 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9941 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9942 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9943 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9944, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9945 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9946 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9947 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9948 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9949 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9950 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9951 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9952 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9953 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9954 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9955 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9956 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9957 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9958 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9959 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9960 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9961 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9962 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9963 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9964 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9965 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9966 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9967 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9968 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9969 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9970 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9971 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9972 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9973 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9974 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9975 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9976 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9977 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9978 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9979 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9980 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9981 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9982 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9983 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9984 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9985 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9986 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9987 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9988 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9989 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 9990 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 9991 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 9992 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 9993 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 9994 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 9995 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 9996 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 9997 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 9998 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 9999 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10000 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10001 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10002 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10003 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10004 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10005 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10006 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10007 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10008 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10009 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10010 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10011 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10012 + } + ] + }, + "minecraft:red_nether_brick_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10013 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10014 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10015 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10016 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10017 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10018 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10019 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10020 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10021 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10022 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10023 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10024, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10025 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10026 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10027 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10028 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10029 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10030 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10031 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10032 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10033 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10034 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10035 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10036 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10037 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10038 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10039 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10040 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10041 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10042 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10043 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10044 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10045 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10046 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10047 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10048 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10049 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10050 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10051 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10052 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10053 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10054 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10055 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10056 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10057 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10058 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10059 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10060 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10061 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10062 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10063 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10064 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10065 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10066 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10067 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10068 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10069 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10070 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10071 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10072 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10073 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10074 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10075 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10076 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10077 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10078 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10079 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10080 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10081 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10082 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10083 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10084 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10085 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10086 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10087 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10088 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10089 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10090 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10091 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10092 + } + ] + }, + "minecraft:polished_andesite_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10093 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10094 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10095 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10096 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10097 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10098 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10099 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10100 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10101 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10102 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10103 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10104, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10105 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10106 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10107 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10108 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10109 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10110 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10111 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10112 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10113 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10114 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10115 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10116 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10117 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10118 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10119 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10120 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10121 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10122 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10123 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10124 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10125 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10126 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10127 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10128 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10129 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10130 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10131 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10132 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10133 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10134 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10135 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10136 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10137 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10138 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10139 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10140 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10141 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10142 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10143 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10144 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10145 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10146 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10147 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10148 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10149 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10150 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10151 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10152 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10153 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10154 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10155 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10156 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10157 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10158 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10159 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10160 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10161 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10162 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10163 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10164 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10165 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10166 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10167 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10168 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10169 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10170 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10171 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10172 + } + ] + }, + "minecraft:diorite_stairs": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "shape": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10173 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10174 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10175 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10176 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10177 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10178 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10179 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10180 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10181 + }, + { + "properties": { + "facing": "north", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10182 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10183 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10184, + "default": true + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10185 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10186 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10187 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10188 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10189 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10190 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10191 + }, + { + "properties": { + "facing": "north", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10192 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10193 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10194 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10195 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10196 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10197 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10198 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10199 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10200 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10201 + }, + { + "properties": { + "facing": "south", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10202 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10203 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10204 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10205 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10206 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10207 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10208 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10209 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10210 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10211 + }, + { + "properties": { + "facing": "south", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10212 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10213 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10214 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10215 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10216 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10217 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10218 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10219 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10220 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10221 + }, + { + "properties": { + "facing": "west", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10222 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10223 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10224 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10225 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10226 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10227 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10228 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10229 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10230 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10231 + }, + { + "properties": { + "facing": "west", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10232 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10233 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10234 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10235 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10236 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10237 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10238 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10239 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10240 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10241 + }, + { + "properties": { + "facing": "east", + "half": "top", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10242 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "true" + }, + "id": 10243 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "straight", + "waterlogged": "false" + }, + "id": 10244 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "true" + }, + "id": 10245 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_left", + "waterlogged": "false" + }, + "id": 10246 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "true" + }, + "id": 10247 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "inner_right", + "waterlogged": "false" + }, + "id": 10248 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "true" + }, + "id": 10249 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_left", + "waterlogged": "false" + }, + "id": 10250 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "true" + }, + "id": 10251 + }, + { + "properties": { + "facing": "east", + "half": "bottom", + "shape": "outer_right", + "waterlogged": "false" + }, + "id": 10252 + } + ] + }, + "minecraft:polished_granite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10253 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10254 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10255 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10256, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10257 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10258 + } + ] + }, + "minecraft:smooth_red_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10259 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10260 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10261 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10262, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10263 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10264 + } + ] + }, + "minecraft:mossy_stone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10265 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10266 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10267 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10268, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10269 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10270 + } + ] + }, + "minecraft:polished_diorite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10271 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10272 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10273 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10274, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10275 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10276 + } + ] + }, + "minecraft:mossy_cobblestone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10277 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10278 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10279 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10280, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10281 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10282 + } + ] + }, + "minecraft:end_stone_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10283 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10284 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10285 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10286, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10287 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10288 + } + ] + }, + "minecraft:smooth_sandstone_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10289 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10290 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10291 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10292, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10293 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10294 + } + ] + }, + "minecraft:smooth_quartz_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10295 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10296 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10297 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10298, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10299 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10300 + } + ] + }, + "minecraft:granite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10301 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10302 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10303 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10304, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10305 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10306 + } + ] + }, + "minecraft:andesite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10307 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10308 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10309 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10310, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10311 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10312 + } + ] + }, + "minecraft:red_nether_brick_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10313 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10314 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10315 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10316, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10317 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10318 + } + ] + }, + "minecraft:polished_andesite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10319 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10320 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10321 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10322, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10323 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10324 + } + ] + }, + "minecraft:diorite_slab": { + "properties": { + "type": [ + "top", + "bottom", + "double" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "type": "top", + "waterlogged": "true" + }, + "id": 10325 + }, + { + "properties": { + "type": "top", + "waterlogged": "false" + }, + "id": 10326 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "true" + }, + "id": 10327 + }, + { + "properties": { + "type": "bottom", + "waterlogged": "false" + }, + "id": 10328, + "default": true + }, + { + "properties": { + "type": "double", + "waterlogged": "true" + }, + "id": 10329 + }, + { + "properties": { + "type": "double", + "waterlogged": "false" + }, + "id": 10330 + } + ] + }, + "minecraft:brick_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10331 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10332 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10333 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10334 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10335 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10336 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10337 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10338 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10339 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10340 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10341 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10342 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10343 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10344 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10345 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10346 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10347 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10348 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10349 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10350 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10351 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10352 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10353 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10354 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10355 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10356 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10357 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10358 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10359 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10360 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10361 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10362 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10363 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10364 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10365 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10366 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10367 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10368 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10369 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10370 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10371 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10372 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10373 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10374 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10375 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10376 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10377 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10378 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10379 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10380 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10381 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10382 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10383 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10384 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10385 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10386 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10387 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10388 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10389 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10390, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10391 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10392 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10393 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10394 + } + ] + }, + "minecraft:prismarine_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10395 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10396 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10397 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10398 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10399 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10400 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10401 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10402 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10403 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10404 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10405 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10406 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10407 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10408 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10409 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10410 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10411 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10412 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10413 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10414 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10415 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10416 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10417 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10418 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10419 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10420 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10421 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10422 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10423 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10424 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10425 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10426 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10427 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10428 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10429 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10430 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10431 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10432 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10433 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10434 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10435 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10436 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10437 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10438 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10439 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10440 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10441 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10442 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10443 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10444 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10445 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10446 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10447 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10448 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10449 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10450 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10451 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10452 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10453 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10454, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10455 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10456 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10457 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10458 + } + ] + }, + "minecraft:red_sandstone_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10459 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10460 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10461 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10462 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10463 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10464 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10465 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10466 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10467 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10468 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10469 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10470 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10471 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10472 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10473 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10474 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10475 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10476 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10477 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10478 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10479 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10480 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10481 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10482 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10483 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10484 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10485 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10486 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10487 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10488 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10489 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10490 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10491 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10492 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10493 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10494 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10495 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10496 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10497 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10498 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10499 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10500 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10501 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10502 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10503 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10504 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10505 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10506 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10507 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10508 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10509 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10510 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10511 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10512 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10513 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10514 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10515 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10516 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10517 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10518, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10519 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10520 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10521 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10522 + } + ] + }, + "minecraft:mossy_stone_brick_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10523 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10524 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10525 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10526 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10527 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10528 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10529 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10530 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10531 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10532 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10533 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10534 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10535 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10536 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10537 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10538 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10539 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10540 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10541 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10542 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10543 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10544 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10545 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10546 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10547 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10548 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10549 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10550 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10551 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10552 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10553 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10554 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10555 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10556 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10557 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10558 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10559 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10560 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10561 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10562 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10563 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10564 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10565 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10566 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10567 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10568 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10569 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10570 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10571 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10572 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10573 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10574 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10575 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10576 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10577 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10578 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10579 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10580 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10581 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10582, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10583 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10584 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10585 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10586 + } + ] + }, + "minecraft:granite_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10587 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10588 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10589 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10590 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10591 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10592 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10593 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10594 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10595 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10596 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10597 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10598 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10599 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10600 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10601 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10602 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10603 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10604 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10605 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10606 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10607 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10608 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10609 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10610 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10611 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10612 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10613 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10614 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10615 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10616 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10617 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10618 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10619 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10620 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10621 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10622 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10623 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10624 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10625 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10626 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10627 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10628 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10629 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10630 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10631 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10632 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10633 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10634 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10635 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10636 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10637 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10638 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10639 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10640 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10641 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10642 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10643 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10644 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10645 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10646, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10647 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10648 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10649 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10650 + } + ] + }, + "minecraft:stone_brick_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10651 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10652 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10653 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10654 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10655 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10656 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10657 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10658 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10659 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10660 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10661 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10662 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10663 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10664 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10665 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10666 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10667 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10668 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10669 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10670 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10671 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10672 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10673 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10674 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10675 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10676 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10677 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10678 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10679 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10680 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10681 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10682 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10683 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10684 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10685 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10686 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10687 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10688 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10689 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10690 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10691 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10692 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10693 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10694 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10695 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10696 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10697 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10698 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10699 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10700 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10701 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10702 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10703 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10704 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10705 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10706 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10707 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10708 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10709 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10710, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10711 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10712 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10713 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10714 + } + ] + }, + "minecraft:nether_brick_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10715 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10716 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10717 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10718 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10719 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10720 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10721 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10722 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10723 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10724 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10725 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10726 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10727 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10728 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10729 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10730 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10731 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10732 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10733 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10734 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10735 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10736 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10737 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10738 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10739 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10740 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10741 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10742 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10743 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10744 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10745 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10746 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10747 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10748 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10749 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10750 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10751 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10752 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10753 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10754 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10755 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10756 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10757 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10758 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10759 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10760 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10761 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10762 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10763 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10764 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10765 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10766 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10767 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10768 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10769 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10770 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10771 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10772 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10773 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10774, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10775 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10776 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10777 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10778 + } + ] + }, + "minecraft:andesite_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10779 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10780 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10781 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10782 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10783 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10784 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10785 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10786 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10787 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10788 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10789 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10790 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10791 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10792 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10793 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10794 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10795 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10796 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10797 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10798 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10799 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10800 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10801 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10802 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10803 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10804 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10805 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10806 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10807 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10808 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10809 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10810 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10811 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10812 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10813 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10814 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10815 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10816 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10817 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10818 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10819 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10820 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10821 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10822 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10823 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10824 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10825 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10826 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10827 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10828 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10829 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10830 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10831 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10832 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10833 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10834 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10835 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10836 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10837 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10838, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10839 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10840 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10841 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10842 + } + ] + }, + "minecraft:red_nether_brick_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10843 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10844 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10845 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10846 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10847 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10848 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10849 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10850 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10851 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10852 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10853 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10854 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10855 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10856 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10857 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10858 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10859 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10860 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10861 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10862 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10863 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10864 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10865 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10866 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10867 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10868 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10869 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10870 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10871 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10872 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10873 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10874 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10875 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10876 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10877 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10878 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10879 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10880 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10881 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10882 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10883 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10884 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10885 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10886 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10887 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10888 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10889 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10890 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10891 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10892 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10893 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10894 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10895 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10896 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10897 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10898 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10899 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10900 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10901 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10902, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10903 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10904 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10905 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10906 + } + ] + }, + "minecraft:sandstone_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10907 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10908 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10909 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10910 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10911 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10912 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10913 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10914 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10915 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10916 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10917 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10918 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10919 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10920 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10921 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10922 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10923 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10924 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10925 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10926 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10927 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10928 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10929 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10930 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10931 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10932 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10933 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10934 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10935 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10936 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10937 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10938 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10939 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10940 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10941 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10942 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10943 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10944 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10945 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10946 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10947 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10948 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10949 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10950 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10951 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10952 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10953 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10954 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10955 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10956 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10957 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10958 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10959 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10960 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10961 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10962 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10963 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10964 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10965 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10966, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10967 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10968 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10969 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10970 + } + ] + }, + "minecraft:end_stone_brick_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10971 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10972 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10973 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10974 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10975 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10976 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10977 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10978 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10979 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10980 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10981 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10982 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10983 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10984 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10985 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10986 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10987 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10988 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10989 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10990 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10991 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 10992 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 10993 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 10994 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 10995 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 10996 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 10997 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 10998 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 10999 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11000 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11001 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11002 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11003 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11004 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11005 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11006 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11007 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11008 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11009 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11010 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11011 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11012 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11013 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11014 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11015 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11016 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11017 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11018 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11019 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11020 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11021 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11022 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11023 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11024 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11025 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11026 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11027 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11028 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11029 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11030, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11031 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11032 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11033 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11034 + } + ] + }, + "minecraft:diorite_wall": { + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "up": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11035 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11036 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11037 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11038 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11039 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11040 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11041 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11042 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11043 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11044 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11045 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11046 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11047 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11048 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11049 + }, + { + "properties": { + "east": "true", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11050 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11051 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11052 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11053 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11054 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11055 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11056 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11057 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11058 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11059 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11060 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11061 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11062 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11063 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11064 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11065 + }, + { + "properties": { + "east": "true", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11066 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11067 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11068 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11069 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11070 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11071 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11072 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11073 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11074 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11075 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11076 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11077 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11078 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11079 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11080 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11081 + }, + { + "properties": { + "east": "false", + "north": "true", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11082 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11083 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11084 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11085 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11086 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11087 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11088 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11089 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "true", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11090 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "true" + }, + "id": 11091 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "true", + "west": "false" + }, + "id": 11092 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "true" + }, + "id": 11093 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "true", + "waterlogged": "false", + "west": "false" + }, + "id": 11094, + "default": true + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "true" + }, + "id": 11095 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "true", + "west": "false" + }, + "id": 11096 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "true" + }, + "id": 11097 + }, + { + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "waterlogged": "false", + "west": "false" + }, + "id": 11098 + } + ] + }, + "minecraft:scaffolding": { + "properties": { + "bottom": [ + "true", + "false" + ], + "distance": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "bottom": "true", + "distance": "0", + "waterlogged": "true" + }, + "id": 11099 + }, + { + "properties": { + "bottom": "true", + "distance": "0", + "waterlogged": "false" + }, + "id": 11100 + }, + { + "properties": { + "bottom": "true", + "distance": "1", + "waterlogged": "true" + }, + "id": 11101 + }, + { + "properties": { + "bottom": "true", + "distance": "1", + "waterlogged": "false" + }, + "id": 11102 + }, + { + "properties": { + "bottom": "true", + "distance": "2", + "waterlogged": "true" + }, + "id": 11103 + }, + { + "properties": { + "bottom": "true", + "distance": "2", + "waterlogged": "false" + }, + "id": 11104 + }, + { + "properties": { + "bottom": "true", + "distance": "3", + "waterlogged": "true" + }, + "id": 11105 + }, + { + "properties": { + "bottom": "true", + "distance": "3", + "waterlogged": "false" + }, + "id": 11106 + }, + { + "properties": { + "bottom": "true", + "distance": "4", + "waterlogged": "true" + }, + "id": 11107 + }, + { + "properties": { + "bottom": "true", + "distance": "4", + "waterlogged": "false" + }, + "id": 11108 + }, + { + "properties": { + "bottom": "true", + "distance": "5", + "waterlogged": "true" + }, + "id": 11109 + }, + { + "properties": { + "bottom": "true", + "distance": "5", + "waterlogged": "false" + }, + "id": 11110 + }, + { + "properties": { + "bottom": "true", + "distance": "6", + "waterlogged": "true" + }, + "id": 11111 + }, + { + "properties": { + "bottom": "true", + "distance": "6", + "waterlogged": "false" + }, + "id": 11112 + }, + { + "properties": { + "bottom": "true", + "distance": "7", + "waterlogged": "true" + }, + "id": 11113 + }, + { + "properties": { + "bottom": "true", + "distance": "7", + "waterlogged": "false" + }, + "id": 11114 + }, + { + "properties": { + "bottom": "false", + "distance": "0", + "waterlogged": "true" + }, + "id": 11115 + }, + { + "properties": { + "bottom": "false", + "distance": "0", + "waterlogged": "false" + }, + "id": 11116 + }, + { + "properties": { + "bottom": "false", + "distance": "1", + "waterlogged": "true" + }, + "id": 11117 + }, + { + "properties": { + "bottom": "false", + "distance": "1", + "waterlogged": "false" + }, + "id": 11118 + }, + { + "properties": { + "bottom": "false", + "distance": "2", + "waterlogged": "true" + }, + "id": 11119 + }, + { + "properties": { + "bottom": "false", + "distance": "2", + "waterlogged": "false" + }, + "id": 11120 + }, + { + "properties": { + "bottom": "false", + "distance": "3", + "waterlogged": "true" + }, + "id": 11121 + }, + { + "properties": { + "bottom": "false", + "distance": "3", + "waterlogged": "false" + }, + "id": 11122 + }, + { + "properties": { + "bottom": "false", + "distance": "4", + "waterlogged": "true" + }, + "id": 11123 + }, + { + "properties": { + "bottom": "false", + "distance": "4", + "waterlogged": "false" + }, + "id": 11124 + }, + { + "properties": { + "bottom": "false", + "distance": "5", + "waterlogged": "true" + }, + "id": 11125 + }, + { + "properties": { + "bottom": "false", + "distance": "5", + "waterlogged": "false" + }, + "id": 11126 + }, + { + "properties": { + "bottom": "false", + "distance": "6", + "waterlogged": "true" + }, + "id": 11127 + }, + { + "properties": { + "bottom": "false", + "distance": "6", + "waterlogged": "false" + }, + "id": 11128 + }, + { + "properties": { + "bottom": "false", + "distance": "7", + "waterlogged": "true" + }, + "id": 11129 + }, + { + "properties": { + "bottom": "false", + "distance": "7", + "waterlogged": "false" + }, + "id": 11130, + "default": true + } + ] + }, + "minecraft:loom": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 11131, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 11132 + }, + { + "properties": { + "facing": "west" + }, + "id": 11133 + }, + { + "properties": { + "facing": "east" + }, + "id": 11134 + } + ] + }, + "minecraft:barrel": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "open": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "open": "true" + }, + "id": 11135 + }, + { + "properties": { + "facing": "north", + "open": "false" + }, + "id": 11136, + "default": true + }, + { + "properties": { + "facing": "east", + "open": "true" + }, + "id": 11137 + }, + { + "properties": { + "facing": "east", + "open": "false" + }, + "id": 11138 + }, + { + "properties": { + "facing": "south", + "open": "true" + }, + "id": 11139 + }, + { + "properties": { + "facing": "south", + "open": "false" + }, + "id": 11140 + }, + { + "properties": { + "facing": "west", + "open": "true" + }, + "id": 11141 + }, + { + "properties": { + "facing": "west", + "open": "false" + }, + "id": 11142 + }, + { + "properties": { + "facing": "up", + "open": "true" + }, + "id": 11143 + }, + { + "properties": { + "facing": "up", + "open": "false" + }, + "id": 11144 + }, + { + "properties": { + "facing": "down", + "open": "true" + }, + "id": 11145 + }, + { + "properties": { + "facing": "down", + "open": "false" + }, + "id": 11146 + } + ] + }, + "minecraft:smoker": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 11147 + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 11148, + "default": true + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 11149 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 11150 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 11151 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 11152 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 11153 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 11154 + } + ] + }, + "minecraft:blast_furnace": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true" + }, + "id": 11155 + }, + { + "properties": { + "facing": "north", + "lit": "false" + }, + "id": 11156, + "default": true + }, + { + "properties": { + "facing": "south", + "lit": "true" + }, + "id": 11157 + }, + { + "properties": { + "facing": "south", + "lit": "false" + }, + "id": 11158 + }, + { + "properties": { + "facing": "west", + "lit": "true" + }, + "id": 11159 + }, + { + "properties": { + "facing": "west", + "lit": "false" + }, + "id": 11160 + }, + { + "properties": { + "facing": "east", + "lit": "true" + }, + "id": 11161 + }, + { + "properties": { + "facing": "east", + "lit": "false" + }, + "id": 11162 + } + ] + }, + "minecraft:cartography_table": { + "states": [ + { + "id": 11163, + "default": true + } + ] + }, + "minecraft:fletching_table": { + "states": [ + { + "id": 11164, + "default": true + } + ] + }, + "minecraft:grindstone": { + "properties": { + "face": [ + "floor", + "wall", + "ceiling" + ], + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "face": "floor", + "facing": "north" + }, + "id": 11165 + }, + { + "properties": { + "face": "floor", + "facing": "south" + }, + "id": 11166 + }, + { + "properties": { + "face": "floor", + "facing": "west" + }, + "id": 11167 + }, + { + "properties": { + "face": "floor", + "facing": "east" + }, + "id": 11168 + }, + { + "properties": { + "face": "wall", + "facing": "north" + }, + "id": 11169, + "default": true + }, + { + "properties": { + "face": "wall", + "facing": "south" + }, + "id": 11170 + }, + { + "properties": { + "face": "wall", + "facing": "west" + }, + "id": 11171 + }, + { + "properties": { + "face": "wall", + "facing": "east" + }, + "id": 11172 + }, + { + "properties": { + "face": "ceiling", + "facing": "north" + }, + "id": 11173 + }, + { + "properties": { + "face": "ceiling", + "facing": "south" + }, + "id": 11174 + }, + { + "properties": { + "face": "ceiling", + "facing": "west" + }, + "id": 11175 + }, + { + "properties": { + "face": "ceiling", + "facing": "east" + }, + "id": 11176 + } + ] + }, + "minecraft:lectern": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "has_book": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "has_book": "true", + "powered": "true" + }, + "id": 11177 + }, + { + "properties": { + "facing": "north", + "has_book": "true", + "powered": "false" + }, + "id": 11178 + }, + { + "properties": { + "facing": "north", + "has_book": "false", + "powered": "true" + }, + "id": 11179 + }, + { + "properties": { + "facing": "north", + "has_book": "false", + "powered": "false" + }, + "id": 11180, + "default": true + }, + { + "properties": { + "facing": "south", + "has_book": "true", + "powered": "true" + }, + "id": 11181 + }, + { + "properties": { + "facing": "south", + "has_book": "true", + "powered": "false" + }, + "id": 11182 + }, + { + "properties": { + "facing": "south", + "has_book": "false", + "powered": "true" + }, + "id": 11183 + }, + { + "properties": { + "facing": "south", + "has_book": "false", + "powered": "false" + }, + "id": 11184 + }, + { + "properties": { + "facing": "west", + "has_book": "true", + "powered": "true" + }, + "id": 11185 + }, + { + "properties": { + "facing": "west", + "has_book": "true", + "powered": "false" + }, + "id": 11186 + }, + { + "properties": { + "facing": "west", + "has_book": "false", + "powered": "true" + }, + "id": 11187 + }, + { + "properties": { + "facing": "west", + "has_book": "false", + "powered": "false" + }, + "id": 11188 + }, + { + "properties": { + "facing": "east", + "has_book": "true", + "powered": "true" + }, + "id": 11189 + }, + { + "properties": { + "facing": "east", + "has_book": "true", + "powered": "false" + }, + "id": 11190 + }, + { + "properties": { + "facing": "east", + "has_book": "false", + "powered": "true" + }, + "id": 11191 + }, + { + "properties": { + "facing": "east", + "has_book": "false", + "powered": "false" + }, + "id": 11192 + } + ] + }, + "minecraft:smithing_table": { + "states": [ + { + "id": 11193, + "default": true + } + ] + }, + "minecraft:stonecutter": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 11194, + "default": true + }, + { + "properties": { + "facing": "south" + }, + "id": 11195 + }, + { + "properties": { + "facing": "west" + }, + "id": 11196 + }, + { + "properties": { + "facing": "east" + }, + "id": 11197 + } + ] + }, + "minecraft:bell": { + "properties": { + "attachment": [ + "floor", + "ceiling", + "single_wall", + "double_wall" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "attachment": "floor", + "facing": "north", + "powered": "true" + }, + "id": 11198 + }, + { + "properties": { + "attachment": "floor", + "facing": "north", + "powered": "false" + }, + "id": 11199, + "default": true + }, + { + "properties": { + "attachment": "floor", + "facing": "south", + "powered": "true" + }, + "id": 11200 + }, + { + "properties": { + "attachment": "floor", + "facing": "south", + "powered": "false" + }, + "id": 11201 + }, + { + "properties": { + "attachment": "floor", + "facing": "west", + "powered": "true" + }, + "id": 11202 + }, + { + "properties": { + "attachment": "floor", + "facing": "west", + "powered": "false" + }, + "id": 11203 + }, + { + "properties": { + "attachment": "floor", + "facing": "east", + "powered": "true" + }, + "id": 11204 + }, + { + "properties": { + "attachment": "floor", + "facing": "east", + "powered": "false" + }, + "id": 11205 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "north", + "powered": "true" + }, + "id": 11206 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "north", + "powered": "false" + }, + "id": 11207 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "south", + "powered": "true" + }, + "id": 11208 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "south", + "powered": "false" + }, + "id": 11209 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "west", + "powered": "true" + }, + "id": 11210 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "west", + "powered": "false" + }, + "id": 11211 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "east", + "powered": "true" + }, + "id": 11212 + }, + { + "properties": { + "attachment": "ceiling", + "facing": "east", + "powered": "false" + }, + "id": 11213 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "north", + "powered": "true" + }, + "id": 11214 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "north", + "powered": "false" + }, + "id": 11215 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "south", + "powered": "true" + }, + "id": 11216 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "south", + "powered": "false" + }, + "id": 11217 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "west", + "powered": "true" + }, + "id": 11218 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "west", + "powered": "false" + }, + "id": 11219 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "east", + "powered": "true" + }, + "id": 11220 + }, + { + "properties": { + "attachment": "single_wall", + "facing": "east", + "powered": "false" + }, + "id": 11221 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "north", + "powered": "true" + }, + "id": 11222 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "north", + "powered": "false" + }, + "id": 11223 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "south", + "powered": "true" + }, + "id": 11224 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "south", + "powered": "false" + }, + "id": 11225 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "west", + "powered": "true" + }, + "id": 11226 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "west", + "powered": "false" + }, + "id": 11227 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "east", + "powered": "true" + }, + "id": 11228 + }, + { + "properties": { + "attachment": "double_wall", + "facing": "east", + "powered": "false" + }, + "id": 11229 + } + ] + }, + "minecraft:lantern": { + "properties": { + "hanging": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "hanging": "true" + }, + "id": 11230 + }, + { + "properties": { + "hanging": "false" + }, + "id": 11231, + "default": true + } + ] + }, + "minecraft:campfire": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "lit": [ + "true", + "false" + ], + "signal_fire": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 11232 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 11233 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 11234 + }, + { + "properties": { + "facing": "north", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 11235, + "default": true + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 11236 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 11237 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 11238 + }, + { + "properties": { + "facing": "north", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 11239 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 11240 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 11241 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 11242 + }, + { + "properties": { + "facing": "south", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 11243 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 11244 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 11245 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 11246 + }, + { + "properties": { + "facing": "south", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 11247 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 11248 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 11249 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 11250 + }, + { + "properties": { + "facing": "west", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 11251 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 11252 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 11253 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 11254 + }, + { + "properties": { + "facing": "west", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 11255 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 11256 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 11257 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 11258 + }, + { + "properties": { + "facing": "east", + "lit": "true", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 11259 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "true" + }, + "id": 11260 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "true", + "waterlogged": "false" + }, + "id": 11261 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "true" + }, + "id": 11262 + }, + { + "properties": { + "facing": "east", + "lit": "false", + "signal_fire": "false", + "waterlogged": "false" + }, + "id": 11263 + } + ] + }, + "minecraft:sweet_berry_bush": { + "properties": { + "age": [ + "0", + "1", + "2", + "3" + ] + }, + "states": [ + { + "properties": { + "age": "0" + }, + "id": 11264, + "default": true + }, + { + "properties": { + "age": "1" + }, + "id": 11265 + }, + { + "properties": { + "age": "2" + }, + "id": 11266 + }, + { + "properties": { + "age": "3" + }, + "id": 11267 + } + ] + }, + "minecraft:structure_block": { + "properties": { + "mode": [ + "save", + "load", + "corner", + "data" + ] + }, + "states": [ + { + "properties": { + "mode": "save" + }, + "id": 11268, + "default": true + }, + { + "properties": { + "mode": "load" + }, + "id": 11269 + }, + { + "properties": { + "mode": "corner" + }, + "id": 11270 + }, + { + "properties": { + "mode": "data" + }, + "id": 11271 + } + ] + }, + "minecraft:jigsaw": { + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + "states": [ + { + "properties": { + "facing": "north" + }, + "id": 11272 + }, + { + "properties": { + "facing": "east" + }, + "id": 11273 + }, + { + "properties": { + "facing": "south" + }, + "id": 11274 + }, + { + "properties": { + "facing": "west" + }, + "id": 11275 + }, + { + "properties": { + "facing": "up" + }, + "id": 11276, + "default": true + }, + { + "properties": { + "facing": "down" + }, + "id": 11277 + } + ] + }, + "minecraft:composter": { + "properties": { + "level": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + }, + "states": [ + { + "properties": { + "level": "0" + }, + "id": 11278, + "default": true + }, + { + "properties": { + "level": "1" + }, + "id": 11279 + }, + { + "properties": { + "level": "2" + }, + "id": 11280 + }, + { + "properties": { + "level": "3" + }, + "id": 11281 + }, + { + "properties": { + "level": "4" + }, + "id": 11282 + }, + { + "properties": { + "level": "5" + }, + "id": 11283 + }, + { + "properties": { + "level": "6" + }, + "id": 11284 + }, + { + "properties": { + "level": "7" + }, + "id": 11285 + }, + { + "properties": { + "level": "8" + }, + "id": 11286 + } + ] + }, + "minecraft:bee_nest": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "honey_level": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "honey_level": "0" + }, + "id": 11287, + "default": true + }, + { + "properties": { + "facing": "north", + "honey_level": "1" + }, + "id": 11288 + }, + { + "properties": { + "facing": "north", + "honey_level": "2" + }, + "id": 11289 + }, + { + "properties": { + "facing": "north", + "honey_level": "3" + }, + "id": 11290 + }, + { + "properties": { + "facing": "north", + "honey_level": "4" + }, + "id": 11291 + }, + { + "properties": { + "facing": "north", + "honey_level": "5" + }, + "id": 11292 + }, + { + "properties": { + "facing": "south", + "honey_level": "0" + }, + "id": 11293 + }, + { + "properties": { + "facing": "south", + "honey_level": "1" + }, + "id": 11294 + }, + { + "properties": { + "facing": "south", + "honey_level": "2" + }, + "id": 11295 + }, + { + "properties": { + "facing": "south", + "honey_level": "3" + }, + "id": 11296 + }, + { + "properties": { + "facing": "south", + "honey_level": "4" + }, + "id": 11297 + }, + { + "properties": { + "facing": "south", + "honey_level": "5" + }, + "id": 11298 + }, + { + "properties": { + "facing": "west", + "honey_level": "0" + }, + "id": 11299 + }, + { + "properties": { + "facing": "west", + "honey_level": "1" + }, + "id": 11300 + }, + { + "properties": { + "facing": "west", + "honey_level": "2" + }, + "id": 11301 + }, + { + "properties": { + "facing": "west", + "honey_level": "3" + }, + "id": 11302 + }, + { + "properties": { + "facing": "west", + "honey_level": "4" + }, + "id": 11303 + }, + { + "properties": { + "facing": "west", + "honey_level": "5" + }, + "id": 11304 + }, + { + "properties": { + "facing": "east", + "honey_level": "0" + }, + "id": 11305 + }, + { + "properties": { + "facing": "east", + "honey_level": "1" + }, + "id": 11306 + }, + { + "properties": { + "facing": "east", + "honey_level": "2" + }, + "id": 11307 + }, + { + "properties": { + "facing": "east", + "honey_level": "3" + }, + "id": 11308 + }, + { + "properties": { + "facing": "east", + "honey_level": "4" + }, + "id": 11309 + }, + { + "properties": { + "facing": "east", + "honey_level": "5" + }, + "id": 11310 + } + ] + }, + "minecraft:beehive": { + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "honey_level": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + "states": [ + { + "properties": { + "facing": "north", + "honey_level": "0" + }, + "id": 11311, + "default": true + }, + { + "properties": { + "facing": "north", + "honey_level": "1" + }, + "id": 11312 + }, + { + "properties": { + "facing": "north", + "honey_level": "2" + }, + "id": 11313 + }, + { + "properties": { + "facing": "north", + "honey_level": "3" + }, + "id": 11314 + }, + { + "properties": { + "facing": "north", + "honey_level": "4" + }, + "id": 11315 + }, + { + "properties": { + "facing": "north", + "honey_level": "5" + }, + "id": 11316 + }, + { + "properties": { + "facing": "south", + "honey_level": "0" + }, + "id": 11317 + }, + { + "properties": { + "facing": "south", + "honey_level": "1" + }, + "id": 11318 + }, + { + "properties": { + "facing": "south", + "honey_level": "2" + }, + "id": 11319 + }, + { + "properties": { + "facing": "south", + "honey_level": "3" + }, + "id": 11320 + }, + { + "properties": { + "facing": "south", + "honey_level": "4" + }, + "id": 11321 + }, + { + "properties": { + "facing": "south", + "honey_level": "5" + }, + "id": 11322 + }, + { + "properties": { + "facing": "west", + "honey_level": "0" + }, + "id": 11323 + }, + { + "properties": { + "facing": "west", + "honey_level": "1" + }, + "id": 11324 + }, + { + "properties": { + "facing": "west", + "honey_level": "2" + }, + "id": 11325 + }, + { + "properties": { + "facing": "west", + "honey_level": "3" + }, + "id": 11326 + }, + { + "properties": { + "facing": "west", + "honey_level": "4" + }, + "id": 11327 + }, + { + "properties": { + "facing": "west", + "honey_level": "5" + }, + "id": 11328 + }, + { + "properties": { + "facing": "east", + "honey_level": "0" + }, + "id": 11329 + }, + { + "properties": { + "facing": "east", + "honey_level": "1" + }, + "id": 11330 + }, + { + "properties": { + "facing": "east", + "honey_level": "2" + }, + "id": 11331 + }, + { + "properties": { + "facing": "east", + "honey_level": "3" + }, + "id": 11332 + }, + { + "properties": { + "facing": "east", + "honey_level": "4" + }, + "id": 11333 + }, + { + "properties": { + "facing": "east", + "honey_level": "5" + }, + "id": 11334 + } + ] + }, + "minecraft:honey_block": { + "states": [ + { + "id": 11335, + "default": true + } + ] + }, + "minecraft:honeycomb_block": { + "states": [ + { + "id": 11336, + "default": true + } + ] + } +} \ No newline at end of file