diff --git a/.gitignore b/.gitignore index 549f1d22e..25fa3c182 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,9 @@ gradle-app.setting # Cache of project .gradletasknamecache +# IDEA files +.idea/ + # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 # gradle/wrapper/gradle-wrapper.properties diff --git a/registry/blocks.json b/registry/blocks.json deleted file mode 100644 index 83cba7bf1..000000000 --- a/registry/blocks.json +++ /dev/null @@ -1,110013 +0,0 @@ -{ - "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 diff --git a/registry/registries.json b/registry/registries.json deleted file mode 100644 index 349655068..000000000 --- a/registry/registries.json +++ /dev/null @@ -1,9999 +0,0 @@ -{ - "minecraft:sound_event": { - "protocol_id": 0, - "entries": { - "minecraft:ambient.cave": { - "protocol_id": 0 - }, - "minecraft:ambient.underwater.enter": { - "protocol_id": 1 - }, - "minecraft:ambient.underwater.exit": { - "protocol_id": 2 - }, - "minecraft:ambient.underwater.loop": { - "protocol_id": 3 - }, - "minecraft:ambient.underwater.loop.additions": { - "protocol_id": 4 - }, - "minecraft:ambient.underwater.loop.additions.rare": { - "protocol_id": 5 - }, - "minecraft:ambient.underwater.loop.additions.ultra_rare": { - "protocol_id": 6 - }, - "minecraft:block.anvil.break": { - "protocol_id": 7 - }, - "minecraft:block.anvil.destroy": { - "protocol_id": 8 - }, - "minecraft:block.anvil.fall": { - "protocol_id": 9 - }, - "minecraft:block.anvil.hit": { - "protocol_id": 10 - }, - "minecraft:block.anvil.land": { - "protocol_id": 11 - }, - "minecraft:block.anvil.place": { - "protocol_id": 12 - }, - "minecraft:block.anvil.step": { - "protocol_id": 13 - }, - "minecraft:block.anvil.use": { - "protocol_id": 14 - }, - "minecraft:item.armor.equip_chain": { - "protocol_id": 15 - }, - "minecraft:item.armor.equip_diamond": { - "protocol_id": 16 - }, - "minecraft:item.armor.equip_elytra": { - "protocol_id": 17 - }, - "minecraft:item.armor.equip_generic": { - "protocol_id": 18 - }, - "minecraft:item.armor.equip_gold": { - "protocol_id": 19 - }, - "minecraft:item.armor.equip_iron": { - "protocol_id": 20 - }, - "minecraft:item.armor.equip_leather": { - "protocol_id": 21 - }, - "minecraft:item.armor.equip_turtle": { - "protocol_id": 22 - }, - "minecraft:entity.armor_stand.break": { - "protocol_id": 23 - }, - "minecraft:entity.armor_stand.fall": { - "protocol_id": 24 - }, - "minecraft:entity.armor_stand.hit": { - "protocol_id": 25 - }, - "minecraft:entity.armor_stand.place": { - "protocol_id": 26 - }, - "minecraft:entity.arrow.hit": { - "protocol_id": 27 - }, - "minecraft:entity.arrow.hit_player": { - "protocol_id": 28 - }, - "minecraft:entity.arrow.shoot": { - "protocol_id": 29 - }, - "minecraft:item.axe.strip": { - "protocol_id": 30 - }, - "minecraft:block.bamboo.break": { - "protocol_id": 31 - }, - "minecraft:block.bamboo.fall": { - "protocol_id": 32 - }, - "minecraft:block.bamboo.hit": { - "protocol_id": 33 - }, - "minecraft:block.bamboo.place": { - "protocol_id": 34 - }, - "minecraft:block.bamboo.step": { - "protocol_id": 35 - }, - "minecraft:block.bamboo_sapling.break": { - "protocol_id": 36 - }, - "minecraft:block.bamboo_sapling.hit": { - "protocol_id": 37 - }, - "minecraft:block.bamboo_sapling.place": { - "protocol_id": 38 - }, - "minecraft:block.barrel.close": { - "protocol_id": 39 - }, - "minecraft:block.barrel.open": { - "protocol_id": 40 - }, - "minecraft:entity.bat.ambient": { - "protocol_id": 41 - }, - "minecraft:entity.bat.death": { - "protocol_id": 42 - }, - "minecraft:entity.bat.hurt": { - "protocol_id": 43 - }, - "minecraft:entity.bat.loop": { - "protocol_id": 44 - }, - "minecraft:entity.bat.takeoff": { - "protocol_id": 45 - }, - "minecraft:block.beacon.activate": { - "protocol_id": 46 - }, - "minecraft:block.beacon.ambient": { - "protocol_id": 47 - }, - "minecraft:block.beacon.deactivate": { - "protocol_id": 48 - }, - "minecraft:block.beacon.power_select": { - "protocol_id": 49 - }, - "minecraft:entity.bee.death": { - "protocol_id": 50 - }, - "minecraft:entity.bee.hurt": { - "protocol_id": 51 - }, - "minecraft:entity.bee.loop_aggressive": { - "protocol_id": 52 - }, - "minecraft:entity.bee.loop": { - "protocol_id": 53 - }, - "minecraft:entity.bee.sting": { - "protocol_id": 54 - }, - "minecraft:entity.bee.pollinate": { - "protocol_id": 55 - }, - "minecraft:block.beehive.drip": { - "protocol_id": 56 - }, - "minecraft:block.beehive.enter": { - "protocol_id": 57 - }, - "minecraft:block.beehive.exit": { - "protocol_id": 58 - }, - "minecraft:block.beehive.shear": { - "protocol_id": 59 - }, - "minecraft:block.beehive.work": { - "protocol_id": 60 - }, - "minecraft:block.bell.use": { - "protocol_id": 61 - }, - "minecraft:block.bell.resonate": { - "protocol_id": 62 - }, - "minecraft:entity.blaze.ambient": { - "protocol_id": 63 - }, - "minecraft:entity.blaze.burn": { - "protocol_id": 64 - }, - "minecraft:entity.blaze.death": { - "protocol_id": 65 - }, - "minecraft:entity.blaze.hurt": { - "protocol_id": 66 - }, - "minecraft:entity.blaze.shoot": { - "protocol_id": 67 - }, - "minecraft:entity.boat.paddle_land": { - "protocol_id": 68 - }, - "minecraft:entity.boat.paddle_water": { - "protocol_id": 69 - }, - "minecraft:item.book.page_turn": { - "protocol_id": 70 - }, - "minecraft:item.book.put": { - "protocol_id": 71 - }, - "minecraft:entity.fishing_bobber.retrieve": { - "protocol_id": 72 - }, - "minecraft:entity.fishing_bobber.splash": { - "protocol_id": 73 - }, - "minecraft:entity.fishing_bobber.throw": { - "protocol_id": 74 - }, - "minecraft:block.blastfurnace.fire_crackle": { - "protocol_id": 75 - }, - "minecraft:item.bottle.empty": { - "protocol_id": 76 - }, - "minecraft:item.bottle.fill": { - "protocol_id": 77 - }, - "minecraft:item.bottle.fill_dragonbreath": { - "protocol_id": 78 - }, - "minecraft:block.brewing_stand.brew": { - "protocol_id": 79 - }, - "minecraft:block.bubble_column.bubble_pop": { - "protocol_id": 80 - }, - "minecraft:block.bubble_column.upwards_ambient": { - "protocol_id": 81 - }, - "minecraft:block.bubble_column.upwards_inside": { - "protocol_id": 82 - }, - "minecraft:block.bubble_column.whirlpool_ambient": { - "protocol_id": 83 - }, - "minecraft:block.bubble_column.whirlpool_inside": { - "protocol_id": 84 - }, - "minecraft:item.bucket.empty": { - "protocol_id": 85 - }, - "minecraft:item.bucket.empty_fish": { - "protocol_id": 86 - }, - "minecraft:item.bucket.empty_lava": { - "protocol_id": 87 - }, - "minecraft:item.bucket.fill": { - "protocol_id": 88 - }, - "minecraft:item.bucket.fill_fish": { - "protocol_id": 89 - }, - "minecraft:item.bucket.fill_lava": { - "protocol_id": 90 - }, - "minecraft:block.campfire.crackle": { - "protocol_id": 91 - }, - "minecraft:entity.cat.ambient": { - "protocol_id": 92 - }, - "minecraft:entity.cat.stray_ambient": { - "protocol_id": 93 - }, - "minecraft:entity.cat.death": { - "protocol_id": 94 - }, - "minecraft:entity.cat.eat": { - "protocol_id": 95 - }, - "minecraft:entity.cat.hiss": { - "protocol_id": 96 - }, - "minecraft:entity.cat.beg_for_food": { - "protocol_id": 97 - }, - "minecraft:entity.cat.hurt": { - "protocol_id": 98 - }, - "minecraft:entity.cat.purr": { - "protocol_id": 99 - }, - "minecraft:entity.cat.purreow": { - "protocol_id": 100 - }, - "minecraft:block.chest.close": { - "protocol_id": 101 - }, - "minecraft:block.chest.locked": { - "protocol_id": 102 - }, - "minecraft:block.chest.open": { - "protocol_id": 103 - }, - "minecraft:entity.chicken.ambient": { - "protocol_id": 104 - }, - "minecraft:entity.chicken.death": { - "protocol_id": 105 - }, - "minecraft:entity.chicken.egg": { - "protocol_id": 106 - }, - "minecraft:entity.chicken.hurt": { - "protocol_id": 107 - }, - "minecraft:entity.chicken.step": { - "protocol_id": 108 - }, - "minecraft:block.chorus_flower.death": { - "protocol_id": 109 - }, - "minecraft:block.chorus_flower.grow": { - "protocol_id": 110 - }, - "minecraft:item.chorus_fruit.teleport": { - "protocol_id": 111 - }, - "minecraft:block.wool.break": { - "protocol_id": 112 - }, - "minecraft:block.wool.fall": { - "protocol_id": 113 - }, - "minecraft:block.wool.hit": { - "protocol_id": 114 - }, - "minecraft:block.wool.place": { - "protocol_id": 115 - }, - "minecraft:block.wool.step": { - "protocol_id": 116 - }, - "minecraft:entity.cod.ambient": { - "protocol_id": 117 - }, - "minecraft:entity.cod.death": { - "protocol_id": 118 - }, - "minecraft:entity.cod.flop": { - "protocol_id": 119 - }, - "minecraft:entity.cod.hurt": { - "protocol_id": 120 - }, - "minecraft:block.comparator.click": { - "protocol_id": 121 - }, - "minecraft:block.composter.empty": { - "protocol_id": 122 - }, - "minecraft:block.composter.fill": { - "protocol_id": 123 - }, - "minecraft:block.composter.fill_success": { - "protocol_id": 124 - }, - "minecraft:block.composter.ready": { - "protocol_id": 125 - }, - "minecraft:block.conduit.activate": { - "protocol_id": 126 - }, - "minecraft:block.conduit.ambient": { - "protocol_id": 127 - }, - "minecraft:block.conduit.ambient.short": { - "protocol_id": 128 - }, - "minecraft:block.conduit.attack.target": { - "protocol_id": 129 - }, - "minecraft:block.conduit.deactivate": { - "protocol_id": 130 - }, - "minecraft:entity.cow.ambient": { - "protocol_id": 131 - }, - "minecraft:entity.cow.death": { - "protocol_id": 132 - }, - "minecraft:entity.cow.hurt": { - "protocol_id": 133 - }, - "minecraft:entity.cow.milk": { - "protocol_id": 134 - }, - "minecraft:entity.cow.step": { - "protocol_id": 135 - }, - "minecraft:entity.creeper.death": { - "protocol_id": 136 - }, - "minecraft:entity.creeper.hurt": { - "protocol_id": 137 - }, - "minecraft:entity.creeper.primed": { - "protocol_id": 138 - }, - "minecraft:block.crop.break": { - "protocol_id": 139 - }, - "minecraft:item.crop.plant": { - "protocol_id": 140 - }, - "minecraft:item.crossbow.hit": { - "protocol_id": 141 - }, - "minecraft:item.crossbow.loading_end": { - "protocol_id": 142 - }, - "minecraft:item.crossbow.loading_middle": { - "protocol_id": 143 - }, - "minecraft:item.crossbow.loading_start": { - "protocol_id": 144 - }, - "minecraft:item.crossbow.quick_charge_1": { - "protocol_id": 145 - }, - "minecraft:item.crossbow.quick_charge_2": { - "protocol_id": 146 - }, - "minecraft:item.crossbow.quick_charge_3": { - "protocol_id": 147 - }, - "minecraft:item.crossbow.shoot": { - "protocol_id": 148 - }, - "minecraft:block.dispenser.dispense": { - "protocol_id": 149 - }, - "minecraft:block.dispenser.fail": { - "protocol_id": 150 - }, - "minecraft:block.dispenser.launch": { - "protocol_id": 151 - }, - "minecraft:entity.dolphin.ambient": { - "protocol_id": 152 - }, - "minecraft:entity.dolphin.ambient_water": { - "protocol_id": 153 - }, - "minecraft:entity.dolphin.attack": { - "protocol_id": 154 - }, - "minecraft:entity.dolphin.death": { - "protocol_id": 155 - }, - "minecraft:entity.dolphin.eat": { - "protocol_id": 156 - }, - "minecraft:entity.dolphin.hurt": { - "protocol_id": 157 - }, - "minecraft:entity.dolphin.jump": { - "protocol_id": 158 - }, - "minecraft:entity.dolphin.play": { - "protocol_id": 159 - }, - "minecraft:entity.dolphin.splash": { - "protocol_id": 160 - }, - "minecraft:entity.dolphin.swim": { - "protocol_id": 161 - }, - "minecraft:entity.donkey.ambient": { - "protocol_id": 162 - }, - "minecraft:entity.donkey.angry": { - "protocol_id": 163 - }, - "minecraft:entity.donkey.chest": { - "protocol_id": 164 - }, - "minecraft:entity.donkey.death": { - "protocol_id": 165 - }, - "minecraft:entity.donkey.hurt": { - "protocol_id": 166 - }, - "minecraft:entity.drowned.ambient": { - "protocol_id": 167 - }, - "minecraft:entity.drowned.ambient_water": { - "protocol_id": 168 - }, - "minecraft:entity.drowned.death": { - "protocol_id": 169 - }, - "minecraft:entity.drowned.death_water": { - "protocol_id": 170 - }, - "minecraft:entity.drowned.hurt": { - "protocol_id": 171 - }, - "minecraft:entity.drowned.hurt_water": { - "protocol_id": 172 - }, - "minecraft:entity.drowned.shoot": { - "protocol_id": 173 - }, - "minecraft:entity.drowned.step": { - "protocol_id": 174 - }, - "minecraft:entity.drowned.swim": { - "protocol_id": 175 - }, - "minecraft:entity.egg.throw": { - "protocol_id": 176 - }, - "minecraft:entity.elder_guardian.ambient": { - "protocol_id": 177 - }, - "minecraft:entity.elder_guardian.ambient_land": { - "protocol_id": 178 - }, - "minecraft:entity.elder_guardian.curse": { - "protocol_id": 179 - }, - "minecraft:entity.elder_guardian.death": { - "protocol_id": 180 - }, - "minecraft:entity.elder_guardian.death_land": { - "protocol_id": 181 - }, - "minecraft:entity.elder_guardian.flop": { - "protocol_id": 182 - }, - "minecraft:entity.elder_guardian.hurt": { - "protocol_id": 183 - }, - "minecraft:entity.elder_guardian.hurt_land": { - "protocol_id": 184 - }, - "minecraft:item.elytra.flying": { - "protocol_id": 185 - }, - "minecraft:block.enchantment_table.use": { - "protocol_id": 186 - }, - "minecraft:block.ender_chest.close": { - "protocol_id": 187 - }, - "minecraft:block.ender_chest.open": { - "protocol_id": 188 - }, - "minecraft:entity.ender_dragon.ambient": { - "protocol_id": 189 - }, - "minecraft:entity.ender_dragon.death": { - "protocol_id": 190 - }, - "minecraft:entity.dragon_fireball.explode": { - "protocol_id": 191 - }, - "minecraft:entity.ender_dragon.flap": { - "protocol_id": 192 - }, - "minecraft:entity.ender_dragon.growl": { - "protocol_id": 193 - }, - "minecraft:entity.ender_dragon.hurt": { - "protocol_id": 194 - }, - "minecraft:entity.ender_dragon.shoot": { - "protocol_id": 195 - }, - "minecraft:entity.ender_eye.death": { - "protocol_id": 196 - }, - "minecraft:entity.ender_eye.launch": { - "protocol_id": 197 - }, - "minecraft:entity.enderman.ambient": { - "protocol_id": 198 - }, - "minecraft:entity.enderman.death": { - "protocol_id": 199 - }, - "minecraft:entity.enderman.hurt": { - "protocol_id": 200 - }, - "minecraft:entity.enderman.scream": { - "protocol_id": 201 - }, - "minecraft:entity.enderman.stare": { - "protocol_id": 202 - }, - "minecraft:entity.enderman.teleport": { - "protocol_id": 203 - }, - "minecraft:entity.endermite.ambient": { - "protocol_id": 204 - }, - "minecraft:entity.endermite.death": { - "protocol_id": 205 - }, - "minecraft:entity.endermite.hurt": { - "protocol_id": 206 - }, - "minecraft:entity.endermite.step": { - "protocol_id": 207 - }, - "minecraft:entity.ender_pearl.throw": { - "protocol_id": 208 - }, - "minecraft:block.end_gateway.spawn": { - "protocol_id": 209 - }, - "minecraft:block.end_portal_frame.fill": { - "protocol_id": 210 - }, - "minecraft:block.end_portal.spawn": { - "protocol_id": 211 - }, - "minecraft:entity.evoker.ambient": { - "protocol_id": 212 - }, - "minecraft:entity.evoker.cast_spell": { - "protocol_id": 213 - }, - "minecraft:entity.evoker.celebrate": { - "protocol_id": 214 - }, - "minecraft:entity.evoker.death": { - "protocol_id": 215 - }, - "minecraft:entity.evoker_fangs.attack": { - "protocol_id": 216 - }, - "minecraft:entity.evoker.hurt": { - "protocol_id": 217 - }, - "minecraft:entity.evoker.prepare_attack": { - "protocol_id": 218 - }, - "minecraft:entity.evoker.prepare_summon": { - "protocol_id": 219 - }, - "minecraft:entity.evoker.prepare_wololo": { - "protocol_id": 220 - }, - "minecraft:entity.experience_bottle.throw": { - "protocol_id": 221 - }, - "minecraft:entity.experience_orb.pickup": { - "protocol_id": 222 - }, - "minecraft:block.fence_gate.close": { - "protocol_id": 223 - }, - "minecraft:block.fence_gate.open": { - "protocol_id": 224 - }, - "minecraft:item.firecharge.use": { - "protocol_id": 225 - }, - "minecraft:entity.firework_rocket.blast": { - "protocol_id": 226 - }, - "minecraft:entity.firework_rocket.blast_far": { - "protocol_id": 227 - }, - "minecraft:entity.firework_rocket.large_blast": { - "protocol_id": 228 - }, - "minecraft:entity.firework_rocket.large_blast_far": { - "protocol_id": 229 - }, - "minecraft:entity.firework_rocket.launch": { - "protocol_id": 230 - }, - "minecraft:entity.firework_rocket.shoot": { - "protocol_id": 231 - }, - "minecraft:entity.firework_rocket.twinkle": { - "protocol_id": 232 - }, - "minecraft:entity.firework_rocket.twinkle_far": { - "protocol_id": 233 - }, - "minecraft:block.fire.ambient": { - "protocol_id": 234 - }, - "minecraft:block.fire.extinguish": { - "protocol_id": 235 - }, - "minecraft:entity.fish.swim": { - "protocol_id": 236 - }, - "minecraft:item.flintandsteel.use": { - "protocol_id": 237 - }, - "minecraft:entity.fox.aggro": { - "protocol_id": 238 - }, - "minecraft:entity.fox.ambient": { - "protocol_id": 239 - }, - "minecraft:entity.fox.bite": { - "protocol_id": 240 - }, - "minecraft:entity.fox.death": { - "protocol_id": 241 - }, - "minecraft:entity.fox.eat": { - "protocol_id": 242 - }, - "minecraft:entity.fox.hurt": { - "protocol_id": 243 - }, - "minecraft:entity.fox.screech": { - "protocol_id": 244 - }, - "minecraft:entity.fox.sleep": { - "protocol_id": 245 - }, - "minecraft:entity.fox.sniff": { - "protocol_id": 246 - }, - "minecraft:entity.fox.spit": { - "protocol_id": 247 - }, - "minecraft:block.furnace.fire_crackle": { - "protocol_id": 248 - }, - "minecraft:entity.generic.big_fall": { - "protocol_id": 249 - }, - "minecraft:entity.generic.burn": { - "protocol_id": 250 - }, - "minecraft:entity.generic.death": { - "protocol_id": 251 - }, - "minecraft:entity.generic.drink": { - "protocol_id": 252 - }, - "minecraft:entity.generic.eat": { - "protocol_id": 253 - }, - "minecraft:entity.generic.explode": { - "protocol_id": 254 - }, - "minecraft:entity.generic.extinguish_fire": { - "protocol_id": 255 - }, - "minecraft:entity.generic.hurt": { - "protocol_id": 256 - }, - "minecraft:entity.generic.small_fall": { - "protocol_id": 257 - }, - "minecraft:entity.generic.splash": { - "protocol_id": 258 - }, - "minecraft:entity.generic.swim": { - "protocol_id": 259 - }, - "minecraft:entity.ghast.ambient": { - "protocol_id": 260 - }, - "minecraft:entity.ghast.death": { - "protocol_id": 261 - }, - "minecraft:entity.ghast.hurt": { - "protocol_id": 262 - }, - "minecraft:entity.ghast.scream": { - "protocol_id": 263 - }, - "minecraft:entity.ghast.shoot": { - "protocol_id": 264 - }, - "minecraft:entity.ghast.warn": { - "protocol_id": 265 - }, - "minecraft:block.glass.break": { - "protocol_id": 266 - }, - "minecraft:block.glass.fall": { - "protocol_id": 267 - }, - "minecraft:block.glass.hit": { - "protocol_id": 268 - }, - "minecraft:block.glass.place": { - "protocol_id": 269 - }, - "minecraft:block.glass.step": { - "protocol_id": 270 - }, - "minecraft:block.grass.break": { - "protocol_id": 271 - }, - "minecraft:block.grass.fall": { - "protocol_id": 272 - }, - "minecraft:block.grass.hit": { - "protocol_id": 273 - }, - "minecraft:block.grass.place": { - "protocol_id": 274 - }, - "minecraft:block.grass.step": { - "protocol_id": 275 - }, - "minecraft:block.wet_grass.break": { - "protocol_id": 276 - }, - "minecraft:block.wet_grass.fall": { - "protocol_id": 277 - }, - "minecraft:block.wet_grass.hit": { - "protocol_id": 278 - }, - "minecraft:block.wet_grass.place": { - "protocol_id": 279 - }, - "minecraft:block.wet_grass.step": { - "protocol_id": 280 - }, - "minecraft:block.coral_block.break": { - "protocol_id": 281 - }, - "minecraft:block.coral_block.fall": { - "protocol_id": 282 - }, - "minecraft:block.coral_block.hit": { - "protocol_id": 283 - }, - "minecraft:block.coral_block.place": { - "protocol_id": 284 - }, - "minecraft:block.coral_block.step": { - "protocol_id": 285 - }, - "minecraft:block.gravel.break": { - "protocol_id": 286 - }, - "minecraft:block.gravel.fall": { - "protocol_id": 287 - }, - "minecraft:block.gravel.hit": { - "protocol_id": 288 - }, - "minecraft:block.gravel.place": { - "protocol_id": 289 - }, - "minecraft:block.gravel.step": { - "protocol_id": 290 - }, - "minecraft:block.grindstone.use": { - "protocol_id": 291 - }, - "minecraft:entity.guardian.ambient": { - "protocol_id": 292 - }, - "minecraft:entity.guardian.ambient_land": { - "protocol_id": 293 - }, - "minecraft:entity.guardian.attack": { - "protocol_id": 294 - }, - "minecraft:entity.guardian.death": { - "protocol_id": 295 - }, - "minecraft:entity.guardian.death_land": { - "protocol_id": 296 - }, - "minecraft:entity.guardian.flop": { - "protocol_id": 297 - }, - "minecraft:entity.guardian.hurt": { - "protocol_id": 298 - }, - "minecraft:entity.guardian.hurt_land": { - "protocol_id": 299 - }, - "minecraft:item.hoe.till": { - "protocol_id": 300 - }, - "minecraft:block.honey_block.break": { - "protocol_id": 301 - }, - "minecraft:block.honey_block.fall": { - "protocol_id": 302 - }, - "minecraft:block.honey_block.hit": { - "protocol_id": 303 - }, - "minecraft:block.honey_block.place": { - "protocol_id": 304 - }, - "minecraft:block.honey_block.slide": { - "protocol_id": 305 - }, - "minecraft:block.honey_block.step": { - "protocol_id": 306 - }, - "minecraft:item.honey_bottle.drink": { - "protocol_id": 307 - }, - "minecraft:entity.horse.ambient": { - "protocol_id": 308 - }, - "minecraft:entity.horse.angry": { - "protocol_id": 309 - }, - "minecraft:entity.horse.armor": { - "protocol_id": 310 - }, - "minecraft:entity.horse.breathe": { - "protocol_id": 311 - }, - "minecraft:entity.horse.death": { - "protocol_id": 312 - }, - "minecraft:entity.horse.eat": { - "protocol_id": 313 - }, - "minecraft:entity.horse.gallop": { - "protocol_id": 314 - }, - "minecraft:entity.horse.hurt": { - "protocol_id": 315 - }, - "minecraft:entity.horse.jump": { - "protocol_id": 316 - }, - "minecraft:entity.horse.land": { - "protocol_id": 317 - }, - "minecraft:entity.horse.saddle": { - "protocol_id": 318 - }, - "minecraft:entity.horse.step": { - "protocol_id": 319 - }, - "minecraft:entity.horse.step_wood": { - "protocol_id": 320 - }, - "minecraft:entity.hostile.big_fall": { - "protocol_id": 321 - }, - "minecraft:entity.hostile.death": { - "protocol_id": 322 - }, - "minecraft:entity.hostile.hurt": { - "protocol_id": 323 - }, - "minecraft:entity.hostile.small_fall": { - "protocol_id": 324 - }, - "minecraft:entity.hostile.splash": { - "protocol_id": 325 - }, - "minecraft:entity.hostile.swim": { - "protocol_id": 326 - }, - "minecraft:entity.husk.ambient": { - "protocol_id": 327 - }, - "minecraft:entity.husk.converted_to_zombie": { - "protocol_id": 328 - }, - "minecraft:entity.husk.death": { - "protocol_id": 329 - }, - "minecraft:entity.husk.hurt": { - "protocol_id": 330 - }, - "minecraft:entity.husk.step": { - "protocol_id": 331 - }, - "minecraft:entity.ravager.ambient": { - "protocol_id": 332 - }, - "minecraft:entity.ravager.attack": { - "protocol_id": 333 - }, - "minecraft:entity.ravager.celebrate": { - "protocol_id": 334 - }, - "minecraft:entity.ravager.death": { - "protocol_id": 335 - }, - "minecraft:entity.ravager.hurt": { - "protocol_id": 336 - }, - "minecraft:entity.ravager.step": { - "protocol_id": 337 - }, - "minecraft:entity.ravager.stunned": { - "protocol_id": 338 - }, - "minecraft:entity.ravager.roar": { - "protocol_id": 339 - }, - "minecraft:entity.illusioner.ambient": { - "protocol_id": 340 - }, - "minecraft:entity.illusioner.cast_spell": { - "protocol_id": 341 - }, - "minecraft:entity.illusioner.death": { - "protocol_id": 342 - }, - "minecraft:entity.illusioner.hurt": { - "protocol_id": 343 - }, - "minecraft:entity.illusioner.mirror_move": { - "protocol_id": 344 - }, - "minecraft:entity.illusioner.prepare_blindness": { - "protocol_id": 345 - }, - "minecraft:entity.illusioner.prepare_mirror": { - "protocol_id": 346 - }, - "minecraft:block.iron_door.close": { - "protocol_id": 347 - }, - "minecraft:block.iron_door.open": { - "protocol_id": 348 - }, - "minecraft:entity.iron_golem.attack": { - "protocol_id": 349 - }, - "minecraft:entity.iron_golem.damage": { - "protocol_id": 350 - }, - "minecraft:entity.iron_golem.death": { - "protocol_id": 351 - }, - "minecraft:entity.iron_golem.hurt": { - "protocol_id": 352 - }, - "minecraft:entity.iron_golem.repair": { - "protocol_id": 353 - }, - "minecraft:entity.iron_golem.step": { - "protocol_id": 354 - }, - "minecraft:block.iron_trapdoor.close": { - "protocol_id": 355 - }, - "minecraft:block.iron_trapdoor.open": { - "protocol_id": 356 - }, - "minecraft:entity.item_frame.add_item": { - "protocol_id": 357 - }, - "minecraft:entity.item_frame.break": { - "protocol_id": 358 - }, - "minecraft:entity.item_frame.place": { - "protocol_id": 359 - }, - "minecraft:entity.item_frame.remove_item": { - "protocol_id": 360 - }, - "minecraft:entity.item_frame.rotate_item": { - "protocol_id": 361 - }, - "minecraft:entity.item.break": { - "protocol_id": 362 - }, - "minecraft:entity.item.pickup": { - "protocol_id": 363 - }, - "minecraft:block.ladder.break": { - "protocol_id": 364 - }, - "minecraft:block.ladder.fall": { - "protocol_id": 365 - }, - "minecraft:block.ladder.hit": { - "protocol_id": 366 - }, - "minecraft:block.ladder.place": { - "protocol_id": 367 - }, - "minecraft:block.ladder.step": { - "protocol_id": 368 - }, - "minecraft:block.lantern.break": { - "protocol_id": 369 - }, - "minecraft:block.lantern.fall": { - "protocol_id": 370 - }, - "minecraft:block.lantern.hit": { - "protocol_id": 371 - }, - "minecraft:block.lantern.place": { - "protocol_id": 372 - }, - "minecraft:block.lantern.step": { - "protocol_id": 373 - }, - "minecraft:block.lava.ambient": { - "protocol_id": 374 - }, - "minecraft:block.lava.extinguish": { - "protocol_id": 375 - }, - "minecraft:block.lava.pop": { - "protocol_id": 376 - }, - "minecraft:entity.leash_knot.break": { - "protocol_id": 377 - }, - "minecraft:entity.leash_knot.place": { - "protocol_id": 378 - }, - "minecraft:block.lever.click": { - "protocol_id": 379 - }, - "minecraft:entity.lightning_bolt.impact": { - "protocol_id": 380 - }, - "minecraft:entity.lightning_bolt.thunder": { - "protocol_id": 381 - }, - "minecraft:entity.lingering_potion.throw": { - "protocol_id": 382 - }, - "minecraft:entity.llama.ambient": { - "protocol_id": 383 - }, - "minecraft:entity.llama.angry": { - "protocol_id": 384 - }, - "minecraft:entity.llama.chest": { - "protocol_id": 385 - }, - "minecraft:entity.llama.death": { - "protocol_id": 386 - }, - "minecraft:entity.llama.eat": { - "protocol_id": 387 - }, - "minecraft:entity.llama.hurt": { - "protocol_id": 388 - }, - "minecraft:entity.llama.spit": { - "protocol_id": 389 - }, - "minecraft:entity.llama.step": { - "protocol_id": 390 - }, - "minecraft:entity.llama.swag": { - "protocol_id": 391 - }, - "minecraft:entity.magma_cube.death": { - "protocol_id": 392 - }, - "minecraft:entity.magma_cube.hurt": { - "protocol_id": 393 - }, - "minecraft:entity.magma_cube.jump": { - "protocol_id": 394 - }, - "minecraft:entity.magma_cube.squish": { - "protocol_id": 395 - }, - "minecraft:block.metal.break": { - "protocol_id": 396 - }, - "minecraft:block.metal.fall": { - "protocol_id": 397 - }, - "minecraft:block.metal.hit": { - "protocol_id": 398 - }, - "minecraft:block.metal.place": { - "protocol_id": 399 - }, - "minecraft:block.metal_pressure_plate.click_off": { - "protocol_id": 400 - }, - "minecraft:block.metal_pressure_plate.click_on": { - "protocol_id": 401 - }, - "minecraft:block.metal.step": { - "protocol_id": 402 - }, - "minecraft:entity.minecart.inside": { - "protocol_id": 403 - }, - "minecraft:entity.minecart.riding": { - "protocol_id": 404 - }, - "minecraft:entity.mooshroom.convert": { - "protocol_id": 405 - }, - "minecraft:entity.mooshroom.eat": { - "protocol_id": 406 - }, - "minecraft:entity.mooshroom.milk": { - "protocol_id": 407 - }, - "minecraft:entity.mooshroom.suspicious_milk": { - "protocol_id": 408 - }, - "minecraft:entity.mooshroom.shear": { - "protocol_id": 409 - }, - "minecraft:entity.mule.ambient": { - "protocol_id": 410 - }, - "minecraft:entity.mule.chest": { - "protocol_id": 411 - }, - "minecraft:entity.mule.death": { - "protocol_id": 412 - }, - "minecraft:entity.mule.hurt": { - "protocol_id": 413 - }, - "minecraft:music.creative": { - "protocol_id": 414 - }, - "minecraft:music.credits": { - "protocol_id": 415 - }, - "minecraft:music.dragon": { - "protocol_id": 416 - }, - "minecraft:music.end": { - "protocol_id": 417 - }, - "minecraft:music.game": { - "protocol_id": 418 - }, - "minecraft:music.menu": { - "protocol_id": 419 - }, - "minecraft:music.nether": { - "protocol_id": 420 - }, - "minecraft:music.under_water": { - "protocol_id": 421 - }, - "minecraft:block.nether_wart.break": { - "protocol_id": 422 - }, - "minecraft:item.nether_wart.plant": { - "protocol_id": 423 - }, - "minecraft:block.note_block.basedrum": { - "protocol_id": 424 - }, - "minecraft:block.note_block.bass": { - "protocol_id": 425 - }, - "minecraft:block.note_block.bell": { - "protocol_id": 426 - }, - "minecraft:block.note_block.chime": { - "protocol_id": 427 - }, - "minecraft:block.note_block.flute": { - "protocol_id": 428 - }, - "minecraft:block.note_block.guitar": { - "protocol_id": 429 - }, - "minecraft:block.note_block.harp": { - "protocol_id": 430 - }, - "minecraft:block.note_block.hat": { - "protocol_id": 431 - }, - "minecraft:block.note_block.pling": { - "protocol_id": 432 - }, - "minecraft:block.note_block.snare": { - "protocol_id": 433 - }, - "minecraft:block.note_block.xylophone": { - "protocol_id": 434 - }, - "minecraft:block.note_block.iron_xylophone": { - "protocol_id": 435 - }, - "minecraft:block.note_block.cow_bell": { - "protocol_id": 436 - }, - "minecraft:block.note_block.didgeridoo": { - "protocol_id": 437 - }, - "minecraft:block.note_block.bit": { - "protocol_id": 438 - }, - "minecraft:block.note_block.banjo": { - "protocol_id": 439 - }, - "minecraft:entity.ocelot.hurt": { - "protocol_id": 440 - }, - "minecraft:entity.ocelot.ambient": { - "protocol_id": 441 - }, - "minecraft:entity.ocelot.death": { - "protocol_id": 442 - }, - "minecraft:entity.painting.break": { - "protocol_id": 443 - }, - "minecraft:entity.painting.place": { - "protocol_id": 444 - }, - "minecraft:entity.panda.pre_sneeze": { - "protocol_id": 445 - }, - "minecraft:entity.panda.sneeze": { - "protocol_id": 446 - }, - "minecraft:entity.panda.ambient": { - "protocol_id": 447 - }, - "minecraft:entity.panda.death": { - "protocol_id": 448 - }, - "minecraft:entity.panda.eat": { - "protocol_id": 449 - }, - "minecraft:entity.panda.step": { - "protocol_id": 450 - }, - "minecraft:entity.panda.cant_breed": { - "protocol_id": 451 - }, - "minecraft:entity.panda.aggressive_ambient": { - "protocol_id": 452 - }, - "minecraft:entity.panda.worried_ambient": { - "protocol_id": 453 - }, - "minecraft:entity.panda.hurt": { - "protocol_id": 454 - }, - "minecraft:entity.panda.bite": { - "protocol_id": 455 - }, - "minecraft:entity.parrot.ambient": { - "protocol_id": 456 - }, - "minecraft:entity.parrot.death": { - "protocol_id": 457 - }, - "minecraft:entity.parrot.eat": { - "protocol_id": 458 - }, - "minecraft:entity.parrot.fly": { - "protocol_id": 459 - }, - "minecraft:entity.parrot.hurt": { - "protocol_id": 460 - }, - "minecraft:entity.parrot.imitate.blaze": { - "protocol_id": 461 - }, - "minecraft:entity.parrot.imitate.creeper": { - "protocol_id": 462 - }, - "minecraft:entity.parrot.imitate.drowned": { - "protocol_id": 463 - }, - "minecraft:entity.parrot.imitate.elder_guardian": { - "protocol_id": 464 - }, - "minecraft:entity.parrot.imitate.ender_dragon": { - "protocol_id": 465 - }, - "minecraft:entity.parrot.imitate.endermite": { - "protocol_id": 466 - }, - "minecraft:entity.parrot.imitate.evoker": { - "protocol_id": 467 - }, - "minecraft:entity.parrot.imitate.ghast": { - "protocol_id": 468 - }, - "minecraft:entity.parrot.imitate.guardian": { - "protocol_id": 469 - }, - "minecraft:entity.parrot.imitate.husk": { - "protocol_id": 470 - }, - "minecraft:entity.parrot.imitate.illusioner": { - "protocol_id": 471 - }, - "minecraft:entity.parrot.imitate.magma_cube": { - "protocol_id": 472 - }, - "minecraft:entity.parrot.imitate.phantom": { - "protocol_id": 473 - }, - "minecraft:entity.parrot.imitate.pillager": { - "protocol_id": 474 - }, - "minecraft:entity.parrot.imitate.ravager": { - "protocol_id": 475 - }, - "minecraft:entity.parrot.imitate.shulker": { - "protocol_id": 476 - }, - "minecraft:entity.parrot.imitate.silverfish": { - "protocol_id": 477 - }, - "minecraft:entity.parrot.imitate.skeleton": { - "protocol_id": 478 - }, - "minecraft:entity.parrot.imitate.slime": { - "protocol_id": 479 - }, - "minecraft:entity.parrot.imitate.spider": { - "protocol_id": 480 - }, - "minecraft:entity.parrot.imitate.stray": { - "protocol_id": 481 - }, - "minecraft:entity.parrot.imitate.vex": { - "protocol_id": 482 - }, - "minecraft:entity.parrot.imitate.vindicator": { - "protocol_id": 483 - }, - "minecraft:entity.parrot.imitate.witch": { - "protocol_id": 484 - }, - "minecraft:entity.parrot.imitate.wither": { - "protocol_id": 485 - }, - "minecraft:entity.parrot.imitate.wither_skeleton": { - "protocol_id": 486 - }, - "minecraft:entity.parrot.imitate.zombie": { - "protocol_id": 487 - }, - "minecraft:entity.parrot.imitate.zombie_villager": { - "protocol_id": 488 - }, - "minecraft:entity.parrot.step": { - "protocol_id": 489 - }, - "minecraft:entity.phantom.ambient": { - "protocol_id": 490 - }, - "minecraft:entity.phantom.bite": { - "protocol_id": 491 - }, - "minecraft:entity.phantom.death": { - "protocol_id": 492 - }, - "minecraft:entity.phantom.flap": { - "protocol_id": 493 - }, - "minecraft:entity.phantom.hurt": { - "protocol_id": 494 - }, - "minecraft:entity.phantom.swoop": { - "protocol_id": 495 - }, - "minecraft:entity.pig.ambient": { - "protocol_id": 496 - }, - "minecraft:entity.pig.death": { - "protocol_id": 497 - }, - "minecraft:entity.pig.hurt": { - "protocol_id": 498 - }, - "minecraft:entity.pig.saddle": { - "protocol_id": 499 - }, - "minecraft:entity.pig.step": { - "protocol_id": 500 - }, - "minecraft:entity.pillager.ambient": { - "protocol_id": 501 - }, - "minecraft:entity.pillager.celebrate": { - "protocol_id": 502 - }, - "minecraft:entity.pillager.death": { - "protocol_id": 503 - }, - "minecraft:entity.pillager.hurt": { - "protocol_id": 504 - }, - "minecraft:block.piston.contract": { - "protocol_id": 505 - }, - "minecraft:block.piston.extend": { - "protocol_id": 506 - }, - "minecraft:entity.player.attack.crit": { - "protocol_id": 507 - }, - "minecraft:entity.player.attack.knockback": { - "protocol_id": 508 - }, - "minecraft:entity.player.attack.nodamage": { - "protocol_id": 509 - }, - "minecraft:entity.player.attack.strong": { - "protocol_id": 510 - }, - "minecraft:entity.player.attack.sweep": { - "protocol_id": 511 - }, - "minecraft:entity.player.attack.weak": { - "protocol_id": 512 - }, - "minecraft:entity.player.big_fall": { - "protocol_id": 513 - }, - "minecraft:entity.player.breath": { - "protocol_id": 514 - }, - "minecraft:entity.player.burp": { - "protocol_id": 515 - }, - "minecraft:entity.player.death": { - "protocol_id": 516 - }, - "minecraft:entity.player.hurt": { - "protocol_id": 517 - }, - "minecraft:entity.player.hurt_drown": { - "protocol_id": 518 - }, - "minecraft:entity.player.hurt_on_fire": { - "protocol_id": 519 - }, - "minecraft:entity.player.hurt_sweet_berry_bush": { - "protocol_id": 520 - }, - "minecraft:entity.player.levelup": { - "protocol_id": 521 - }, - "minecraft:entity.player.small_fall": { - "protocol_id": 522 - }, - "minecraft:entity.player.splash": { - "protocol_id": 523 - }, - "minecraft:entity.player.splash.high_speed": { - "protocol_id": 524 - }, - "minecraft:entity.player.swim": { - "protocol_id": 525 - }, - "minecraft:entity.polar_bear.ambient": { - "protocol_id": 526 - }, - "minecraft:entity.polar_bear.ambient_baby": { - "protocol_id": 527 - }, - "minecraft:entity.polar_bear.death": { - "protocol_id": 528 - }, - "minecraft:entity.polar_bear.hurt": { - "protocol_id": 529 - }, - "minecraft:entity.polar_bear.step": { - "protocol_id": 530 - }, - "minecraft:entity.polar_bear.warning": { - "protocol_id": 531 - }, - "minecraft:block.portal.ambient": { - "protocol_id": 532 - }, - "minecraft:block.portal.travel": { - "protocol_id": 533 - }, - "minecraft:block.portal.trigger": { - "protocol_id": 534 - }, - "minecraft:entity.puffer_fish.ambient": { - "protocol_id": 535 - }, - "minecraft:entity.puffer_fish.blow_out": { - "protocol_id": 536 - }, - "minecraft:entity.puffer_fish.blow_up": { - "protocol_id": 537 - }, - "minecraft:entity.puffer_fish.death": { - "protocol_id": 538 - }, - "minecraft:entity.puffer_fish.flop": { - "protocol_id": 539 - }, - "minecraft:entity.puffer_fish.hurt": { - "protocol_id": 540 - }, - "minecraft:entity.puffer_fish.sting": { - "protocol_id": 541 - }, - "minecraft:block.pumpkin.carve": { - "protocol_id": 542 - }, - "minecraft:entity.rabbit.ambient": { - "protocol_id": 543 - }, - "minecraft:entity.rabbit.attack": { - "protocol_id": 544 - }, - "minecraft:entity.rabbit.death": { - "protocol_id": 545 - }, - "minecraft:entity.rabbit.hurt": { - "protocol_id": 546 - }, - "minecraft:entity.rabbit.jump": { - "protocol_id": 547 - }, - "minecraft:event.raid.horn": { - "protocol_id": 548 - }, - "minecraft:music_disc.11": { - "protocol_id": 549 - }, - "minecraft:music_disc.13": { - "protocol_id": 550 - }, - "minecraft:music_disc.blocks": { - "protocol_id": 551 - }, - "minecraft:music_disc.cat": { - "protocol_id": 552 - }, - "minecraft:music_disc.chirp": { - "protocol_id": 553 - }, - "minecraft:music_disc.far": { - "protocol_id": 554 - }, - "minecraft:music_disc.mall": { - "protocol_id": 555 - }, - "minecraft:music_disc.mellohi": { - "protocol_id": 556 - }, - "minecraft:music_disc.stal": { - "protocol_id": 557 - }, - "minecraft:music_disc.strad": { - "protocol_id": 558 - }, - "minecraft:music_disc.wait": { - "protocol_id": 559 - }, - "minecraft:music_disc.ward": { - "protocol_id": 560 - }, - "minecraft:block.redstone_torch.burnout": { - "protocol_id": 561 - }, - "minecraft:entity.salmon.ambient": { - "protocol_id": 562 - }, - "minecraft:entity.salmon.death": { - "protocol_id": 563 - }, - "minecraft:entity.salmon.flop": { - "protocol_id": 564 - }, - "minecraft:entity.salmon.hurt": { - "protocol_id": 565 - }, - "minecraft:block.sand.break": { - "protocol_id": 566 - }, - "minecraft:block.sand.fall": { - "protocol_id": 567 - }, - "minecraft:block.sand.hit": { - "protocol_id": 568 - }, - "minecraft:block.sand.place": { - "protocol_id": 569 - }, - "minecraft:block.sand.step": { - "protocol_id": 570 - }, - "minecraft:block.scaffolding.break": { - "protocol_id": 571 - }, - "minecraft:block.scaffolding.fall": { - "protocol_id": 572 - }, - "minecraft:block.scaffolding.hit": { - "protocol_id": 573 - }, - "minecraft:block.scaffolding.place": { - "protocol_id": 574 - }, - "minecraft:block.scaffolding.step": { - "protocol_id": 575 - }, - "minecraft:entity.sheep.ambient": { - "protocol_id": 576 - }, - "minecraft:entity.sheep.death": { - "protocol_id": 577 - }, - "minecraft:entity.sheep.hurt": { - "protocol_id": 578 - }, - "minecraft:entity.sheep.shear": { - "protocol_id": 579 - }, - "minecraft:entity.sheep.step": { - "protocol_id": 580 - }, - "minecraft:item.shield.block": { - "protocol_id": 581 - }, - "minecraft:item.shield.break": { - "protocol_id": 582 - }, - "minecraft:item.shovel.flatten": { - "protocol_id": 583 - }, - "minecraft:entity.shulker.ambient": { - "protocol_id": 584 - }, - "minecraft:block.shulker_box.close": { - "protocol_id": 585 - }, - "minecraft:block.shulker_box.open": { - "protocol_id": 586 - }, - "minecraft:entity.shulker_bullet.hit": { - "protocol_id": 587 - }, - "minecraft:entity.shulker_bullet.hurt": { - "protocol_id": 588 - }, - "minecraft:entity.shulker.close": { - "protocol_id": 589 - }, - "minecraft:entity.shulker.death": { - "protocol_id": 590 - }, - "minecraft:entity.shulker.hurt": { - "protocol_id": 591 - }, - "minecraft:entity.shulker.hurt_closed": { - "protocol_id": 592 - }, - "minecraft:entity.shulker.open": { - "protocol_id": 593 - }, - "minecraft:entity.shulker.shoot": { - "protocol_id": 594 - }, - "minecraft:entity.shulker.teleport": { - "protocol_id": 595 - }, - "minecraft:entity.silverfish.ambient": { - "protocol_id": 596 - }, - "minecraft:entity.silverfish.death": { - "protocol_id": 597 - }, - "minecraft:entity.silverfish.hurt": { - "protocol_id": 598 - }, - "minecraft:entity.silverfish.step": { - "protocol_id": 599 - }, - "minecraft:entity.skeleton.ambient": { - "protocol_id": 600 - }, - "minecraft:entity.skeleton.death": { - "protocol_id": 601 - }, - "minecraft:entity.skeleton_horse.ambient": { - "protocol_id": 602 - }, - "minecraft:entity.skeleton_horse.death": { - "protocol_id": 603 - }, - "minecraft:entity.skeleton_horse.hurt": { - "protocol_id": 604 - }, - "minecraft:entity.skeleton_horse.swim": { - "protocol_id": 605 - }, - "minecraft:entity.skeleton_horse.ambient_water": { - "protocol_id": 606 - }, - "minecraft:entity.skeleton_horse.gallop_water": { - "protocol_id": 607 - }, - "minecraft:entity.skeleton_horse.jump_water": { - "protocol_id": 608 - }, - "minecraft:entity.skeleton_horse.step_water": { - "protocol_id": 609 - }, - "minecraft:entity.skeleton.hurt": { - "protocol_id": 610 - }, - "minecraft:entity.skeleton.shoot": { - "protocol_id": 611 - }, - "minecraft:entity.skeleton.step": { - "protocol_id": 612 - }, - "minecraft:entity.slime.attack": { - "protocol_id": 613 - }, - "minecraft:entity.slime.death": { - "protocol_id": 614 - }, - "minecraft:entity.slime.hurt": { - "protocol_id": 615 - }, - "minecraft:entity.slime.jump": { - "protocol_id": 616 - }, - "minecraft:entity.slime.squish": { - "protocol_id": 617 - }, - "minecraft:block.slime_block.break": { - "protocol_id": 618 - }, - "minecraft:block.slime_block.fall": { - "protocol_id": 619 - }, - "minecraft:block.slime_block.hit": { - "protocol_id": 620 - }, - "minecraft:block.slime_block.place": { - "protocol_id": 621 - }, - "minecraft:block.slime_block.step": { - "protocol_id": 622 - }, - "minecraft:entity.magma_cube.death_small": { - "protocol_id": 623 - }, - "minecraft:entity.magma_cube.hurt_small": { - "protocol_id": 624 - }, - "minecraft:entity.magma_cube.squish_small": { - "protocol_id": 625 - }, - "minecraft:entity.slime.death_small": { - "protocol_id": 626 - }, - "minecraft:entity.slime.hurt_small": { - "protocol_id": 627 - }, - "minecraft:entity.slime.jump_small": { - "protocol_id": 628 - }, - "minecraft:entity.slime.squish_small": { - "protocol_id": 629 - }, - "minecraft:block.smoker.smoke": { - "protocol_id": 630 - }, - "minecraft:entity.snowball.throw": { - "protocol_id": 631 - }, - "minecraft:block.snow.break": { - "protocol_id": 632 - }, - "minecraft:block.snow.fall": { - "protocol_id": 633 - }, - "minecraft:entity.snow_golem.ambient": { - "protocol_id": 634 - }, - "minecraft:entity.snow_golem.death": { - "protocol_id": 635 - }, - "minecraft:entity.snow_golem.hurt": { - "protocol_id": 636 - }, - "minecraft:entity.snow_golem.shoot": { - "protocol_id": 637 - }, - "minecraft:block.snow.hit": { - "protocol_id": 638 - }, - "minecraft:block.snow.place": { - "protocol_id": 639 - }, - "minecraft:block.snow.step": { - "protocol_id": 640 - }, - "minecraft:entity.spider.ambient": { - "protocol_id": 641 - }, - "minecraft:entity.spider.death": { - "protocol_id": 642 - }, - "minecraft:entity.spider.hurt": { - "protocol_id": 643 - }, - "minecraft:entity.spider.step": { - "protocol_id": 644 - }, - "minecraft:entity.splash_potion.break": { - "protocol_id": 645 - }, - "minecraft:entity.splash_potion.throw": { - "protocol_id": 646 - }, - "minecraft:entity.squid.ambient": { - "protocol_id": 647 - }, - "minecraft:entity.squid.death": { - "protocol_id": 648 - }, - "minecraft:entity.squid.hurt": { - "protocol_id": 649 - }, - "minecraft:entity.squid.squirt": { - "protocol_id": 650 - }, - "minecraft:block.stone.break": { - "protocol_id": 651 - }, - "minecraft:block.stone_button.click_off": { - "protocol_id": 652 - }, - "minecraft:block.stone_button.click_on": { - "protocol_id": 653 - }, - "minecraft:block.stone.fall": { - "protocol_id": 654 - }, - "minecraft:block.stone.hit": { - "protocol_id": 655 - }, - "minecraft:block.stone.place": { - "protocol_id": 656 - }, - "minecraft:block.stone_pressure_plate.click_off": { - "protocol_id": 657 - }, - "minecraft:block.stone_pressure_plate.click_on": { - "protocol_id": 658 - }, - "minecraft:block.stone.step": { - "protocol_id": 659 - }, - "minecraft:entity.stray.ambient": { - "protocol_id": 660 - }, - "minecraft:entity.stray.death": { - "protocol_id": 661 - }, - "minecraft:entity.stray.hurt": { - "protocol_id": 662 - }, - "minecraft:entity.stray.step": { - "protocol_id": 663 - }, - "minecraft:block.sweet_berry_bush.break": { - "protocol_id": 664 - }, - "minecraft:block.sweet_berry_bush.place": { - "protocol_id": 665 - }, - "minecraft:item.sweet_berries.pick_from_bush": { - "protocol_id": 666 - }, - "minecraft:enchant.thorns.hit": { - "protocol_id": 667 - }, - "minecraft:entity.tnt.primed": { - "protocol_id": 668 - }, - "minecraft:item.totem.use": { - "protocol_id": 669 - }, - "minecraft:item.trident.hit": { - "protocol_id": 670 - }, - "minecraft:item.trident.hit_ground": { - "protocol_id": 671 - }, - "minecraft:item.trident.return": { - "protocol_id": 672 - }, - "minecraft:item.trident.riptide_1": { - "protocol_id": 673 - }, - "minecraft:item.trident.riptide_2": { - "protocol_id": 674 - }, - "minecraft:item.trident.riptide_3": { - "protocol_id": 675 - }, - "minecraft:item.trident.throw": { - "protocol_id": 676 - }, - "minecraft:item.trident.thunder": { - "protocol_id": 677 - }, - "minecraft:block.tripwire.attach": { - "protocol_id": 678 - }, - "minecraft:block.tripwire.click_off": { - "protocol_id": 679 - }, - "minecraft:block.tripwire.click_on": { - "protocol_id": 680 - }, - "minecraft:block.tripwire.detach": { - "protocol_id": 681 - }, - "minecraft:entity.tropical_fish.ambient": { - "protocol_id": 682 - }, - "minecraft:entity.tropical_fish.death": { - "protocol_id": 683 - }, - "minecraft:entity.tropical_fish.flop": { - "protocol_id": 684 - }, - "minecraft:entity.tropical_fish.hurt": { - "protocol_id": 685 - }, - "minecraft:entity.turtle.ambient_land": { - "protocol_id": 686 - }, - "minecraft:entity.turtle.death": { - "protocol_id": 687 - }, - "minecraft:entity.turtle.death_baby": { - "protocol_id": 688 - }, - "minecraft:entity.turtle.egg_break": { - "protocol_id": 689 - }, - "minecraft:entity.turtle.egg_crack": { - "protocol_id": 690 - }, - "minecraft:entity.turtle.egg_hatch": { - "protocol_id": 691 - }, - "minecraft:entity.turtle.hurt": { - "protocol_id": 692 - }, - "minecraft:entity.turtle.hurt_baby": { - "protocol_id": 693 - }, - "minecraft:entity.turtle.lay_egg": { - "protocol_id": 694 - }, - "minecraft:entity.turtle.shamble": { - "protocol_id": 695 - }, - "minecraft:entity.turtle.shamble_baby": { - "protocol_id": 696 - }, - "minecraft:entity.turtle.swim": { - "protocol_id": 697 - }, - "minecraft:ui.button.click": { - "protocol_id": 698 - }, - "minecraft:ui.loom.select_pattern": { - "protocol_id": 699 - }, - "minecraft:ui.loom.take_result": { - "protocol_id": 700 - }, - "minecraft:ui.cartography_table.take_result": { - "protocol_id": 701 - }, - "minecraft:ui.stonecutter.take_result": { - "protocol_id": 702 - }, - "minecraft:ui.stonecutter.select_recipe": { - "protocol_id": 703 - }, - "minecraft:ui.toast.challenge_complete": { - "protocol_id": 704 - }, - "minecraft:ui.toast.in": { - "protocol_id": 705 - }, - "minecraft:ui.toast.out": { - "protocol_id": 706 - }, - "minecraft:entity.vex.ambient": { - "protocol_id": 707 - }, - "minecraft:entity.vex.charge": { - "protocol_id": 708 - }, - "minecraft:entity.vex.death": { - "protocol_id": 709 - }, - "minecraft:entity.vex.hurt": { - "protocol_id": 710 - }, - "minecraft:entity.villager.ambient": { - "protocol_id": 711 - }, - "minecraft:entity.villager.celebrate": { - "protocol_id": 712 - }, - "minecraft:entity.villager.death": { - "protocol_id": 713 - }, - "minecraft:entity.villager.hurt": { - "protocol_id": 714 - }, - "minecraft:entity.villager.no": { - "protocol_id": 715 - }, - "minecraft:entity.villager.trade": { - "protocol_id": 716 - }, - "minecraft:entity.villager.yes": { - "protocol_id": 717 - }, - "minecraft:entity.villager.work_armorer": { - "protocol_id": 718 - }, - "minecraft:entity.villager.work_butcher": { - "protocol_id": 719 - }, - "minecraft:entity.villager.work_cartographer": { - "protocol_id": 720 - }, - "minecraft:entity.villager.work_cleric": { - "protocol_id": 721 - }, - "minecraft:entity.villager.work_farmer": { - "protocol_id": 722 - }, - "minecraft:entity.villager.work_fisherman": { - "protocol_id": 723 - }, - "minecraft:entity.villager.work_fletcher": { - "protocol_id": 724 - }, - "minecraft:entity.villager.work_leatherworker": { - "protocol_id": 725 - }, - "minecraft:entity.villager.work_librarian": { - "protocol_id": 726 - }, - "minecraft:entity.villager.work_mason": { - "protocol_id": 727 - }, - "minecraft:entity.villager.work_shepherd": { - "protocol_id": 728 - }, - "minecraft:entity.villager.work_toolsmith": { - "protocol_id": 729 - }, - "minecraft:entity.villager.work_weaponsmith": { - "protocol_id": 730 - }, - "minecraft:entity.vindicator.ambient": { - "protocol_id": 731 - }, - "minecraft:entity.vindicator.celebrate": { - "protocol_id": 732 - }, - "minecraft:entity.vindicator.death": { - "protocol_id": 733 - }, - "minecraft:entity.vindicator.hurt": { - "protocol_id": 734 - }, - "minecraft:block.lily_pad.place": { - "protocol_id": 735 - }, - "minecraft:entity.wandering_trader.ambient": { - "protocol_id": 736 - }, - "minecraft:entity.wandering_trader.death": { - "protocol_id": 737 - }, - "minecraft:entity.wandering_trader.disappeared": { - "protocol_id": 738 - }, - "minecraft:entity.wandering_trader.drink_milk": { - "protocol_id": 739 - }, - "minecraft:entity.wandering_trader.drink_potion": { - "protocol_id": 740 - }, - "minecraft:entity.wandering_trader.hurt": { - "protocol_id": 741 - }, - "minecraft:entity.wandering_trader.no": { - "protocol_id": 742 - }, - "minecraft:entity.wandering_trader.reappeared": { - "protocol_id": 743 - }, - "minecraft:entity.wandering_trader.trade": { - "protocol_id": 744 - }, - "minecraft:entity.wandering_trader.yes": { - "protocol_id": 745 - }, - "minecraft:block.water.ambient": { - "protocol_id": 746 - }, - "minecraft:weather.rain": { - "protocol_id": 747 - }, - "minecraft:weather.rain.above": { - "protocol_id": 748 - }, - "minecraft:entity.witch.ambient": { - "protocol_id": 749 - }, - "minecraft:entity.witch.celebrate": { - "protocol_id": 750 - }, - "minecraft:entity.witch.death": { - "protocol_id": 751 - }, - "minecraft:entity.witch.drink": { - "protocol_id": 752 - }, - "minecraft:entity.witch.hurt": { - "protocol_id": 753 - }, - "minecraft:entity.witch.throw": { - "protocol_id": 754 - }, - "minecraft:entity.wither.ambient": { - "protocol_id": 755 - }, - "minecraft:entity.wither.break_block": { - "protocol_id": 756 - }, - "minecraft:entity.wither.death": { - "protocol_id": 757 - }, - "minecraft:entity.wither.hurt": { - "protocol_id": 758 - }, - "minecraft:entity.wither.shoot": { - "protocol_id": 759 - }, - "minecraft:entity.wither_skeleton.ambient": { - "protocol_id": 760 - }, - "minecraft:entity.wither_skeleton.death": { - "protocol_id": 761 - }, - "minecraft:entity.wither_skeleton.hurt": { - "protocol_id": 762 - }, - "minecraft:entity.wither_skeleton.step": { - "protocol_id": 763 - }, - "minecraft:entity.wither.spawn": { - "protocol_id": 764 - }, - "minecraft:entity.wolf.ambient": { - "protocol_id": 765 - }, - "minecraft:entity.wolf.death": { - "protocol_id": 766 - }, - "minecraft:entity.wolf.growl": { - "protocol_id": 767 - }, - "minecraft:entity.wolf.howl": { - "protocol_id": 768 - }, - "minecraft:entity.wolf.hurt": { - "protocol_id": 769 - }, - "minecraft:entity.wolf.pant": { - "protocol_id": 770 - }, - "minecraft:entity.wolf.shake": { - "protocol_id": 771 - }, - "minecraft:entity.wolf.step": { - "protocol_id": 772 - }, - "minecraft:entity.wolf.whine": { - "protocol_id": 773 - }, - "minecraft:block.wooden_door.close": { - "protocol_id": 774 - }, - "minecraft:block.wooden_door.open": { - "protocol_id": 775 - }, - "minecraft:block.wooden_trapdoor.close": { - "protocol_id": 776 - }, - "minecraft:block.wooden_trapdoor.open": { - "protocol_id": 777 - }, - "minecraft:block.wood.break": { - "protocol_id": 778 - }, - "minecraft:block.wooden_button.click_off": { - "protocol_id": 779 - }, - "minecraft:block.wooden_button.click_on": { - "protocol_id": 780 - }, - "minecraft:block.wood.fall": { - "protocol_id": 781 - }, - "minecraft:block.wood.hit": { - "protocol_id": 782 - }, - "minecraft:block.wood.place": { - "protocol_id": 783 - }, - "minecraft:block.wooden_pressure_plate.click_off": { - "protocol_id": 784 - }, - "minecraft:block.wooden_pressure_plate.click_on": { - "protocol_id": 785 - }, - "minecraft:block.wood.step": { - "protocol_id": 786 - }, - "minecraft:entity.zombie.ambient": { - "protocol_id": 787 - }, - "minecraft:entity.zombie.attack_wooden_door": { - "protocol_id": 788 - }, - "minecraft:entity.zombie.attack_iron_door": { - "protocol_id": 789 - }, - "minecraft:entity.zombie.break_wooden_door": { - "protocol_id": 790 - }, - "minecraft:entity.zombie.converted_to_drowned": { - "protocol_id": 791 - }, - "minecraft:entity.zombie.death": { - "protocol_id": 792 - }, - "minecraft:entity.zombie.destroy_egg": { - "protocol_id": 793 - }, - "minecraft:entity.zombie_horse.ambient": { - "protocol_id": 794 - }, - "minecraft:entity.zombie_horse.death": { - "protocol_id": 795 - }, - "minecraft:entity.zombie_horse.hurt": { - "protocol_id": 796 - }, - "minecraft:entity.zombie.hurt": { - "protocol_id": 797 - }, - "minecraft:entity.zombie.infect": { - "protocol_id": 798 - }, - "minecraft:entity.zombie_pigman.ambient": { - "protocol_id": 799 - }, - "minecraft:entity.zombie_pigman.angry": { - "protocol_id": 800 - }, - "minecraft:entity.zombie_pigman.death": { - "protocol_id": 801 - }, - "minecraft:entity.zombie_pigman.hurt": { - "protocol_id": 802 - }, - "minecraft:entity.zombie.step": { - "protocol_id": 803 - }, - "minecraft:entity.zombie_villager.ambient": { - "protocol_id": 804 - }, - "minecraft:entity.zombie_villager.converted": { - "protocol_id": 805 - }, - "minecraft:entity.zombie_villager.cure": { - "protocol_id": 806 - }, - "minecraft:entity.zombie_villager.death": { - "protocol_id": 807 - }, - "minecraft:entity.zombie_villager.hurt": { - "protocol_id": 808 - }, - "minecraft:entity.zombie_villager.step": { - "protocol_id": 809 - } - } - }, - "minecraft:fluid": { - "default": "minecraft:empty", - "protocol_id": 1, - "entries": { - "minecraft:empty": { - "protocol_id": 0 - }, - "minecraft:flowing_water": { - "protocol_id": 1 - }, - "minecraft:water": { - "protocol_id": 2 - }, - "minecraft:flowing_lava": { - "protocol_id": 3 - }, - "minecraft:lava": { - "protocol_id": 4 - } - } - }, - "minecraft:mob_effect": { - "protocol_id": 2, - "entries": { - "minecraft:speed": { - "protocol_id": 1 - }, - "minecraft:slowness": { - "protocol_id": 2 - }, - "minecraft:haste": { - "protocol_id": 3 - }, - "minecraft:mining_fatigue": { - "protocol_id": 4 - }, - "minecraft:strength": { - "protocol_id": 5 - }, - "minecraft:instant_health": { - "protocol_id": 6 - }, - "minecraft:instant_damage": { - "protocol_id": 7 - }, - "minecraft:jump_boost": { - "protocol_id": 8 - }, - "minecraft:nausea": { - "protocol_id": 9 - }, - "minecraft:regeneration": { - "protocol_id": 10 - }, - "minecraft:resistance": { - "protocol_id": 11 - }, - "minecraft:fire_resistance": { - "protocol_id": 12 - }, - "minecraft:water_breathing": { - "protocol_id": 13 - }, - "minecraft:invisibility": { - "protocol_id": 14 - }, - "minecraft:blindness": { - "protocol_id": 15 - }, - "minecraft:night_vision": { - "protocol_id": 16 - }, - "minecraft:hunger": { - "protocol_id": 17 - }, - "minecraft:weakness": { - "protocol_id": 18 - }, - "minecraft:poison": { - "protocol_id": 19 - }, - "minecraft:wither": { - "protocol_id": 20 - }, - "minecraft:health_boost": { - "protocol_id": 21 - }, - "minecraft:absorption": { - "protocol_id": 22 - }, - "minecraft:saturation": { - "protocol_id": 23 - }, - "minecraft:glowing": { - "protocol_id": 24 - }, - "minecraft:levitation": { - "protocol_id": 25 - }, - "minecraft:luck": { - "protocol_id": 26 - }, - "minecraft:unluck": { - "protocol_id": 27 - }, - "minecraft:slow_falling": { - "protocol_id": 28 - }, - "minecraft:conduit_power": { - "protocol_id": 29 - }, - "minecraft:dolphins_grace": { - "protocol_id": 30 - }, - "minecraft:bad_omen": { - "protocol_id": 31 - }, - "minecraft:hero_of_the_village": { - "protocol_id": 32 - } - } - }, - "minecraft:block": { - "default": "minecraft:air", - "protocol_id": 3, - "entries": { - "minecraft:air": { - "protocol_id": 0 - }, - "minecraft:stone": { - "protocol_id": 1 - }, - "minecraft:granite": { - "protocol_id": 2 - }, - "minecraft:polished_granite": { - "protocol_id": 3 - }, - "minecraft:diorite": { - "protocol_id": 4 - }, - "minecraft:polished_diorite": { - "protocol_id": 5 - }, - "minecraft:andesite": { - "protocol_id": 6 - }, - "minecraft:polished_andesite": { - "protocol_id": 7 - }, - "minecraft:grass_block": { - "protocol_id": 8 - }, - "minecraft:dirt": { - "protocol_id": 9 - }, - "minecraft:coarse_dirt": { - "protocol_id": 10 - }, - "minecraft:podzol": { - "protocol_id": 11 - }, - "minecraft:cobblestone": { - "protocol_id": 12 - }, - "minecraft:oak_planks": { - "protocol_id": 13 - }, - "minecraft:spruce_planks": { - "protocol_id": 14 - }, - "minecraft:birch_planks": { - "protocol_id": 15 - }, - "minecraft:jungle_planks": { - "protocol_id": 16 - }, - "minecraft:acacia_planks": { - "protocol_id": 17 - }, - "minecraft:dark_oak_planks": { - "protocol_id": 18 - }, - "minecraft:oak_sapling": { - "protocol_id": 19 - }, - "minecraft:spruce_sapling": { - "protocol_id": 20 - }, - "minecraft:birch_sapling": { - "protocol_id": 21 - }, - "minecraft:jungle_sapling": { - "protocol_id": 22 - }, - "minecraft:acacia_sapling": { - "protocol_id": 23 - }, - "minecraft:dark_oak_sapling": { - "protocol_id": 24 - }, - "minecraft:bedrock": { - "protocol_id": 25 - }, - "minecraft:water": { - "protocol_id": 26 - }, - "minecraft:lava": { - "protocol_id": 27 - }, - "minecraft:sand": { - "protocol_id": 28 - }, - "minecraft:red_sand": { - "protocol_id": 29 - }, - "minecraft:gravel": { - "protocol_id": 30 - }, - "minecraft:gold_ore": { - "protocol_id": 31 - }, - "minecraft:iron_ore": { - "protocol_id": 32 - }, - "minecraft:coal_ore": { - "protocol_id": 33 - }, - "minecraft:oak_log": { - "protocol_id": 34 - }, - "minecraft:spruce_log": { - "protocol_id": 35 - }, - "minecraft:birch_log": { - "protocol_id": 36 - }, - "minecraft:jungle_log": { - "protocol_id": 37 - }, - "minecraft:acacia_log": { - "protocol_id": 38 - }, - "minecraft:dark_oak_log": { - "protocol_id": 39 - }, - "minecraft:stripped_spruce_log": { - "protocol_id": 40 - }, - "minecraft:stripped_birch_log": { - "protocol_id": 41 - }, - "minecraft:stripped_jungle_log": { - "protocol_id": 42 - }, - "minecraft:stripped_acacia_log": { - "protocol_id": 43 - }, - "minecraft:stripped_dark_oak_log": { - "protocol_id": 44 - }, - "minecraft:stripped_oak_log": { - "protocol_id": 45 - }, - "minecraft:oak_wood": { - "protocol_id": 46 - }, - "minecraft:spruce_wood": { - "protocol_id": 47 - }, - "minecraft:birch_wood": { - "protocol_id": 48 - }, - "minecraft:jungle_wood": { - "protocol_id": 49 - }, - "minecraft:acacia_wood": { - "protocol_id": 50 - }, - "minecraft:dark_oak_wood": { - "protocol_id": 51 - }, - "minecraft:stripped_oak_wood": { - "protocol_id": 52 - }, - "minecraft:stripped_spruce_wood": { - "protocol_id": 53 - }, - "minecraft:stripped_birch_wood": { - "protocol_id": 54 - }, - "minecraft:stripped_jungle_wood": { - "protocol_id": 55 - }, - "minecraft:stripped_acacia_wood": { - "protocol_id": 56 - }, - "minecraft:stripped_dark_oak_wood": { - "protocol_id": 57 - }, - "minecraft:oak_leaves": { - "protocol_id": 58 - }, - "minecraft:spruce_leaves": { - "protocol_id": 59 - }, - "minecraft:birch_leaves": { - "protocol_id": 60 - }, - "minecraft:jungle_leaves": { - "protocol_id": 61 - }, - "minecraft:acacia_leaves": { - "protocol_id": 62 - }, - "minecraft:dark_oak_leaves": { - "protocol_id": 63 - }, - "minecraft:sponge": { - "protocol_id": 64 - }, - "minecraft:wet_sponge": { - "protocol_id": 65 - }, - "minecraft:glass": { - "protocol_id": 66 - }, - "minecraft:lapis_ore": { - "protocol_id": 67 - }, - "minecraft:lapis_block": { - "protocol_id": 68 - }, - "minecraft:dispenser": { - "protocol_id": 69 - }, - "minecraft:sandstone": { - "protocol_id": 70 - }, - "minecraft:chiseled_sandstone": { - "protocol_id": 71 - }, - "minecraft:cut_sandstone": { - "protocol_id": 72 - }, - "minecraft:note_block": { - "protocol_id": 73 - }, - "minecraft:white_bed": { - "protocol_id": 74 - }, - "minecraft:orange_bed": { - "protocol_id": 75 - }, - "minecraft:magenta_bed": { - "protocol_id": 76 - }, - "minecraft:light_blue_bed": { - "protocol_id": 77 - }, - "minecraft:yellow_bed": { - "protocol_id": 78 - }, - "minecraft:lime_bed": { - "protocol_id": 79 - }, - "minecraft:pink_bed": { - "protocol_id": 80 - }, - "minecraft:gray_bed": { - "protocol_id": 81 - }, - "minecraft:light_gray_bed": { - "protocol_id": 82 - }, - "minecraft:cyan_bed": { - "protocol_id": 83 - }, - "minecraft:purple_bed": { - "protocol_id": 84 - }, - "minecraft:blue_bed": { - "protocol_id": 85 - }, - "minecraft:brown_bed": { - "protocol_id": 86 - }, - "minecraft:green_bed": { - "protocol_id": 87 - }, - "minecraft:red_bed": { - "protocol_id": 88 - }, - "minecraft:black_bed": { - "protocol_id": 89 - }, - "minecraft:powered_rail": { - "protocol_id": 90 - }, - "minecraft:detector_rail": { - "protocol_id": 91 - }, - "minecraft:sticky_piston": { - "protocol_id": 92 - }, - "minecraft:cobweb": { - "protocol_id": 93 - }, - "minecraft:grass": { - "protocol_id": 94 - }, - "minecraft:fern": { - "protocol_id": 95 - }, - "minecraft:dead_bush": { - "protocol_id": 96 - }, - "minecraft:seagrass": { - "protocol_id": 97 - }, - "minecraft:tall_seagrass": { - "protocol_id": 98 - }, - "minecraft:piston": { - "protocol_id": 99 - }, - "minecraft:piston_head": { - "protocol_id": 100 - }, - "minecraft:white_wool": { - "protocol_id": 101 - }, - "minecraft:orange_wool": { - "protocol_id": 102 - }, - "minecraft:magenta_wool": { - "protocol_id": 103 - }, - "minecraft:light_blue_wool": { - "protocol_id": 104 - }, - "minecraft:yellow_wool": { - "protocol_id": 105 - }, - "minecraft:lime_wool": { - "protocol_id": 106 - }, - "minecraft:pink_wool": { - "protocol_id": 107 - }, - "minecraft:gray_wool": { - "protocol_id": 108 - }, - "minecraft:light_gray_wool": { - "protocol_id": 109 - }, - "minecraft:cyan_wool": { - "protocol_id": 110 - }, - "minecraft:purple_wool": { - "protocol_id": 111 - }, - "minecraft:blue_wool": { - "protocol_id": 112 - }, - "minecraft:brown_wool": { - "protocol_id": 113 - }, - "minecraft:green_wool": { - "protocol_id": 114 - }, - "minecraft:red_wool": { - "protocol_id": 115 - }, - "minecraft:black_wool": { - "protocol_id": 116 - }, - "minecraft:moving_piston": { - "protocol_id": 117 - }, - "minecraft:dandelion": { - "protocol_id": 118 - }, - "minecraft:poppy": { - "protocol_id": 119 - }, - "minecraft:blue_orchid": { - "protocol_id": 120 - }, - "minecraft:allium": { - "protocol_id": 121 - }, - "minecraft:azure_bluet": { - "protocol_id": 122 - }, - "minecraft:red_tulip": { - "protocol_id": 123 - }, - "minecraft:orange_tulip": { - "protocol_id": 124 - }, - "minecraft:white_tulip": { - "protocol_id": 125 - }, - "minecraft:pink_tulip": { - "protocol_id": 126 - }, - "minecraft:oxeye_daisy": { - "protocol_id": 127 - }, - "minecraft:cornflower": { - "protocol_id": 128 - }, - "minecraft:wither_rose": { - "protocol_id": 129 - }, - "minecraft:lily_of_the_valley": { - "protocol_id": 130 - }, - "minecraft:brown_mushroom": { - "protocol_id": 131 - }, - "minecraft:red_mushroom": { - "protocol_id": 132 - }, - "minecraft:gold_block": { - "protocol_id": 133 - }, - "minecraft:iron_block": { - "protocol_id": 134 - }, - "minecraft:bricks": { - "protocol_id": 135 - }, - "minecraft:tnt": { - "protocol_id": 136 - }, - "minecraft:bookshelf": { - "protocol_id": 137 - }, - "minecraft:mossy_cobblestone": { - "protocol_id": 138 - }, - "minecraft:obsidian": { - "protocol_id": 139 - }, - "minecraft:torch": { - "protocol_id": 140 - }, - "minecraft:wall_torch": { - "protocol_id": 141 - }, - "minecraft:fire": { - "protocol_id": 142 - }, - "minecraft:spawner": { - "protocol_id": 143 - }, - "minecraft:oak_stairs": { - "protocol_id": 144 - }, - "minecraft:chest": { - "protocol_id": 145 - }, - "minecraft:redstone_wire": { - "protocol_id": 146 - }, - "minecraft:diamond_ore": { - "protocol_id": 147 - }, - "minecraft:diamond_block": { - "protocol_id": 148 - }, - "minecraft:crafting_table": { - "protocol_id": 149 - }, - "minecraft:wheat": { - "protocol_id": 150 - }, - "minecraft:farmland": { - "protocol_id": 151 - }, - "minecraft:furnace": { - "protocol_id": 152 - }, - "minecraft:oak_sign": { - "protocol_id": 153 - }, - "minecraft:spruce_sign": { - "protocol_id": 154 - }, - "minecraft:birch_sign": { - "protocol_id": 155 - }, - "minecraft:acacia_sign": { - "protocol_id": 156 - }, - "minecraft:jungle_sign": { - "protocol_id": 157 - }, - "minecraft:dark_oak_sign": { - "protocol_id": 158 - }, - "minecraft:oak_door": { - "protocol_id": 159 - }, - "minecraft:ladder": { - "protocol_id": 160 - }, - "minecraft:rail": { - "protocol_id": 161 - }, - "minecraft:cobblestone_stairs": { - "protocol_id": 162 - }, - "minecraft:oak_wall_sign": { - "protocol_id": 163 - }, - "minecraft:spruce_wall_sign": { - "protocol_id": 164 - }, - "minecraft:birch_wall_sign": { - "protocol_id": 165 - }, - "minecraft:acacia_wall_sign": { - "protocol_id": 166 - }, - "minecraft:jungle_wall_sign": { - "protocol_id": 167 - }, - "minecraft:dark_oak_wall_sign": { - "protocol_id": 168 - }, - "minecraft:lever": { - "protocol_id": 169 - }, - "minecraft:stone_pressure_plate": { - "protocol_id": 170 - }, - "minecraft:iron_door": { - "protocol_id": 171 - }, - "minecraft:oak_pressure_plate": { - "protocol_id": 172 - }, - "minecraft:spruce_pressure_plate": { - "protocol_id": 173 - }, - "minecraft:birch_pressure_plate": { - "protocol_id": 174 - }, - "minecraft:jungle_pressure_plate": { - "protocol_id": 175 - }, - "minecraft:acacia_pressure_plate": { - "protocol_id": 176 - }, - "minecraft:dark_oak_pressure_plate": { - "protocol_id": 177 - }, - "minecraft:redstone_ore": { - "protocol_id": 178 - }, - "minecraft:redstone_torch": { - "protocol_id": 179 - }, - "minecraft:redstone_wall_torch": { - "protocol_id": 180 - }, - "minecraft:stone_button": { - "protocol_id": 181 - }, - "minecraft:snow": { - "protocol_id": 182 - }, - "minecraft:ice": { - "protocol_id": 183 - }, - "minecraft:snow_block": { - "protocol_id": 184 - }, - "minecraft:cactus": { - "protocol_id": 185 - }, - "minecraft:clay": { - "protocol_id": 186 - }, - "minecraft:sugar_cane": { - "protocol_id": 187 - }, - "minecraft:jukebox": { - "protocol_id": 188 - }, - "minecraft:oak_fence": { - "protocol_id": 189 - }, - "minecraft:pumpkin": { - "protocol_id": 190 - }, - "minecraft:netherrack": { - "protocol_id": 191 - }, - "minecraft:soul_sand": { - "protocol_id": 192 - }, - "minecraft:glowstone": { - "protocol_id": 193 - }, - "minecraft:nether_portal": { - "protocol_id": 194 - }, - "minecraft:carved_pumpkin": { - "protocol_id": 195 - }, - "minecraft:jack_o_lantern": { - "protocol_id": 196 - }, - "minecraft:cake": { - "protocol_id": 197 - }, - "minecraft:repeater": { - "protocol_id": 198 - }, - "minecraft:white_stained_glass": { - "protocol_id": 199 - }, - "minecraft:orange_stained_glass": { - "protocol_id": 200 - }, - "minecraft:magenta_stained_glass": { - "protocol_id": 201 - }, - "minecraft:light_blue_stained_glass": { - "protocol_id": 202 - }, - "minecraft:yellow_stained_glass": { - "protocol_id": 203 - }, - "minecraft:lime_stained_glass": { - "protocol_id": 204 - }, - "minecraft:pink_stained_glass": { - "protocol_id": 205 - }, - "minecraft:gray_stained_glass": { - "protocol_id": 206 - }, - "minecraft:light_gray_stained_glass": { - "protocol_id": 207 - }, - "minecraft:cyan_stained_glass": { - "protocol_id": 208 - }, - "minecraft:purple_stained_glass": { - "protocol_id": 209 - }, - "minecraft:blue_stained_glass": { - "protocol_id": 210 - }, - "minecraft:brown_stained_glass": { - "protocol_id": 211 - }, - "minecraft:green_stained_glass": { - "protocol_id": 212 - }, - "minecraft:red_stained_glass": { - "protocol_id": 213 - }, - "minecraft:black_stained_glass": { - "protocol_id": 214 - }, - "minecraft:oak_trapdoor": { - "protocol_id": 215 - }, - "minecraft:spruce_trapdoor": { - "protocol_id": 216 - }, - "minecraft:birch_trapdoor": { - "protocol_id": 217 - }, - "minecraft:jungle_trapdoor": { - "protocol_id": 218 - }, - "minecraft:acacia_trapdoor": { - "protocol_id": 219 - }, - "minecraft:dark_oak_trapdoor": { - "protocol_id": 220 - }, - "minecraft:stone_bricks": { - "protocol_id": 221 - }, - "minecraft:mossy_stone_bricks": { - "protocol_id": 222 - }, - "minecraft:cracked_stone_bricks": { - "protocol_id": 223 - }, - "minecraft:chiseled_stone_bricks": { - "protocol_id": 224 - }, - "minecraft:infested_stone": { - "protocol_id": 225 - }, - "minecraft:infested_cobblestone": { - "protocol_id": 226 - }, - "minecraft:infested_stone_bricks": { - "protocol_id": 227 - }, - "minecraft:infested_mossy_stone_bricks": { - "protocol_id": 228 - }, - "minecraft:infested_cracked_stone_bricks": { - "protocol_id": 229 - }, - "minecraft:infested_chiseled_stone_bricks": { - "protocol_id": 230 - }, - "minecraft:brown_mushroom_block": { - "protocol_id": 231 - }, - "minecraft:red_mushroom_block": { - "protocol_id": 232 - }, - "minecraft:mushroom_stem": { - "protocol_id": 233 - }, - "minecraft:iron_bars": { - "protocol_id": 234 - }, - "minecraft:glass_pane": { - "protocol_id": 235 - }, - "minecraft:melon": { - "protocol_id": 236 - }, - "minecraft:attached_pumpkin_stem": { - "protocol_id": 237 - }, - "minecraft:attached_melon_stem": { - "protocol_id": 238 - }, - "minecraft:pumpkin_stem": { - "protocol_id": 239 - }, - "minecraft:melon_stem": { - "protocol_id": 240 - }, - "minecraft:vine": { - "protocol_id": 241 - }, - "minecraft:oak_fence_gate": { - "protocol_id": 242 - }, - "minecraft:brick_stairs": { - "protocol_id": 243 - }, - "minecraft:stone_brick_stairs": { - "protocol_id": 244 - }, - "minecraft:mycelium": { - "protocol_id": 245 - }, - "minecraft:lily_pad": { - "protocol_id": 246 - }, - "minecraft:nether_bricks": { - "protocol_id": 247 - }, - "minecraft:nether_brick_fence": { - "protocol_id": 248 - }, - "minecraft:nether_brick_stairs": { - "protocol_id": 249 - }, - "minecraft:nether_wart": { - "protocol_id": 250 - }, - "minecraft:enchanting_table": { - "protocol_id": 251 - }, - "minecraft:brewing_stand": { - "protocol_id": 252 - }, - "minecraft:cauldron": { - "protocol_id": 253 - }, - "minecraft:end_portal": { - "protocol_id": 254 - }, - "minecraft:end_portal_frame": { - "protocol_id": 255 - }, - "minecraft:end_stone": { - "protocol_id": 256 - }, - "minecraft:dragon_egg": { - "protocol_id": 257 - }, - "minecraft:redstone_lamp": { - "protocol_id": 258 - }, - "minecraft:cocoa": { - "protocol_id": 259 - }, - "minecraft:sandstone_stairs": { - "protocol_id": 260 - }, - "minecraft:emerald_ore": { - "protocol_id": 261 - }, - "minecraft:ender_chest": { - "protocol_id": 262 - }, - "minecraft:tripwire_hook": { - "protocol_id": 263 - }, - "minecraft:tripwire": { - "protocol_id": 264 - }, - "minecraft:emerald_block": { - "protocol_id": 265 - }, - "minecraft:spruce_stairs": { - "protocol_id": 266 - }, - "minecraft:birch_stairs": { - "protocol_id": 267 - }, - "minecraft:jungle_stairs": { - "protocol_id": 268 - }, - "minecraft:command_block": { - "protocol_id": 269 - }, - "minecraft:beacon": { - "protocol_id": 270 - }, - "minecraft:cobblestone_wall": { - "protocol_id": 271 - }, - "minecraft:mossy_cobblestone_wall": { - "protocol_id": 272 - }, - "minecraft:flower_pot": { - "protocol_id": 273 - }, - "minecraft:potted_oak_sapling": { - "protocol_id": 274 - }, - "minecraft:potted_spruce_sapling": { - "protocol_id": 275 - }, - "minecraft:potted_birch_sapling": { - "protocol_id": 276 - }, - "minecraft:potted_jungle_sapling": { - "protocol_id": 277 - }, - "minecraft:potted_acacia_sapling": { - "protocol_id": 278 - }, - "minecraft:potted_dark_oak_sapling": { - "protocol_id": 279 - }, - "minecraft:potted_fern": { - "protocol_id": 280 - }, - "minecraft:potted_dandelion": { - "protocol_id": 281 - }, - "minecraft:potted_poppy": { - "protocol_id": 282 - }, - "minecraft:potted_blue_orchid": { - "protocol_id": 283 - }, - "minecraft:potted_allium": { - "protocol_id": 284 - }, - "minecraft:potted_azure_bluet": { - "protocol_id": 285 - }, - "minecraft:potted_red_tulip": { - "protocol_id": 286 - }, - "minecraft:potted_orange_tulip": { - "protocol_id": 287 - }, - "minecraft:potted_white_tulip": { - "protocol_id": 288 - }, - "minecraft:potted_pink_tulip": { - "protocol_id": 289 - }, - "minecraft:potted_oxeye_daisy": { - "protocol_id": 290 - }, - "minecraft:potted_cornflower": { - "protocol_id": 291 - }, - "minecraft:potted_lily_of_the_valley": { - "protocol_id": 292 - }, - "minecraft:potted_wither_rose": { - "protocol_id": 293 - }, - "minecraft:potted_red_mushroom": { - "protocol_id": 294 - }, - "minecraft:potted_brown_mushroom": { - "protocol_id": 295 - }, - "minecraft:potted_dead_bush": { - "protocol_id": 296 - }, - "minecraft:potted_cactus": { - "protocol_id": 297 - }, - "minecraft:carrots": { - "protocol_id": 298 - }, - "minecraft:potatoes": { - "protocol_id": 299 - }, - "minecraft:oak_button": { - "protocol_id": 300 - }, - "minecraft:spruce_button": { - "protocol_id": 301 - }, - "minecraft:birch_button": { - "protocol_id": 302 - }, - "minecraft:jungle_button": { - "protocol_id": 303 - }, - "minecraft:acacia_button": { - "protocol_id": 304 - }, - "minecraft:dark_oak_button": { - "protocol_id": 305 - }, - "minecraft:skeleton_skull": { - "protocol_id": 306 - }, - "minecraft:skeleton_wall_skull": { - "protocol_id": 307 - }, - "minecraft:wither_skeleton_skull": { - "protocol_id": 308 - }, - "minecraft:wither_skeleton_wall_skull": { - "protocol_id": 309 - }, - "minecraft:zombie_head": { - "protocol_id": 310 - }, - "minecraft:zombie_wall_head": { - "protocol_id": 311 - }, - "minecraft:player_head": { - "protocol_id": 312 - }, - "minecraft:player_wall_head": { - "protocol_id": 313 - }, - "minecraft:creeper_head": { - "protocol_id": 314 - }, - "minecraft:creeper_wall_head": { - "protocol_id": 315 - }, - "minecraft:dragon_head": { - "protocol_id": 316 - }, - "minecraft:dragon_wall_head": { - "protocol_id": 317 - }, - "minecraft:anvil": { - "protocol_id": 318 - }, - "minecraft:chipped_anvil": { - "protocol_id": 319 - }, - "minecraft:damaged_anvil": { - "protocol_id": 320 - }, - "minecraft:trapped_chest": { - "protocol_id": 321 - }, - "minecraft:light_weighted_pressure_plate": { - "protocol_id": 322 - }, - "minecraft:heavy_weighted_pressure_plate": { - "protocol_id": 323 - }, - "minecraft:comparator": { - "protocol_id": 324 - }, - "minecraft:daylight_detector": { - "protocol_id": 325 - }, - "minecraft:redstone_block": { - "protocol_id": 326 - }, - "minecraft:nether_quartz_ore": { - "protocol_id": 327 - }, - "minecraft:hopper": { - "protocol_id": 328 - }, - "minecraft:quartz_block": { - "protocol_id": 329 - }, - "minecraft:chiseled_quartz_block": { - "protocol_id": 330 - }, - "minecraft:quartz_pillar": { - "protocol_id": 331 - }, - "minecraft:quartz_stairs": { - "protocol_id": 332 - }, - "minecraft:activator_rail": { - "protocol_id": 333 - }, - "minecraft:dropper": { - "protocol_id": 334 - }, - "minecraft:white_terracotta": { - "protocol_id": 335 - }, - "minecraft:orange_terracotta": { - "protocol_id": 336 - }, - "minecraft:magenta_terracotta": { - "protocol_id": 337 - }, - "minecraft:light_blue_terracotta": { - "protocol_id": 338 - }, - "minecraft:yellow_terracotta": { - "protocol_id": 339 - }, - "minecraft:lime_terracotta": { - "protocol_id": 340 - }, - "minecraft:pink_terracotta": { - "protocol_id": 341 - }, - "minecraft:gray_terracotta": { - "protocol_id": 342 - }, - "minecraft:light_gray_terracotta": { - "protocol_id": 343 - }, - "minecraft:cyan_terracotta": { - "protocol_id": 344 - }, - "minecraft:purple_terracotta": { - "protocol_id": 345 - }, - "minecraft:blue_terracotta": { - "protocol_id": 346 - }, - "minecraft:brown_terracotta": { - "protocol_id": 347 - }, - "minecraft:green_terracotta": { - "protocol_id": 348 - }, - "minecraft:red_terracotta": { - "protocol_id": 349 - }, - "minecraft:black_terracotta": { - "protocol_id": 350 - }, - "minecraft:white_stained_glass_pane": { - "protocol_id": 351 - }, - "minecraft:orange_stained_glass_pane": { - "protocol_id": 352 - }, - "minecraft:magenta_stained_glass_pane": { - "protocol_id": 353 - }, - "minecraft:light_blue_stained_glass_pane": { - "protocol_id": 354 - }, - "minecraft:yellow_stained_glass_pane": { - "protocol_id": 355 - }, - "minecraft:lime_stained_glass_pane": { - "protocol_id": 356 - }, - "minecraft:pink_stained_glass_pane": { - "protocol_id": 357 - }, - "minecraft:gray_stained_glass_pane": { - "protocol_id": 358 - }, - "minecraft:light_gray_stained_glass_pane": { - "protocol_id": 359 - }, - "minecraft:cyan_stained_glass_pane": { - "protocol_id": 360 - }, - "minecraft:purple_stained_glass_pane": { - "protocol_id": 361 - }, - "minecraft:blue_stained_glass_pane": { - "protocol_id": 362 - }, - "minecraft:brown_stained_glass_pane": { - "protocol_id": 363 - }, - "minecraft:green_stained_glass_pane": { - "protocol_id": 364 - }, - "minecraft:red_stained_glass_pane": { - "protocol_id": 365 - }, - "minecraft:black_stained_glass_pane": { - "protocol_id": 366 - }, - "minecraft:acacia_stairs": { - "protocol_id": 367 - }, - "minecraft:dark_oak_stairs": { - "protocol_id": 368 - }, - "minecraft:slime_block": { - "protocol_id": 369 - }, - "minecraft:barrier": { - "protocol_id": 370 - }, - "minecraft:iron_trapdoor": { - "protocol_id": 371 - }, - "minecraft:prismarine": { - "protocol_id": 372 - }, - "minecraft:prismarine_bricks": { - "protocol_id": 373 - }, - "minecraft:dark_prismarine": { - "protocol_id": 374 - }, - "minecraft:prismarine_stairs": { - "protocol_id": 375 - }, - "minecraft:prismarine_brick_stairs": { - "protocol_id": 376 - }, - "minecraft:dark_prismarine_stairs": { - "protocol_id": 377 - }, - "minecraft:prismarine_slab": { - "protocol_id": 378 - }, - "minecraft:prismarine_brick_slab": { - "protocol_id": 379 - }, - "minecraft:dark_prismarine_slab": { - "protocol_id": 380 - }, - "minecraft:sea_lantern": { - "protocol_id": 381 - }, - "minecraft:hay_block": { - "protocol_id": 382 - }, - "minecraft:white_carpet": { - "protocol_id": 383 - }, - "minecraft:orange_carpet": { - "protocol_id": 384 - }, - "minecraft:magenta_carpet": { - "protocol_id": 385 - }, - "minecraft:light_blue_carpet": { - "protocol_id": 386 - }, - "minecraft:yellow_carpet": { - "protocol_id": 387 - }, - "minecraft:lime_carpet": { - "protocol_id": 388 - }, - "minecraft:pink_carpet": { - "protocol_id": 389 - }, - "minecraft:gray_carpet": { - "protocol_id": 390 - }, - "minecraft:light_gray_carpet": { - "protocol_id": 391 - }, - "minecraft:cyan_carpet": { - "protocol_id": 392 - }, - "minecraft:purple_carpet": { - "protocol_id": 393 - }, - "minecraft:blue_carpet": { - "protocol_id": 394 - }, - "minecraft:brown_carpet": { - "protocol_id": 395 - }, - "minecraft:green_carpet": { - "protocol_id": 396 - }, - "minecraft:red_carpet": { - "protocol_id": 397 - }, - "minecraft:black_carpet": { - "protocol_id": 398 - }, - "minecraft:terracotta": { - "protocol_id": 399 - }, - "minecraft:coal_block": { - "protocol_id": 400 - }, - "minecraft:packed_ice": { - "protocol_id": 401 - }, - "minecraft:sunflower": { - "protocol_id": 402 - }, - "minecraft:lilac": { - "protocol_id": 403 - }, - "minecraft:rose_bush": { - "protocol_id": 404 - }, - "minecraft:peony": { - "protocol_id": 405 - }, - "minecraft:tall_grass": { - "protocol_id": 406 - }, - "minecraft:large_fern": { - "protocol_id": 407 - }, - "minecraft:white_banner": { - "protocol_id": 408 - }, - "minecraft:orange_banner": { - "protocol_id": 409 - }, - "minecraft:magenta_banner": { - "protocol_id": 410 - }, - "minecraft:light_blue_banner": { - "protocol_id": 411 - }, - "minecraft:yellow_banner": { - "protocol_id": 412 - }, - "minecraft:lime_banner": { - "protocol_id": 413 - }, - "minecraft:pink_banner": { - "protocol_id": 414 - }, - "minecraft:gray_banner": { - "protocol_id": 415 - }, - "minecraft:light_gray_banner": { - "protocol_id": 416 - }, - "minecraft:cyan_banner": { - "protocol_id": 417 - }, - "minecraft:purple_banner": { - "protocol_id": 418 - }, - "minecraft:blue_banner": { - "protocol_id": 419 - }, - "minecraft:brown_banner": { - "protocol_id": 420 - }, - "minecraft:green_banner": { - "protocol_id": 421 - }, - "minecraft:red_banner": { - "protocol_id": 422 - }, - "minecraft:black_banner": { - "protocol_id": 423 - }, - "minecraft:white_wall_banner": { - "protocol_id": 424 - }, - "minecraft:orange_wall_banner": { - "protocol_id": 425 - }, - "minecraft:magenta_wall_banner": { - "protocol_id": 426 - }, - "minecraft:light_blue_wall_banner": { - "protocol_id": 427 - }, - "minecraft:yellow_wall_banner": { - "protocol_id": 428 - }, - "minecraft:lime_wall_banner": { - "protocol_id": 429 - }, - "minecraft:pink_wall_banner": { - "protocol_id": 430 - }, - "minecraft:gray_wall_banner": { - "protocol_id": 431 - }, - "minecraft:light_gray_wall_banner": { - "protocol_id": 432 - }, - "minecraft:cyan_wall_banner": { - "protocol_id": 433 - }, - "minecraft:purple_wall_banner": { - "protocol_id": 434 - }, - "minecraft:blue_wall_banner": { - "protocol_id": 435 - }, - "minecraft:brown_wall_banner": { - "protocol_id": 436 - }, - "minecraft:green_wall_banner": { - "protocol_id": 437 - }, - "minecraft:red_wall_banner": { - "protocol_id": 438 - }, - "minecraft:black_wall_banner": { - "protocol_id": 439 - }, - "minecraft:red_sandstone": { - "protocol_id": 440 - }, - "minecraft:chiseled_red_sandstone": { - "protocol_id": 441 - }, - "minecraft:cut_red_sandstone": { - "protocol_id": 442 - }, - "minecraft:red_sandstone_stairs": { - "protocol_id": 443 - }, - "minecraft:oak_slab": { - "protocol_id": 444 - }, - "minecraft:spruce_slab": { - "protocol_id": 445 - }, - "minecraft:birch_slab": { - "protocol_id": 446 - }, - "minecraft:jungle_slab": { - "protocol_id": 447 - }, - "minecraft:acacia_slab": { - "protocol_id": 448 - }, - "minecraft:dark_oak_slab": { - "protocol_id": 449 - }, - "minecraft:stone_slab": { - "protocol_id": 450 - }, - "minecraft:smooth_stone_slab": { - "protocol_id": 451 - }, - "minecraft:sandstone_slab": { - "protocol_id": 452 - }, - "minecraft:cut_sandstone_slab": { - "protocol_id": 453 - }, - "minecraft:petrified_oak_slab": { - "protocol_id": 454 - }, - "minecraft:cobblestone_slab": { - "protocol_id": 455 - }, - "minecraft:brick_slab": { - "protocol_id": 456 - }, - "minecraft:stone_brick_slab": { - "protocol_id": 457 - }, - "minecraft:nether_brick_slab": { - "protocol_id": 458 - }, - "minecraft:quartz_slab": { - "protocol_id": 459 - }, - "minecraft:red_sandstone_slab": { - "protocol_id": 460 - }, - "minecraft:cut_red_sandstone_slab": { - "protocol_id": 461 - }, - "minecraft:purpur_slab": { - "protocol_id": 462 - }, - "minecraft:smooth_stone": { - "protocol_id": 463 - }, - "minecraft:smooth_sandstone": { - "protocol_id": 464 - }, - "minecraft:smooth_quartz": { - "protocol_id": 465 - }, - "minecraft:smooth_red_sandstone": { - "protocol_id": 466 - }, - "minecraft:spruce_fence_gate": { - "protocol_id": 467 - }, - "minecraft:birch_fence_gate": { - "protocol_id": 468 - }, - "minecraft:jungle_fence_gate": { - "protocol_id": 469 - }, - "minecraft:acacia_fence_gate": { - "protocol_id": 470 - }, - "minecraft:dark_oak_fence_gate": { - "protocol_id": 471 - }, - "minecraft:spruce_fence": { - "protocol_id": 472 - }, - "minecraft:birch_fence": { - "protocol_id": 473 - }, - "minecraft:jungle_fence": { - "protocol_id": 474 - }, - "minecraft:acacia_fence": { - "protocol_id": 475 - }, - "minecraft:dark_oak_fence": { - "protocol_id": 476 - }, - "minecraft:spruce_door": { - "protocol_id": 477 - }, - "minecraft:birch_door": { - "protocol_id": 478 - }, - "minecraft:jungle_door": { - "protocol_id": 479 - }, - "minecraft:acacia_door": { - "protocol_id": 480 - }, - "minecraft:dark_oak_door": { - "protocol_id": 481 - }, - "minecraft:end_rod": { - "protocol_id": 482 - }, - "minecraft:chorus_plant": { - "protocol_id": 483 - }, - "minecraft:chorus_flower": { - "protocol_id": 484 - }, - "minecraft:purpur_block": { - "protocol_id": 485 - }, - "minecraft:purpur_pillar": { - "protocol_id": 486 - }, - "minecraft:purpur_stairs": { - "protocol_id": 487 - }, - "minecraft:end_stone_bricks": { - "protocol_id": 488 - }, - "minecraft:beetroots": { - "protocol_id": 489 - }, - "minecraft:grass_path": { - "protocol_id": 490 - }, - "minecraft:end_gateway": { - "protocol_id": 491 - }, - "minecraft:repeating_command_block": { - "protocol_id": 492 - }, - "minecraft:chain_command_block": { - "protocol_id": 493 - }, - "minecraft:frosted_ice": { - "protocol_id": 494 - }, - "minecraft:magma_block": { - "protocol_id": 495 - }, - "minecraft:nether_wart_block": { - "protocol_id": 496 - }, - "minecraft:red_nether_bricks": { - "protocol_id": 497 - }, - "minecraft:bone_block": { - "protocol_id": 498 - }, - "minecraft:structure_void": { - "protocol_id": 499 - }, - "minecraft:observer": { - "protocol_id": 500 - }, - "minecraft:shulker_box": { - "protocol_id": 501 - }, - "minecraft:white_shulker_box": { - "protocol_id": 502 - }, - "minecraft:orange_shulker_box": { - "protocol_id": 503 - }, - "minecraft:magenta_shulker_box": { - "protocol_id": 504 - }, - "minecraft:light_blue_shulker_box": { - "protocol_id": 505 - }, - "minecraft:yellow_shulker_box": { - "protocol_id": 506 - }, - "minecraft:lime_shulker_box": { - "protocol_id": 507 - }, - "minecraft:pink_shulker_box": { - "protocol_id": 508 - }, - "minecraft:gray_shulker_box": { - "protocol_id": 509 - }, - "minecraft:light_gray_shulker_box": { - "protocol_id": 510 - }, - "minecraft:cyan_shulker_box": { - "protocol_id": 511 - }, - "minecraft:purple_shulker_box": { - "protocol_id": 512 - }, - "minecraft:blue_shulker_box": { - "protocol_id": 513 - }, - "minecraft:brown_shulker_box": { - "protocol_id": 514 - }, - "minecraft:green_shulker_box": { - "protocol_id": 515 - }, - "minecraft:red_shulker_box": { - "protocol_id": 516 - }, - "minecraft:black_shulker_box": { - "protocol_id": 517 - }, - "minecraft:white_glazed_terracotta": { - "protocol_id": 518 - }, - "minecraft:orange_glazed_terracotta": { - "protocol_id": 519 - }, - "minecraft:magenta_glazed_terracotta": { - "protocol_id": 520 - }, - "minecraft:light_blue_glazed_terracotta": { - "protocol_id": 521 - }, - "minecraft:yellow_glazed_terracotta": { - "protocol_id": 522 - }, - "minecraft:lime_glazed_terracotta": { - "protocol_id": 523 - }, - "minecraft:pink_glazed_terracotta": { - "protocol_id": 524 - }, - "minecraft:gray_glazed_terracotta": { - "protocol_id": 525 - }, - "minecraft:light_gray_glazed_terracotta": { - "protocol_id": 526 - }, - "minecraft:cyan_glazed_terracotta": { - "protocol_id": 527 - }, - "minecraft:purple_glazed_terracotta": { - "protocol_id": 528 - }, - "minecraft:blue_glazed_terracotta": { - "protocol_id": 529 - }, - "minecraft:brown_glazed_terracotta": { - "protocol_id": 530 - }, - "minecraft:green_glazed_terracotta": { - "protocol_id": 531 - }, - "minecraft:red_glazed_terracotta": { - "protocol_id": 532 - }, - "minecraft:black_glazed_terracotta": { - "protocol_id": 533 - }, - "minecraft:white_concrete": { - "protocol_id": 534 - }, - "minecraft:orange_concrete": { - "protocol_id": 535 - }, - "minecraft:magenta_concrete": { - "protocol_id": 536 - }, - "minecraft:light_blue_concrete": { - "protocol_id": 537 - }, - "minecraft:yellow_concrete": { - "protocol_id": 538 - }, - "minecraft:lime_concrete": { - "protocol_id": 539 - }, - "minecraft:pink_concrete": { - "protocol_id": 540 - }, - "minecraft:gray_concrete": { - "protocol_id": 541 - }, - "minecraft:light_gray_concrete": { - "protocol_id": 542 - }, - "minecraft:cyan_concrete": { - "protocol_id": 543 - }, - "minecraft:purple_concrete": { - "protocol_id": 544 - }, - "minecraft:blue_concrete": { - "protocol_id": 545 - }, - "minecraft:brown_concrete": { - "protocol_id": 546 - }, - "minecraft:green_concrete": { - "protocol_id": 547 - }, - "minecraft:red_concrete": { - "protocol_id": 548 - }, - "minecraft:black_concrete": { - "protocol_id": 549 - }, - "minecraft:white_concrete_powder": { - "protocol_id": 550 - }, - "minecraft:orange_concrete_powder": { - "protocol_id": 551 - }, - "minecraft:magenta_concrete_powder": { - "protocol_id": 552 - }, - "minecraft:light_blue_concrete_powder": { - "protocol_id": 553 - }, - "minecraft:yellow_concrete_powder": { - "protocol_id": 554 - }, - "minecraft:lime_concrete_powder": { - "protocol_id": 555 - }, - "minecraft:pink_concrete_powder": { - "protocol_id": 556 - }, - "minecraft:gray_concrete_powder": { - "protocol_id": 557 - }, - "minecraft:light_gray_concrete_powder": { - "protocol_id": 558 - }, - "minecraft:cyan_concrete_powder": { - "protocol_id": 559 - }, - "minecraft:purple_concrete_powder": { - "protocol_id": 560 - }, - "minecraft:blue_concrete_powder": { - "protocol_id": 561 - }, - "minecraft:brown_concrete_powder": { - "protocol_id": 562 - }, - "minecraft:green_concrete_powder": { - "protocol_id": 563 - }, - "minecraft:red_concrete_powder": { - "protocol_id": 564 - }, - "minecraft:black_concrete_powder": { - "protocol_id": 565 - }, - "minecraft:kelp": { - "protocol_id": 566 - }, - "minecraft:kelp_plant": { - "protocol_id": 567 - }, - "minecraft:dried_kelp_block": { - "protocol_id": 568 - }, - "minecraft:turtle_egg": { - "protocol_id": 569 - }, - "minecraft:dead_tube_coral_block": { - "protocol_id": 570 - }, - "minecraft:dead_brain_coral_block": { - "protocol_id": 571 - }, - "minecraft:dead_bubble_coral_block": { - "protocol_id": 572 - }, - "minecraft:dead_fire_coral_block": { - "protocol_id": 573 - }, - "minecraft:dead_horn_coral_block": { - "protocol_id": 574 - }, - "minecraft:tube_coral_block": { - "protocol_id": 575 - }, - "minecraft:brain_coral_block": { - "protocol_id": 576 - }, - "minecraft:bubble_coral_block": { - "protocol_id": 577 - }, - "minecraft:fire_coral_block": { - "protocol_id": 578 - }, - "minecraft:horn_coral_block": { - "protocol_id": 579 - }, - "minecraft:dead_tube_coral": { - "protocol_id": 580 - }, - "minecraft:dead_brain_coral": { - "protocol_id": 581 - }, - "minecraft:dead_bubble_coral": { - "protocol_id": 582 - }, - "minecraft:dead_fire_coral": { - "protocol_id": 583 - }, - "minecraft:dead_horn_coral": { - "protocol_id": 584 - }, - "minecraft:tube_coral": { - "protocol_id": 585 - }, - "minecraft:brain_coral": { - "protocol_id": 586 - }, - "minecraft:bubble_coral": { - "protocol_id": 587 - }, - "minecraft:fire_coral": { - "protocol_id": 588 - }, - "minecraft:horn_coral": { - "protocol_id": 589 - }, - "minecraft:dead_tube_coral_fan": { - "protocol_id": 590 - }, - "minecraft:dead_brain_coral_fan": { - "protocol_id": 591 - }, - "minecraft:dead_bubble_coral_fan": { - "protocol_id": 592 - }, - "minecraft:dead_fire_coral_fan": { - "protocol_id": 593 - }, - "minecraft:dead_horn_coral_fan": { - "protocol_id": 594 - }, - "minecraft:tube_coral_fan": { - "protocol_id": 595 - }, - "minecraft:brain_coral_fan": { - "protocol_id": 596 - }, - "minecraft:bubble_coral_fan": { - "protocol_id": 597 - }, - "minecraft:fire_coral_fan": { - "protocol_id": 598 - }, - "minecraft:horn_coral_fan": { - "protocol_id": 599 - }, - "minecraft:dead_tube_coral_wall_fan": { - "protocol_id": 600 - }, - "minecraft:dead_brain_coral_wall_fan": { - "protocol_id": 601 - }, - "minecraft:dead_bubble_coral_wall_fan": { - "protocol_id": 602 - }, - "minecraft:dead_fire_coral_wall_fan": { - "protocol_id": 603 - }, - "minecraft:dead_horn_coral_wall_fan": { - "protocol_id": 604 - }, - "minecraft:tube_coral_wall_fan": { - "protocol_id": 605 - }, - "minecraft:brain_coral_wall_fan": { - "protocol_id": 606 - }, - "minecraft:bubble_coral_wall_fan": { - "protocol_id": 607 - }, - "minecraft:fire_coral_wall_fan": { - "protocol_id": 608 - }, - "minecraft:horn_coral_wall_fan": { - "protocol_id": 609 - }, - "minecraft:sea_pickle": { - "protocol_id": 610 - }, - "minecraft:blue_ice": { - "protocol_id": 611 - }, - "minecraft:conduit": { - "protocol_id": 612 - }, - "minecraft:bamboo_sapling": { - "protocol_id": 613 - }, - "minecraft:bamboo": { - "protocol_id": 614 - }, - "minecraft:potted_bamboo": { - "protocol_id": 615 - }, - "minecraft:void_air": { - "protocol_id": 616 - }, - "minecraft:cave_air": { - "protocol_id": 617 - }, - "minecraft:bubble_column": { - "protocol_id": 618 - }, - "minecraft:polished_granite_stairs": { - "protocol_id": 619 - }, - "minecraft:smooth_red_sandstone_stairs": { - "protocol_id": 620 - }, - "minecraft:mossy_stone_brick_stairs": { - "protocol_id": 621 - }, - "minecraft:polished_diorite_stairs": { - "protocol_id": 622 - }, - "minecraft:mossy_cobblestone_stairs": { - "protocol_id": 623 - }, - "minecraft:end_stone_brick_stairs": { - "protocol_id": 624 - }, - "minecraft:stone_stairs": { - "protocol_id": 625 - }, - "minecraft:smooth_sandstone_stairs": { - "protocol_id": 626 - }, - "minecraft:smooth_quartz_stairs": { - "protocol_id": 627 - }, - "minecraft:granite_stairs": { - "protocol_id": 628 - }, - "minecraft:andesite_stairs": { - "protocol_id": 629 - }, - "minecraft:red_nether_brick_stairs": { - "protocol_id": 630 - }, - "minecraft:polished_andesite_stairs": { - "protocol_id": 631 - }, - "minecraft:diorite_stairs": { - "protocol_id": 632 - }, - "minecraft:polished_granite_slab": { - "protocol_id": 633 - }, - "minecraft:smooth_red_sandstone_slab": { - "protocol_id": 634 - }, - "minecraft:mossy_stone_brick_slab": { - "protocol_id": 635 - }, - "minecraft:polished_diorite_slab": { - "protocol_id": 636 - }, - "minecraft:mossy_cobblestone_slab": { - "protocol_id": 637 - }, - "minecraft:end_stone_brick_slab": { - "protocol_id": 638 - }, - "minecraft:smooth_sandstone_slab": { - "protocol_id": 639 - }, - "minecraft:smooth_quartz_slab": { - "protocol_id": 640 - }, - "minecraft:granite_slab": { - "protocol_id": 641 - }, - "minecraft:andesite_slab": { - "protocol_id": 642 - }, - "minecraft:red_nether_brick_slab": { - "protocol_id": 643 - }, - "minecraft:polished_andesite_slab": { - "protocol_id": 644 - }, - "minecraft:diorite_slab": { - "protocol_id": 645 - }, - "minecraft:brick_wall": { - "protocol_id": 646 - }, - "minecraft:prismarine_wall": { - "protocol_id": 647 - }, - "minecraft:red_sandstone_wall": { - "protocol_id": 648 - }, - "minecraft:mossy_stone_brick_wall": { - "protocol_id": 649 - }, - "minecraft:granite_wall": { - "protocol_id": 650 - }, - "minecraft:stone_brick_wall": { - "protocol_id": 651 - }, - "minecraft:nether_brick_wall": { - "protocol_id": 652 - }, - "minecraft:andesite_wall": { - "protocol_id": 653 - }, - "minecraft:red_nether_brick_wall": { - "protocol_id": 654 - }, - "minecraft:sandstone_wall": { - "protocol_id": 655 - }, - "minecraft:end_stone_brick_wall": { - "protocol_id": 656 - }, - "minecraft:diorite_wall": { - "protocol_id": 657 - }, - "minecraft:scaffolding": { - "protocol_id": 658 - }, - "minecraft:loom": { - "protocol_id": 659 - }, - "minecraft:barrel": { - "protocol_id": 660 - }, - "minecraft:smoker": { - "protocol_id": 661 - }, - "minecraft:blast_furnace": { - "protocol_id": 662 - }, - "minecraft:cartography_table": { - "protocol_id": 663 - }, - "minecraft:fletching_table": { - "protocol_id": 664 - }, - "minecraft:grindstone": { - "protocol_id": 665 - }, - "minecraft:lectern": { - "protocol_id": 666 - }, - "minecraft:smithing_table": { - "protocol_id": 667 - }, - "minecraft:stonecutter": { - "protocol_id": 668 - }, - "minecraft:bell": { - "protocol_id": 669 - }, - "minecraft:lantern": { - "protocol_id": 670 - }, - "minecraft:campfire": { - "protocol_id": 671 - }, - "minecraft:sweet_berry_bush": { - "protocol_id": 672 - }, - "minecraft:structure_block": { - "protocol_id": 673 - }, - "minecraft:jigsaw": { - "protocol_id": 674 - }, - "minecraft:composter": { - "protocol_id": 675 - }, - "minecraft:bee_nest": { - "protocol_id": 676 - }, - "minecraft:beehive": { - "protocol_id": 677 - }, - "minecraft:honey_block": { - "protocol_id": 678 - }, - "minecraft:honeycomb_block": { - "protocol_id": 679 - } - } - }, - "minecraft:enchantment": { - "protocol_id": 4, - "entries": { - "minecraft:protection": { - "protocol_id": 0 - }, - "minecraft:fire_protection": { - "protocol_id": 1 - }, - "minecraft:feather_falling": { - "protocol_id": 2 - }, - "minecraft:blast_protection": { - "protocol_id": 3 - }, - "minecraft:projectile_protection": { - "protocol_id": 4 - }, - "minecraft:respiration": { - "protocol_id": 5 - }, - "minecraft:aqua_affinity": { - "protocol_id": 6 - }, - "minecraft:thorns": { - "protocol_id": 7 - }, - "minecraft:depth_strider": { - "protocol_id": 8 - }, - "minecraft:frost_walker": { - "protocol_id": 9 - }, - "minecraft:binding_curse": { - "protocol_id": 10 - }, - "minecraft:sharpness": { - "protocol_id": 11 - }, - "minecraft:smite": { - "protocol_id": 12 - }, - "minecraft:bane_of_arthropods": { - "protocol_id": 13 - }, - "minecraft:knockback": { - "protocol_id": 14 - }, - "minecraft:fire_aspect": { - "protocol_id": 15 - }, - "minecraft:looting": { - "protocol_id": 16 - }, - "minecraft:sweeping": { - "protocol_id": 17 - }, - "minecraft:efficiency": { - "protocol_id": 18 - }, - "minecraft:silk_touch": { - "protocol_id": 19 - }, - "minecraft:unbreaking": { - "protocol_id": 20 - }, - "minecraft:fortune": { - "protocol_id": 21 - }, - "minecraft:power": { - "protocol_id": 22 - }, - "minecraft:punch": { - "protocol_id": 23 - }, - "minecraft:flame": { - "protocol_id": 24 - }, - "minecraft:infinity": { - "protocol_id": 25 - }, - "minecraft:luck_of_the_sea": { - "protocol_id": 26 - }, - "minecraft:lure": { - "protocol_id": 27 - }, - "minecraft:loyalty": { - "protocol_id": 28 - }, - "minecraft:impaling": { - "protocol_id": 29 - }, - "minecraft:riptide": { - "protocol_id": 30 - }, - "minecraft:channeling": { - "protocol_id": 31 - }, - "minecraft:multishot": { - "protocol_id": 32 - }, - "minecraft:quick_charge": { - "protocol_id": 33 - }, - "minecraft:piercing": { - "protocol_id": 34 - }, - "minecraft:mending": { - "protocol_id": 35 - }, - "minecraft:vanishing_curse": { - "protocol_id": 36 - } - } - }, - "minecraft:entity_type": { - "default": "minecraft:pig", - "protocol_id": 5, - "entries": { - "minecraft:area_effect_cloud": { - "protocol_id": 0 - }, - "minecraft:armor_stand": { - "protocol_id": 1 - }, - "minecraft:arrow": { - "protocol_id": 2 - }, - "minecraft:bat": { - "protocol_id": 3 - }, - "minecraft:bee": { - "protocol_id": 4 - }, - "minecraft:blaze": { - "protocol_id": 5 - }, - "minecraft:boat": { - "protocol_id": 6 - }, - "minecraft:cat": { - "protocol_id": 7 - }, - "minecraft:cave_spider": { - "protocol_id": 8 - }, - "minecraft:chicken": { - "protocol_id": 9 - }, - "minecraft:cod": { - "protocol_id": 10 - }, - "minecraft:cow": { - "protocol_id": 11 - }, - "minecraft:creeper": { - "protocol_id": 12 - }, - "minecraft:donkey": { - "protocol_id": 13 - }, - "minecraft:dolphin": { - "protocol_id": 14 - }, - "minecraft:dragon_fireball": { - "protocol_id": 15 - }, - "minecraft:drowned": { - "protocol_id": 16 - }, - "minecraft:elder_guardian": { - "protocol_id": 17 - }, - "minecraft:end_crystal": { - "protocol_id": 18 - }, - "minecraft:ender_dragon": { - "protocol_id": 19 - }, - "minecraft:enderman": { - "protocol_id": 20 - }, - "minecraft:endermite": { - "protocol_id": 21 - }, - "minecraft:evoker_fangs": { - "protocol_id": 22 - }, - "minecraft:evoker": { - "protocol_id": 23 - }, - "minecraft:experience_orb": { - "protocol_id": 24 - }, - "minecraft:eye_of_ender": { - "protocol_id": 25 - }, - "minecraft:falling_block": { - "protocol_id": 26 - }, - "minecraft:firework_rocket": { - "protocol_id": 27 - }, - "minecraft:fox": { - "protocol_id": 28 - }, - "minecraft:ghast": { - "protocol_id": 29 - }, - "minecraft:giant": { - "protocol_id": 30 - }, - "minecraft:guardian": { - "protocol_id": 31 - }, - "minecraft:horse": { - "protocol_id": 32 - }, - "minecraft:husk": { - "protocol_id": 33 - }, - "minecraft:illusioner": { - "protocol_id": 34 - }, - "minecraft:item": { - "protocol_id": 35 - }, - "minecraft:item_frame": { - "protocol_id": 36 - }, - "minecraft:fireball": { - "protocol_id": 37 - }, - "minecraft:leash_knot": { - "protocol_id": 38 - }, - "minecraft:llama": { - "protocol_id": 39 - }, - "minecraft:llama_spit": { - "protocol_id": 40 - }, - "minecraft:magma_cube": { - "protocol_id": 41 - }, - "minecraft:minecart": { - "protocol_id": 42 - }, - "minecraft:chest_minecart": { - "protocol_id": 43 - }, - "minecraft:command_block_minecart": { - "protocol_id": 44 - }, - "minecraft:furnace_minecart": { - "protocol_id": 45 - }, - "minecraft:hopper_minecart": { - "protocol_id": 46 - }, - "minecraft:spawner_minecart": { - "protocol_id": 47 - }, - "minecraft:tnt_minecart": { - "protocol_id": 48 - }, - "minecraft:mule": { - "protocol_id": 49 - }, - "minecraft:mooshroom": { - "protocol_id": 50 - }, - "minecraft:ocelot": { - "protocol_id": 51 - }, - "minecraft:painting": { - "protocol_id": 52 - }, - "minecraft:panda": { - "protocol_id": 53 - }, - "minecraft:parrot": { - "protocol_id": 54 - }, - "minecraft:pig": { - "protocol_id": 55 - }, - "minecraft:pufferfish": { - "protocol_id": 56 - }, - "minecraft:zombie_pigman": { - "protocol_id": 57 - }, - "minecraft:polar_bear": { - "protocol_id": 58 - }, - "minecraft:tnt": { - "protocol_id": 59 - }, - "minecraft:rabbit": { - "protocol_id": 60 - }, - "minecraft:salmon": { - "protocol_id": 61 - }, - "minecraft:sheep": { - "protocol_id": 62 - }, - "minecraft:shulker": { - "protocol_id": 63 - }, - "minecraft:shulker_bullet": { - "protocol_id": 64 - }, - "minecraft:silverfish": { - "protocol_id": 65 - }, - "minecraft:skeleton": { - "protocol_id": 66 - }, - "minecraft:skeleton_horse": { - "protocol_id": 67 - }, - "minecraft:slime": { - "protocol_id": 68 - }, - "minecraft:small_fireball": { - "protocol_id": 69 - }, - "minecraft:snow_golem": { - "protocol_id": 70 - }, - "minecraft:snowball": { - "protocol_id": 71 - }, - "minecraft:spectral_arrow": { - "protocol_id": 72 - }, - "minecraft:spider": { - "protocol_id": 73 - }, - "minecraft:squid": { - "protocol_id": 74 - }, - "minecraft:stray": { - "protocol_id": 75 - }, - "minecraft:trader_llama": { - "protocol_id": 76 - }, - "minecraft:tropical_fish": { - "protocol_id": 77 - }, - "minecraft:turtle": { - "protocol_id": 78 - }, - "minecraft:egg": { - "protocol_id": 79 - }, - "minecraft:ender_pearl": { - "protocol_id": 80 - }, - "minecraft:experience_bottle": { - "protocol_id": 81 - }, - "minecraft:potion": { - "protocol_id": 82 - }, - "minecraft:trident": { - "protocol_id": 83 - }, - "minecraft:vex": { - "protocol_id": 84 - }, - "minecraft:villager": { - "protocol_id": 85 - }, - "minecraft:iron_golem": { - "protocol_id": 86 - }, - "minecraft:vindicator": { - "protocol_id": 87 - }, - "minecraft:pillager": { - "protocol_id": 88 - }, - "minecraft:wandering_trader": { - "protocol_id": 89 - }, - "minecraft:witch": { - "protocol_id": 90 - }, - "minecraft:wither": { - "protocol_id": 91 - }, - "minecraft:wither_skeleton": { - "protocol_id": 92 - }, - "minecraft:wither_skull": { - "protocol_id": 93 - }, - "minecraft:wolf": { - "protocol_id": 94 - }, - "minecraft:zombie": { - "protocol_id": 95 - }, - "minecraft:zombie_horse": { - "protocol_id": 96 - }, - "minecraft:zombie_villager": { - "protocol_id": 97 - }, - "minecraft:phantom": { - "protocol_id": 98 - }, - "minecraft:ravager": { - "protocol_id": 99 - }, - "minecraft:lightning_bolt": { - "protocol_id": 100 - }, - "minecraft:player": { - "protocol_id": 101 - }, - "minecraft:fishing_bobber": { - "protocol_id": 102 - } - } - }, - "minecraft:item": { - "default": "minecraft:air", - "protocol_id": 6, - "entries": { - "minecraft:air": { - "protocol_id": 0 - }, - "minecraft:stone": { - "protocol_id": 1 - }, - "minecraft:granite": { - "protocol_id": 2 - }, - "minecraft:polished_granite": { - "protocol_id": 3 - }, - "minecraft:diorite": { - "protocol_id": 4 - }, - "minecraft:polished_diorite": { - "protocol_id": 5 - }, - "minecraft:andesite": { - "protocol_id": 6 - }, - "minecraft:polished_andesite": { - "protocol_id": 7 - }, - "minecraft:grass_block": { - "protocol_id": 8 - }, - "minecraft:dirt": { - "protocol_id": 9 - }, - "minecraft:coarse_dirt": { - "protocol_id": 10 - }, - "minecraft:podzol": { - "protocol_id": 11 - }, - "minecraft:cobblestone": { - "protocol_id": 12 - }, - "minecraft:oak_planks": { - "protocol_id": 13 - }, - "minecraft:spruce_planks": { - "protocol_id": 14 - }, - "minecraft:birch_planks": { - "protocol_id": 15 - }, - "minecraft:jungle_planks": { - "protocol_id": 16 - }, - "minecraft:acacia_planks": { - "protocol_id": 17 - }, - "minecraft:dark_oak_planks": { - "protocol_id": 18 - }, - "minecraft:oak_sapling": { - "protocol_id": 19 - }, - "minecraft:spruce_sapling": { - "protocol_id": 20 - }, - "minecraft:birch_sapling": { - "protocol_id": 21 - }, - "minecraft:jungle_sapling": { - "protocol_id": 22 - }, - "minecraft:acacia_sapling": { - "protocol_id": 23 - }, - "minecraft:dark_oak_sapling": { - "protocol_id": 24 - }, - "minecraft:bedrock": { - "protocol_id": 25 - }, - "minecraft:sand": { - "protocol_id": 26 - }, - "minecraft:red_sand": { - "protocol_id": 27 - }, - "minecraft:gravel": { - "protocol_id": 28 - }, - "minecraft:gold_ore": { - "protocol_id": 29 - }, - "minecraft:iron_ore": { - "protocol_id": 30 - }, - "minecraft:coal_ore": { - "protocol_id": 31 - }, - "minecraft:oak_log": { - "protocol_id": 32 - }, - "minecraft:spruce_log": { - "protocol_id": 33 - }, - "minecraft:birch_log": { - "protocol_id": 34 - }, - "minecraft:jungle_log": { - "protocol_id": 35 - }, - "minecraft:acacia_log": { - "protocol_id": 36 - }, - "minecraft:dark_oak_log": { - "protocol_id": 37 - }, - "minecraft:stripped_oak_log": { - "protocol_id": 38 - }, - "minecraft:stripped_spruce_log": { - "protocol_id": 39 - }, - "minecraft:stripped_birch_log": { - "protocol_id": 40 - }, - "minecraft:stripped_jungle_log": { - "protocol_id": 41 - }, - "minecraft:stripped_acacia_log": { - "protocol_id": 42 - }, - "minecraft:stripped_dark_oak_log": { - "protocol_id": 43 - }, - "minecraft:stripped_oak_wood": { - "protocol_id": 44 - }, - "minecraft:stripped_spruce_wood": { - "protocol_id": 45 - }, - "minecraft:stripped_birch_wood": { - "protocol_id": 46 - }, - "minecraft:stripped_jungle_wood": { - "protocol_id": 47 - }, - "minecraft:stripped_acacia_wood": { - "protocol_id": 48 - }, - "minecraft:stripped_dark_oak_wood": { - "protocol_id": 49 - }, - "minecraft:oak_wood": { - "protocol_id": 50 - }, - "minecraft:spruce_wood": { - "protocol_id": 51 - }, - "minecraft:birch_wood": { - "protocol_id": 52 - }, - "minecraft:jungle_wood": { - "protocol_id": 53 - }, - "minecraft:acacia_wood": { - "protocol_id": 54 - }, - "minecraft:dark_oak_wood": { - "protocol_id": 55 - }, - "minecraft:oak_leaves": { - "protocol_id": 56 - }, - "minecraft:spruce_leaves": { - "protocol_id": 57 - }, - "minecraft:birch_leaves": { - "protocol_id": 58 - }, - "minecraft:jungle_leaves": { - "protocol_id": 59 - }, - "minecraft:acacia_leaves": { - "protocol_id": 60 - }, - "minecraft:dark_oak_leaves": { - "protocol_id": 61 - }, - "minecraft:sponge": { - "protocol_id": 62 - }, - "minecraft:wet_sponge": { - "protocol_id": 63 - }, - "minecraft:glass": { - "protocol_id": 64 - }, - "minecraft:lapis_ore": { - "protocol_id": 65 - }, - "minecraft:lapis_block": { - "protocol_id": 66 - }, - "minecraft:dispenser": { - "protocol_id": 67 - }, - "minecraft:sandstone": { - "protocol_id": 68 - }, - "minecraft:chiseled_sandstone": { - "protocol_id": 69 - }, - "minecraft:cut_sandstone": { - "protocol_id": 70 - }, - "minecraft:note_block": { - "protocol_id": 71 - }, - "minecraft:powered_rail": { - "protocol_id": 72 - }, - "minecraft:detector_rail": { - "protocol_id": 73 - }, - "minecraft:sticky_piston": { - "protocol_id": 74 - }, - "minecraft:cobweb": { - "protocol_id": 75 - }, - "minecraft:grass": { - "protocol_id": 76 - }, - "minecraft:fern": { - "protocol_id": 77 - }, - "minecraft:dead_bush": { - "protocol_id": 78 - }, - "minecraft:seagrass": { - "protocol_id": 79 - }, - "minecraft:sea_pickle": { - "protocol_id": 80 - }, - "minecraft:piston": { - "protocol_id": 81 - }, - "minecraft:white_wool": { - "protocol_id": 82 - }, - "minecraft:orange_wool": { - "protocol_id": 83 - }, - "minecraft:magenta_wool": { - "protocol_id": 84 - }, - "minecraft:light_blue_wool": { - "protocol_id": 85 - }, - "minecraft:yellow_wool": { - "protocol_id": 86 - }, - "minecraft:lime_wool": { - "protocol_id": 87 - }, - "minecraft:pink_wool": { - "protocol_id": 88 - }, - "minecraft:gray_wool": { - "protocol_id": 89 - }, - "minecraft:light_gray_wool": { - "protocol_id": 90 - }, - "minecraft:cyan_wool": { - "protocol_id": 91 - }, - "minecraft:purple_wool": { - "protocol_id": 92 - }, - "minecraft:blue_wool": { - "protocol_id": 93 - }, - "minecraft:brown_wool": { - "protocol_id": 94 - }, - "minecraft:green_wool": { - "protocol_id": 95 - }, - "minecraft:red_wool": { - "protocol_id": 96 - }, - "minecraft:black_wool": { - "protocol_id": 97 - }, - "minecraft:dandelion": { - "protocol_id": 98 - }, - "minecraft:poppy": { - "protocol_id": 99 - }, - "minecraft:blue_orchid": { - "protocol_id": 100 - }, - "minecraft:allium": { - "protocol_id": 101 - }, - "minecraft:azure_bluet": { - "protocol_id": 102 - }, - "minecraft:red_tulip": { - "protocol_id": 103 - }, - "minecraft:orange_tulip": { - "protocol_id": 104 - }, - "minecraft:white_tulip": { - "protocol_id": 105 - }, - "minecraft:pink_tulip": { - "protocol_id": 106 - }, - "minecraft:oxeye_daisy": { - "protocol_id": 107 - }, - "minecraft:cornflower": { - "protocol_id": 108 - }, - "minecraft:lily_of_the_valley": { - "protocol_id": 109 - }, - "minecraft:wither_rose": { - "protocol_id": 110 - }, - "minecraft:brown_mushroom": { - "protocol_id": 111 - }, - "minecraft:red_mushroom": { - "protocol_id": 112 - }, - "minecraft:gold_block": { - "protocol_id": 113 - }, - "minecraft:iron_block": { - "protocol_id": 114 - }, - "minecraft:oak_slab": { - "protocol_id": 115 - }, - "minecraft:spruce_slab": { - "protocol_id": 116 - }, - "minecraft:birch_slab": { - "protocol_id": 117 - }, - "minecraft:jungle_slab": { - "protocol_id": 118 - }, - "minecraft:acacia_slab": { - "protocol_id": 119 - }, - "minecraft:dark_oak_slab": { - "protocol_id": 120 - }, - "minecraft:stone_slab": { - "protocol_id": 121 - }, - "minecraft:smooth_stone_slab": { - "protocol_id": 122 - }, - "minecraft:sandstone_slab": { - "protocol_id": 123 - }, - "minecraft:cut_sandstone_slab": { - "protocol_id": 124 - }, - "minecraft:petrified_oak_slab": { - "protocol_id": 125 - }, - "minecraft:cobblestone_slab": { - "protocol_id": 126 - }, - "minecraft:brick_slab": { - "protocol_id": 127 - }, - "minecraft:stone_brick_slab": { - "protocol_id": 128 - }, - "minecraft:nether_brick_slab": { - "protocol_id": 129 - }, - "minecraft:quartz_slab": { - "protocol_id": 130 - }, - "minecraft:red_sandstone_slab": { - "protocol_id": 131 - }, - "minecraft:cut_red_sandstone_slab": { - "protocol_id": 132 - }, - "minecraft:purpur_slab": { - "protocol_id": 133 - }, - "minecraft:prismarine_slab": { - "protocol_id": 134 - }, - "minecraft:prismarine_brick_slab": { - "protocol_id": 135 - }, - "minecraft:dark_prismarine_slab": { - "protocol_id": 136 - }, - "minecraft:smooth_quartz": { - "protocol_id": 137 - }, - "minecraft:smooth_red_sandstone": { - "protocol_id": 138 - }, - "minecraft:smooth_sandstone": { - "protocol_id": 139 - }, - "minecraft:smooth_stone": { - "protocol_id": 140 - }, - "minecraft:bricks": { - "protocol_id": 141 - }, - "minecraft:tnt": { - "protocol_id": 142 - }, - "minecraft:bookshelf": { - "protocol_id": 143 - }, - "minecraft:mossy_cobblestone": { - "protocol_id": 144 - }, - "minecraft:obsidian": { - "protocol_id": 145 - }, - "minecraft:torch": { - "protocol_id": 146 - }, - "minecraft:end_rod": { - "protocol_id": 147 - }, - "minecraft:chorus_plant": { - "protocol_id": 148 - }, - "minecraft:chorus_flower": { - "protocol_id": 149 - }, - "minecraft:purpur_block": { - "protocol_id": 150 - }, - "minecraft:purpur_pillar": { - "protocol_id": 151 - }, - "minecraft:purpur_stairs": { - "protocol_id": 152 - }, - "minecraft:spawner": { - "protocol_id": 153 - }, - "minecraft:oak_stairs": { - "protocol_id": 154 - }, - "minecraft:chest": { - "protocol_id": 155 - }, - "minecraft:diamond_ore": { - "protocol_id": 156 - }, - "minecraft:diamond_block": { - "protocol_id": 157 - }, - "minecraft:crafting_table": { - "protocol_id": 158 - }, - "minecraft:farmland": { - "protocol_id": 159 - }, - "minecraft:furnace": { - "protocol_id": 160 - }, - "minecraft:ladder": { - "protocol_id": 161 - }, - "minecraft:rail": { - "protocol_id": 162 - }, - "minecraft:cobblestone_stairs": { - "protocol_id": 163 - }, - "minecraft:lever": { - "protocol_id": 164 - }, - "minecraft:stone_pressure_plate": { - "protocol_id": 165 - }, - "minecraft:oak_pressure_plate": { - "protocol_id": 166 - }, - "minecraft:spruce_pressure_plate": { - "protocol_id": 167 - }, - "minecraft:birch_pressure_plate": { - "protocol_id": 168 - }, - "minecraft:jungle_pressure_plate": { - "protocol_id": 169 - }, - "minecraft:acacia_pressure_plate": { - "protocol_id": 170 - }, - "minecraft:dark_oak_pressure_plate": { - "protocol_id": 171 - }, - "minecraft:redstone_ore": { - "protocol_id": 172 - }, - "minecraft:redstone_torch": { - "protocol_id": 173 - }, - "minecraft:stone_button": { - "protocol_id": 174 - }, - "minecraft:snow": { - "protocol_id": 175 - }, - "minecraft:ice": { - "protocol_id": 176 - }, - "minecraft:snow_block": { - "protocol_id": 177 - }, - "minecraft:cactus": { - "protocol_id": 178 - }, - "minecraft:clay": { - "protocol_id": 179 - }, - "minecraft:jukebox": { - "protocol_id": 180 - }, - "minecraft:oak_fence": { - "protocol_id": 181 - }, - "minecraft:spruce_fence": { - "protocol_id": 182 - }, - "minecraft:birch_fence": { - "protocol_id": 183 - }, - "minecraft:jungle_fence": { - "protocol_id": 184 - }, - "minecraft:acacia_fence": { - "protocol_id": 185 - }, - "minecraft:dark_oak_fence": { - "protocol_id": 186 - }, - "minecraft:pumpkin": { - "protocol_id": 187 - }, - "minecraft:carved_pumpkin": { - "protocol_id": 188 - }, - "minecraft:netherrack": { - "protocol_id": 189 - }, - "minecraft:soul_sand": { - "protocol_id": 190 - }, - "minecraft:glowstone": { - "protocol_id": 191 - }, - "minecraft:jack_o_lantern": { - "protocol_id": 192 - }, - "minecraft:oak_trapdoor": { - "protocol_id": 193 - }, - "minecraft:spruce_trapdoor": { - "protocol_id": 194 - }, - "minecraft:birch_trapdoor": { - "protocol_id": 195 - }, - "minecraft:jungle_trapdoor": { - "protocol_id": 196 - }, - "minecraft:acacia_trapdoor": { - "protocol_id": 197 - }, - "minecraft:dark_oak_trapdoor": { - "protocol_id": 198 - }, - "minecraft:infested_stone": { - "protocol_id": 199 - }, - "minecraft:infested_cobblestone": { - "protocol_id": 200 - }, - "minecraft:infested_stone_bricks": { - "protocol_id": 201 - }, - "minecraft:infested_mossy_stone_bricks": { - "protocol_id": 202 - }, - "minecraft:infested_cracked_stone_bricks": { - "protocol_id": 203 - }, - "minecraft:infested_chiseled_stone_bricks": { - "protocol_id": 204 - }, - "minecraft:stone_bricks": { - "protocol_id": 205 - }, - "minecraft:mossy_stone_bricks": { - "protocol_id": 206 - }, - "minecraft:cracked_stone_bricks": { - "protocol_id": 207 - }, - "minecraft:chiseled_stone_bricks": { - "protocol_id": 208 - }, - "minecraft:brown_mushroom_block": { - "protocol_id": 209 - }, - "minecraft:red_mushroom_block": { - "protocol_id": 210 - }, - "minecraft:mushroom_stem": { - "protocol_id": 211 - }, - "minecraft:iron_bars": { - "protocol_id": 212 - }, - "minecraft:glass_pane": { - "protocol_id": 213 - }, - "minecraft:melon": { - "protocol_id": 214 - }, - "minecraft:vine": { - "protocol_id": 215 - }, - "minecraft:oak_fence_gate": { - "protocol_id": 216 - }, - "minecraft:spruce_fence_gate": { - "protocol_id": 217 - }, - "minecraft:birch_fence_gate": { - "protocol_id": 218 - }, - "minecraft:jungle_fence_gate": { - "protocol_id": 219 - }, - "minecraft:acacia_fence_gate": { - "protocol_id": 220 - }, - "minecraft:dark_oak_fence_gate": { - "protocol_id": 221 - }, - "minecraft:brick_stairs": { - "protocol_id": 222 - }, - "minecraft:stone_brick_stairs": { - "protocol_id": 223 - }, - "minecraft:mycelium": { - "protocol_id": 224 - }, - "minecraft:lily_pad": { - "protocol_id": 225 - }, - "minecraft:nether_bricks": { - "protocol_id": 226 - }, - "minecraft:nether_brick_fence": { - "protocol_id": 227 - }, - "minecraft:nether_brick_stairs": { - "protocol_id": 228 - }, - "minecraft:enchanting_table": { - "protocol_id": 229 - }, - "minecraft:end_portal_frame": { - "protocol_id": 230 - }, - "minecraft:end_stone": { - "protocol_id": 231 - }, - "minecraft:end_stone_bricks": { - "protocol_id": 232 - }, - "minecraft:dragon_egg": { - "protocol_id": 233 - }, - "minecraft:redstone_lamp": { - "protocol_id": 234 - }, - "minecraft:sandstone_stairs": { - "protocol_id": 235 - }, - "minecraft:emerald_ore": { - "protocol_id": 236 - }, - "minecraft:ender_chest": { - "protocol_id": 237 - }, - "minecraft:tripwire_hook": { - "protocol_id": 238 - }, - "minecraft:emerald_block": { - "protocol_id": 239 - }, - "minecraft:spruce_stairs": { - "protocol_id": 240 - }, - "minecraft:birch_stairs": { - "protocol_id": 241 - }, - "minecraft:jungle_stairs": { - "protocol_id": 242 - }, - "minecraft:command_block": { - "protocol_id": 243 - }, - "minecraft:beacon": { - "protocol_id": 244 - }, - "minecraft:cobblestone_wall": { - "protocol_id": 245 - }, - "minecraft:mossy_cobblestone_wall": { - "protocol_id": 246 - }, - "minecraft:brick_wall": { - "protocol_id": 247 - }, - "minecraft:prismarine_wall": { - "protocol_id": 248 - }, - "minecraft:red_sandstone_wall": { - "protocol_id": 249 - }, - "minecraft:mossy_stone_brick_wall": { - "protocol_id": 250 - }, - "minecraft:granite_wall": { - "protocol_id": 251 - }, - "minecraft:stone_brick_wall": { - "protocol_id": 252 - }, - "minecraft:nether_brick_wall": { - "protocol_id": 253 - }, - "minecraft:andesite_wall": { - "protocol_id": 254 - }, - "minecraft:red_nether_brick_wall": { - "protocol_id": 255 - }, - "minecraft:sandstone_wall": { - "protocol_id": 256 - }, - "minecraft:end_stone_brick_wall": { - "protocol_id": 257 - }, - "minecraft:diorite_wall": { - "protocol_id": 258 - }, - "minecraft:oak_button": { - "protocol_id": 259 - }, - "minecraft:spruce_button": { - "protocol_id": 260 - }, - "minecraft:birch_button": { - "protocol_id": 261 - }, - "minecraft:jungle_button": { - "protocol_id": 262 - }, - "minecraft:acacia_button": { - "protocol_id": 263 - }, - "minecraft:dark_oak_button": { - "protocol_id": 264 - }, - "minecraft:anvil": { - "protocol_id": 265 - }, - "minecraft:chipped_anvil": { - "protocol_id": 266 - }, - "minecraft:damaged_anvil": { - "protocol_id": 267 - }, - "minecraft:trapped_chest": { - "protocol_id": 268 - }, - "minecraft:light_weighted_pressure_plate": { - "protocol_id": 269 - }, - "minecraft:heavy_weighted_pressure_plate": { - "protocol_id": 270 - }, - "minecraft:daylight_detector": { - "protocol_id": 271 - }, - "minecraft:redstone_block": { - "protocol_id": 272 - }, - "minecraft:nether_quartz_ore": { - "protocol_id": 273 - }, - "minecraft:hopper": { - "protocol_id": 274 - }, - "minecraft:chiseled_quartz_block": { - "protocol_id": 275 - }, - "minecraft:quartz_block": { - "protocol_id": 276 - }, - "minecraft:quartz_pillar": { - "protocol_id": 277 - }, - "minecraft:quartz_stairs": { - "protocol_id": 278 - }, - "minecraft:activator_rail": { - "protocol_id": 279 - }, - "minecraft:dropper": { - "protocol_id": 280 - }, - "minecraft:white_terracotta": { - "protocol_id": 281 - }, - "minecraft:orange_terracotta": { - "protocol_id": 282 - }, - "minecraft:magenta_terracotta": { - "protocol_id": 283 - }, - "minecraft:light_blue_terracotta": { - "protocol_id": 284 - }, - "minecraft:yellow_terracotta": { - "protocol_id": 285 - }, - "minecraft:lime_terracotta": { - "protocol_id": 286 - }, - "minecraft:pink_terracotta": { - "protocol_id": 287 - }, - "minecraft:gray_terracotta": { - "protocol_id": 288 - }, - "minecraft:light_gray_terracotta": { - "protocol_id": 289 - }, - "minecraft:cyan_terracotta": { - "protocol_id": 290 - }, - "minecraft:purple_terracotta": { - "protocol_id": 291 - }, - "minecraft:blue_terracotta": { - "protocol_id": 292 - }, - "minecraft:brown_terracotta": { - "protocol_id": 293 - }, - "minecraft:green_terracotta": { - "protocol_id": 294 - }, - "minecraft:red_terracotta": { - "protocol_id": 295 - }, - "minecraft:black_terracotta": { - "protocol_id": 296 - }, - "minecraft:barrier": { - "protocol_id": 297 - }, - "minecraft:iron_trapdoor": { - "protocol_id": 298 - }, - "minecraft:hay_block": { - "protocol_id": 299 - }, - "minecraft:white_carpet": { - "protocol_id": 300 - }, - "minecraft:orange_carpet": { - "protocol_id": 301 - }, - "minecraft:magenta_carpet": { - "protocol_id": 302 - }, - "minecraft:light_blue_carpet": { - "protocol_id": 303 - }, - "minecraft:yellow_carpet": { - "protocol_id": 304 - }, - "minecraft:lime_carpet": { - "protocol_id": 305 - }, - "minecraft:pink_carpet": { - "protocol_id": 306 - }, - "minecraft:gray_carpet": { - "protocol_id": 307 - }, - "minecraft:light_gray_carpet": { - "protocol_id": 308 - }, - "minecraft:cyan_carpet": { - "protocol_id": 309 - }, - "minecraft:purple_carpet": { - "protocol_id": 310 - }, - "minecraft:blue_carpet": { - "protocol_id": 311 - }, - "minecraft:brown_carpet": { - "protocol_id": 312 - }, - "minecraft:green_carpet": { - "protocol_id": 313 - }, - "minecraft:red_carpet": { - "protocol_id": 314 - }, - "minecraft:black_carpet": { - "protocol_id": 315 - }, - "minecraft:terracotta": { - "protocol_id": 316 - }, - "minecraft:coal_block": { - "protocol_id": 317 - }, - "minecraft:packed_ice": { - "protocol_id": 318 - }, - "minecraft:acacia_stairs": { - "protocol_id": 319 - }, - "minecraft:dark_oak_stairs": { - "protocol_id": 320 - }, - "minecraft:slime_block": { - "protocol_id": 321 - }, - "minecraft:grass_path": { - "protocol_id": 322 - }, - "minecraft:sunflower": { - "protocol_id": 323 - }, - "minecraft:lilac": { - "protocol_id": 324 - }, - "minecraft:rose_bush": { - "protocol_id": 325 - }, - "minecraft:peony": { - "protocol_id": 326 - }, - "minecraft:tall_grass": { - "protocol_id": 327 - }, - "minecraft:large_fern": { - "protocol_id": 328 - }, - "minecraft:white_stained_glass": { - "protocol_id": 329 - }, - "minecraft:orange_stained_glass": { - "protocol_id": 330 - }, - "minecraft:magenta_stained_glass": { - "protocol_id": 331 - }, - "minecraft:light_blue_stained_glass": { - "protocol_id": 332 - }, - "minecraft:yellow_stained_glass": { - "protocol_id": 333 - }, - "minecraft:lime_stained_glass": { - "protocol_id": 334 - }, - "minecraft:pink_stained_glass": { - "protocol_id": 335 - }, - "minecraft:gray_stained_glass": { - "protocol_id": 336 - }, - "minecraft:light_gray_stained_glass": { - "protocol_id": 337 - }, - "minecraft:cyan_stained_glass": { - "protocol_id": 338 - }, - "minecraft:purple_stained_glass": { - "protocol_id": 339 - }, - "minecraft:blue_stained_glass": { - "protocol_id": 340 - }, - "minecraft:brown_stained_glass": { - "protocol_id": 341 - }, - "minecraft:green_stained_glass": { - "protocol_id": 342 - }, - "minecraft:red_stained_glass": { - "protocol_id": 343 - }, - "minecraft:black_stained_glass": { - "protocol_id": 344 - }, - "minecraft:white_stained_glass_pane": { - "protocol_id": 345 - }, - "minecraft:orange_stained_glass_pane": { - "protocol_id": 346 - }, - "minecraft:magenta_stained_glass_pane": { - "protocol_id": 347 - }, - "minecraft:light_blue_stained_glass_pane": { - "protocol_id": 348 - }, - "minecraft:yellow_stained_glass_pane": { - "protocol_id": 349 - }, - "minecraft:lime_stained_glass_pane": { - "protocol_id": 350 - }, - "minecraft:pink_stained_glass_pane": { - "protocol_id": 351 - }, - "minecraft:gray_stained_glass_pane": { - "protocol_id": 352 - }, - "minecraft:light_gray_stained_glass_pane": { - "protocol_id": 353 - }, - "minecraft:cyan_stained_glass_pane": { - "protocol_id": 354 - }, - "minecraft:purple_stained_glass_pane": { - "protocol_id": 355 - }, - "minecraft:blue_stained_glass_pane": { - "protocol_id": 356 - }, - "minecraft:brown_stained_glass_pane": { - "protocol_id": 357 - }, - "minecraft:green_stained_glass_pane": { - "protocol_id": 358 - }, - "minecraft:red_stained_glass_pane": { - "protocol_id": 359 - }, - "minecraft:black_stained_glass_pane": { - "protocol_id": 360 - }, - "minecraft:prismarine": { - "protocol_id": 361 - }, - "minecraft:prismarine_bricks": { - "protocol_id": 362 - }, - "minecraft:dark_prismarine": { - "protocol_id": 363 - }, - "minecraft:prismarine_stairs": { - "protocol_id": 364 - }, - "minecraft:prismarine_brick_stairs": { - "protocol_id": 365 - }, - "minecraft:dark_prismarine_stairs": { - "protocol_id": 366 - }, - "minecraft:sea_lantern": { - "protocol_id": 367 - }, - "minecraft:red_sandstone": { - "protocol_id": 368 - }, - "minecraft:chiseled_red_sandstone": { - "protocol_id": 369 - }, - "minecraft:cut_red_sandstone": { - "protocol_id": 370 - }, - "minecraft:red_sandstone_stairs": { - "protocol_id": 371 - }, - "minecraft:repeating_command_block": { - "protocol_id": 372 - }, - "minecraft:chain_command_block": { - "protocol_id": 373 - }, - "minecraft:magma_block": { - "protocol_id": 374 - }, - "minecraft:nether_wart_block": { - "protocol_id": 375 - }, - "minecraft:red_nether_bricks": { - "protocol_id": 376 - }, - "minecraft:bone_block": { - "protocol_id": 377 - }, - "minecraft:structure_void": { - "protocol_id": 378 - }, - "minecraft:observer": { - "protocol_id": 379 - }, - "minecraft:shulker_box": { - "protocol_id": 380 - }, - "minecraft:white_shulker_box": { - "protocol_id": 381 - }, - "minecraft:orange_shulker_box": { - "protocol_id": 382 - }, - "minecraft:magenta_shulker_box": { - "protocol_id": 383 - }, - "minecraft:light_blue_shulker_box": { - "protocol_id": 384 - }, - "minecraft:yellow_shulker_box": { - "protocol_id": 385 - }, - "minecraft:lime_shulker_box": { - "protocol_id": 386 - }, - "minecraft:pink_shulker_box": { - "protocol_id": 387 - }, - "minecraft:gray_shulker_box": { - "protocol_id": 388 - }, - "minecraft:light_gray_shulker_box": { - "protocol_id": 389 - }, - "minecraft:cyan_shulker_box": { - "protocol_id": 390 - }, - "minecraft:purple_shulker_box": { - "protocol_id": 391 - }, - "minecraft:blue_shulker_box": { - "protocol_id": 392 - }, - "minecraft:brown_shulker_box": { - "protocol_id": 393 - }, - "minecraft:green_shulker_box": { - "protocol_id": 394 - }, - "minecraft:red_shulker_box": { - "protocol_id": 395 - }, - "minecraft:black_shulker_box": { - "protocol_id": 396 - }, - "minecraft:white_glazed_terracotta": { - "protocol_id": 397 - }, - "minecraft:orange_glazed_terracotta": { - "protocol_id": 398 - }, - "minecraft:magenta_glazed_terracotta": { - "protocol_id": 399 - }, - "minecraft:light_blue_glazed_terracotta": { - "protocol_id": 400 - }, - "minecraft:yellow_glazed_terracotta": { - "protocol_id": 401 - }, - "minecraft:lime_glazed_terracotta": { - "protocol_id": 402 - }, - "minecraft:pink_glazed_terracotta": { - "protocol_id": 403 - }, - "minecraft:gray_glazed_terracotta": { - "protocol_id": 404 - }, - "minecraft:light_gray_glazed_terracotta": { - "protocol_id": 405 - }, - "minecraft:cyan_glazed_terracotta": { - "protocol_id": 406 - }, - "minecraft:purple_glazed_terracotta": { - "protocol_id": 407 - }, - "minecraft:blue_glazed_terracotta": { - "protocol_id": 408 - }, - "minecraft:brown_glazed_terracotta": { - "protocol_id": 409 - }, - "minecraft:green_glazed_terracotta": { - "protocol_id": 410 - }, - "minecraft:red_glazed_terracotta": { - "protocol_id": 411 - }, - "minecraft:black_glazed_terracotta": { - "protocol_id": 412 - }, - "minecraft:white_concrete": { - "protocol_id": 413 - }, - "minecraft:orange_concrete": { - "protocol_id": 414 - }, - "minecraft:magenta_concrete": { - "protocol_id": 415 - }, - "minecraft:light_blue_concrete": { - "protocol_id": 416 - }, - "minecraft:yellow_concrete": { - "protocol_id": 417 - }, - "minecraft:lime_concrete": { - "protocol_id": 418 - }, - "minecraft:pink_concrete": { - "protocol_id": 419 - }, - "minecraft:gray_concrete": { - "protocol_id": 420 - }, - "minecraft:light_gray_concrete": { - "protocol_id": 421 - }, - "minecraft:cyan_concrete": { - "protocol_id": 422 - }, - "minecraft:purple_concrete": { - "protocol_id": 423 - }, - "minecraft:blue_concrete": { - "protocol_id": 424 - }, - "minecraft:brown_concrete": { - "protocol_id": 425 - }, - "minecraft:green_concrete": { - "protocol_id": 426 - }, - "minecraft:red_concrete": { - "protocol_id": 427 - }, - "minecraft:black_concrete": { - "protocol_id": 428 - }, - "minecraft:white_concrete_powder": { - "protocol_id": 429 - }, - "minecraft:orange_concrete_powder": { - "protocol_id": 430 - }, - "minecraft:magenta_concrete_powder": { - "protocol_id": 431 - }, - "minecraft:light_blue_concrete_powder": { - "protocol_id": 432 - }, - "minecraft:yellow_concrete_powder": { - "protocol_id": 433 - }, - "minecraft:lime_concrete_powder": { - "protocol_id": 434 - }, - "minecraft:pink_concrete_powder": { - "protocol_id": 435 - }, - "minecraft:gray_concrete_powder": { - "protocol_id": 436 - }, - "minecraft:light_gray_concrete_powder": { - "protocol_id": 437 - }, - "minecraft:cyan_concrete_powder": { - "protocol_id": 438 - }, - "minecraft:purple_concrete_powder": { - "protocol_id": 439 - }, - "minecraft:blue_concrete_powder": { - "protocol_id": 440 - }, - "minecraft:brown_concrete_powder": { - "protocol_id": 441 - }, - "minecraft:green_concrete_powder": { - "protocol_id": 442 - }, - "minecraft:red_concrete_powder": { - "protocol_id": 443 - }, - "minecraft:black_concrete_powder": { - "protocol_id": 444 - }, - "minecraft:turtle_egg": { - "protocol_id": 445 - }, - "minecraft:dead_tube_coral_block": { - "protocol_id": 446 - }, - "minecraft:dead_brain_coral_block": { - "protocol_id": 447 - }, - "minecraft:dead_bubble_coral_block": { - "protocol_id": 448 - }, - "minecraft:dead_fire_coral_block": { - "protocol_id": 449 - }, - "minecraft:dead_horn_coral_block": { - "protocol_id": 450 - }, - "minecraft:tube_coral_block": { - "protocol_id": 451 - }, - "minecraft:brain_coral_block": { - "protocol_id": 452 - }, - "minecraft:bubble_coral_block": { - "protocol_id": 453 - }, - "minecraft:fire_coral_block": { - "protocol_id": 454 - }, - "minecraft:horn_coral_block": { - "protocol_id": 455 - }, - "minecraft:tube_coral": { - "protocol_id": 456 - }, - "minecraft:brain_coral": { - "protocol_id": 457 - }, - "minecraft:bubble_coral": { - "protocol_id": 458 - }, - "minecraft:fire_coral": { - "protocol_id": 459 - }, - "minecraft:horn_coral": { - "protocol_id": 460 - }, - "minecraft:dead_brain_coral": { - "protocol_id": 461 - }, - "minecraft:dead_bubble_coral": { - "protocol_id": 462 - }, - "minecraft:dead_fire_coral": { - "protocol_id": 463 - }, - "minecraft:dead_horn_coral": { - "protocol_id": 464 - }, - "minecraft:dead_tube_coral": { - "protocol_id": 465 - }, - "minecraft:tube_coral_fan": { - "protocol_id": 466 - }, - "minecraft:brain_coral_fan": { - "protocol_id": 467 - }, - "minecraft:bubble_coral_fan": { - "protocol_id": 468 - }, - "minecraft:fire_coral_fan": { - "protocol_id": 469 - }, - "minecraft:horn_coral_fan": { - "protocol_id": 470 - }, - "minecraft:dead_tube_coral_fan": { - "protocol_id": 471 - }, - "minecraft:dead_brain_coral_fan": { - "protocol_id": 472 - }, - "minecraft:dead_bubble_coral_fan": { - "protocol_id": 473 - }, - "minecraft:dead_fire_coral_fan": { - "protocol_id": 474 - }, - "minecraft:dead_horn_coral_fan": { - "protocol_id": 475 - }, - "minecraft:blue_ice": { - "protocol_id": 476 - }, - "minecraft:conduit": { - "protocol_id": 477 - }, - "minecraft:polished_granite_stairs": { - "protocol_id": 478 - }, - "minecraft:smooth_red_sandstone_stairs": { - "protocol_id": 479 - }, - "minecraft:mossy_stone_brick_stairs": { - "protocol_id": 480 - }, - "minecraft:polished_diorite_stairs": { - "protocol_id": 481 - }, - "minecraft:mossy_cobblestone_stairs": { - "protocol_id": 482 - }, - "minecraft:end_stone_brick_stairs": { - "protocol_id": 483 - }, - "minecraft:stone_stairs": { - "protocol_id": 484 - }, - "minecraft:smooth_sandstone_stairs": { - "protocol_id": 485 - }, - "minecraft:smooth_quartz_stairs": { - "protocol_id": 486 - }, - "minecraft:granite_stairs": { - "protocol_id": 487 - }, - "minecraft:andesite_stairs": { - "protocol_id": 488 - }, - "minecraft:red_nether_brick_stairs": { - "protocol_id": 489 - }, - "minecraft:polished_andesite_stairs": { - "protocol_id": 490 - }, - "minecraft:diorite_stairs": { - "protocol_id": 491 - }, - "minecraft:polished_granite_slab": { - "protocol_id": 492 - }, - "minecraft:smooth_red_sandstone_slab": { - "protocol_id": 493 - }, - "minecraft:mossy_stone_brick_slab": { - "protocol_id": 494 - }, - "minecraft:polished_diorite_slab": { - "protocol_id": 495 - }, - "minecraft:mossy_cobblestone_slab": { - "protocol_id": 496 - }, - "minecraft:end_stone_brick_slab": { - "protocol_id": 497 - }, - "minecraft:smooth_sandstone_slab": { - "protocol_id": 498 - }, - "minecraft:smooth_quartz_slab": { - "protocol_id": 499 - }, - "minecraft:granite_slab": { - "protocol_id": 500 - }, - "minecraft:andesite_slab": { - "protocol_id": 501 - }, - "minecraft:red_nether_brick_slab": { - "protocol_id": 502 - }, - "minecraft:polished_andesite_slab": { - "protocol_id": 503 - }, - "minecraft:diorite_slab": { - "protocol_id": 504 - }, - "minecraft:scaffolding": { - "protocol_id": 505 - }, - "minecraft:iron_door": { - "protocol_id": 506 - }, - "minecraft:oak_door": { - "protocol_id": 507 - }, - "minecraft:spruce_door": { - "protocol_id": 508 - }, - "minecraft:birch_door": { - "protocol_id": 509 - }, - "minecraft:jungle_door": { - "protocol_id": 510 - }, - "minecraft:acacia_door": { - "protocol_id": 511 - }, - "minecraft:dark_oak_door": { - "protocol_id": 512 - }, - "minecraft:repeater": { - "protocol_id": 513 - }, - "minecraft:comparator": { - "protocol_id": 514 - }, - "minecraft:structure_block": { - "protocol_id": 515 - }, - "minecraft:jigsaw": { - "protocol_id": 516 - }, - "minecraft:composter": { - "protocol_id": 517 - }, - "minecraft:turtle_helmet": { - "protocol_id": 518 - }, - "minecraft:scute": { - "protocol_id": 519 - }, - "minecraft:iron_shovel": { - "protocol_id": 520 - }, - "minecraft:iron_pickaxe": { - "protocol_id": 521 - }, - "minecraft:iron_axe": { - "protocol_id": 522 - }, - "minecraft:flint_and_steel": { - "protocol_id": 523 - }, - "minecraft:apple": { - "protocol_id": 524 - }, - "minecraft:bow": { - "protocol_id": 525 - }, - "minecraft:arrow": { - "protocol_id": 526 - }, - "minecraft:coal": { - "protocol_id": 527 - }, - "minecraft:charcoal": { - "protocol_id": 528 - }, - "minecraft:diamond": { - "protocol_id": 529 - }, - "minecraft:iron_ingot": { - "protocol_id": 530 - }, - "minecraft:gold_ingot": { - "protocol_id": 531 - }, - "minecraft:iron_sword": { - "protocol_id": 532 - }, - "minecraft:wooden_sword": { - "protocol_id": 533 - }, - "minecraft:wooden_shovel": { - "protocol_id": 534 - }, - "minecraft:wooden_pickaxe": { - "protocol_id": 535 - }, - "minecraft:wooden_axe": { - "protocol_id": 536 - }, - "minecraft:stone_sword": { - "protocol_id": 537 - }, - "minecraft:stone_shovel": { - "protocol_id": 538 - }, - "minecraft:stone_pickaxe": { - "protocol_id": 539 - }, - "minecraft:stone_axe": { - "protocol_id": 540 - }, - "minecraft:diamond_sword": { - "protocol_id": 541 - }, - "minecraft:diamond_shovel": { - "protocol_id": 542 - }, - "minecraft:diamond_pickaxe": { - "protocol_id": 543 - }, - "minecraft:diamond_axe": { - "protocol_id": 544 - }, - "minecraft:stick": { - "protocol_id": 545 - }, - "minecraft:bowl": { - "protocol_id": 546 - }, - "minecraft:mushroom_stew": { - "protocol_id": 547 - }, - "minecraft:golden_sword": { - "protocol_id": 548 - }, - "minecraft:golden_shovel": { - "protocol_id": 549 - }, - "minecraft:golden_pickaxe": { - "protocol_id": 550 - }, - "minecraft:golden_axe": { - "protocol_id": 551 - }, - "minecraft:string": { - "protocol_id": 552 - }, - "minecraft:feather": { - "protocol_id": 553 - }, - "minecraft:gunpowder": { - "protocol_id": 554 - }, - "minecraft:wooden_hoe": { - "protocol_id": 555 - }, - "minecraft:stone_hoe": { - "protocol_id": 556 - }, - "minecraft:iron_hoe": { - "protocol_id": 557 - }, - "minecraft:diamond_hoe": { - "protocol_id": 558 - }, - "minecraft:golden_hoe": { - "protocol_id": 559 - }, - "minecraft:wheat_seeds": { - "protocol_id": 560 - }, - "minecraft:wheat": { - "protocol_id": 561 - }, - "minecraft:bread": { - "protocol_id": 562 - }, - "minecraft:leather_helmet": { - "protocol_id": 563 - }, - "minecraft:leather_chestplate": { - "protocol_id": 564 - }, - "minecraft:leather_leggings": { - "protocol_id": 565 - }, - "minecraft:leather_boots": { - "protocol_id": 566 - }, - "minecraft:chainmail_helmet": { - "protocol_id": 567 - }, - "minecraft:chainmail_chestplate": { - "protocol_id": 568 - }, - "minecraft:chainmail_leggings": { - "protocol_id": 569 - }, - "minecraft:chainmail_boots": { - "protocol_id": 570 - }, - "minecraft:iron_helmet": { - "protocol_id": 571 - }, - "minecraft:iron_chestplate": { - "protocol_id": 572 - }, - "minecraft:iron_leggings": { - "protocol_id": 573 - }, - "minecraft:iron_boots": { - "protocol_id": 574 - }, - "minecraft:diamond_helmet": { - "protocol_id": 575 - }, - "minecraft:diamond_chestplate": { - "protocol_id": 576 - }, - "minecraft:diamond_leggings": { - "protocol_id": 577 - }, - "minecraft:diamond_boots": { - "protocol_id": 578 - }, - "minecraft:golden_helmet": { - "protocol_id": 579 - }, - "minecraft:golden_chestplate": { - "protocol_id": 580 - }, - "minecraft:golden_leggings": { - "protocol_id": 581 - }, - "minecraft:golden_boots": { - "protocol_id": 582 - }, - "minecraft:flint": { - "protocol_id": 583 - }, - "minecraft:porkchop": { - "protocol_id": 584 - }, - "minecraft:cooked_porkchop": { - "protocol_id": 585 - }, - "minecraft:painting": { - "protocol_id": 586 - }, - "minecraft:golden_apple": { - "protocol_id": 587 - }, - "minecraft:enchanted_golden_apple": { - "protocol_id": 588 - }, - "minecraft:oak_sign": { - "protocol_id": 589 - }, - "minecraft:spruce_sign": { - "protocol_id": 590 - }, - "minecraft:birch_sign": { - "protocol_id": 591 - }, - "minecraft:jungle_sign": { - "protocol_id": 592 - }, - "minecraft:acacia_sign": { - "protocol_id": 593 - }, - "minecraft:dark_oak_sign": { - "protocol_id": 594 - }, - "minecraft:bucket": { - "protocol_id": 595 - }, - "minecraft:water_bucket": { - "protocol_id": 596 - }, - "minecraft:lava_bucket": { - "protocol_id": 597 - }, - "minecraft:minecart": { - "protocol_id": 598 - }, - "minecraft:saddle": { - "protocol_id": 599 - }, - "minecraft:redstone": { - "protocol_id": 600 - }, - "minecraft:snowball": { - "protocol_id": 601 - }, - "minecraft:oak_boat": { - "protocol_id": 602 - }, - "minecraft:leather": { - "protocol_id": 603 - }, - "minecraft:milk_bucket": { - "protocol_id": 604 - }, - "minecraft:pufferfish_bucket": { - "protocol_id": 605 - }, - "minecraft:salmon_bucket": { - "protocol_id": 606 - }, - "minecraft:cod_bucket": { - "protocol_id": 607 - }, - "minecraft:tropical_fish_bucket": { - "protocol_id": 608 - }, - "minecraft:brick": { - "protocol_id": 609 - }, - "minecraft:clay_ball": { - "protocol_id": 610 - }, - "minecraft:sugar_cane": { - "protocol_id": 611 - }, - "minecraft:kelp": { - "protocol_id": 612 - }, - "minecraft:dried_kelp_block": { - "protocol_id": 613 - }, - "minecraft:bamboo": { - "protocol_id": 614 - }, - "minecraft:paper": { - "protocol_id": 615 - }, - "minecraft:book": { - "protocol_id": 616 - }, - "minecraft:slime_ball": { - "protocol_id": 617 - }, - "minecraft:chest_minecart": { - "protocol_id": 618 - }, - "minecraft:furnace_minecart": { - "protocol_id": 619 - }, - "minecraft:egg": { - "protocol_id": 620 - }, - "minecraft:compass": { - "protocol_id": 621 - }, - "minecraft:fishing_rod": { - "protocol_id": 622 - }, - "minecraft:clock": { - "protocol_id": 623 - }, - "minecraft:glowstone_dust": { - "protocol_id": 624 - }, - "minecraft:cod": { - "protocol_id": 625 - }, - "minecraft:salmon": { - "protocol_id": 626 - }, - "minecraft:tropical_fish": { - "protocol_id": 627 - }, - "minecraft:pufferfish": { - "protocol_id": 628 - }, - "minecraft:cooked_cod": { - "protocol_id": 629 - }, - "minecraft:cooked_salmon": { - "protocol_id": 630 - }, - "minecraft:ink_sac": { - "protocol_id": 631 - }, - "minecraft:red_dye": { - "protocol_id": 632 - }, - "minecraft:green_dye": { - "protocol_id": 633 - }, - "minecraft:cocoa_beans": { - "protocol_id": 634 - }, - "minecraft:lapis_lazuli": { - "protocol_id": 635 - }, - "minecraft:purple_dye": { - "protocol_id": 636 - }, - "minecraft:cyan_dye": { - "protocol_id": 637 - }, - "minecraft:light_gray_dye": { - "protocol_id": 638 - }, - "minecraft:gray_dye": { - "protocol_id": 639 - }, - "minecraft:pink_dye": { - "protocol_id": 640 - }, - "minecraft:lime_dye": { - "protocol_id": 641 - }, - "minecraft:yellow_dye": { - "protocol_id": 642 - }, - "minecraft:light_blue_dye": { - "protocol_id": 643 - }, - "minecraft:magenta_dye": { - "protocol_id": 644 - }, - "minecraft:orange_dye": { - "protocol_id": 645 - }, - "minecraft:bone_meal": { - "protocol_id": 646 - }, - "minecraft:blue_dye": { - "protocol_id": 647 - }, - "minecraft:brown_dye": { - "protocol_id": 648 - }, - "minecraft:black_dye": { - "protocol_id": 649 - }, - "minecraft:white_dye": { - "protocol_id": 650 - }, - "minecraft:bone": { - "protocol_id": 651 - }, - "minecraft:sugar": { - "protocol_id": 652 - }, - "minecraft:cake": { - "protocol_id": 653 - }, - "minecraft:white_bed": { - "protocol_id": 654 - }, - "minecraft:orange_bed": { - "protocol_id": 655 - }, - "minecraft:magenta_bed": { - "protocol_id": 656 - }, - "minecraft:light_blue_bed": { - "protocol_id": 657 - }, - "minecraft:yellow_bed": { - "protocol_id": 658 - }, - "minecraft:lime_bed": { - "protocol_id": 659 - }, - "minecraft:pink_bed": { - "protocol_id": 660 - }, - "minecraft:gray_bed": { - "protocol_id": 661 - }, - "minecraft:light_gray_bed": { - "protocol_id": 662 - }, - "minecraft:cyan_bed": { - "protocol_id": 663 - }, - "minecraft:purple_bed": { - "protocol_id": 664 - }, - "minecraft:blue_bed": { - "protocol_id": 665 - }, - "minecraft:brown_bed": { - "protocol_id": 666 - }, - "minecraft:green_bed": { - "protocol_id": 667 - }, - "minecraft:red_bed": { - "protocol_id": 668 - }, - "minecraft:black_bed": { - "protocol_id": 669 - }, - "minecraft:cookie": { - "protocol_id": 670 - }, - "minecraft:filled_map": { - "protocol_id": 671 - }, - "minecraft:shears": { - "protocol_id": 672 - }, - "minecraft:melon_slice": { - "protocol_id": 673 - }, - "minecraft:dried_kelp": { - "protocol_id": 674 - }, - "minecraft:pumpkin_seeds": { - "protocol_id": 675 - }, - "minecraft:melon_seeds": { - "protocol_id": 676 - }, - "minecraft:beef": { - "protocol_id": 677 - }, - "minecraft:cooked_beef": { - "protocol_id": 678 - }, - "minecraft:chicken": { - "protocol_id": 679 - }, - "minecraft:cooked_chicken": { - "protocol_id": 680 - }, - "minecraft:rotten_flesh": { - "protocol_id": 681 - }, - "minecraft:ender_pearl": { - "protocol_id": 682 - }, - "minecraft:blaze_rod": { - "protocol_id": 683 - }, - "minecraft:ghast_tear": { - "protocol_id": 684 - }, - "minecraft:gold_nugget": { - "protocol_id": 685 - }, - "minecraft:nether_wart": { - "protocol_id": 686 - }, - "minecraft:potion": { - "protocol_id": 687 - }, - "minecraft:glass_bottle": { - "protocol_id": 688 - }, - "minecraft:spider_eye": { - "protocol_id": 689 - }, - "minecraft:fermented_spider_eye": { - "protocol_id": 690 - }, - "minecraft:blaze_powder": { - "protocol_id": 691 - }, - "minecraft:magma_cream": { - "protocol_id": 692 - }, - "minecraft:brewing_stand": { - "protocol_id": 693 - }, - "minecraft:cauldron": { - "protocol_id": 694 - }, - "minecraft:ender_eye": { - "protocol_id": 695 - }, - "minecraft:glistering_melon_slice": { - "protocol_id": 696 - }, - "minecraft:bat_spawn_egg": { - "protocol_id": 697 - }, - "minecraft:bee_spawn_egg": { - "protocol_id": 698 - }, - "minecraft:blaze_spawn_egg": { - "protocol_id": 699 - }, - "minecraft:cat_spawn_egg": { - "protocol_id": 700 - }, - "minecraft:cave_spider_spawn_egg": { - "protocol_id": 701 - }, - "minecraft:chicken_spawn_egg": { - "protocol_id": 702 - }, - "minecraft:cod_spawn_egg": { - "protocol_id": 703 - }, - "minecraft:cow_spawn_egg": { - "protocol_id": 704 - }, - "minecraft:creeper_spawn_egg": { - "protocol_id": 705 - }, - "minecraft:dolphin_spawn_egg": { - "protocol_id": 706 - }, - "minecraft:donkey_spawn_egg": { - "protocol_id": 707 - }, - "minecraft:drowned_spawn_egg": { - "protocol_id": 708 - }, - "minecraft:elder_guardian_spawn_egg": { - "protocol_id": 709 - }, - "minecraft:enderman_spawn_egg": { - "protocol_id": 710 - }, - "minecraft:endermite_spawn_egg": { - "protocol_id": 711 - }, - "minecraft:evoker_spawn_egg": { - "protocol_id": 712 - }, - "minecraft:fox_spawn_egg": { - "protocol_id": 713 - }, - "minecraft:ghast_spawn_egg": { - "protocol_id": 714 - }, - "minecraft:guardian_spawn_egg": { - "protocol_id": 715 - }, - "minecraft:horse_spawn_egg": { - "protocol_id": 716 - }, - "minecraft:husk_spawn_egg": { - "protocol_id": 717 - }, - "minecraft:llama_spawn_egg": { - "protocol_id": 718 - }, - "minecraft:magma_cube_spawn_egg": { - "protocol_id": 719 - }, - "minecraft:mooshroom_spawn_egg": { - "protocol_id": 720 - }, - "minecraft:mule_spawn_egg": { - "protocol_id": 721 - }, - "minecraft:ocelot_spawn_egg": { - "protocol_id": 722 - }, - "minecraft:panda_spawn_egg": { - "protocol_id": 723 - }, - "minecraft:parrot_spawn_egg": { - "protocol_id": 724 - }, - "minecraft:phantom_spawn_egg": { - "protocol_id": 725 - }, - "minecraft:pig_spawn_egg": { - "protocol_id": 726 - }, - "minecraft:pillager_spawn_egg": { - "protocol_id": 727 - }, - "minecraft:polar_bear_spawn_egg": { - "protocol_id": 728 - }, - "minecraft:pufferfish_spawn_egg": { - "protocol_id": 729 - }, - "minecraft:rabbit_spawn_egg": { - "protocol_id": 730 - }, - "minecraft:ravager_spawn_egg": { - "protocol_id": 731 - }, - "minecraft:salmon_spawn_egg": { - "protocol_id": 732 - }, - "minecraft:sheep_spawn_egg": { - "protocol_id": 733 - }, - "minecraft:shulker_spawn_egg": { - "protocol_id": 734 - }, - "minecraft:silverfish_spawn_egg": { - "protocol_id": 735 - }, - "minecraft:skeleton_spawn_egg": { - "protocol_id": 736 - }, - "minecraft:skeleton_horse_spawn_egg": { - "protocol_id": 737 - }, - "minecraft:slime_spawn_egg": { - "protocol_id": 738 - }, - "minecraft:spider_spawn_egg": { - "protocol_id": 739 - }, - "minecraft:squid_spawn_egg": { - "protocol_id": 740 - }, - "minecraft:stray_spawn_egg": { - "protocol_id": 741 - }, - "minecraft:trader_llama_spawn_egg": { - "protocol_id": 742 - }, - "minecraft:tropical_fish_spawn_egg": { - "protocol_id": 743 - }, - "minecraft:turtle_spawn_egg": { - "protocol_id": 744 - }, - "minecraft:vex_spawn_egg": { - "protocol_id": 745 - }, - "minecraft:villager_spawn_egg": { - "protocol_id": 746 - }, - "minecraft:vindicator_spawn_egg": { - "protocol_id": 747 - }, - "minecraft:wandering_trader_spawn_egg": { - "protocol_id": 748 - }, - "minecraft:witch_spawn_egg": { - "protocol_id": 749 - }, - "minecraft:wither_skeleton_spawn_egg": { - "protocol_id": 750 - }, - "minecraft:wolf_spawn_egg": { - "protocol_id": 751 - }, - "minecraft:zombie_spawn_egg": { - "protocol_id": 752 - }, - "minecraft:zombie_horse_spawn_egg": { - "protocol_id": 753 - }, - "minecraft:zombie_pigman_spawn_egg": { - "protocol_id": 754 - }, - "minecraft:zombie_villager_spawn_egg": { - "protocol_id": 755 - }, - "minecraft:experience_bottle": { - "protocol_id": 756 - }, - "minecraft:fire_charge": { - "protocol_id": 757 - }, - "minecraft:writable_book": { - "protocol_id": 758 - }, - "minecraft:written_book": { - "protocol_id": 759 - }, - "minecraft:emerald": { - "protocol_id": 760 - }, - "minecraft:item_frame": { - "protocol_id": 761 - }, - "minecraft:flower_pot": { - "protocol_id": 762 - }, - "minecraft:carrot": { - "protocol_id": 763 - }, - "minecraft:potato": { - "protocol_id": 764 - }, - "minecraft:baked_potato": { - "protocol_id": 765 - }, - "minecraft:poisonous_potato": { - "protocol_id": 766 - }, - "minecraft:map": { - "protocol_id": 767 - }, - "minecraft:golden_carrot": { - "protocol_id": 768 - }, - "minecraft:skeleton_skull": { - "protocol_id": 769 - }, - "minecraft:wither_skeleton_skull": { - "protocol_id": 770 - }, - "minecraft:player_head": { - "protocol_id": 771 - }, - "minecraft:zombie_head": { - "protocol_id": 772 - }, - "minecraft:creeper_head": { - "protocol_id": 773 - }, - "minecraft:dragon_head": { - "protocol_id": 774 - }, - "minecraft:carrot_on_a_stick": { - "protocol_id": 775 - }, - "minecraft:nether_star": { - "protocol_id": 776 - }, - "minecraft:pumpkin_pie": { - "protocol_id": 777 - }, - "minecraft:firework_rocket": { - "protocol_id": 778 - }, - "minecraft:firework_star": { - "protocol_id": 779 - }, - "minecraft:enchanted_book": { - "protocol_id": 780 - }, - "minecraft:nether_brick": { - "protocol_id": 781 - }, - "minecraft:quartz": { - "protocol_id": 782 - }, - "minecraft:tnt_minecart": { - "protocol_id": 783 - }, - "minecraft:hopper_minecart": { - "protocol_id": 784 - }, - "minecraft:prismarine_shard": { - "protocol_id": 785 - }, - "minecraft:prismarine_crystals": { - "protocol_id": 786 - }, - "minecraft:rabbit": { - "protocol_id": 787 - }, - "minecraft:cooked_rabbit": { - "protocol_id": 788 - }, - "minecraft:rabbit_stew": { - "protocol_id": 789 - }, - "minecraft:rabbit_foot": { - "protocol_id": 790 - }, - "minecraft:rabbit_hide": { - "protocol_id": 791 - }, - "minecraft:armor_stand": { - "protocol_id": 792 - }, - "minecraft:iron_horse_armor": { - "protocol_id": 793 - }, - "minecraft:golden_horse_armor": { - "protocol_id": 794 - }, - "minecraft:diamond_horse_armor": { - "protocol_id": 795 - }, - "minecraft:leather_horse_armor": { - "protocol_id": 796 - }, - "minecraft:lead": { - "protocol_id": 797 - }, - "minecraft:name_tag": { - "protocol_id": 798 - }, - "minecraft:command_block_minecart": { - "protocol_id": 799 - }, - "minecraft:mutton": { - "protocol_id": 800 - }, - "minecraft:cooked_mutton": { - "protocol_id": 801 - }, - "minecraft:white_banner": { - "protocol_id": 802 - }, - "minecraft:orange_banner": { - "protocol_id": 803 - }, - "minecraft:magenta_banner": { - "protocol_id": 804 - }, - "minecraft:light_blue_banner": { - "protocol_id": 805 - }, - "minecraft:yellow_banner": { - "protocol_id": 806 - }, - "minecraft:lime_banner": { - "protocol_id": 807 - }, - "minecraft:pink_banner": { - "protocol_id": 808 - }, - "minecraft:gray_banner": { - "protocol_id": 809 - }, - "minecraft:light_gray_banner": { - "protocol_id": 810 - }, - "minecraft:cyan_banner": { - "protocol_id": 811 - }, - "minecraft:purple_banner": { - "protocol_id": 812 - }, - "minecraft:blue_banner": { - "protocol_id": 813 - }, - "minecraft:brown_banner": { - "protocol_id": 814 - }, - "minecraft:green_banner": { - "protocol_id": 815 - }, - "minecraft:red_banner": { - "protocol_id": 816 - }, - "minecraft:black_banner": { - "protocol_id": 817 - }, - "minecraft:end_crystal": { - "protocol_id": 818 - }, - "minecraft:chorus_fruit": { - "protocol_id": 819 - }, - "minecraft:popped_chorus_fruit": { - "protocol_id": 820 - }, - "minecraft:beetroot": { - "protocol_id": 821 - }, - "minecraft:beetroot_seeds": { - "protocol_id": 822 - }, - "minecraft:beetroot_soup": { - "protocol_id": 823 - }, - "minecraft:dragon_breath": { - "protocol_id": 824 - }, - "minecraft:splash_potion": { - "protocol_id": 825 - }, - "minecraft:spectral_arrow": { - "protocol_id": 826 - }, - "minecraft:tipped_arrow": { - "protocol_id": 827 - }, - "minecraft:lingering_potion": { - "protocol_id": 828 - }, - "minecraft:shield": { - "protocol_id": 829 - }, - "minecraft:elytra": { - "protocol_id": 830 - }, - "minecraft:spruce_boat": { - "protocol_id": 831 - }, - "minecraft:birch_boat": { - "protocol_id": 832 - }, - "minecraft:jungle_boat": { - "protocol_id": 833 - }, - "minecraft:acacia_boat": { - "protocol_id": 834 - }, - "minecraft:dark_oak_boat": { - "protocol_id": 835 - }, - "minecraft:totem_of_undying": { - "protocol_id": 836 - }, - "minecraft:shulker_shell": { - "protocol_id": 837 - }, - "minecraft:iron_nugget": { - "protocol_id": 838 - }, - "minecraft:knowledge_book": { - "protocol_id": 839 - }, - "minecraft:debug_stick": { - "protocol_id": 840 - }, - "minecraft:music_disc_13": { - "protocol_id": 841 - }, - "minecraft:music_disc_cat": { - "protocol_id": 842 - }, - "minecraft:music_disc_blocks": { - "protocol_id": 843 - }, - "minecraft:music_disc_chirp": { - "protocol_id": 844 - }, - "minecraft:music_disc_far": { - "protocol_id": 845 - }, - "minecraft:music_disc_mall": { - "protocol_id": 846 - }, - "minecraft:music_disc_mellohi": { - "protocol_id": 847 - }, - "minecraft:music_disc_stal": { - "protocol_id": 848 - }, - "minecraft:music_disc_strad": { - "protocol_id": 849 - }, - "minecraft:music_disc_ward": { - "protocol_id": 850 - }, - "minecraft:music_disc_11": { - "protocol_id": 851 - }, - "minecraft:music_disc_wait": { - "protocol_id": 852 - }, - "minecraft:trident": { - "protocol_id": 853 - }, - "minecraft:phantom_membrane": { - "protocol_id": 854 - }, - "minecraft:nautilus_shell": { - "protocol_id": 855 - }, - "minecraft:heart_of_the_sea": { - "protocol_id": 856 - }, - "minecraft:crossbow": { - "protocol_id": 857 - }, - "minecraft:suspicious_stew": { - "protocol_id": 858 - }, - "minecraft:loom": { - "protocol_id": 859 - }, - "minecraft:flower_banner_pattern": { - "protocol_id": 860 - }, - "minecraft:creeper_banner_pattern": { - "protocol_id": 861 - }, - "minecraft:skull_banner_pattern": { - "protocol_id": 862 - }, - "minecraft:mojang_banner_pattern": { - "protocol_id": 863 - }, - "minecraft:globe_banner_pattern": { - "protocol_id": 864 - }, - "minecraft:barrel": { - "protocol_id": 865 - }, - "minecraft:smoker": { - "protocol_id": 866 - }, - "minecraft:blast_furnace": { - "protocol_id": 867 - }, - "minecraft:cartography_table": { - "protocol_id": 868 - }, - "minecraft:fletching_table": { - "protocol_id": 869 - }, - "minecraft:grindstone": { - "protocol_id": 870 - }, - "minecraft:lectern": { - "protocol_id": 871 - }, - "minecraft:smithing_table": { - "protocol_id": 872 - }, - "minecraft:stonecutter": { - "protocol_id": 873 - }, - "minecraft:bell": { - "protocol_id": 874 - }, - "minecraft:lantern": { - "protocol_id": 875 - }, - "minecraft:sweet_berries": { - "protocol_id": 876 - }, - "minecraft:campfire": { - "protocol_id": 877 - }, - "minecraft:honeycomb": { - "protocol_id": 878 - }, - "minecraft:bee_nest": { - "protocol_id": 879 - }, - "minecraft:beehive": { - "protocol_id": 880 - }, - "minecraft:honey_bottle": { - "protocol_id": 881 - }, - "minecraft:honey_block": { - "protocol_id": 882 - }, - "minecraft:honeycomb_block": { - "protocol_id": 883 - } - } - }, - "minecraft:potion": { - "default": "minecraft:empty", - "protocol_id": 7, - "entries": { - "minecraft:empty": { - "protocol_id": 0 - }, - "minecraft:water": { - "protocol_id": 1 - }, - "minecraft:mundane": { - "protocol_id": 2 - }, - "minecraft:thick": { - "protocol_id": 3 - }, - "minecraft:awkward": { - "protocol_id": 4 - }, - "minecraft:night_vision": { - "protocol_id": 5 - }, - "minecraft:long_night_vision": { - "protocol_id": 6 - }, - "minecraft:invisibility": { - "protocol_id": 7 - }, - "minecraft:long_invisibility": { - "protocol_id": 8 - }, - "minecraft:leaping": { - "protocol_id": 9 - }, - "minecraft:long_leaping": { - "protocol_id": 10 - }, - "minecraft:strong_leaping": { - "protocol_id": 11 - }, - "minecraft:fire_resistance": { - "protocol_id": 12 - }, - "minecraft:long_fire_resistance": { - "protocol_id": 13 - }, - "minecraft:swiftness": { - "protocol_id": 14 - }, - "minecraft:long_swiftness": { - "protocol_id": 15 - }, - "minecraft:strong_swiftness": { - "protocol_id": 16 - }, - "minecraft:slowness": { - "protocol_id": 17 - }, - "minecraft:long_slowness": { - "protocol_id": 18 - }, - "minecraft:strong_slowness": { - "protocol_id": 19 - }, - "minecraft:turtle_master": { - "protocol_id": 20 - }, - "minecraft:long_turtle_master": { - "protocol_id": 21 - }, - "minecraft:strong_turtle_master": { - "protocol_id": 22 - }, - "minecraft:water_breathing": { - "protocol_id": 23 - }, - "minecraft:long_water_breathing": { - "protocol_id": 24 - }, - "minecraft:healing": { - "protocol_id": 25 - }, - "minecraft:strong_healing": { - "protocol_id": 26 - }, - "minecraft:harming": { - "protocol_id": 27 - }, - "minecraft:strong_harming": { - "protocol_id": 28 - }, - "minecraft:poison": { - "protocol_id": 29 - }, - "minecraft:long_poison": { - "protocol_id": 30 - }, - "minecraft:strong_poison": { - "protocol_id": 31 - }, - "minecraft:regeneration": { - "protocol_id": 32 - }, - "minecraft:long_regeneration": { - "protocol_id": 33 - }, - "minecraft:strong_regeneration": { - "protocol_id": 34 - }, - "minecraft:strength": { - "protocol_id": 35 - }, - "minecraft:long_strength": { - "protocol_id": 36 - }, - "minecraft:strong_strength": { - "protocol_id": 37 - }, - "minecraft:weakness": { - "protocol_id": 38 - }, - "minecraft:long_weakness": { - "protocol_id": 39 - }, - "minecraft:luck": { - "protocol_id": 40 - }, - "minecraft:slow_falling": { - "protocol_id": 41 - }, - "minecraft:long_slow_falling": { - "protocol_id": 42 - } - } - }, - "minecraft:carver": { - "protocol_id": 8, - "entries": { - "minecraft:cave": { - "protocol_id": 0 - }, - "minecraft:hell_cave": { - "protocol_id": 1 - }, - "minecraft:canyon": { - "protocol_id": 2 - }, - "minecraft:underwater_canyon": { - "protocol_id": 3 - }, - "minecraft:underwater_cave": { - "protocol_id": 4 - } - } - }, - "minecraft:surface_builder": { - "protocol_id": 9, - "entries": { - "minecraft:default": { - "protocol_id": 0 - }, - "minecraft:mountain": { - "protocol_id": 1 - }, - "minecraft:shattered_savanna": { - "protocol_id": 2 - }, - "minecraft:gravelly_mountain": { - "protocol_id": 3 - }, - "minecraft:giant_tree_taiga": { - "protocol_id": 4 - }, - "minecraft:swamp": { - "protocol_id": 5 - }, - "minecraft:badlands": { - "protocol_id": 6 - }, - "minecraft:wooded_badlands": { - "protocol_id": 7 - }, - "minecraft:eroded_badlands": { - "protocol_id": 8 - }, - "minecraft:frozen_ocean": { - "protocol_id": 9 - }, - "minecraft:nether": { - "protocol_id": 10 - }, - "minecraft:nope": { - "protocol_id": 11 - } - } - }, - "minecraft:feature": { - "protocol_id": 10, - "entries": { - "minecraft:pillager_outpost": { - "protocol_id": 0 - }, - "minecraft:mineshaft": { - "protocol_id": 1 - }, - "minecraft:woodland_mansion": { - "protocol_id": 2 - }, - "minecraft:jungle_temple": { - "protocol_id": 3 - }, - "minecraft:desert_pyramid": { - "protocol_id": 4 - }, - "minecraft:igloo": { - "protocol_id": 5 - }, - "minecraft:shipwreck": { - "protocol_id": 6 - }, - "minecraft:swamp_hut": { - "protocol_id": 7 - }, - "minecraft:stronghold": { - "protocol_id": 8 - }, - "minecraft:ocean_monument": { - "protocol_id": 9 - }, - "minecraft:ocean_ruin": { - "protocol_id": 10 - }, - "minecraft:nether_bridge": { - "protocol_id": 11 - }, - "minecraft:end_city": { - "protocol_id": 12 - }, - "minecraft:buried_treasure": { - "protocol_id": 13 - }, - "minecraft:village": { - "protocol_id": 14 - }, - "minecraft:no_op": { - "protocol_id": 15 - }, - "minecraft:normal_tree": { - "protocol_id": 16 - }, - "minecraft:acacia_tree": { - "protocol_id": 17 - }, - "minecraft:fancy_tree": { - "protocol_id": 18 - }, - "minecraft:jungle_ground_bush": { - "protocol_id": 19 - }, - "minecraft:dark_oak_tree": { - "protocol_id": 20 - }, - "minecraft:mega_jungle_tree": { - "protocol_id": 21 - }, - "minecraft:mega_spruce_tree": { - "protocol_id": 22 - }, - "minecraft:flower": { - "protocol_id": 23 - }, - "minecraft:random_patch": { - "protocol_id": 24 - }, - "minecraft:block_pile": { - "protocol_id": 25 - }, - "minecraft:spring_feature": { - "protocol_id": 26 - }, - "minecraft:chorus_plant": { - "protocol_id": 27 - }, - "minecraft:emerald_ore": { - "protocol_id": 28 - }, - "minecraft:void_start_platform": { - "protocol_id": 29 - }, - "minecraft:desert_well": { - "protocol_id": 30 - }, - "minecraft:fossil": { - "protocol_id": 31 - }, - "minecraft:huge_red_mushroom": { - "protocol_id": 32 - }, - "minecraft:huge_brown_mushroom": { - "protocol_id": 33 - }, - "minecraft:ice_spike": { - "protocol_id": 34 - }, - "minecraft:glowstone_blob": { - "protocol_id": 35 - }, - "minecraft:freeze_top_layer": { - "protocol_id": 36 - }, - "minecraft:vines": { - "protocol_id": 37 - }, - "minecraft:monster_room": { - "protocol_id": 38 - }, - "minecraft:blue_ice": { - "protocol_id": 39 - }, - "minecraft:iceberg": { - "protocol_id": 40 - }, - "minecraft:forest_rock": { - "protocol_id": 41 - }, - "minecraft:disk": { - "protocol_id": 42 - }, - "minecraft:ice_patch": { - "protocol_id": 43 - }, - "minecraft:lake": { - "protocol_id": 44 - }, - "minecraft:ore": { - "protocol_id": 45 - }, - "minecraft:end_spike": { - "protocol_id": 46 - }, - "minecraft:end_island": { - "protocol_id": 47 - }, - "minecraft:end_gateway": { - "protocol_id": 48 - }, - "minecraft:seagrass": { - "protocol_id": 49 - }, - "minecraft:kelp": { - "protocol_id": 50 - }, - "minecraft:coral_tree": { - "protocol_id": 51 - }, - "minecraft:coral_mushroom": { - "protocol_id": 52 - }, - "minecraft:coral_claw": { - "protocol_id": 53 - }, - "minecraft:sea_pickle": { - "protocol_id": 54 - }, - "minecraft:simple_block": { - "protocol_id": 55 - }, - "minecraft:bamboo": { - "protocol_id": 56 - }, - "minecraft:fill_layer": { - "protocol_id": 57 - }, - "minecraft:bonus_chest": { - "protocol_id": 58 - }, - "minecraft:random_random_selector": { - "protocol_id": 59 - }, - "minecraft:random_selector": { - "protocol_id": 60 - }, - "minecraft:simple_random_selector": { - "protocol_id": 61 - }, - "minecraft:random_boolean_selector": { - "protocol_id": 62 - }, - "minecraft:decorated": { - "protocol_id": 63 - }, - "minecraft:decorated_flower": { - "protocol_id": 64 - } - } - }, - "minecraft:decorator": { - "protocol_id": 11, - "entries": { - "minecraft:nope": { - "protocol_id": 0 - }, - "minecraft:count_heightmap": { - "protocol_id": 1 - }, - "minecraft:count_top_solid": { - "protocol_id": 2 - }, - "minecraft:count_heightmap_32": { - "protocol_id": 3 - }, - "minecraft:count_heightmap_double": { - "protocol_id": 4 - }, - "minecraft:count_height_64": { - "protocol_id": 5 - }, - "minecraft:noise_heightmap_32": { - "protocol_id": 6 - }, - "minecraft:noise_heightmap_double": { - "protocol_id": 7 - }, - "minecraft:chance_heightmap": { - "protocol_id": 8 - }, - "minecraft:chance_heightmap_double": { - "protocol_id": 9 - }, - "minecraft:chance_passthrough": { - "protocol_id": 10 - }, - "minecraft:chance_top_solid_heightmap": { - "protocol_id": 11 - }, - "minecraft:count_extra_heightmap": { - "protocol_id": 12 - }, - "minecraft:count_range": { - "protocol_id": 13 - }, - "minecraft:count_biased_range": { - "protocol_id": 14 - }, - "minecraft:count_very_biased_range": { - "protocol_id": 15 - }, - "minecraft:random_count_range": { - "protocol_id": 16 - }, - "minecraft:chance_range": { - "protocol_id": 17 - }, - "minecraft:count_chance_heightmap": { - "protocol_id": 18 - }, - "minecraft:count_chance_heightmap_double": { - "protocol_id": 19 - }, - "minecraft:count_depth_average": { - "protocol_id": 20 - }, - "minecraft:top_solid_heightmap": { - "protocol_id": 21 - }, - "minecraft:top_solid_heightmap_range": { - "protocol_id": 22 - }, - "minecraft:top_solid_heightmap_noise_biased": { - "protocol_id": 23 - }, - "minecraft:carving_mask": { - "protocol_id": 24 - }, - "minecraft:forest_rock": { - "protocol_id": 25 - }, - "minecraft:hell_fire": { - "protocol_id": 26 - }, - "minecraft:magma": { - "protocol_id": 27 - }, - "minecraft:emerald_ore": { - "protocol_id": 28 - }, - "minecraft:lava_lake": { - "protocol_id": 29 - }, - "minecraft:water_lake": { - "protocol_id": 30 - }, - "minecraft:dungeons": { - "protocol_id": 31 - }, - "minecraft:dark_oak_tree": { - "protocol_id": 32 - }, - "minecraft:iceberg": { - "protocol_id": 33 - }, - "minecraft:light_gem_chance": { - "protocol_id": 34 - }, - "minecraft:end_island": { - "protocol_id": 35 - }, - "minecraft:chorus_plant": { - "protocol_id": 36 - }, - "minecraft:end_gateway": { - "protocol_id": 37 - } - } - }, - "minecraft:biome": { - "protocol_id": 12, - "entries": { - "minecraft:ocean": { - "protocol_id": 0 - }, - "minecraft:plains": { - "protocol_id": 1 - }, - "minecraft:desert": { - "protocol_id": 2 - }, - "minecraft:mountains": { - "protocol_id": 3 - }, - "minecraft:forest": { - "protocol_id": 4 - }, - "minecraft:taiga": { - "protocol_id": 5 - }, - "minecraft:swamp": { - "protocol_id": 6 - }, - "minecraft:river": { - "protocol_id": 7 - }, - "minecraft:nether": { - "protocol_id": 8 - }, - "minecraft:the_end": { - "protocol_id": 9 - }, - "minecraft:frozen_ocean": { - "protocol_id": 10 - }, - "minecraft:frozen_river": { - "protocol_id": 11 - }, - "minecraft:snowy_tundra": { - "protocol_id": 12 - }, - "minecraft:snowy_mountains": { - "protocol_id": 13 - }, - "minecraft:mushroom_fields": { - "protocol_id": 14 - }, - "minecraft:mushroom_field_shore": { - "protocol_id": 15 - }, - "minecraft:beach": { - "protocol_id": 16 - }, - "minecraft:desert_hills": { - "protocol_id": 17 - }, - "minecraft:wooded_hills": { - "protocol_id": 18 - }, - "minecraft:taiga_hills": { - "protocol_id": 19 - }, - "minecraft:mountain_edge": { - "protocol_id": 20 - }, - "minecraft:jungle": { - "protocol_id": 21 - }, - "minecraft:jungle_hills": { - "protocol_id": 22 - }, - "minecraft:jungle_edge": { - "protocol_id": 23 - }, - "minecraft:deep_ocean": { - "protocol_id": 24 - }, - "minecraft:stone_shore": { - "protocol_id": 25 - }, - "minecraft:snowy_beach": { - "protocol_id": 26 - }, - "minecraft:birch_forest": { - "protocol_id": 27 - }, - "minecraft:birch_forest_hills": { - "protocol_id": 28 - }, - "minecraft:dark_forest": { - "protocol_id": 29 - }, - "minecraft:snowy_taiga": { - "protocol_id": 30 - }, - "minecraft:snowy_taiga_hills": { - "protocol_id": 31 - }, - "minecraft:giant_tree_taiga": { - "protocol_id": 32 - }, - "minecraft:giant_tree_taiga_hills": { - "protocol_id": 33 - }, - "minecraft:wooded_mountains": { - "protocol_id": 34 - }, - "minecraft:savanna": { - "protocol_id": 35 - }, - "minecraft:savanna_plateau": { - "protocol_id": 36 - }, - "minecraft:badlands": { - "protocol_id": 37 - }, - "minecraft:wooded_badlands_plateau": { - "protocol_id": 38 - }, - "minecraft:badlands_plateau": { - "protocol_id": 39 - }, - "minecraft:small_end_islands": { - "protocol_id": 40 - }, - "minecraft:end_midlands": { - "protocol_id": 41 - }, - "minecraft:end_highlands": { - "protocol_id": 42 - }, - "minecraft:end_barrens": { - "protocol_id": 43 - }, - "minecraft:warm_ocean": { - "protocol_id": 44 - }, - "minecraft:lukewarm_ocean": { - "protocol_id": 45 - }, - "minecraft:cold_ocean": { - "protocol_id": 46 - }, - "minecraft:deep_warm_ocean": { - "protocol_id": 47 - }, - "minecraft:deep_lukewarm_ocean": { - "protocol_id": 48 - }, - "minecraft:deep_cold_ocean": { - "protocol_id": 49 - }, - "minecraft:deep_frozen_ocean": { - "protocol_id": 50 - }, - "minecraft:the_void": { - "protocol_id": 127 - }, - "minecraft:sunflower_plains": { - "protocol_id": 129 - }, - "minecraft:desert_lakes": { - "protocol_id": 130 - }, - "minecraft:gravelly_mountains": { - "protocol_id": 131 - }, - "minecraft:flower_forest": { - "protocol_id": 132 - }, - "minecraft:taiga_mountains": { - "protocol_id": 133 - }, - "minecraft:swamp_hills": { - "protocol_id": 134 - }, - "minecraft:ice_spikes": { - "protocol_id": 140 - }, - "minecraft:modified_jungle": { - "protocol_id": 149 - }, - "minecraft:modified_jungle_edge": { - "protocol_id": 151 - }, - "minecraft:tall_birch_forest": { - "protocol_id": 155 - }, - "minecraft:tall_birch_hills": { - "protocol_id": 156 - }, - "minecraft:dark_forest_hills": { - "protocol_id": 157 - }, - "minecraft:snowy_taiga_mountains": { - "protocol_id": 158 - }, - "minecraft:giant_spruce_taiga": { - "protocol_id": 160 - }, - "minecraft:giant_spruce_taiga_hills": { - "protocol_id": 161 - }, - "minecraft:modified_gravelly_mountains": { - "protocol_id": 162 - }, - "minecraft:shattered_savanna": { - "protocol_id": 163 - }, - "minecraft:shattered_savanna_plateau": { - "protocol_id": 164 - }, - "minecraft:eroded_badlands": { - "protocol_id": 165 - }, - "minecraft:modified_wooded_badlands_plateau": { - "protocol_id": 166 - }, - "minecraft:modified_badlands_plateau": { - "protocol_id": 167 - }, - "minecraft:bamboo_jungle": { - "protocol_id": 168 - }, - "minecraft:bamboo_jungle_hills": { - "protocol_id": 169 - } - } - }, - "minecraft:block_state_provider_type": { - "protocol_id": 13, - "entries": { - "minecraft:simple_state_provider": { - "protocol_id": 0 - }, - "minecraft:weighted_state_provider": { - "protocol_id": 1 - }, - "minecraft:plain_flower_provider": { - "protocol_id": 2 - }, - "minecraft:forest_flower_provider": { - "protocol_id": 3 - } - } - }, - "minecraft:block_placer_type": { - "protocol_id": 14, - "entries": { - "minecraft:simple_block_placer": { - "protocol_id": 0 - }, - "minecraft:double_plant_placer": { - "protocol_id": 1 - }, - "minecraft:column_placer": { - "protocol_id": 2 - } - } - }, - "minecraft:foliage_placer_type": { - "protocol_id": 15, - "entries": { - "minecraft:blob_foliage_placer": { - "protocol_id": 0 - }, - "minecraft:spruce_foliage_placer": { - "protocol_id": 1 - }, - "minecraft:pine_foliage_placer": { - "protocol_id": 2 - }, - "minecraft:acacia_foliage_placer": { - "protocol_id": 3 - } - } - }, - "minecraft:tree_decorator_type": { - "protocol_id": 16, - "entries": { - "minecraft:trunk_vine": { - "protocol_id": 0 - }, - "minecraft:leave_vine": { - "protocol_id": 1 - }, - "minecraft:cocoa": { - "protocol_id": 2 - }, - "minecraft:beehive": { - "protocol_id": 3 - }, - "minecraft:alter_ground": { - "protocol_id": 4 - } - } - }, - "minecraft:particle_type": { - "protocol_id": 17, - "entries": { - "minecraft:ambient_entity_effect": { - "protocol_id": 0 - }, - "minecraft:angry_villager": { - "protocol_id": 1 - }, - "minecraft:barrier": { - "protocol_id": 2 - }, - "minecraft:block": { - "protocol_id": 3 - }, - "minecraft:bubble": { - "protocol_id": 4 - }, - "minecraft:cloud": { - "protocol_id": 5 - }, - "minecraft:crit": { - "protocol_id": 6 - }, - "minecraft:damage_indicator": { - "protocol_id": 7 - }, - "minecraft:dragon_breath": { - "protocol_id": 8 - }, - "minecraft:dripping_lava": { - "protocol_id": 9 - }, - "minecraft:falling_lava": { - "protocol_id": 10 - }, - "minecraft:landing_lava": { - "protocol_id": 11 - }, - "minecraft:dripping_water": { - "protocol_id": 12 - }, - "minecraft:falling_water": { - "protocol_id": 13 - }, - "minecraft:dust": { - "protocol_id": 14 - }, - "minecraft:effect": { - "protocol_id": 15 - }, - "minecraft:elder_guardian": { - "protocol_id": 16 - }, - "minecraft:enchanted_hit": { - "protocol_id": 17 - }, - "minecraft:enchant": { - "protocol_id": 18 - }, - "minecraft:end_rod": { - "protocol_id": 19 - }, - "minecraft:entity_effect": { - "protocol_id": 20 - }, - "minecraft:explosion_emitter": { - "protocol_id": 21 - }, - "minecraft:explosion": { - "protocol_id": 22 - }, - "minecraft:falling_dust": { - "protocol_id": 23 - }, - "minecraft:firework": { - "protocol_id": 24 - }, - "minecraft:fishing": { - "protocol_id": 25 - }, - "minecraft:flame": { - "protocol_id": 26 - }, - "minecraft:flash": { - "protocol_id": 27 - }, - "minecraft:happy_villager": { - "protocol_id": 28 - }, - "minecraft:composter": { - "protocol_id": 29 - }, - "minecraft:heart": { - "protocol_id": 30 - }, - "minecraft:instant_effect": { - "protocol_id": 31 - }, - "minecraft:item": { - "protocol_id": 32 - }, - "minecraft:item_slime": { - "protocol_id": 33 - }, - "minecraft:item_snowball": { - "protocol_id": 34 - }, - "minecraft:large_smoke": { - "protocol_id": 35 - }, - "minecraft:lava": { - "protocol_id": 36 - }, - "minecraft:mycelium": { - "protocol_id": 37 - }, - "minecraft:note": { - "protocol_id": 38 - }, - "minecraft:poof": { - "protocol_id": 39 - }, - "minecraft:portal": { - "protocol_id": 40 - }, - "minecraft:rain": { - "protocol_id": 41 - }, - "minecraft:smoke": { - "protocol_id": 42 - }, - "minecraft:sneeze": { - "protocol_id": 43 - }, - "minecraft:spit": { - "protocol_id": 44 - }, - "minecraft:squid_ink": { - "protocol_id": 45 - }, - "minecraft:sweep_attack": { - "protocol_id": 46 - }, - "minecraft:totem_of_undying": { - "protocol_id": 47 - }, - "minecraft:underwater": { - "protocol_id": 48 - }, - "minecraft:splash": { - "protocol_id": 49 - }, - "minecraft:witch": { - "protocol_id": 50 - }, - "minecraft:bubble_pop": { - "protocol_id": 51 - }, - "minecraft:current_down": { - "protocol_id": 52 - }, - "minecraft:bubble_column_up": { - "protocol_id": 53 - }, - "minecraft:nautilus": { - "protocol_id": 54 - }, - "minecraft:dolphin": { - "protocol_id": 55 - }, - "minecraft:campfire_cosy_smoke": { - "protocol_id": 56 - }, - "minecraft:campfire_signal_smoke": { - "protocol_id": 57 - }, - "minecraft:dripping_honey": { - "protocol_id": 58 - }, - "minecraft:falling_honey": { - "protocol_id": 59 - }, - "minecraft:landing_honey": { - "protocol_id": 60 - }, - "minecraft:falling_nectar": { - "protocol_id": 61 - } - } - }, - "minecraft:biome_source_type": { - "protocol_id": 18, - "entries": { - "minecraft:checkerboard": { - "protocol_id": 0 - }, - "minecraft:fixed": { - "protocol_id": 1 - }, - "minecraft:vanilla_layered": { - "protocol_id": 2 - }, - "minecraft:the_end": { - "protocol_id": 3 - } - } - }, - "minecraft:block_entity_type": { - "protocol_id": 19, - "entries": { - "minecraft:furnace": { - "protocol_id": 0 - }, - "minecraft:chest": { - "protocol_id": 1 - }, - "minecraft:trapped_chest": { - "protocol_id": 2 - }, - "minecraft:ender_chest": { - "protocol_id": 3 - }, - "minecraft:jukebox": { - "protocol_id": 4 - }, - "minecraft:dispenser": { - "protocol_id": 5 - }, - "minecraft:dropper": { - "protocol_id": 6 - }, - "minecraft:sign": { - "protocol_id": 7 - }, - "minecraft:mob_spawner": { - "protocol_id": 8 - }, - "minecraft:piston": { - "protocol_id": 9 - }, - "minecraft:brewing_stand": { - "protocol_id": 10 - }, - "minecraft:enchanting_table": { - "protocol_id": 11 - }, - "minecraft:end_portal": { - "protocol_id": 12 - }, - "minecraft:beacon": { - "protocol_id": 13 - }, - "minecraft:skull": { - "protocol_id": 14 - }, - "minecraft:daylight_detector": { - "protocol_id": 15 - }, - "minecraft:hopper": { - "protocol_id": 16 - }, - "minecraft:comparator": { - "protocol_id": 17 - }, - "minecraft:banner": { - "protocol_id": 18 - }, - "minecraft:structure_block": { - "protocol_id": 19 - }, - "minecraft:end_gateway": { - "protocol_id": 20 - }, - "minecraft:command_block": { - "protocol_id": 21 - }, - "minecraft:shulker_box": { - "protocol_id": 22 - }, - "minecraft:bed": { - "protocol_id": 23 - }, - "minecraft:conduit": { - "protocol_id": 24 - }, - "minecraft:barrel": { - "protocol_id": 25 - }, - "minecraft:smoker": { - "protocol_id": 26 - }, - "minecraft:blast_furnace": { - "protocol_id": 27 - }, - "minecraft:lectern": { - "protocol_id": 28 - }, - "minecraft:bell": { - "protocol_id": 29 - }, - "minecraft:jigsaw": { - "protocol_id": 30 - }, - "minecraft:campfire": { - "protocol_id": 31 - }, - "minecraft:beehive": { - "protocol_id": 32 - } - } - }, - "minecraft:chunk_generator_type": { - "protocol_id": 20, - "entries": { - "minecraft:surface": { - "protocol_id": 0 - }, - "minecraft:caves": { - "protocol_id": 1 - }, - "minecraft:floating_islands": { - "protocol_id": 2 - }, - "minecraft:debug": { - "protocol_id": 3 - }, - "minecraft:flat": { - "protocol_id": 4 - } - } - }, - "minecraft:dimension_type": { - "protocol_id": 21, - "entries": { - "minecraft:overworld": { - "protocol_id": 1 - }, - "minecraft:the_nether": { - "protocol_id": 0 - }, - "minecraft:the_end": { - "protocol_id": 2 - } - } - }, - "minecraft:motive": { - "default": "minecraft:kebab", - "protocol_id": 22, - "entries": { - "minecraft:kebab": { - "protocol_id": 0 - }, - "minecraft:aztec": { - "protocol_id": 1 - }, - "minecraft:alban": { - "protocol_id": 2 - }, - "minecraft:aztec2": { - "protocol_id": 3 - }, - "minecraft:bomb": { - "protocol_id": 4 - }, - "minecraft:plant": { - "protocol_id": 5 - }, - "minecraft:wasteland": { - "protocol_id": 6 - }, - "minecraft:pool": { - "protocol_id": 7 - }, - "minecraft:courbet": { - "protocol_id": 8 - }, - "minecraft:sea": { - "protocol_id": 9 - }, - "minecraft:sunset": { - "protocol_id": 10 - }, - "minecraft:creebet": { - "protocol_id": 11 - }, - "minecraft:wanderer": { - "protocol_id": 12 - }, - "minecraft:graham": { - "protocol_id": 13 - }, - "minecraft:match": { - "protocol_id": 14 - }, - "minecraft:bust": { - "protocol_id": 15 - }, - "minecraft:stage": { - "protocol_id": 16 - }, - "minecraft:void": { - "protocol_id": 17 - }, - "minecraft:skull_and_roses": { - "protocol_id": 18 - }, - "minecraft:wither": { - "protocol_id": 19 - }, - "minecraft:fighters": { - "protocol_id": 20 - }, - "minecraft:pointer": { - "protocol_id": 21 - }, - "minecraft:pigscene": { - "protocol_id": 22 - }, - "minecraft:burning_skull": { - "protocol_id": 23 - }, - "minecraft:skeleton": { - "protocol_id": 24 - }, - "minecraft:donkey_kong": { - "protocol_id": 25 - } - } - }, - "minecraft:custom_stat": { - "protocol_id": 23, - "entries": { - "minecraft:leave_game": { - "protocol_id": 0 - }, - "minecraft:play_one_minute": { - "protocol_id": 1 - }, - "minecraft:time_since_death": { - "protocol_id": 2 - }, - "minecraft:time_since_rest": { - "protocol_id": 3 - }, - "minecraft:sneak_time": { - "protocol_id": 4 - }, - "minecraft:walk_one_cm": { - "protocol_id": 5 - }, - "minecraft:crouch_one_cm": { - "protocol_id": 6 - }, - "minecraft:sprint_one_cm": { - "protocol_id": 7 - }, - "minecraft:walk_on_water_one_cm": { - "protocol_id": 8 - }, - "minecraft:fall_one_cm": { - "protocol_id": 9 - }, - "minecraft:climb_one_cm": { - "protocol_id": 10 - }, - "minecraft:fly_one_cm": { - "protocol_id": 11 - }, - "minecraft:walk_under_water_one_cm": { - "protocol_id": 12 - }, - "minecraft:minecart_one_cm": { - "protocol_id": 13 - }, - "minecraft:boat_one_cm": { - "protocol_id": 14 - }, - "minecraft:pig_one_cm": { - "protocol_id": 15 - }, - "minecraft:horse_one_cm": { - "protocol_id": 16 - }, - "minecraft:aviate_one_cm": { - "protocol_id": 17 - }, - "minecraft:swim_one_cm": { - "protocol_id": 18 - }, - "minecraft:jump": { - "protocol_id": 19 - }, - "minecraft:drop": { - "protocol_id": 20 - }, - "minecraft:damage_dealt": { - "protocol_id": 21 - }, - "minecraft:damage_dealt_absorbed": { - "protocol_id": 22 - }, - "minecraft:damage_dealt_resisted": { - "protocol_id": 23 - }, - "minecraft:damage_taken": { - "protocol_id": 24 - }, - "minecraft:damage_blocked_by_shield": { - "protocol_id": 25 - }, - "minecraft:damage_absorbed": { - "protocol_id": 26 - }, - "minecraft:damage_resisted": { - "protocol_id": 27 - }, - "minecraft:deaths": { - "protocol_id": 28 - }, - "minecraft:mob_kills": { - "protocol_id": 29 - }, - "minecraft:animals_bred": { - "protocol_id": 30 - }, - "minecraft:player_kills": { - "protocol_id": 31 - }, - "minecraft:fish_caught": { - "protocol_id": 32 - }, - "minecraft:talked_to_villager": { - "protocol_id": 33 - }, - "minecraft:traded_with_villager": { - "protocol_id": 34 - }, - "minecraft:eat_cake_slice": { - "protocol_id": 35 - }, - "minecraft:fill_cauldron": { - "protocol_id": 36 - }, - "minecraft:use_cauldron": { - "protocol_id": 37 - }, - "minecraft:clean_armor": { - "protocol_id": 38 - }, - "minecraft:clean_banner": { - "protocol_id": 39 - }, - "minecraft:clean_shulker_box": { - "protocol_id": 40 - }, - "minecraft:interact_with_brewingstand": { - "protocol_id": 41 - }, - "minecraft:interact_with_beacon": { - "protocol_id": 42 - }, - "minecraft:inspect_dropper": { - "protocol_id": 43 - }, - "minecraft:inspect_hopper": { - "protocol_id": 44 - }, - "minecraft:inspect_dispenser": { - "protocol_id": 45 - }, - "minecraft:play_noteblock": { - "protocol_id": 46 - }, - "minecraft:tune_noteblock": { - "protocol_id": 47 - }, - "minecraft:pot_flower": { - "protocol_id": 48 - }, - "minecraft:trigger_trapped_chest": { - "protocol_id": 49 - }, - "minecraft:open_enderchest": { - "protocol_id": 50 - }, - "minecraft:enchant_item": { - "protocol_id": 51 - }, - "minecraft:play_record": { - "protocol_id": 52 - }, - "minecraft:interact_with_furnace": { - "protocol_id": 53 - }, - "minecraft:interact_with_crafting_table": { - "protocol_id": 54 - }, - "minecraft:open_chest": { - "protocol_id": 55 - }, - "minecraft:sleep_in_bed": { - "protocol_id": 56 - }, - "minecraft:open_shulker_box": { - "protocol_id": 57 - }, - "minecraft:open_barrel": { - "protocol_id": 58 - }, - "minecraft:interact_with_blast_furnace": { - "protocol_id": 59 - }, - "minecraft:interact_with_smoker": { - "protocol_id": 60 - }, - "minecraft:interact_with_lectern": { - "protocol_id": 61 - }, - "minecraft:interact_with_campfire": { - "protocol_id": 62 - }, - "minecraft:interact_with_cartography_table": { - "protocol_id": 63 - }, - "minecraft:interact_with_loom": { - "protocol_id": 64 - }, - "minecraft:interact_with_stonecutter": { - "protocol_id": 65 - }, - "minecraft:bell_ring": { - "protocol_id": 66 - }, - "minecraft:raid_trigger": { - "protocol_id": 67 - }, - "minecraft:raid_win": { - "protocol_id": 68 - }, - "minecraft:interact_with_anvil": { - "protocol_id": 69 - }, - "minecraft:interact_with_grindstone": { - "protocol_id": 70 - } - } - }, - "minecraft:chunk_status": { - "default": "minecraft:empty", - "protocol_id": 24, - "entries": { - "minecraft:empty": { - "protocol_id": 0 - }, - "minecraft:structure_starts": { - "protocol_id": 1 - }, - "minecraft:structure_references": { - "protocol_id": 2 - }, - "minecraft:biomes": { - "protocol_id": 3 - }, - "minecraft:noise": { - "protocol_id": 4 - }, - "minecraft:surface": { - "protocol_id": 5 - }, - "minecraft:carvers": { - "protocol_id": 6 - }, - "minecraft:liquid_carvers": { - "protocol_id": 7 - }, - "minecraft:features": { - "protocol_id": 8 - }, - "minecraft:light": { - "protocol_id": 9 - }, - "minecraft:spawn": { - "protocol_id": 10 - }, - "minecraft:heightmaps": { - "protocol_id": 11 - }, - "minecraft:full": { - "protocol_id": 12 - } - } - }, - "minecraft:structure_feature": { - "protocol_id": 25, - "entries": { - "minecraft:mineshaft": { - "protocol_id": 0 - }, - "minecraft:pillager_outpost": { - "protocol_id": 1 - }, - "minecraft:fortress": { - "protocol_id": 2 - }, - "minecraft:stronghold": { - "protocol_id": 3 - }, - "minecraft:jungle_pyramid": { - "protocol_id": 4 - }, - "minecraft:ocean_ruin": { - "protocol_id": 5 - }, - "minecraft:desert_pyramid": { - "protocol_id": 6 - }, - "minecraft:igloo": { - "protocol_id": 7 - }, - "minecraft:swamp_hut": { - "protocol_id": 8 - }, - "minecraft:monument": { - "protocol_id": 9 - }, - "minecraft:endcity": { - "protocol_id": 10 - }, - "minecraft:mansion": { - "protocol_id": 11 - }, - "minecraft:buried_treasure": { - "protocol_id": 12 - }, - "minecraft:shipwreck": { - "protocol_id": 13 - }, - "minecraft:village": { - "protocol_id": 14 - } - } - }, - "minecraft:structure_piece": { - "protocol_id": 26, - "entries": { - "minecraft:mscorridor": { - "protocol_id": 0 - }, - "minecraft:mscrossing": { - "protocol_id": 1 - }, - "minecraft:msroom": { - "protocol_id": 2 - }, - "minecraft:msstairs": { - "protocol_id": 3 - }, - "minecraft:pcp": { - "protocol_id": 4 - }, - "minecraft:nvi": { - "protocol_id": 5 - }, - "minecraft:nebcr": { - "protocol_id": 6 - }, - "minecraft:nebef": { - "protocol_id": 7 - }, - "minecraft:nebs": { - "protocol_id": 8 - }, - "minecraft:neccs": { - "protocol_id": 9 - }, - "minecraft:nectb": { - "protocol_id": 10 - }, - "minecraft:nece": { - "protocol_id": 11 - }, - "minecraft:nescsc": { - "protocol_id": 12 - }, - "minecraft:nesclt": { - "protocol_id": 13 - }, - "minecraft:nesc": { - "protocol_id": 14 - }, - "minecraft:nescrt": { - "protocol_id": 15 - }, - "minecraft:necsr": { - "protocol_id": 16 - }, - "minecraft:nemt": { - "protocol_id": 17 - }, - "minecraft:nerc": { - "protocol_id": 18 - }, - "minecraft:nesr": { - "protocol_id": 19 - }, - "minecraft:nestart": { - "protocol_id": 20 - }, - "minecraft:shcc": { - "protocol_id": 21 - }, - "minecraft:shfc": { - "protocol_id": 22 - }, - "minecraft:sh5c": { - "protocol_id": 23 - }, - "minecraft:shlt": { - "protocol_id": 24 - }, - "minecraft:shli": { - "protocol_id": 25 - }, - "minecraft:shpr": { - "protocol_id": 26 - }, - "minecraft:shph": { - "protocol_id": 27 - }, - "minecraft:shrt": { - "protocol_id": 28 - }, - "minecraft:shrc": { - "protocol_id": 29 - }, - "minecraft:shsd": { - "protocol_id": 30 - }, - "minecraft:shstart": { - "protocol_id": 31 - }, - "minecraft:shs": { - "protocol_id": 32 - }, - "minecraft:shssd": { - "protocol_id": 33 - }, - "minecraft:tejp": { - "protocol_id": 34 - }, - "minecraft:orp": { - "protocol_id": 35 - }, - "minecraft:iglu": { - "protocol_id": 36 - }, - "minecraft:tesh": { - "protocol_id": 37 - }, - "minecraft:tedp": { - "protocol_id": 38 - }, - "minecraft:omb": { - "protocol_id": 39 - }, - "minecraft:omcr": { - "protocol_id": 40 - }, - "minecraft:omdxr": { - "protocol_id": 41 - }, - "minecraft:omdxyr": { - "protocol_id": 42 - }, - "minecraft:omdyr": { - "protocol_id": 43 - }, - "minecraft:omdyzr": { - "protocol_id": 44 - }, - "minecraft:omdzr": { - "protocol_id": 45 - }, - "minecraft:omentry": { - "protocol_id": 46 - }, - "minecraft:ompenthouse": { - "protocol_id": 47 - }, - "minecraft:omsimple": { - "protocol_id": 48 - }, - "minecraft:omsimplet": { - "protocol_id": 49 - }, - "minecraft:omwr": { - "protocol_id": 50 - }, - "minecraft:ecp": { - "protocol_id": 51 - }, - "minecraft:wmp": { - "protocol_id": 52 - }, - "minecraft:btp": { - "protocol_id": 53 - }, - "minecraft:shipwreck": { - "protocol_id": 54 - } - } - }, - "minecraft:rule_test": { - "protocol_id": 27, - "entries": { - "minecraft:always_true": { - "protocol_id": 0 - }, - "minecraft:block_match": { - "protocol_id": 1 - }, - "minecraft:blockstate_match": { - "protocol_id": 2 - }, - "minecraft:tag_match": { - "protocol_id": 3 - }, - "minecraft:random_block_match": { - "protocol_id": 4 - }, - "minecraft:random_blockstate_match": { - "protocol_id": 5 - } - } - }, - "minecraft:structure_processor": { - "protocol_id": 28, - "entries": { - "minecraft:block_ignore": { - "protocol_id": 0 - }, - "minecraft:block_rot": { - "protocol_id": 1 - }, - "minecraft:gravity": { - "protocol_id": 2 - }, - "minecraft:jigsaw_replacement": { - "protocol_id": 3 - }, - "minecraft:rule": { - "protocol_id": 4 - }, - "minecraft:nop": { - "protocol_id": 5 - } - } - }, - "minecraft:structure_pool_element": { - "protocol_id": 29, - "entries": { - "minecraft:single_pool_element": { - "protocol_id": 0 - }, - "minecraft:list_pool_element": { - "protocol_id": 1 - }, - "minecraft:feature_pool_element": { - "protocol_id": 2 - }, - "minecraft:empty_pool_element": { - "protocol_id": 3 - } - } - }, - "minecraft:menu": { - "protocol_id": 30, - "entries": { - "minecraft:generic_9x1": { - "protocol_id": 0 - }, - "minecraft:generic_9x2": { - "protocol_id": 1 - }, - "minecraft:generic_9x3": { - "protocol_id": 2 - }, - "minecraft:generic_9x4": { - "protocol_id": 3 - }, - "minecraft:generic_9x5": { - "protocol_id": 4 - }, - "minecraft:generic_9x6": { - "protocol_id": 5 - }, - "minecraft:generic_3x3": { - "protocol_id": 6 - }, - "minecraft:anvil": { - "protocol_id": 7 - }, - "minecraft:beacon": { - "protocol_id": 8 - }, - "minecraft:blast_furnace": { - "protocol_id": 9 - }, - "minecraft:brewing_stand": { - "protocol_id": 10 - }, - "minecraft:crafting": { - "protocol_id": 11 - }, - "minecraft:enchantment": { - "protocol_id": 12 - }, - "minecraft:furnace": { - "protocol_id": 13 - }, - "minecraft:grindstone": { - "protocol_id": 14 - }, - "minecraft:hopper": { - "protocol_id": 15 - }, - "minecraft:lectern": { - "protocol_id": 16 - }, - "minecraft:loom": { - "protocol_id": 17 - }, - "minecraft:merchant": { - "protocol_id": 18 - }, - "minecraft:shulker_box": { - "protocol_id": 19 - }, - "minecraft:smoker": { - "protocol_id": 20 - }, - "minecraft:cartography_table": { - "protocol_id": 21 - }, - "minecraft:stonecutter": { - "protocol_id": 22 - } - } - }, - "minecraft:recipe_type": { - "protocol_id": 31, - "entries": { - "minecraft:crafting": { - "protocol_id": 0 - }, - "minecraft:smelting": { - "protocol_id": 1 - }, - "minecraft:blasting": { - "protocol_id": 2 - }, - "minecraft:smoking": { - "protocol_id": 3 - }, - "minecraft:campfire_cooking": { - "protocol_id": 4 - }, - "minecraft:stonecutting": { - "protocol_id": 5 - } - } - }, - "minecraft:recipe_serializer": { - "protocol_id": 32, - "entries": { - "minecraft:crafting_shaped": { - "protocol_id": 0 - }, - "minecraft:crafting_shapeless": { - "protocol_id": 1 - }, - "minecraft:crafting_special_armordye": { - "protocol_id": 2 - }, - "minecraft:crafting_special_bookcloning": { - "protocol_id": 3 - }, - "minecraft:crafting_special_mapcloning": { - "protocol_id": 4 - }, - "minecraft:crafting_special_mapextending": { - "protocol_id": 5 - }, - "minecraft:crafting_special_firework_rocket": { - "protocol_id": 6 - }, - "minecraft:crafting_special_firework_star": { - "protocol_id": 7 - }, - "minecraft:crafting_special_firework_star_fade": { - "protocol_id": 8 - }, - "minecraft:crafting_special_tippedarrow": { - "protocol_id": 9 - }, - "minecraft:crafting_special_bannerduplicate": { - "protocol_id": 10 - }, - "minecraft:crafting_special_shielddecoration": { - "protocol_id": 11 - }, - "minecraft:crafting_special_shulkerboxcoloring": { - "protocol_id": 12 - }, - "minecraft:crafting_special_suspiciousstew": { - "protocol_id": 13 - }, - "minecraft:crafting_special_repairitem": { - "protocol_id": 14 - }, - "minecraft:smelting": { - "protocol_id": 15 - }, - "minecraft:blasting": { - "protocol_id": 16 - }, - "minecraft:smoking": { - "protocol_id": 17 - }, - "minecraft:campfire_cooking": { - "protocol_id": 18 - }, - "minecraft:stonecutting": { - "protocol_id": 19 - } - } - }, - "minecraft:stat_type": { - "protocol_id": 33, - "entries": { - "minecraft:mined": { - "protocol_id": 0 - }, - "minecraft:crafted": { - "protocol_id": 1 - }, - "minecraft:used": { - "protocol_id": 2 - }, - "minecraft:broken": { - "protocol_id": 3 - }, - "minecraft:picked_up": { - "protocol_id": 4 - }, - "minecraft:dropped": { - "protocol_id": 5 - }, - "minecraft:killed": { - "protocol_id": 6 - }, - "minecraft:killed_by": { - "protocol_id": 7 - }, - "minecraft:custom": { - "protocol_id": 8 - } - } - }, - "minecraft:villager_type": { - "default": "minecraft:plains", - "protocol_id": 34, - "entries": { - "minecraft:desert": { - "protocol_id": 0 - }, - "minecraft:jungle": { - "protocol_id": 1 - }, - "minecraft:plains": { - "protocol_id": 2 - }, - "minecraft:savanna": { - "protocol_id": 3 - }, - "minecraft:snow": { - "protocol_id": 4 - }, - "minecraft:swamp": { - "protocol_id": 5 - }, - "minecraft:taiga": { - "protocol_id": 6 - } - } - }, - "minecraft:villager_profession": { - "default": "minecraft:none", - "protocol_id": 35, - "entries": { - "minecraft:none": { - "protocol_id": 0 - }, - "minecraft:armorer": { - "protocol_id": 1 - }, - "minecraft:butcher": { - "protocol_id": 2 - }, - "minecraft:cartographer": { - "protocol_id": 3 - }, - "minecraft:cleric": { - "protocol_id": 4 - }, - "minecraft:farmer": { - "protocol_id": 5 - }, - "minecraft:fisherman": { - "protocol_id": 6 - }, - "minecraft:fletcher": { - "protocol_id": 7 - }, - "minecraft:leatherworker": { - "protocol_id": 8 - }, - "minecraft:librarian": { - "protocol_id": 9 - }, - "minecraft:mason": { - "protocol_id": 10 - }, - "minecraft:nitwit": { - "protocol_id": 11 - }, - "minecraft:shepherd": { - "protocol_id": 12 - }, - "minecraft:toolsmith": { - "protocol_id": 13 - }, - "minecraft:weaponsmith": { - "protocol_id": 14 - } - } - }, - "minecraft:point_of_interest_type": { - "default": "minecraft:unemployed", - "protocol_id": 36, - "entries": { - "minecraft:unemployed": { - "protocol_id": 0 - }, - "minecraft:armorer": { - "protocol_id": 1 - }, - "minecraft:butcher": { - "protocol_id": 2 - }, - "minecraft:cartographer": { - "protocol_id": 3 - }, - "minecraft:cleric": { - "protocol_id": 4 - }, - "minecraft:farmer": { - "protocol_id": 5 - }, - "minecraft:fisherman": { - "protocol_id": 6 - }, - "minecraft:fletcher": { - "protocol_id": 7 - }, - "minecraft:leatherworker": { - "protocol_id": 8 - }, - "minecraft:librarian": { - "protocol_id": 9 - }, - "minecraft:mason": { - "protocol_id": 10 - }, - "minecraft:nitwit": { - "protocol_id": 11 - }, - "minecraft:shepherd": { - "protocol_id": 12 - }, - "minecraft:toolsmith": { - "protocol_id": 13 - }, - "minecraft:weaponsmith": { - "protocol_id": 14 - }, - "minecraft:home": { - "protocol_id": 15 - }, - "minecraft:meeting": { - "protocol_id": 16 - }, - "minecraft:beehive": { - "protocol_id": 17 - }, - "minecraft:bee_nest": { - "protocol_id": 18 - }, - "minecraft:nether_portal": { - "protocol_id": 19 - } - } - }, - "minecraft:memory_module_type": { - "default": "minecraft:dummy", - "protocol_id": 37, - "entries": { - "minecraft:dummy": { - "protocol_id": 0 - }, - "minecraft:home": { - "protocol_id": 1 - }, - "minecraft:job_site": { - "protocol_id": 2 - }, - "minecraft:meeting_point": { - "protocol_id": 3 - }, - "minecraft:secondary_job_site": { - "protocol_id": 4 - }, - "minecraft:mobs": { - "protocol_id": 5 - }, - "minecraft:visible_mobs": { - "protocol_id": 6 - }, - "minecraft:visible_villager_babies": { - "protocol_id": 7 - }, - "minecraft:nearest_players": { - "protocol_id": 8 - }, - "minecraft:nearest_visible_player": { - "protocol_id": 9 - }, - "minecraft:walk_target": { - "protocol_id": 10 - }, - "minecraft:look_target": { - "protocol_id": 11 - }, - "minecraft:interaction_target": { - "protocol_id": 12 - }, - "minecraft:breed_target": { - "protocol_id": 13 - }, - "minecraft:path": { - "protocol_id": 14 - }, - "minecraft:interactable_doors": { - "protocol_id": 15 - }, - "minecraft:opened_doors": { - "protocol_id": 16 - }, - "minecraft:nearest_bed": { - "protocol_id": 17 - }, - "minecraft:hurt_by": { - "protocol_id": 18 - }, - "minecraft:hurt_by_entity": { - "protocol_id": 19 - }, - "minecraft:nearest_hostile": { - "protocol_id": 20 - }, - "minecraft:hiding_place": { - "protocol_id": 21 - }, - "minecraft:heard_bell_time": { - "protocol_id": 22 - }, - "minecraft:cant_reach_walk_target_since": { - "protocol_id": 23 - }, - "minecraft:golem_last_seen_time": { - "protocol_id": 24 - }, - "minecraft:last_slept": { - "protocol_id": 25 - }, - "minecraft:last_woken": { - "protocol_id": 26 - }, - "minecraft:last_worked_at_poi": { - "protocol_id": 27 - } - } - }, - "minecraft:sensor_type": { - "default": "minecraft:dummy", - "protocol_id": 38, - "entries": { - "minecraft:dummy": { - "protocol_id": 0 - }, - "minecraft:nearest_living_entities": { - "protocol_id": 1 - }, - "minecraft:nearest_players": { - "protocol_id": 2 - }, - "minecraft:interactable_doors": { - "protocol_id": 3 - }, - "minecraft:nearest_bed": { - "protocol_id": 4 - }, - "minecraft:hurt_by": { - "protocol_id": 5 - }, - "minecraft:villager_hostiles": { - "protocol_id": 6 - }, - "minecraft:villager_babies": { - "protocol_id": 7 - }, - "minecraft:secondary_pois": { - "protocol_id": 8 - }, - "minecraft:golem_last_seen": { - "protocol_id": 9 - } - } - }, - "minecraft:schedule": { - "protocol_id": 39, - "entries": { - "minecraft:empty": { - "protocol_id": 0 - }, - "minecraft:simple": { - "protocol_id": 1 - }, - "minecraft:villager_baby": { - "protocol_id": 2 - }, - "minecraft:villager_default": { - "protocol_id": 3 - } - } - }, - "minecraft:activity": { - "protocol_id": 40, - "entries": { - "minecraft:core": { - "protocol_id": 0 - }, - "minecraft:idle": { - "protocol_id": 1 - }, - "minecraft:work": { - "protocol_id": 2 - }, - "minecraft:play": { - "protocol_id": 3 - }, - "minecraft:rest": { - "protocol_id": 4 - }, - "minecraft:meet": { - "protocol_id": 5 - }, - "minecraft:panic": { - "protocol_id": 6 - }, - "minecraft:raid": { - "protocol_id": 7 - }, - "minecraft:pre_raid": { - "protocol_id": 8 - }, - "minecraft:hide": { - "protocol_id": 9 - } - } - } -} \ No newline at end of file diff --git a/src/main/java/net/minestom/server/MinecraftServer.java b/src/main/java/net/minestom/server/MinecraftServer.java index 0045daf40..b526204d0 100644 --- a/src/main/java/net/minestom/server/MinecraftServer.java +++ b/src/main/java/net/minestom/server/MinecraftServer.java @@ -15,10 +15,13 @@ import net.minestom.server.network.packet.server.play.ServerDifficultyPacket; import net.minestom.server.ping.ResponseDataConsumer; import net.minestom.server.recipe.RecipeManager; import net.minestom.server.registry.RegistryMain; +import net.minestom.server.registry.ResourceGatherer; import net.minestom.server.scoreboard.TeamManager; import net.minestom.server.timer.SchedulerManager; import net.minestom.server.world.Difficulty; +import java.io.IOException; + public class MinecraftServer { // Threads @@ -103,6 +106,12 @@ public class MinecraftServer { nettyServer = new NettyServer(packetProcessor); // Registry + try { + ResourceGatherer.ensureResourcesArePresent(null); // TODO: provide a way to give a path override, probably via launch arguments? + } catch (IOException e) { + System.err.println("An error happened during resource gathering. Minestom will attempt to load anyway, but things may not work, and crashes can happen."); + e.printStackTrace(); + } RegistryMain.registerBlocks(); RegistryMain.registerItems(); RegistryMain.registerEntities(); diff --git a/src/main/java/net/minestom/server/registry/RegistryMain.java b/src/main/java/net/minestom/server/registry/RegistryMain.java index 5cc8651c1..1729cf398 100644 --- a/src/main/java/net/minestom/server/registry/RegistryMain.java +++ b/src/main/java/net/minestom/server/registry/RegistryMain.java @@ -23,12 +23,12 @@ import java.util.Set; public class RegistryMain { - public static final String BLOCKS_PATH = "registry/blocks.json"; - public static final String ITEMS_PATH = "registry/registries.json"; - public static final String ENTITIES_PATH = "registry/registries.json"; - public static final String SOUNDS_PATH = "registry/registries.json"; - public static final String PARTICLES_PATH = "registry/registries.json"; - public static final String STATS_PATH = "registry/registries.json"; + public static final String BLOCKS_PATH = "minecraft_data/reports/blocks.json"; + public static final String ITEMS_PATH = "minecraft_data/reports/registries.json"; + public static final String ENTITIES_PATH = "minecraft_data/reports/registries.json"; + public static final String SOUNDS_PATH = "minecraft_data/reports/registries.json"; + public static final String PARTICLES_PATH = "minecraft_data/reports/registries.json"; + public static final String STATS_PATH = "minecraft_data/reports/registries.json"; public static void main(String[] args) { List blocks = parseBlocks(BLOCKS_PATH); diff --git a/src/main/java/net/minestom/server/registry/ResourceGatherer.java b/src/main/java/net/minestom/server/registry/ResourceGatherer.java new file mode 100644 index 000000000..533faf4a0 --- /dev/null +++ b/src/main/java/net/minestom/server/registry/ResourceGatherer.java @@ -0,0 +1,164 @@ +package net.minestom.server.registry; + +import com.google.gson.Gson; + +import java.io.BufferedInputStream; +import java.io.File; +import java.io.FileReader; +import java.io.IOException; +import java.net.URL; +import java.nio.file.*; +import java.nio.file.attribute.BasicFileAttributes; +import java.util.stream.Collectors; + +/** + * Responsible for making sure Minestom has the necessary files to run (notably registry files) + */ +public class ResourceGatherer { + + public static final File DATA_FOLDER = new File("./minecraft_data/"); + private static final File TMP_FOLDER = new File("./.minestom_tmp/"); + + /** + * Checks if registry/ folder is present + * If it is not, download the minecraft server jar, run the data generator and extract the wanted files + * If it is already present, directly return + */ + public static void ensureResourcesArePresent(File minecraftFolderOverride) throws IOException { + if(DATA_FOLDER.exists()) { + return; + } + System.out.println(DATA_FOLDER +" folder does not exist. Minestom will now generate the necessary files."); + + if(!TMP_FOLDER.exists() && !TMP_FOLDER.mkdirs()) { + throw new IOException("Failed to create tmp folder."); + } + + final String version = "1.15.2"; // TODO: Do not hardcode + + System.out.println("Starting download of Minecraft server jar for version "+version+" from Mojang servers..."); + File minecraftFolder = getMinecraftFolder(minecraftFolderOverride); + if(!minecraftFolder.exists()) { + throw new IOException("Could not find Minecraft installation folder, attempted location "+minecraftFolder+". If this location is not the correct one, please supply the correct one as argument of ResourceGatherer#ensureResourcesArePresent"); + } + File serverJar = downloadServerJar(minecraftFolder, version); + System.out.println("Download complete."); + + runDataGenerator(serverJar); + + moveAndCleanup(version); + System.out.println("Resource gathering done!"); + } + + private static void moveAndCleanup(String version) throws IOException { + Path dataFolderPath = DATA_FOLDER.toPath(); + Path tmpFolderPath = TMP_FOLDER.toPath(); + Path generatedFolder = tmpFolderPath.resolve("generated"); + System.out.println("Data generator successful, removing server jar"); + Files.delete(tmpFolderPath.resolve("server_"+version+".jar")); + System.out.println("Removal successful, now moving data to "+DATA_FOLDER); + Files.walkFileTree(tmpFolderPath, new SimpleFileVisitor<>() { + + @Override + public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) throws IOException { + Path relativePath = generatedFolder.relativize(dir); + if(dir.startsWith(generatedFolder)) { // don't copy logs + Path resolvedPath = dataFolderPath.resolve(relativePath); + System.out.println("> Creating sub-folder "+relativePath); + Files.createDirectories(resolvedPath); + } + return FileVisitResult.CONTINUE; + } + + @Override + public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOException { + System.out.println("> Deleting folder "+dir); + Files.delete(dir); + return FileVisitResult.CONTINUE; + } + + @Override + public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException { + Path relativePath = generatedFolder.relativize(file); + if(file.startsWith(generatedFolder)) { // don't copy logs + Path resolvedPath = dataFolderPath.resolve(relativePath); + System.out.println("> Moving "+relativePath); + Files.move(file, resolvedPath); + } else { + System.out.println("> Deleting "+relativePath); + Files.delete(file); + } + return FileVisitResult.CONTINUE; + } + }); + } + + private static void runDataGenerator(File serverJar) throws IOException { + ProcessBuilder dataGenerator = new ProcessBuilder("java", "-cp", serverJar.getName(), "net.minecraft.data.Main", "--all", "--server", "--dev"); + dataGenerator.directory(TMP_FOLDER); + dataGenerator.inheritIO(); + System.out.println("Now running data generator with options '--dev', '--server', '--all'"); + System.out.println("Executing: "+dataGenerator.command().stream().collect(Collectors.joining(" "))); + System.out.println("Minestom will now wait for it to finish, here's its output:"); + Process dataGeneratorProcess = dataGenerator.start(); + try { + int resultCode = dataGeneratorProcess.waitFor(); + if(resultCode != 0) { + throw new IOException("Data generator finished with non-zero return code "+resultCode); + } + } catch (InterruptedException e) { + throw new IOException("Data generator was interrupted.", e); + } + } + + /** + * Finds the URL for the server jar inside the versions/ folder of the game installation and download the .jar file from there + * @param minecraftFolder + * @param version + * @return + */ + private static File downloadServerJar(File minecraftFolder, String version) throws IOException { + File versionInfoFile = new File(minecraftFolder, "versions/"+version+"/"+version+".json"); + if(!versionInfoFile.exists()) { + throw new IOException("Could not find "+version+".json in your Minecraft installation. Make sure to launch this version at least once before running Minestom"); + } + + try(FileReader fileReader = new FileReader(versionInfoFile)) { + Gson gson = new Gson(); + VersionInfo versionInfo = gson.fromJson(fileReader, VersionInfo.class); + VersionInfo.DownloadObject serverJarInfo = versionInfo.getDownloadableFiles().get("server"); + String downloadURL = serverJarInfo.getUrl(); + + System.out.println("Found URL, starting download from "+downloadURL+"..."); + return download(version, downloadURL); + } + } + + private static File download(String version, String url) throws IOException { + File target = new File(TMP_FOLDER, "server_"+version+".jar"); + try(BufferedInputStream in = new BufferedInputStream(new URL(url).openStream())) { + Files.copy(in, target.toPath(), StandardCopyOption.REPLACE_EXISTING); + } catch (IOException e) { + throw new IOException("Failed to download Minecraft server jar.", e); + } + return target; + } + + private static File getMinecraftFolder(File minecraftFolderOverride) { + if(minecraftFolderOverride != null) { + return minecraftFolderOverride; + } + + // https://help.minecraft.net/hc/en-us/articles/360035131551-Where-are-Minecraft-files-stored- + String os = System.getProperty("os.name").toLowerCase(); + if(os.contains("win")) { + String user = System.getProperty("user.name"); + return new File("C:/Users/"+user+"/AppData/Roaming/.minecraft/"); + } + if(os.contains("mac")) { + return new File("~/Library/Application Support/minecraft"); + } + + return new File("~/.minecraft"); + } +} diff --git a/src/main/java/net/minestom/server/registry/VersionInfo.java b/src/main/java/net/minestom/server/registry/VersionInfo.java new file mode 100644 index 000000000..6d835d3c6 --- /dev/null +++ b/src/main/java/net/minestom/server/registry/VersionInfo.java @@ -0,0 +1,39 @@ +package net.minestom.server.registry; + +import java.util.Map; + +/** + * Class used to represent the contents of a versions/{version}/{version}.json file + * Structured in a way that makes loading with Gson easy. + * Only concerned with helping extracting data from the server jar, lots of features may be missing. + */ +class VersionInfo { + + private Map downloads; + + private VersionInfo() { + + } + + public Map getDownloadableFiles() { + return downloads; + } + + class DownloadObject { + private String url; + private String sha1; + private long size; + + public String getUrl() { + return url; + } + + public long getSize() { + return size; + } + + public String getSha1() { + return sha1; + } + } +}